/*
Theme Name: Ideal Homes
Theme URI: http://www.ideal-homes.com/blog
Description: Theme for Ideal Homes
Version: 1.0
Author: Brian Smallwood
Author URI: http://www.builderdesigns.com/

*/


@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #DFE7C0;	
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 4px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

.photo_edge:hover {
	margin: 4px;
	padding: 2px;
	border: 3px solid #A5B177;
}

.right {
	float: right;
	margin: 3px 3px 3px 6px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

.left {
	float: left;
	margin: 3px 7px 3px 3px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
}


/* End Basics - CSS */



/* start of wrappers */


#wrapper {
	margin: 0px auto;
	width: 100%;
}

#wrapper_top {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#wrapper_footer {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #4D532F;
}

#footer {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}


/* end of wrappers */


/* start of header */


#header {
	float: left;
	clear: both;
	width: 1000px;
	height: 165px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.header_logoarea {
	float: left;
	width: 396px;
	height: 76px;
	margin-bottom: 8px;
	margin-top: 26px;
}

#header h1 a {
	width: 396px;
	height: 76px;
	display: block;
	text-indent: -5000px;
	background-image: url(images/logo_ideal.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav {
	width: 1000px;
	height: 55px;
	float: left;
	clear: both;
}

#nav ul {
	display: block;
	float: left;
	width: 1000px;
	height: 55px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 55px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_home {
    width: 138px;
}

#nav_about {
    width: 223px;
}

#nav_findyourhome {
    width: 207px;
}

#nav_finance {
    width: 235px;
}

#nav_contact {
    width: 197px;
}

#nav_home a:hover {
    background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -165px;
}

#nav_about a:hover {
    background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -138px -165px;
}

#nav_findyourhome a:hover {
    background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -361px -165px;
}

#nav_finance a:hover {
    background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -568px -165px;
}

#nav_contact a:hover {
    background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -803px -165px;
}

#nav ul li ul {
	display: none;
	float: none;
	position: relative;
	top: -5px;
	width: 225px;
	height: auto;
	z-index: 100;
	color: #FFFFFF;
	border: 10px solid #7A140B;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #000000;
}

#nav ul li:hover ul {
    display: block;	
}

#nav ul li ul li {
	background-image: url(images/fade.png);
	background-color: #000000;
	color: #ffffff;
	display: block;
	float: none;
	height: 30px;
	text-indent: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	border: 1px solid #000000;
}

#nav ul li ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 8px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: none;
}

#nav ul li ul li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #252525;
}

#nav ul li ul li ul {
	visibility: hidden;
	position: relative;
	float: none;
	left: 225px;
	width: 290px;
	height: auto;
	z-index:1000;
	color: #FFFFFF;
	border: 5px solid #7A140B;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #000000;
	margin-top: -25px;
}

#nav ul li ul li:hover ul {
    display: block;
	visibility: visible;
}

#nav ul li ul li ul li {
	background-image: url(images/fade.png);
	background-color: #000000;
	color: #ffffff;
	display: block;
	float: none;
	height: 30px;
	text-indent: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}

#nav ul li ul li ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 8px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: none;
}

#nav ul li ul li ul li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #252525;
}

.nav_arrow {
	background: url(images/arrow.png) no-repeat right center;
}

.list01 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list01 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 5px;
	list-style: none;
}

.list01 li:hover {
	background-color:#F1F5D4;
}

.list03 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list03 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 4px 3px;
	list-style: none;
}

.list03 li:hover {
	background-color:#F1F5D4;
}

.photo_border_box {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;	
}

.photo_border_box:hover {
	border: 3px solid #79140C;
}

#template {
	width: 1000px;
	float: left;
	background-image: url(images/template_repeat.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#template p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;	
}

#template h3 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #710000;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#template h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
}

#template h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}

#template h6 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DFE7C0;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#template a {
	font-weight: bold;
	color: #7A140B;
	text-decoration: none;		
}

#template a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#template_topedge {
	width: 1000px;
	height: 38px;
	background-image: url(images/template_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#template_topedge02 {
	width: 1000px;
	height: 38px;
	background-image: url(images/template_top02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#template_bottomedge {
	width: 1000px;
	height: 37px;
	background-image: url(images/template_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: left;
	width: 695px;
}

#main ul {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 3px 7px 22px;
	list-style: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#main li:last-child {
	border-bottom-width: 0px;
}



#main ol {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main ol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 3px 7px 22px;
	list-style: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#main ol:last-child {
	border-bottom-width: 0px;
}














#sidebar {
	float: left;
	width: 284px;
}

#pageheader {
	width: 695px;
	height: 67px;
	background-image: url(images/pagehead_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#pageheader h2 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 4px;
	padding-top: 16px;
	padding-left: 45px;
	text-shadow: 0px 0px 5px #000000;

}

.template_content {
	width: 642px;
	margin-left: 43px;
	margin-top: 10px;
	float: left;
}

.social_box {
	float: left;
	width: 449px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCC892;
	margin-top: 20px;
	padding-top: 10px;
}

.social_box_row {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.list02 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list02 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 3px 7px 22px;
	list-style: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}



.sidebar_mapbtn_box {
	float: left;
	width: 284px;
	height: 207px;
}

.sidebar_mapbtn a {
	width: 284px;
	height: 207px;
	text-indent: -5000px;
	display: block;
	background-image: url(images/sidebar_btn_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_contentarea {
	float: left;
	width: 215px;
	margin-left: 46px;
}

.sidebar_module {
	width: 215px;
	float: left;
	background-image: url(images/home_column_module_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.sidebar_btn_elena a {
	width: 215px;
	height: 224px;
	background-image: url(images/home_column_btn_elena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
}

.sidebar_header_blog {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(images/home_column_header_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_header_latestpromo {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(images/home_column_header_latestpromo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_header_comingsoon {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(images/home_column_header_comingsoon.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_promotop {
	width: 215px;
	height: 22px;
	background-image: url(images/sidebar_promotop.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_promo_group_content {
	width: 195px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sidebar_promo_group {
	width: 215px;
	float: left;
}

.sidebar_module_content {
	float: left;
	width: 169px;
	margin-left: 23px;
}

.sidebar_btnarea {
	width: 215px;
	height: 52px;
	float: left;
}

.sidebar_btn_blog a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(images/home_column_btn_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_btn_moreinfo a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(images/home_column_btn_moreinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#sidebar ul {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 5px;
	list-style: none;
}

#sidebar li:hover {
	background-color:#F1F5D4;
}


/* end of sidebar */


/* start of footer */


.footer_topspace {
	width: 1000px;
	height: 59px;
	background-image: url(images/footer01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_box {
	width: 1000px;
	float: left;
	background-image: url(images/footer03.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.footer_box_inner {
	width: 1000px;
	float: left;
	background-image: url(images/footer02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_box_edge {
	width: 1000px;
	height: 30px;
	background-image: url(images/footer04.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_logorow {
	width: 980px;
	float: left;
	padding: 10px;
}

.logobox_bd {
	float: left;
	width: 170px;
	height: 23px;
}

.bd_logo {
	width: 170px;
	height: 23px;
	text-indent: -5000px;
	background-image: url(images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bd_logo a {
	width: 170px;
	height: 23px;
	text-indent: -5000px;
	background-image: url(images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.logobox_eho {
	float: right;
	width: 37px;
	height: 35px;
	background-image: url(images/logo_eho.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;	
}

#footer h2 {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77815D;
}

#footer p {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#footer h5 {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77815D;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
	
#footer a:hover {
	font-weight: bold;
	color: #D1D6AB;
	text-decoration: none;	
}

.footer_left {
	width: 808px;
	float: left;
	margin-left: 23px;
	margin-right: 12px;
}

.footer_right {
	width: 134px;
	float: left;
	margin-left: 1px;
}

.foot_space {
	margin-left: 5px;
	margin-right: 5px;
}

.footer_comm_box {
	float: left;
	width: 808px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77815D;
}

.footer_tabs {
	padding: 7px 24px 7px 13px;
	display: inline;
	background: #32381D url(images/arrow.png) no-repeat right center;
	color: #D1D8A8;
	font-weight: bold;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 7px 10px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
}

.footer_tabs:hover {
	background-color: #620000;
}

.footer_social {
	float: left;
	width: 118px;
	margin-left: 10px;
	margin-top: 10px;
}

.footer_social_box {
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.footer_social_fb a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(images/footer_social_fb.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_twitter a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(images/footer_social_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_youtube a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(images/footer_social_youtube.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_rss a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(images/footer_social_rss.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* start of forms */

.form {
	width: auto;
	float: left;
}

.form02 {
	float: left;
}

#input, #textarea, .input, .input_slider, .formNameColumn {
	padding: 6px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 190px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#input02 {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 50px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.textarea02 {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 300px;
	height: 300px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#textarea { 
	width: 300px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
}

#textarea02 {
	width: 260px;
	max-width: 260px;
	height: 110px;
	line-height: 150%;
}


.textarea_slider {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 200px;
	height: 175px;
	line-height: 150%;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#input:hover, #textarea:hover, #input02:hover, #input:focus, #textarea02:hover, #textarea02:focus,
#input:focus, #textarea:focus, .input:hover, .input:focus, .textarea_slider:hover, .textarea_slider:focus, .input_slider:hover, .input_slider:focus, .textarea02:hover, .textarea02:focus, .formNameColumn:focus, .formNameColumn:hover  {
	border-color: #333333;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 2px;
	color: #333333;
}

.submit {
	width: auto;
	padding: 4px 6px;
	background: #620000;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-left: 3px;
}

.slider_submit {
	width: auto;
	padding: 6px 8px;
	background: #620000;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-top: 15px;
}

#radio {
	padding: 2px;
	width: 15px;
	
}


/* end of forms */


.post {
	width: 642px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}

.post img, .post img a {
	margin: 6px 10px;
	padding: 3px;
	border: 2px solid #CCCCCC;
}

.post-date {
	width: 75px;
	height: 79px;
	float: left;
	margin-right: 15px;
	background: url(images/calendar.png) no-repeat;
}

.post-month {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 12px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

.post-day {
	font-size: 21px;
	text-transform: uppercase;
	color: #FDFFE7;
	text-align: center;
	display:block;
	line-height: 21px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.post-year {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 12px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

.post-title_top {
	background-image: url(images/titlearea_fade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 35px;
}

.post-cat {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.post-comments, .mini-add-comment {
	padding: 3px 3px 3px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.post_list01 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list01 li {
	padding: 8px;
	margin: 2px;
}

.post_list02 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	list-style: square url(none) inside;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list02 li {
	padding: 6px 12px;
	margin: 3px;
}

#commentform textarea {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 600px;
}

.commentlist {
	padding: 10px 10px 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	list-style: none;
}

.commentlist li {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #EDE5C5;
}

.sociable {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.sociable_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px 3px 6px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 10px;
}

.previous-entries {
	float: left;
	margin-right: 15px;
	width: 250px;
}

.previous-entries {
	float: right;
	margin-left: 15px;
	width: 250px;
}

.alignright {
	float: right;
	margin: 3px 10px;
	padding: 3px;
	/*border: 4px solid #E3DBBD;*/
}

.alignleft {
	float: left;
	margin: 3px 10px;
	padding: 3px;
	/*border: 4px solid #E3DBBD;*/
}

.aligncenter {
	margin: 0px auto;
}

#searchsubmit {
	margin-bottom: 15px;
}

.wp-caption-text {
	margin-left: 8px;
}

#respond {
	margin-top: 25px;
}

.author-box {
	width: auto;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #BBBBBB;
}

.author-pic {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.author-name {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 3px;
}

.author-bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
}

.cat-post-item li a {
	background-image: none;
}


/* end of post styling */

