/*
Theme Name: Joe Frazzano Theme
Theme URI: http://webexcellence.net
Description: A Wordpress theme with configuration panel for Joe Frazzano Theme
Author: Sudirman
Author URI: http://webexcellence.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-repeat:no-repeat;
	background-position:top left;
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;
	font-size: 13px;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-color:#242424;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

h3.archivetitle {
	font-size:16px !important; 
	border-bottom:1px solid #886d49;
	padding-bottom:10px;
	margin-right:10px;
	margin-left:30px;
}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a, a:visited {
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1060px;
	margin:0;
	position:relative;
	padding:0;
	color:#333;
}
	
/* header */

#header {
    width: 100%; 
	height: 242px;
	position:relative;
	}

#header h1{
	position:absolute;
		top:30px;
		left:50px;
		z-index:20;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}
 
#header h2{
		background:url(images/white_opacity_bg.png);
		position:absolute;
		bottom:0;
		padding:5px 20px 5px 50px;
		display:block;
		width:700px;
		font-family:"Lucida Sans Unicode", "Lucida Sans", arial;
		font-size:28px; 
		font-weight:bold;
		letter-spacing:-1px;
	}
	
	#header .picture {
		position:absolute;
		bottom:0; right:225px;
	}
	
	
	#header .logo {
		position:absolute;
		top:35px; right:80px;
	}
	
	#header .picture img , #header .logo img {
		padding:0;
	}
	
	#header .tagline
	{
		font-size:18px;
		color:white;
		position:absolute;
		top:163px;
		left:60px;
		z-index:10;
		
	}
	
	#header .taglinecontainer
	{
		position:absolute;
		top:160px;
		left:0px;
		background:black;
		width:750px;
		height:30px;
		opacity: 0.45;
		z-index:0;
	}
	
	
	
/* main menu */


#menu {
	background:url(images/nav_bar.png) repeat-x top;
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial;
	width:90%; 
/*	height:66px;*/
	height:39px;
	margin:0px; 
}



/* content */


#content {
	float: left;
	width:755px;
	background:#f0e2d1;
	background-image:url(/images/main-bg.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	margin-left:40px;
	_margin-left:20px;
	
	display:inline-block;
	}


#content p {
	margin-bottom:10px;
}

#contentcontainer {
	padding:25px;
}

h1 {
	font-weight:normal;
	color:#b27017;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif
}
	
.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #b27017;
	line-height:110%;
	}


.post h2 a{
	color: #b27017;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial;
	font-size:8pt;
	width: 250px;
	float:left;
	background-color:#403321;
	margin:0;
	color:#fff;
	padding:0 6px 0 6px;
	 
	}

#left h2{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size: 12pt; 
	text-align: left;
	color: #fff;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}


#left .widget a {
	color:#fff;
}



#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


#left .widget {
	border-bottom:1px solid #665c4d;
	padding:10px 0 10px 0;
}


#left .widget a {
	color:#fff;
}

#left .widget_categories a {
	color:#fff;
	text-transform:capitalize;
}

#left .widget_recent_entries{}

#left .widget_archives{}

/* right sidebar */

#right{
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;
	font-size:8pt;
	width: 286px;
	position:absolute;
left:	779px;
	top:178px;
	z-index:10;
	color:#fff;
	
	padding: 0;
}

#right .contact_info {
	width:286px;
	height:103px;
}


	#right .contact_info .ci_info {
		position:absolute;
		top:35px;
		left:30px;
		font-size:16px;
		 
	}


#right #right_container{
	
background:#242424 url(images/sidebar_blck_bottom.gif) no-repeat scroll center bottom;
left:18px;
position:absolute;
top:100px;
width:250px;
z-index:20;
}

#right .sidebar_close {
	line-height:1px;  height:10px; width:250px;
	position:absolute;
	bottom:-10px;
	_bottom:-11px;
	left:0;
}

#right h2{
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #b27017;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



#right .contact_info a {
	color:#fff; 
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial;;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;;
	}

#searchform input#s{
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	 
	clear: both;
	width: 100%;
	
	top:-100px;
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#footer_nav { 
	clear: both; width:820px; padding:5px 5px 5px 40px;
	background: #242424;
	}
 
#footer_nav ul {
	margin:0px;
	padding: 0;
	line-height:20px;
	text-align: left;
}

#footer_nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer_nav ul li a {
	 
	font-size:12px;
	margin: 0;
	text-transform:uppercase;
	padding:0 12px;
	text-decoration: none;
	color: #fff;
}

#footer_nav ul li a:hover {
	text-decoration:underline;
}

#footer_content {
	background: #242424 url("images/footer_bg.png") repeat-y left;
	clear: both;
	padding:30px 0 30px 50px;
}

#footer_content .business_info { color:#fff; }
#footer_content .business_info p { margin:0; padding:0; }
#footer_content .business_info p.name {  font-size:18px;  }
#footer_content .business_info p.addr { font-size:12px;   }
#footer_content .business_info .logo {
	float:left; 
}

#footer_content .jr .info {
	float:left;
	display:block; 
	width:200px;
}

#footer_content .frz .info {
	float:left;
	display:block; 
	width:300px;
}

#footer_content .jr .info {
	padding-top:25px;
}
#footer_content .frz .info {
	padding-top:15px;
}










/* clearfix hacks 
-------------------------------------------------------------- */
.clearfix:after, .feature_highlight:after, .rightarea-cols:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .feature_highlight, .rightarea-cols {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .feature_highlight, * html .rightarea-cols {height: 1%;}
.clearfix, .feature_highlight, .rightarea-cols {display: block;}
/* End hide from IE-mac */


/*---------- featured property page styles ------*/

.featured {
	width:650px;
	text-align:left;

}

.featured-status	{
	margin-top:15px;
	font-size:24px;	
	color:white;
	background-color:#333;
	padding:10px;
}

.featured-listing {
	padding:15px;
	background:white;
	border: 1px solid #cccccc;
	font-size:12px;
	margin:10px;
}

.featured-title { 
	font-size:18px;
	
}
.featured-price { 
	font-size:18px;
	float:right;
	margin-top:-18px;
}
.featured-info { 
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.featured-pic { 
text-align:center;

}
.featured-desc {
	height:150px;
	overflow:auto;
}

.featured-sold {
	font-size:12px;
	border-top:1px solid #CCC;
	padding:10px;
	background-color:white;
	margin-left:10px;
	margin-right:10px;
}

.featured-sold-name	{
	
}
.featured-sold-price	{
	float:right;
	margin-top:-18px;
}

.featured-contact	{
	font-size:11px;
	font-style:italic;
	float:right;
	margin-bottom:15px;
}


/*----- End featured---------*/

#content-wrapper{
	width:707px;
	margin:0 auto;
	background-color:#f6eee4;
	background-image:url(images/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:140px 24px 40px 24px;
	display:table;
}
#content-wrapper h1{
	font-size:23px;
	margin:0;
	padding:0 0 10px 0;
	color:#61431a;
	background-image:url(images/h1-icon.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#content-left{
	width:45%;
	float:left;
	color:#252525;
	font-size:12px;
	line-height:18px;
	padding:10px;
	
}
#content-right{
	width:50%;
	float:right;
	padding:10px 0 0 0;
}
.buttons{
	margin:0 0 5px 0;
}

.bigbuttons a {
	color:white;
	font-size:16px;
	background-image:url(images/buttonback.jpg);
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:20px;
	width:316px;;
	display:block;
	height:60px;
	opacity: .9;
	margin:0px;
}

.bigbuttons a:hover {
	opacity: 1;
	text-decoration:none;
}
.bigbuttons {
	margin:0px;
}

.bigbuttons li {
	list-style:none;
	margin:0px;
		margin-bottom:-10px;

}