/* @override 
	http://robs-powerbook-g4.local/wordpress/wp-content/themes/yoakum/style.css
	http://yoakumfamilyproperties.com/wp-content/themes/yoakum/style.css
*/

/*** RESET RULES ***/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }


/*** GLOBAL PAGE RULES ***/

html {
	color: #333;
	background: #C7AB7F url(images/main_bg.jpg) no-repeat top;
	font-size: 10pt;
	font-family: Myriad Pro, Tahoma, Arial, sans-serif;
	padding-bottom: 30px;
}

body {
	padding-top: 80px;
	background: url(images/footer_shadow.png) bottom no-repeat;
}

a:hover { text-decoration: underline; }

a img { border: none; }

strong { font-weight: bold }

em { font-style: italic }

h1, h2, h3, h4, h5 { color: #8A3D2E; font-family: "Times New Roman", Times, serif; clear: both; }

/*** WORDPRESS CLASSES ***/

.aligncenter {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	text-align: left;
} 

.alignright {
	display: inline;
	float: right;
	text-align: right;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
}

#content img.aligncenter { display: block; margin: 4px auto; }
#content img.alignright { margin: 4px; display: inline; }
#content img.alignleft { margin: 4px; display: inline;	}
#content .alignright { float: right; }
#content .alignleft { float: left }
#content a img { border: 3px solid #8A3D2E; }
#content a:hover img { border: 3px solid #333333; }

/*** WRAPPER ***/

#wrapper {
	width:  997px;
	margin: auto;
	background: url(images/wrapper_bg.jpg) 15px top repeat-y;
}


/*** BANNNER ***/

#banner {
	background: url(images/banner_bg.jpg) 15px no-repeat;
	height: 341px;
	position: relative;
}

h1#logo {
	background: #FDFBF8 url(images/logo.gif);
	position: absolute;
	left: 45px;
	top: 35px;
}

h1#logo a {
	display: block;
	width: 346px;
	height: 147px;
}

h1#logo span { display: none; }


/*** MENU ***/

#menu {
	background: url(images/menu_bg.gif) 0 8px no-repeat;
	position: absolute;
	width: 327px;
	height: 48px;
	right: 15px;
	bottom: -8px;
	padding: 0 21px;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a {
	color: #4A392E;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	height: 39px;
	padding: 8px 14px 0;
}

#menu li a span { display: none; }

#menu li a:hover { color: #fff; }

#menu_home a       { width: 32px; }
#menu_properties a { width: 66px; }
#menu_contact a    { width: 54px; }
#menu_about a      { width: 54px; }

#menu_home a:hover, #menu_home a.thispage             { background: url(images/menu_bg.gif) -21px 48px; }
#menu_properties a:hover, #menu_properties a.thispage, #menu_properties:hover { background: url(images/menu_bg.gif) -82px 48px; }
#menu_contact a:hover, #menu_contact a.thispage       { background: url(images/menu_bg.gif) -176px 48px; }
#menu_about a:hover, #menu_about a.thispage           { background: url(images/menu_bg.gif) -258px 48px; }

#menu li ul {
	display: none;
	position: absolute;
	left: 5px;
	background-color: #D7CFBA;
	z-index: 5;
}
#menu li.m_hover ul { display: block; }

#menu li ul a {
	width: 200px;
	text-transform: none;
	height: auto;
	padding: 10px;
	padding-left: 25px;
}

#menu li ul li.current_page_item a {
	color: #fff;
	background-color: #6F6153;
}

#menu li ul a:hover {
	background: #6F6153 url(images/menu_arrow.gif) 5px 7px no-repeat;
	padding-left: 25px;
	width: 200px;
}

/*** CONTENT ***/

#content_wrap {
	min-height: 374px;
	padding: 30px 15px 0;
	background: url(images/content_wrap_bg.jpg) 15px 0 no-repeat;
}

#content {
	width: 395px;
	padding: 5px 25px;
	float: left;
}

#content p { padding-bottom: 15px; }

.post a {
	text-decoration: underline;
	color: #8A3D2E;
}
.post a:hover {
	text-decoration: none;
}

h2, legend {
	font-size: 16pt;
	padding-bottom: 15px;
}

h3 {
	font-size: 14pt;
	padding-bottom: 5px;
}

.properties {
	padding-bottom: 290px;
	position: relative;
}

#imgbox {
	position: absolute;
	left: -285px;
	background: url(images/img_shadow.png) bottom;
	padding-bottom: 25px;
}

#imgbox img { border: 7px solid #D5C19B; }

/*** SIDEBARS ***/

.sidebar { padding: 15px; }
.sidebar-left {
width: 283px;
float: left;
position: relative;
top: -70px;
background: url(images/l_sidebar_bg.jpg);
}

.sidebar-left ul{ padding-left: 20px; }
.sidebar-left ul li { list-style: disc; list-style-position: outside;}

.events, .images {
}

.buttons, .contact {
	padding-top: 0;
	width:  209px;
	float: right;
}

.buttons h2 {color: #fff; }

.events {
	padding: 15px;
	width: 163px;
	background: url(images/paper_left.jpg) no-repeat;
	height: 276px;
	padding: 60px;
	margin-top:19px;
}

.events h2 {
	font-size: 12pt;
	padding: 0;
}

.events a {
	color: #8A3D2E;
	text-decoration: none;
}

.events a:hover { text-decoration: underline; }

.events small, .events p {
	display: block;
	padding-bottom: 2px;
}

.events small a {
	display: block;
	padding: 0 0 5px 15px;
}

.buttons img { padding-bottom: 15px; }

.contact, .contact a {
	text-decoration: none;
	color: #fff;
	font-size: 10pt
}

.contact a:hover { text-decoration: underline; }
.contact ul { padding-bottom: 12px; }

.contact h2 { color: #484A36; }

.contact li { padding-bottom: 5px; }

.contact legend { display: none; }

.contact span {
	display: block;
	float: left;
	width: 50px;
	clear: both;
	padding-top: 3px;
}

.contact textarea { width: 205px; }

.contact input.sendbutton {
	border: none;
	background-color: #484A36;
	color: #fff;
	padding: 7px;
}

.failure, .success {
	color: #f00;
	background-color: #fff;
	padding: 4px;
	border: 3px solid #f00;
	margin-bottom: 7px;
	font-weight: bold;
}

.success {
	color: #090;
	border-color: #090;
}

li#li--5 span, li#li-1-5 span, li#li-2-5 span, li#li-3-5 span, li#li-4-5 span, li#li-5-5 span {
	color: #484A36;
	width: auto;
	font-family: serif;
	font-size: 16pt;
	padding: 15px 0;
}

.cf_hidden { display: none; }

.linklove { display: none; }

.images {
	width: 239px;
	padding: 22px;
}

.images img { border: 7px solid #D5C19B; }


/*** FOOTER ***/

#footer {
	background: url(images/footer_bg.jpg) top no-repeat;
	color: #9C8664;
	text-align: center;
	padding-top: 200px;
	height: 68px;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #9C8664;
}

#footer a:hover { color: #484A36; }

/* Lightbox 
------------------------------------------------------------------*/
#lightbox-infoBox { background: #000 !important; }
#lightbox-caption { display: none !important; }
#lightbox-infoBox a{ color: #fff; }
#lightbox-overlay-text-about { display: none; }




/**** Contact Page ****/

#content .cform label span { 
	display: block;
	float: left;
	width: 100px;
	clear: both;
	padding-top: 3px;
 }
#content .cform legend { font-family:"Times New Roman", Times, serif; padding-top: 10px;}
#content .cform li { padding-bottom: 5px; }


.sidebar ul li {
	 list-style: disc;
	 list-style-position: outside;
}
.sidebar ul {
	 padding-left: 20px;
}

.gallery-icon {
	margin:3px;
	height: 100px;
	width: 100px;
	overflow: hidden;
	border:3px solid #8A3D2E;
}
.gallery-icon:hover { border: 3px solid #333333 }
.gallery-icon * { border: none !important;}