/*   
Theme Name: The Symrna Team
Theme URI: http://www.southernwebgroup.com
Description: Custom WordPress theme built by Southern Web Group
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com
Version: 1.0b
*/


/* Google Font Import */

@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,bold);

/* Reset */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}




/* ----- Body/Wrapper/Container ----- */



body {
	background: url(images/body-bg.jpg) repeat-x #e5e5d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#page-wrap {
	width: 950px;
	margin-top: 0; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 218px;
}

#header #logo {
	display: block;
	width:	330px;
	float: left;
}

#header #logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:	330px;
	height: 218px;
	background: url(images/logo.jpg) no-repeat #f2efea;
	float: left;
}

#header #top-btns {
	float: left;	margin: 0 0 0 45px;
	padding: 0 0 0 0;
}

#header #top-btns ul li {
	display: inline;
	float: left;
}


#header #top-btns ul li a {
	height: 218px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}


#header #top-btns ul li.prop a {
	background: url(images/top-btns.jpg) no-repeat #f2efea 0 0;
	width: 123px;
}

	#header #top-btns ul li.prop a:hover {
			background-position: 0 -218px;
	}
	
	
#header #top-btns ul li.tv a {
	background: url(images/top-btns.jpg) no-repeat #f2efea -123px 0;
	width: 117px;
}

	#header #top-btns ul li.tv a:hover {
			background-position: -123px -218px;
	}
	
#header #top-btns ul li.team a {
	background: url(images/top-btns.jpg) no-repeat #f2efea -240px 0;
	width: 115px;
}

	#header #top-btns ul li.team a:hover {
			background-position: -240px -218px;
	}
	
#header #top-btns ul li.contact a {
	background: url(images/top-btns.jpg) no-repeat #f2efea -355px 0;
	width: 125px;
}

	#header #top-btns ul li.contact a:hover {
			background-position: -355px -218px;
	}


#globalnav {
	width: 950px;
	margin: 7px 0px 0px 0px;
	height: 43px;
	
}


#globalnav ul li {
	display: inline;
	float: left;
	position: relative;
}

#globalnav ul li a {
	line-height: 43px;
	display: block;
	padding: 0px 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f2f2ec;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 15px;
}

#globalnav ul li a:hover {
	background: #6c737b ;
}




#globalnav ul li ul a {
	line-height: 1.5em;
}






	
/*1st sub level menu*/
#globalnav ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background: #444c53;
width: 200px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#globalnav ul li ul li{
display: list-item;
float: none;
line-height: 22px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#globalnav ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#globalnav ul li ul li a{
display: block; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
border: none;
padding: 5px 22px 5px 8px;
font-size: 12px;
}

#globalnav ul li ul li a:hover {
text-decoration: none;
	background:#686f77;}








#content {
	background: url(images/content-bg.jpg) repeat-y #f2f2ec;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 5px 5px 0px #dadace;
	-moz-box-shadow: 0px 5px 5px 0px #dadace;
	-webkit-box-shadow: 0px 5px 5px 0px #dadace;
}


#content .callouts {
	width: 250px;
	margin: 15px 10px 10px 10px;
	float: right;
}

#content .callouts img {
	margin: 0px 0px 8px 0px;
}

#content .callouts iframe {
	margin: 0px 0px 8px 35px;
}

#content .main {
	width: 640px;
	float: right;
	margin: 15px;
}

body.page #content .main {
	width: 370px;
	float: left;
}

body.page-template-no-callouts-php #content .main {
	width: 640px;
	float: right;
	margin: 15px;
}

#content .main-idx {
	width: 640px;
	float: right;
	margin: 15px;
}




.main a {
	color: #dc282d;
	text-decoration: underline;
}

.main a:hover {
	text-decoration: none;
}

.main h1 {
	color: #dc282d;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}

.main h2 {
	color: #333;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h3 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
}

.main h4 {
color: #333;
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #333;
	font-size: 1.0em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	color: #333;
	font-size: .9em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}

.main ul li {
	list-style: square;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
}



.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #5e666e;
  font-style: italic;
} 



.main p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.main p span {
	color: #333 !important;
}

.main hr {
	border: none;
	border-top: 2px solid #5e666e;
	background: #5e666e;
	margin: 20px 0px;
	clear: both;
}


#sidebar {
	width: 250px;
	margin: 15px;
	float: left;
}

#sidebar h3 {
	margin: 25px 0px 0px 0px;
}

#sidebar div.featured-props h3 {
	margin: 0px 0px 0px 0px;
}

#sidebar div.featured-props h3 a {
	background: url(images/feature-props.jpg) no-repeat #eceded;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
	width: 240px;
	margin: 0px 0px 0px 0px;
}

#sidebar div.featured-props div.fp-wrap {
	margin: 15px 0px 0px 0;
	line-height: 1.4em;
}

#sidebar div.featured-props div.fp-wrap table {
	width: 240px;
}

#sidebar div.featured-props div.fp-wrap table.featuredPropertyPic {
text-align: center;
}


#sidebar div.featured-props div.fp-wrap a {
	color: #333;
	text-decoration: none;
	padding: 8px 0px;
}

#sidebar div.quick-search h3 {
	background: url(images/quick-search.jpg) no-repeat #eceded;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
	width: 240px;
}


#sidebar div.quick-search div.qs-wrap {
	margin: 5px 0px 0px 36px;
	line-height: 1.4em;
}

#sidebar div#random-testimonials {
	margin: 35px 0px;
}

#sidebar div#random-testimonials h3 {
	background: url(images/client-testimonials.jpg) no-repeat #eceded;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
	width: 240px;
}

#sidebar div#random-testimonials blockquote{
	padding: 5px 15px 0 55px;
	background: url(images/quote.jpg) no-repeat transparent;
	line-height: 1.4em;
	color: #333;
}

#sidebar div.facebook a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/facebook.jpg) no-repeat #eceded;
	height: 66px;
	width: 240px;
	margin: 35px 0px;
}


#footer {
	margin: 25px 0px;
	background: url(images/foot-kw.jpg) top right no-repeat #e5e5d8;
}

#footer p {
	padding: 8px 15px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #5e666e;
	
}

#footer a {
	text-decoration: none;
	color: #5e666e;
}

#footer a:hover {
	text-decoration: underline;
}


/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


