/*  
Theme Name: ILoveSOfla
Theme URI: http://realestatetomato.typepad.com
Description: Another theme from the <a href="http://realestatetomato.typepad.com">Real Estate Tomato</a> collection.
Version: 1.0
Author: Real Estate Tomato
Author URI: http://realestatetomato.typepad.com/
*/

/* @group GLOBALS */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	background: #30b6c4 url(images/bg.jpg) repeat-x; }
	
.content { 
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0; }
	
.content_bottom {
	position: relative;
	width: 1000px;
	background: url(images/content_bottom.jpg) no-repeat;
	clear: both;
	height: 9px;
	padding: 0;
	margin: 0 0 0 -4px; 	}
	
	/* @end */	
	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #99482e; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #7b3a24; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #d8550e; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	padding: 0;
	line-height: 1.2em;
	color: #333; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
	
/* @group MAIN ELEMENTS */

.header { 
	position: relative;
	width: 100%;
	height: 274px; }

.logo {
	position: relative;
	height: 274px;
	background: url(images/logo.jpg) no-repeat center top; }

.logo h1 {
	text-indent: -1000em; overflow:hidden; }
	
.tagline {
	position: relative;
	color: #b3532b;
	width: 600px;
	margin: 50px auto 0 auto;
	font-size: 1.4em; }

.middle {
	position: relative;
	width: 100%;
	margin: 0 0 0 0; 
	background: #c1eaee url(images/content.jpg) repeat-y center top;	 }
	
.main {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(images/content_top.jpg) no-repeat center top; }
	
	
	.fmiddle {
		position: relative;
		width: 100%;
		margin: 0 0 0 0; 
		background: #c1eaee url(images/content2.jpg) repeat-y center top;	 }

	.fmain {
		position: relative;
		padding: 0;
		margin: 0;
		width: 100%;
		background: url(images/content_top2.jpg) no-repeat center top; }
	
.area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0; }
	
.blog {
	position: relative;
	float: left;
	width: 535px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0 0 0; }
	
.blog img {
	padding: 0 10px 10px 0;
	margin: 0; }
	
.blog h2 {
	padding: 0px 0px 0px 0px; }
	
.byline {
	font-size: 1em;
	line-height: 1.6em;
	padding: 6px 0px 0 55px ;
	margin: 8px 0 0 0;
	color: #666;
	background: url(images/byline.jpg) no-repeat; }
	
.searchbox {
	padding: 0 0 2px 3px; }

input, button {
	background-color: #f9691e;
	color: #FFF;
	padding: 2px 4px;
	margin: 2px 0 0px 0;
	border: 1px solid #a77e4c; }
	
.textfield {
    width: 75px;
	background-color: #f3e6ca;
	color: #79501f; }
	
	/* @end */
	
	
/* @group SIDEBAR LEFT */

.sidebar {
	position: relative;	
	float: left;
	color: #FFF; }
	
.sidebar.left {
	margin: 1em 0 0 10px;
	padding: 0 10px 0 0px; 
	width: 120px; }
	
.sidebar h3 {
	padding: 12px 0 2px 0;
	margin: 0;	}
	
.sidebar a:link, .sidebar a:visited {
	color: #FFF; }
	
.sidebar a:hover {
	color: #FFF; }
	
.sidebar.right {
	margin: 300px 0 0 0;
	padding: 0 10px 0 35px; 
	width: 250px; }

.sidebar p {
	margin: 0;
	padding: 0;
	line-height: 1.4em; }

.sidebar ul {
	padding: 0px 0 0 16px;
	margin: 5px 1px;
	text-indent: -5px;  }
	
a#rss {
	display: block;
	height: 20px;
	text-indent: 25px;
	padding-top: 3px;
	margin-top: 10px;
	background: url(images/rss.jpg) no-repeat; }
	
	/* @end */
	
	
/* @group NAV */

.navContainer {
	position: relative;
	width: 100%;
	background: url(images/nav.jpg) no-repeat center top;
	height: 61px;
	padding: 0;
	z-index:3; }

.nav {
	position: relative;
	width: 950px;
	padding: 3px 0px 0px 0px;
	margin: 0 auto;
	line-height: normal;	}
	
.nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	position:relative;
}
  
.nav li {
	font-size: 1.2em;
	float:left;  
	padding: 12px 35px 0px 0px;
	margin: 0; }
	
.nav ul li ul {
	width:160px;
	margin:0px;
	padding:14px 0px 0px 0px;
	position:absolute;
	top:35px;
	left:auto;
	background-color:#8A361E;
	color:#fff;
	z-index:10000;
	display:none;
}

.nav ul li ul li {
	float:none;
	margin:0;
	padding:0;
}

.nav ul li ul li a {
	font-size:14px;
	padding:0px 0px 0px 10px;
}

.nav ul li:hover ul {
	display:block;
	
}

.nav ul li ul li:hover {
 	background-color:#FF6501;
}


  
.nav li a:link {
	color: #F4E7C7; }
	
.nav li a:visited {
	color:#FFF;	 }
  
.nav li a:hover {
	color:#EEE; }

.nav li.current_page_item a:link, .nav li.current_page_item a:visited, .nav li.current_page_item a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none; }
	
.nav ul li a {
	text-decoration:none;
}
	



  	/* @end */
  	

	
/* @group FOOTER */

.footer {
	color: #fff;
	margin: 0 auto;
	padding: 10px 0 0 10px; }
	
.footer a:link, .footer a:visited {
	color: #fff; }
	
.footer p {
	font-size: .9em;
	padding: 0;
	margin: 0; }
	
	/* @end */

/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }

.sidebar #cat {
	width:123px;
}

select {
	width:123px;
}

/* @end */