/*
Theme Name: Bentsen Palm Development
Description: Custom theme for Bentsen Palm Development
Version: 1.0
Author: MPC Studios
Author URI: http://www.mpcstudios.com
*/

/********************************************************************/
/******************** DEFAULT WORDPRESS STYLES **********************/
/*** Feel free to change them as needed, but don't leave them out ***/
/********************************************************************/
.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption img {margin: 0; padding: 0; border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}
.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;}
/* optional rounded corners on captions for browsers that support it */
.wp-caption {-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}

/****************************************************/
/*** CLASSES GENERATED AUTOMATICALLY BY WORDPRESS ***/
/********** You may want to style these *************/
/****************************************************/
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.children {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_item a {cursor:default;}
.current_page_parent {}
.current_page_ancestor {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

/****************************/
/*** SITE-SPECIFIC STYLES ***/
/******** Have at it ********/
/****************************/

body, body * {margin:0; padding:0;}

body {
	background-color:#f9edda;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
}

#wrap {
	background: url(images/wrap_bg.jpg) repeat-y top center;
	margin:35px 0 0;
	width:100%;
}

#header {
	background: url(images/header_bg.png) no-repeat top center;
	height:663px;
}

#logos {
	width:600px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}

#logo {
	display:block;
	height:124px;
	width:308px;
	background-image:url(images/logo.png);
	text-indent:-9999px;
	margin:0 auto;
}

#nav {
	width:950px;
	text-align:center;
	margin:21px auto 0;
	height:16px;
	padding:11px 0 8px;
	color:#fff;
	font-size:11px;
}

#nav a {color:#fff;font-size:12px;}
#nav a:hover {color:#DECDAF;}

#banner {
	position:relative;
	z-index:3000;
	top:-1px;
	/*background:url(images/banner_bg.png) no-repeat bottom center;*/
	height:400px;
	text-align:center;
}


#banner img {
	position:relative;
	z-index:3000;
	margin:0 auto;
	display:block;
	width:950px;
	height:396px;
}

#footer {
	height:55px;
	background: url(images/footer_bg.png) no-repeat center bottom;
	text-align:center;
	color:#fff;
	padding-top:75px;
	margin-top:-35px;
}

#footer a {color:#fff;text-transform:uppercase;}
#footer a:hover {text-decoration:underline;}

#footer li, #footer ul {display:inline;}

#main {
	width:950px;
	margin:0 auto;
	z-index:4000;
	position:relative;
	margin-top:75px;
}

#sidebar {
	float:left;
	width:305px;
	margin-right:65px;
	font-size:12px;
}

#sidebar strong {color:#4c3100; font-family: Arial, "MS Trebuchet", sans-serif;font-size:13px;}

#content {
	float:left;
	width:580px;
	position:relative;
}

.clear {clear:both;}

hr {
	border: 0;
	background: transparent url(images/hr.gif) repeat-x;
	height: 8px;
	margin-bottom:15px;
}

h1 {
	font-family: Georgia, Times, "Time New Roman", serif;
	color:#4c3100;
	text-transform:uppercase;
	padding: 2px 0 15px;
	font-size:19px;
}

p {
	margin-bottom:15px;
	line-height:20px;
	font-size:12px;
	text-align:justify;
}

.readmore {float:right;}

input {border:1px solid #cfb888;}

#login input {float:right; margin-left:10px; width:140px;}

#login {text-align:right; width:260px; margin-right:30px;}

a, a:link, a:visited {color:#649c00;text-decoration:none;}
a:hover {text-decoration:underline;color:#b29559;}

.go_button {
	display:block;
	height:27px;
	width:75px!important;
	padding:0 30px 0 5px;
	background:#d5d1cc url(images/button.gif) no-repeat right top;
	border:none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	cursor:pointer;
}

.go_button:hover {
	background:#d5d1cc url(images/button.gif) no-repeat right bottom;
}

.vid {
	width:250px;
	height:215px;
	margin:0 auto;
	border: 8px solid #f8f8f7;
	background-color:#000;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.vid_desc {
	margin:10px auto 0;
	text-align:center;
	width:268px;
}

#gallery_buttons {
	margin:10px auto 0;
	text-align:center;
	width:280px;
}

.gallery_button {
	display:block;
	float:left;
	width:135px;
	height:27px;
	background:#d5d1cc url(images/button.gif) no-repeat left top;
	border:none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	cursor:pointer;
	color:#000!important;
	text-decoration:none!important;
}

.gallery_button:hover {
}

.gallery_button span {
	display:block;
	width:90px;
	height:21px;
	padding:6px 5px 0 40px;
	background:url(images/gallery_buttons_bg.gif) no-repeat left top;
}

.gallery_button:hover {
	background-position: left bottom;
}

.community {
	width:267px;
}

.community p {
	width:267px;
	margin:0 auto 15px;
	text-align:center;
}

.community .wp-post-image {
	display:block;
	width:255px;
	height:125px;
	border:4px solid #fff;
	background-color:#000;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	margin:0 auto 15px;
}

h3 {
	width:267px;
	height:27px;
	line-height:41px;
	text-align:center;
	margin:0 auto 15px;
	color:#fff;
	background:#4b2c04 url(images/brown_bg.png) no-repeat center center;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	font-family: Times, "Times New Roman", serif;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:14px;
}

h3.green {
	width:100%;
	background:#4c6a18 url(images/green_bg.png) no-repeat center center;
}

h2 {
	font-family: Times, "Times New Roman", serif;
	font-size:14px;
	text-transform:uppercase;
	color:#5e3a00;
	padding:4px 0 15px;
	margin:0;
}

h2 a {color:#5e3a00!important;}

#signup {
	margin:0 5px 0 15px;
	width: 194px;
	padding:2px 3px;
	color:#777;
	float:left;
}

#go {border:none;margin-top:3px;}

#address {
	color:#4c3100;
	width:700px;
	margin:20px auto;
	text-align:center;
	padding-top:12px;
	/*background:url(images/hud_logo.gif) no-repeat right top;*/
}

#content ul {
	line-height:18px;
	font-size:12px;
	margin-left:15px;
}

#content ul li { padding-bottom:5px; }

#content ul ul {
	margin:5px 45px 0;
	list-style-type:disc;
}

#contact {width:175px!important; float:left; margin:0!important;padding:15px 5px 0 0;}

#contact p {text-align:left;}

#sendbutton {margin-left:40px;}

#cformsform {margin-left:-5px;}

input.single, textarea {border-color:#cfb888!important;}

.linklove {display:none!important;}

label {font-family: Verdana, Arial, "MS Trebuchet", sans-serif!important;}

p img.normal {position:static!important; margin:5px 15px 5px 0!important;}

p.plan {border-bottom:2px solid #E7DECF; padding-bottom:15px;}

.single {border-bottom:2px solid #E7DECF; margin-bottom:15px;}

p.desc {padding-left:135px; position:relative; min-height:70px;}

/* for Internet Explorer */
/*\*/
* html p.desc {
	height: expression( this.scrollHeight < 71 ? "70px" : "auto" ); /* sets min-height for IE */
}
/**/

.album {width:50%; float:left; margin:25px 0;}

.gallery-thumbnail a img {
	background-color:#FFFFFF;
	border:1px solid #ccc;
	padding:4px;
	position:relative;
}

.gallery-thumbnail {text-align:center;}
.gallery-thumbnail a:hover img {background-color: #ccc;}
.gallery-description p {text-align:center; margin:0;font-size:11px;}
h2.albumtitle {text-align:center;margin-bottom:15px;font-size:12px; text-transform:none!important;}
h2.albumtitle a {color:#5e3a00;}
h2.albumtitle a:hover {color:#649c00;}

#TB_overlay {z-index:9100!important;}

#TB_window {z-index: 9102!important;}

#TB_load{z-index:9103!important;}

#TB_HideSelect{z-index:9099!important;}

td.right {text-align:right;}
.formFields input {text-align:right;}
.formFields td {padding:5px 5px 0 0;}

.ui-tabs .ui-tabs-nav {height:31px; padding:0!important;margin:0!important; border-bottom:1px solid #4E651D!important;}
.ui-tabs .ui-tabs-nav li {background-color:#4E651D!important;border:1px solid #4E651D!important; border-bottom:none!important;}
.ui-tabs .ui-tabs-nav li a {color:#fff!important;}
.ui-tabs .ui-tabs-nav li.ui-state-active {background-color:#FDF6EC!important; color:#4E651D!important}
.ui-tabs .ui-tabs-nav li.ui-state-active a {color:#4E651D!important;}

a img {border:none;}

#text .ngg-gallery-thumbnail a img {border:1px solid #E7DECF;}

#text div.ngg-gallery-thumbnail {float:none; margin:0 auto 15px; width:302px;}

#text div.ngg-gallery-thumbnail-box {float:none; width:100%;}

.disclaimer {font-size:10px; color: #649c00; text-align:center; line-height:15px; padding: 0 30px; }

#rotator {width:950px; margin:0 auto;}

#nav_blocks {width:954px; margin:0 auto; left: 2px; color:#fff;}

.nav_block {width: 314px; height:124px; float:left; position:relative; background:#5b7b1f url(images/menu_block_bg.png) no-repeat center center; margin:0 4px 20px 0; z-index:8000;}

.last_block {margin-right:0;}

.nav_block img {width:72px; height:65px; margin:29px 18px 29px 28px; background-color:#fff; float:left;}

.nav_block strong {color:#cfb888; display:block; padding-top:33px; text-transform:uppercase; font-size:18px;}

.nav_block p {text-align:left; padding-right: 15px;}

iframe { 
overflow-x: hidden; 
}

#related-posts ul {list-style:none;}

#related-posts ul li a {
	display:block;
	width:285px;
	height:15px;
	background: #625137 url(images/links_bg.gif) repeat-x top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 3px;
	color:#fff;
	font-weight:bold;
	padding: 6px 10px;
	text-decoration:none;
}

#related-posts ul li a:hover, #related-posts ul li.current_page_item a {
	color:#4c3100;
	background-position:bottom;
	background-color:#dcd3c3;
	text-decoration:none;
}

#mytable {
	padding: 0;
	margin: 0;
	color: #452E04;
	width:575px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#mytable th {
	font: bold 11px;
	color: #fff;
	border-right: 1px solid #BCA281;
	border-bottom: 1px solid #BCA281;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #32281C url(images/links_bg.gif) repeat-x -1px -1px;
}

#mytable th.top {
	border-right: 1px solid #251E16;
	border-bottom: 1px solid #251E16;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #BCA281;
	background: none;
}
#mytable td {
	border-right: 1px solid #efd5b4;
	border-bottom: 1px solid #efd5b4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #452E04;
}

th.first {
	border-left: 1px solid #BCA281;
}

#mytable td.first {
	border-left: 1px solid #efd5b4;
}

#mytable td.alt, #mytable tr.alt td {
	background: #FCF7F1;
	color: #452E04;
}
#mytable th.spec {
	border-left: 1px solid #BCA281;
	border-color:#efd5b4;
	border-top: 0;
	background: #fff url(http://www.duoh.com/csstutorials/csstables/images/bullet1.gif) no-repeat;
	font-weight: normal;
	font-size:10px;
	text-transform:none!important;
	letter-spacing:0!important;
	/*text-align:center;*/
	font-style:italic;
	padding:6px;
	color:#ab9150;
}
#mytable th.specalt {
	border-top: 0;
	background: #CAC7B6 url(images/links_bg.gif) repeat-x 0 -33px;
	font: bold 11px;
	color: #452E04;
}

#cformsform {width:600px;}

#li--7items label, #li--7items label span {width:400px;}

#li--7items label, #li--7items input {margin-bottom:5px;}

#li--7items input {margin-right:2px;}

#li--7items {padding-bottom:35px;}

#cf_field_7-4, #cf_field_7-5, #cf_field_7-6 {margin-left:40px;}

textarea.area, input.single {width:400px!important;}

#li--7 {padding-top:25px;}

ol.cf-ol li#li--9 {background:none!important;letter-spacing:0!important; font-size:10px; font-weight:bold; font-style:italic; padding-top:15px;}

#sendbutton {display:block;margin:0 auto!important;}

#label--8, #label--8 span {width:400px; text-align:left;padding-bottom:5px;font-weight:bold;}

#li--8 {margin-left:100px!important;}

.menu_slide {
	background:url(images/menu_slide_bg.png);
	position:relative;
	height:281px;
	margin-top:-286px;
	z-index:9000;
	cursor:default;
	display:none;
}

.menu_trigger {
	position:absolute; 
	width:314px;
	height:124px;
	top:0;
	left:0;
	cursor:pointer;
	z-index:8000;
}

.menu_trigger a {display: block; padding:10px 20px; font-size:14px; color:#fff; letter-spacing:.05em;}

.menu_trigger a:hover, .menu_trigger .current_page_item a {color:#cfb888; font-weight:bold; text-decoration:none; background:url(images/menu_hover_bg.png) no-repeat center center;}

.menu_trigger .menuheader a, .menu_trigger .menuheader a:hover {background:#476510 url(images/menu_header_bg.jpg); padding:14px 20px; /*text-align:center;*/ color:#cfb888; font-weight:normal; font-size:20px;}

.menu_trigger ul li {list-style-type:none;}

.cat-key, .kjo-link {display:none!important;}

.post {float:right; width:590px;}

.cf-ol input.single {width:250px!important;}

.cf-ol label, .cf-ol span {width:200px!important;}

.cf-ol label.cf-group-after, .cf-ol label.cf-group-after span {width:475px!important;}

.cf-ol label#label--74, .cf-ol label#label--74 span,
.cf-ol label#label--75, .cf-ol label#label--75 span,
.cf-ol label#label--76, .cf-ol label#label--76 span {width:350px!important;}

.cf-ol label#label--78, .cf-ol label#label--78 span {width:475px;}