/*
	Theme Name: Changing Streets Local
	Theme URL: http://www.mywpteam.com
	Description: Massively customized from Agent Theme for ChangingStreets
	Author: TechSkull
	Author URI: http://www.techskull.com
	Version: 0.1L

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 2/5/09
*/

body
{
	background: #fff;
	background-repeat:repeat-x;
	width: 960px;
	color: #5D4F4B;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	list-style-type: none;
}

#wrap
{
	
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
}

/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited { color: #008542; text-decoration: none; }
a:hover { color: #008542; text-decoration: underline; }
a img { border: none; }
a:focus, a:hover, a:active { outline: none; }

/************************************************
*	Top     									*
************************************************/
#top { width: 100%; height: 15px; margin: 0px auto; padding: 0px; overflow: hidden; }

/************************************************
*	Header  									*
************************************************/
/*common to all headers*/
#header { width: 918px; height: 166px; color: #000000; font-size: 11px; margin: 0px auto; padding: 0px; overflow: hidden; display:block; }
#hiddentitle { color: #008542; font-size: 0px; margin: 0; padding: 0px; left:-999px; top:-999px; height:0px; position:relative; }


/*default header images*/
.header_buy { background: #fff url(images/headers/default/header_buy.jpg) no-repeat !important; }
.header_sell { 	background: #fff url(images/headers/default/header_sell.jpg) no-repeat !important; }
.header_preapproved { background: #fff url(images/headers/default/header_preapproved.jpg) no-repeat !important; }
.header_default { background: #fff url(images/headers/default/header_localhome.jpg) no-repeat !important; }

/*Maui header images*/
.header_buyMaui { background: #fff url(images/headers/maui/header_buy.jpg) no-repeat !important; }
.header_sellMaui { background: #fff url(images/headers/maui/header_sell.jpg) no-repeat !important; }
.header_preapprovedMaui { background: #fff url(images/headers/maui/header_preapproved.jpg) no-repeat !important; }
.header_defaultMaui { background: #fff url(images/headers/maui/header_localhome.jpg) no-repeat !important; }





/************************************************
*	Navbar      								*
************************************************/


#navbar
{
	background:  url(images/local-nav.png) no-repeat;
	width: 918px;
	font-size: 1px;
	font-family: Arial, Tahoma, Verdana;
	
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	
}

#nav
{
	margin: 0px 0 10px 0;
	padding: 0px 0 20px 0 ;
	width: 918px;
}

#nav .left {float:left;}
#nav .right {float:right;padding-right:15px;}

#nav ul
{
	float: left;
	list-style-type: none;
	margin: 0px;
}

#nav li
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0 2px 0 2px;
	color: transparent;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}



#nav li a, #nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active
{
	display: block;
	font-size: 16px;
	font-family: arial, Times New Roman;
	font-weight: normal;
	list-style-type: none;
}
#navhome
{
	display: block;
	width: 158px;
	height: 40px;
}
#buy
{
	display: block;
	width: 158px;
	height: 40px;
}
#sell
{
	display: block;
	width: 198px;
	height: 40px;
}
#mortgage
{
	display: block;
	width: 198px;
	height: 40px;
}

#blog
{
	display: block;
	width: 168px;
	height: 40px;
}


#nav li li a, #nav li li a:link, #nav li li a:visited
{
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: arial, Times New Roman;
	font-weight: normal;
	list-style-type: none;
}

#nav li li a:hover, #nav li li a:active
{
	background: #ffffff;
	color: #fff;
	margin: 0px;
	padding: 2px 10px 7px 2px;
	list-style-type: none;
}

#nav li ul
{
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 222px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}

#nav li li { list-style-type: none; }
#nav li ul a { width: 222px; }
#nav li ul a:hover, #nav li ul a:active { }
#nav li ul ul { margin: -32px 0 0 171px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.sfhover { position: static; }

/************************************************
*	Homepage 		    	                    * 
************************************************/

#homepage { float: left; width: 680px; margin: 10px 0 0 0; background:#fff; display:inline; clear:none; }
#homepage p { margin: 0px; padding: 0px 0px 15px 0px; }
#homepage p img { border: none; float: left; margin: 0px 0px 10px 0px; }
#homepage a img { border: none; float: left; margin: 0px 10px 10px 0px; }
#homepage ul { list-style-type: none; margin: 0px; padding: 0px 0px 15px 0px; }
#homepage ul li { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; }

#homepagetop { background: #FFFFFF; float: left; width: 430px; margin: 0; padding:0; }

#word { width: 430px; }
#word .img { float:left; margin-top:20px; height:225px;}
#word h2 {min-height:20px;font-size:20px;}
#word recent-cat-post-content {width: 430px;}



#word .roundedcornr_box_977847 { background: url(images/roundedcornr_977847_tl.png) no-repeat top left; }
#word .roundedcornr_top_977847 { background: url(images/roundedcornr_977847_tr.png) no-repeat top right; }
#word .roundedcornr_bottom_977847 { background: url(images/roundedcornr_977847_bl.png) no-repeat bottom left; }
#word .roundedcornr_bottom_977847 div { background: url(images/roundedcornr_977847_br.png) no-repeat bottom right; }
#word .roundedcornr_content_977847 { background: url(images/roundedcornr_977847_r.png) top right repeat-y; }
#word .roundedcornr_bottom_977847 div { width: 100%; height: 15px; font-size: 1px; }
#word .roundedcornr_bottom_977847  { width: 100%; height: 15px; font-size: 1px; }
#word .roundedcornr_top_977847 div {  width: 100%; height: 15px; font-size: 1px; }
#word .roundedcornr_top_977847 { width: 100%; height: 15px; font-size: 1px; }
#word .roundedcornr_content_977847 { margin-top: 0px; }
#word .roundedcornr_bottom_977847 { margin-top: 0px; }
#word .roundedcornr_content_977847 { padding: 0 15px; }

#search .roundedcornr_box_blue a { text-align: center; }
#search {height:300px;}

#search-links{height:30px;}
#search-links .link-advanced{
height:30px;width:180px;float:left;margin-top:0px;padding-bottom:50px;}

#search-links .link-foreclosures{
height:30px;width:180px;float:right;margin-top:0px;padding-bottom:50px;}

#homepagetop p { font-size: 12px; margin: 0px;  padding: 0px 0px 0px 10px; }

#search { width: 430px; float: left; margin: 6px 0 10px 0; padding: 0; }
#middle { width: 240px; float: right; }
#middle p {  /*	margin-top:10px;*/ 	font-size:14px; }

#homepagebottom { float: left; width: 430px; margin: 0px; padding: 0px; }
#homepagebottom p { margin: 0px; padding: 0px; }
#homepagetop a {padding-left:50px;}

.section
{
	background: #FFFFFF;
	width: 662px;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 9px 9px;
	border: 1px solid #C0C0C0;
}

/************************************************
*	Content 					     		    * 
************************************************/
#content { width: 918px; margin: 0 auto; padding: 0px; line-height: 17px; }
#content h1 { color: #008542; font-size: 22px; font-family: Arial, TImes New Roman, Trebuchet MS; font-weight: normal; margin: 10px 0px; padding: 0px; 	line-height: 24px; }
#content h1 a, #content h1 a:visited { color: #008542; text-decoration: none; margin: 0px; padding: 0px; }
#content h1 a:hover { color: #008542; text-decoration: none; }
#content h2 { color: #FFFFFF; font-size: 20px; font-weight: normal; margin: 0; padding: 0; }
#content h3 { color: #800000; font-size: 18px; font-weight: normal; margin: 0px 0px 10px 0px; padding: 0; }
#content h3 a, #content h3 a:visited { color: #800000; font-size: 18px; font-weight: normal; margin: 10px 0px; padding: 0; }
#content h3 a:hover { color: #000000; text-decoration: none; }
#content h4 { color: #800000; font-size: 22px; font-weight: normal; margin: 0px; padding: 0px 0px 10px 0px; line-height: 24px; }
#content h5 { line-height: 30px; font-variant: small-caps; text-shadow: 2px 1px 2px #add4cd; letter-spacing: 1px; text-transform: none; word-spacing: 4px; display: inline; color: #666; font-size: 24px; font-family: helvetica, Georgia, TImes; font-weight: bold; margin: 0px 0px 15px 0px; padding: 3px 0px 5px 25px; }
#content h5 a, #content h5 a:visited { color: #000000; font-size: 16px; font-family: Arial, TImes New Roman, Trebuchet MS; font-weight: normal; margin: 0px; padding: 0px; }
#content h5 a:hover { color: #000000; text-decoration: none; }

#content img.wp-smiley
{
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#content img.wp-wink
{
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#contentleft
{
	float: left;
	width: 622px;
	margin: 5px 0px 0px 20px;
}

#contentleft p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#contentwide
{
	float: left;
	width: 912px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#contentwide p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

blockquote
{
	background: #fff;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 35px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

#content blockquote p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.postarea
{

	background: #FFFFFF;
	float: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 0;
}

.postarea ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.postarea ul li
{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.postarea ul ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.postarea ol
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.postarea ol li
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.postareawide
{
	background: #FFFFFF;
	float: left;
	width: 932px;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 0px 9px;
	border: 1px solid #C0C0C0;
}

.postareawide ol
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.postareawide ol li
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
}

.postareawide ul
{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.postareawide ul ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.postareawide ul li
{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
}

.date
{
	float: left;
	width: 662px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.postmeta
{
	width: 662px;
	font-size: 12px;
	padding: 5px 0px 20px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}

.postmeta2
{
	width: 662px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}

.archive
{
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
}

.postwidget
{
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 660px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}

.postwidget ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.postwidget li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#listing
{
	background: #FFFFFF;
	float: left;
	width: 662px;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 9px 9px;
	border: 1px solid #C0C0C0;
}

#listing p
{
	margin: 0px;
	padding: 0px 10px 5px 0px;
}

.listing-left
{
	width: 250px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.listing-right
{
	width: 350px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.listing-bottom
{
	float: left;
	width: 610px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#photos
{
	background: #FFFFFF;
	float: left;
	width: 662px;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 20px 9px;
	border: 1px solid #C0C0C0;
}

#photos a img
{
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #C0C0C0;
}

#photos a:hover img
{
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #000000;
}

.comments
{
	background: #FFFFFF;
	float: left;
	width: 442px;
	margin: 0px 0px 10px 0px;
	padding: 19px 19px 19px 19px;
	border: 1px solid #C0C0C0;
}

.author
{
	width: 662px;
	float: left;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}




/************************************************
*	Local-Events Page      								*
************************************************/


#contentleft .postarea  h3 {font-size:18px;color:#007A87;border-bottom:1px dotted #007A87;}





/************************************************
*	Images  					     		    * 
************************************************/

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}

img.alignnone
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
}

img.alignleft
{
	float: left;	
	padding: 4px 14px 4px 4px;
	margin: 0px 30px 10px 0px;
	display: inline;

}

img.alignright
{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 4px;
	display: inline;

}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.wp-caption
{
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:15px 15px 15px 5px;
}

.wp-caption img
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar
{
	float: right;
	width: 228px;
	margin: 5px 0 0 0;
	line-height: 18px;
	display: inline;
	list-style: none;
	background-image: url(images/rounded_brownded.png);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
}
#sidebar .round
{
	width: 228px;
	background-image: url(images/rounded_brownded_bottom.png);
	background-repeat: no-repeat;
	height: 16px;
}

#sidebar p
{
	padding: 0px;
	margin: 0px;
}

#sidebar img
{
	float: left;
	border: none;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}

#sidebar a img
{
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#sidebar h2
{
	background: #FFF;
	color: #008542;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px 5px 6px;
	line-height: 14px;
}

#sidebar h3
{
	color: #000000;
	font-size: 16px;
	font-family: Georgia, TImes New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 3px 0px 5px 0px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px 1px 0px 1px;
	padding: 0px;
}

#sidebar ul li
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul li li
{
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#sidebar ul li ul li
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 15px;
}

#sidebar ul li ul li ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#sidebar .sidecontent
{
	background: #FFFFFF;
	float: left;
	width: 180px;
	margin: 0px 0px 5px 0px;
	padding: 9px;
	border: 1px solid #C0C0C0;
}

#sidebar .widget
{
	background: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}

#sidebar .s-chat img {width:auto;}


#cformsform .cform {background-color:black;}



#sidebar-bottom .contact-basics .main-contact img{
	margin: 0px;
	padding: 0 3px 10px 3px;
}



#sidebar-bottom .contact-basics .main-contact{
width:228px;
float:left;
font-size:11px;

}

#sidebar-bottom .socialmedia img{
padding: 0 0px 3px 3px;
}




/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar
{
	float: left;
	width: 135px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	display: inline;
}

#l_sidebar p
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#l_sidebar a img
{
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#l_sidebar .widget
{
	background: #FFFFFF;
	width: 115px;
	margin: 0px 0px 5px 0px;
	padding: 9px;
	border: 1px solid #C0C0C0;
}

/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar
{
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	display: inline;
}

#r_sidebar p
{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#r_sidebar a img
{
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#r_sidebar .widget
{
	background: #FFFFFF;
	width: 160px;
	margin: 0px 0px 5px 0px;
	padding: 9px;
	border: 1px solid #C0C0C0;
}

#sidebar-top {
min-height: 100px;
padding: 0px;
background-color: none;}


                                                 
 	        									 
                                                 

#sidebar-bottom {
background-color: none;}


                                                 
 	        									 
                                                 

#sidebar-bottom a img {
display: block;

background-color: none;}

/************************************************
*	Footer  									*
************************************************/

#footer
{
	background: #fff;
	height: 30px;
	width: 912px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px auto 10px;
	padding: 0px;
	border-top:1px #ccc solid;
}

#footer p
{
	margin: 0px;
	padding: 0px;
}

#footer a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#footer a
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

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

.footerleft
{
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 30px;
}

.footerright
{
	float: right;
	margin: 0px;
	padding: 8px 10px 0px 0px;
	text-align: right;
}
/************************************************
*	Bottom  									*
************************************************/

#bottom
{
	width: 960px;
	height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}

/************************************************
*	Search Form									*
************************************************/

#searchdrop
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}

#subscribe
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#subbox
{
	background: #F5F5F5 !important;
	width: 210px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}

#subbutton
{
	background: #800000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 0px 5px;
	padding: 2px;
	border: 1px solid #333333;
	font-weight: bold;
}

#gobutton
{
	background: #800000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 0px 5px;
	padding: 1px;
	border: 1px solid #333333;
	font-weight: bold;
}

#searchform
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}

#s
{
	background: #FFFFFF !important;
	width: 220px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}

#searchsubmit
{
	background: #800000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 5px;
	padding: 1px;
	border: 1px solid #333333;
	font-weight: bold;
	text-transform: uppercase;
}

#author, #email, #url
{
	background: #F5F5F5 !important;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}

#comment
{
	background: #F5F5F5 !important;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}

#submit
{
	background: #800000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: 1px solid #333333;
}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li { font-size: 12px; }
.commentlist li { font-weight: bold; }

.commentlist li .avatar
{
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p
{
	font-weight: normal;
	text-transform: none;
}

.commentmetadata { font-weight: normal; }

#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#commentform
{
	margin: 5px 10px 0px 0px;
	display: inline;
}

#commentform textarea
{
	width: 90%;
	padding: 2px;
}

#respond:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#commentform p { margin: 5px 0px 5px 0px; }

#commentform #submit
{
	margin: 0px;
	float: left;
	background-color:#007A87;
}

.alt
{
	margin: 0px;
	padding: 10px;
}

.commentlist
{
	margin: 0px;
	padding: 0px;
}

.commentlist ol
{
	margin: 0px;
	padding: 10px;
}

.commentlist li
{
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style-type: none;
}

.commentlist li ul li
{
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p
{
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

.children
{
	margin: 0px;
	padding: 0px;
}

.nocomments
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata
{
	font-size: 10px;
	margin: 0px;
	display: block;
}


.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.alignright { float: right; }
.alignleft { float: left; }

.thread-alt
{
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.thread-even
{
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

.depth-1
{
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

.even, .alt
{
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

/* Added by tamilsweet */
#topnav { text-align:right; }
#topnav ul li { list-style-type: none; text-decoration: none; display:inline; }
#search_area_1 { background:url(images/1.gif) no-repeat scroll 0px 10px; display: block; padding-left:30px; height:50px; }
#search_area_1 select { margin-top:10px; }
#search_area_2 { background:url(images/2.gif) no-repeat scroll 0px 0px; display: block; padding-left:30px; height:70px; }
#search_area_2_left { width:150px; float:left; }
#search_area_2_middle { width:112px; float:left; }
#search_area_2_right { float: left; width: 100px; padding-left: 6px; }
#searchbtn { border:0 none; background:transparent url(images/findit.gif) no-repeat !important; height:42px; width:100px; }

#content .recent-cat-post {
	color:#000;
	min-height:10px;

}
#content .recent-cat-post-thumb {
	float:left;
	width:125px;
	padding:10px 5px 0;
}
#content .recent-cat-post-thumb img {
	margin:0;
	padding:0;
}
#content .recent-cat-post-content {
	float:right;
	width:260px;
	text-align:left;
}
#content .recent-cat-post-content h2 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 10px;
}
#content .recent-cat-post-content p a {
	float:right;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
/*
* html .clearfix,
* html .container {height: 1%;}
*/
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }




/*Rounded Corners */

.roundedbluetitle
{
	margin: -14px 0px 10px 20px;
	padding: 0px 0px 0px 2px;
}

.roundedcornr_box_blue {
	background: url(images/roundedcornr_blue_tl.png) no-repeat top left;
}
.roundedcornr_top_blue {
	background: url(images/roundedcornr_blue_tr.png) no-repeat top right;
}
.roundedcornr_bottom_blue {
	background: url(images/roundedcornr_blue_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_blue div {
	background: url(images/roundedcornr_blue_br.png) no-repeat bottom right;
}
.roundedcornr_content_blue {
	background: url(images/roundedcornr_blue_r.png) top right repeat-y;
}

.roundedcornr_top_blue div,.roundedcornr_top_blue,
.roundedcornr_bottom_blue div, .roundedcornr_bottom_blue {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_blue, .roundedcornr_bottom_blue {
	margin-top: -4px;
}
.roundedcornr_content_blue { padding: 0 15px; }


.roundedbrowntitle {
	margin: -14px 0px 10px 20px;
	padding: 0px 0px 0px 2px;
 }
.roundedcornr_box_brown {
	background: url(images/roundedcornr_brown_tl.png) no-repeat top left;
}
.roundedcornr_top_brown
{
	background: url(images/roundedcornr_brown_tr.png) no-repeat top right;
	margin-top: 18px;
}

.roundedcornr_bottom_brown {
	background: url(images/roundedcornr_brown_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_brown div {
	background: url(images/roundedcornr_brown_br.png) no-repeat bottom right;
}
.roundedcornr_content_brown {
	background: url(images/roundedcornr_brown_r.png) top right repeat-y;
}

.roundedcornr_top_brown div,.roundedcornr_top_brown,
.roundedcornr_bottom_brown div, .roundedcornr_bottom_brown {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_brown  {
	margin-top: -2px;
}
 .roundedcornr_bottom_brown {
	margin-top: -12px;
}

.roundedcornr_content_brown { padding: 0 15px; }


.roundedcornr_box_green {
	background: url(images/roundedcornr_green_tl.png) no-repeat top left;
}
.roundedcornr_top_green {
	background: url(images/roundedcornr_green_tr.png) no-repeat top right;
}
.roundedcornr_bottom_green {
	background: url(images/roundedcornr_green_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_green div {
	background: url(images/roundedcornr_green_br.png) no-repeat bottom right;
}
.roundedcornr_content_green {
	background: url(images/roundedcornr_green_r.png) top right repeat-y;
}

.roundedcornr_top_green div,.roundedcornr_top_green,
.roundedcornr_bottom_green div, .roundedcornr_bottom_green {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_green, .roundedcornr_bottom_green {
	margin-top: -19px;
}
.roundedcornr_content_green { padding: 0 15px; }


.roundedorangetitle
{
	margin: -14px 0px 10px 20px;
	padding: 0px 0px 0px 2px;
}
.roundedcornr_box_orange {
	background: url(images/roundedcornr_orange_tl.png) no-repeat top left;
}
.roundedcornr_top_orange {
	background: url(images/roundedcornr_orange_tr.png) no-repeat top right;
}
.roundedcornr_bottom_orange {
	background: url(images/roundedcornr_orange_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_orange div {
	background: url(images/roundedcornr_orange_br.png) no-repeat bottom right;
}
.roundedcornr_content_orange {
	background: url(images/roundedcornr_orange_r.png) top right repeat-y;
}

.roundedcornr_top_orange div,.roundedcornr_top_orange,
.roundedcornr_bottom_orange div, .roundedcornr_bottom_orange {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_orange  {
	margin-top: -1px;
}
 .roundedcornr_bottom_orange {
	margin-top: -12px;
}
.roundedcornr_content_orange { padding: 15px 15px 0 15px; }


#word .roundedcornr_box_brown .roundedcornr_top_brown .roundedbrowntitle { margin: -14px 0px 0px 20px; }

#middle .contact img {float:left;}

.author-box { padding: 0px; width: 240px;  }




.agent-post .bio  { padding-left: 3px; border-left-color: #dcd099; border-left-style: solid; border-left-width: 3px; margin-left: 25px; color:#5D4F4B;}







