/*  
Theme Name: VLV Development
Theme URI: http://www.vlvdevelopment.com/
Description: Custom WP Theme for VLV Development
Version: 1.0
Author: Market Garden SD
Author URI: http://www.marketgardensd.com/

All rights reserved. Copyright &#169; 2009 Market Garden SD.

*/

/* DIMENSTIONS and FONTS
	Arial, Helvetica, sans-serif : Font-family
	930px : overall width
*/

/* COLORS
	#c5c2a2 : light brown - body bg
	#bebaa1 : light brown - nav bg
	#666e58 : olive - nav hover
	#f5eaba : flesh - dropdown a:hover color
	#a1bf2f : limegreen -text color
	#98906b : golden brown - innerpage bg
*/

/* RESET BROWSER STYLING  */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol, li { list-style-type: none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,address,blockquote,fieldset,input,label,div,dd,dt,dl,fieldset,table,tr,td,hr,script { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* GLOBAL STYLES - START */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

a:focus { outline:none; }

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* GLOBAL STYLES - END */



/* PRE CONTENT SECTION - START */

body{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	background: #c5c2a2;
}

.wrap {
	width: 930px;
	margin: 0 auto;
}

#drop {
	width: 930px;
	float: left;
	background: url(images/bg_shadow.png) repeat-y top;
}

#drop_bottom {
	width: 918px;
	float: left;
	padding: 0 8px 9px 4px;
	background: url(images/bg_shadow_bottom.png) no-repeat bottom;
}

#bg_home {
	width: 918px;
	height: 577px;
	float: left;
	background: url(images/bg_home.jpg) top no-repeat;
}

#bg_inner {
	width: 918px;
	min-height: 599px;
	float: left;
	background: #98906b url(images/bg_inner.jpg) bottom no-repeat;
}

/* PRE CONTENT SECTION - END */



/* HEADER SECTION - START */

#header {
	width: 918px;
	height: 74px;
	float: left;
	background: url(images/bg_header.png) no-repeat;
	text-align: right;
}

/* HEADER SECTION - END */



/* NAV SECTION - START */

#navbar {
	width: 918px;
	height: 23px;
	float: left;
	background: url(images/bg_navbar.png) repeat-x;	
	margin: 12px 0 0 0;
	font-size: 13px;
}

/* Tier 1 */

#nav {
	width: 882px;
	float: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 18px;
}
	
#nav li a, #nav li a:visited {
	height: 19px;
	display: block;
	text-decoration: none;
	padding: 4px 7px 0 7px;
}
	
#nav a:hover {
	background: #666e58;	
}

#nav li {
	float: left;
	margin: 0 5px 0 0;
}
	
#nav li.current_page_item a, #nav li.current_page_ancestor a {
	background: #666e58;
}

#nav li.current_page_ancestor li a {
	color: #fff;
}

/* Tier 2 */

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	display: block;
	background: #666e58;
	padding: 0 0 5px 0;
	width: 150px;
}

#nav li:hover a {
	background: #666e58;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	width: 150px;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	float: none;
	height: auto;
	padding: 5px 7px 5px 7px;
	
}
	
#nav li li a:hover, #nav li li a:active {
	color: #f5eaba;
}

#nav li li.current_page_item a {
	color: #f5eaba;
}

/* NAV SECTION - END */



/* MAINBOX SECTION - START */

#mainbox {
	width: 600px;
	float: left;
	background: url(images/bg_mainbox.png) repeat-y;
	margin: 50px 0 0 34px !important;
	margin: 50px 0 0 17px;
}

.col1 {
	width: 286px;
	float: left;
	color: #a1bf2f;
	font-size: 20px;
	font-weight: bold;
	padding: 25px 36px 25px 36px;
	line-height: 1.5em;
}

.col2 {
	width: 196px;
	float: left;
	color: #fff;
	padding: 25px 23px 25px 23px;
	line-height: 1.4em;
}

#mainbox img {
	float: left;
}

/* MAINBOX SECTION - END */



/* INNERBOX SECTION - START */

#innerbox {
	width: 853px;
	float: left;
	margin: 50px 0 67px 33px !important;
	margin: 50px 0 67px 17px;
	background: url(images/bg_innerbox.png) repeat-y;
}

.left_col {
	width: 253px;
	float: left;
}

.left_col .image_box {
	width: 253px;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}

.left_col .image_box img {
	max-width: 211px;
}

.left_col .projlogos {
	float: left;
	margin: 25px 0 50px 21px !important;
	margin: 25px 0 50px 11px;
}

.bottom_image {
	float: left;
	max-width: 853px;
}

.testimonial {
	width: 213px;
	float: left;
	padding: 0 20px;
	margin: 20px 0 0 0;
	color: #686957;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Time, serif;
	font-size: 15px;
	line-height: 1.4em;
}

.right_col {
	width: 550px;
	float: left;
	padding: 50px 25px;
	color: #fff;
	line-height: 1.4em;
}

/* INNERBOX SECTION - END */



/* FOOTER SECTION - START */

#footer {
	width: 930px;
	float: left;
	text-align: center;
	color: #69675a;
	font-size: 11px;
	padding: 0 0 15px 0;
}

#footer a {
	color: #69675a;
	border-bottom: 1px dotted #69675a;
	text-decoration: none;
}

#footer a:hover {
	border: none;
}

#foot_nav {
	margin: 10px 0 0 0;
}

#footer #foot_nav a {
	color: #69675a;
	border-bottom: 1px dotted #69675a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#footer #foot_nav a:hover {
	border: none;	
}

#foot_nav li {
	display: inline;
	border-right: 1px solid #69675a;
	padding: 0 15px;
}

#foot_nav li.last {
	border: none;
}

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


/* FOOTER SECTION - END */


/* custom reusable classes- start */

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}
	
.align_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.no_pad {
	padding: 0 0 0 0;
}

.no_margin {
	margin: 0 0 0 0;
}

.padleft_10 {
	padding-left: 10px;
}

.padleft_20 {
	padding-left: 20px;
}

.padleft_12 {
	padding-left: 12px;
}

.margintop_10 {
	margin-top: 10px;
}

.margintop_15 {
	margin-top: 15px;
}

.margintop_20 {
	margin-top: 20px;
}

.margintop_25 {
	margin-top: 25px;
}

.margintop_30 {
	margin-top: 30px;
}

.margintop_40 {
	margin-top: 40px;
}

.marginleft_15 {
	margin-left: 15px;
}

.marginright_5 {
	margin-right: 5px;
}

.marginright_10 {
	margin-right: 10px;
}

.marginbottom_5 {
	margin-bottom: 5px;
}

.marginbottom_10 {
	margin-bottom: 10px;
}

.marginbottom_15 {
	margin-bottom: 15px;
}

.marginbottom_20 {
	margin-bottom: 20px;
}

.padtop_10 {
	padding-top: 10px;
}

.padtop_30 {
	padding-top: 30px;
}

.padtop_50 {
	padding-top: 50px;
}

.padbottom_10 {
	padding-bottom: 10px;
}

.padbottom_20 {
	padding-bottom: 20px;
}

.padbottom_50 {
	padding-bottom: 50px;
}

.hide {
	display: none;
}

.font_9 {
	font-size: 9px;
}

.font_10 {
	font-size: 10px;
}

.font_11 {
	font-size: 11px;
}

.font_12 {
	font-size: 12px;
}

.font_13 {
	font-size: 13px;
}
	
.font_14 {
	font-size: 14px;
}

.font_15 {
	font-size: 15px;
}

.font_18 {
	font-size: 18px;
}

.italic {
	font-style: italic;
}

.space5 {
	width: 100%;
	height: 5px;
	float: left;
}

.space10 {
	width: 100%;
	height: 10px;
	float: left;
}

.space20 {
	width: 100%;
	height: 20px;
	float: left;
}

.space40 {
	width: 100%;
	height: 40px;
	float: left;
}

.space50 {
	width: 100%;
	height: 50px;
	float: left;
}

.serif {
	font-family: Georgia, "Times New Roman", serif;
}


/* custom reusable classes - end */



/* CONTENT SECTION - START */

p.pagetitle {
	margin: 0 0 20px 0;
	font-style: italic;
}

.entry_head p {
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
}

.post h1, .post h2 {
	font-size: 20px;
	margin: 0 0 8px 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	padding: 25px 0 0 0;
}

.entry p, .entry ol, .entry ul {
	padding: 13px 0 0 0;
}

.entry h1, .entry h2 {
	font-size: 20px;
}

.entry h3, .entry h4 {
	font-size: 15px;
}

.entry h5, .entry h6 {
	font-size: 13px;
}

.entry ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.entry ol li {
	list-style: decimal;
	margin: 0 0 0 25px;
}

.entry table td {
	vertical-align: top;
	padding: 10px 10px 5px 0;
}

.entry blockquote {
	padding: 5px 15px 5px 20px;
	margin: 0 0 0 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Time, serif;
	font-size: 14px;
}

.entry img.alignright {
	margin: 2px 0 2px 10px;
	display: inline;
	float: right
}

.entry img.alignleft {
	margin: 2px 10px 2px 0;
	display: inline;
	float: left;
}

.entry img.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.entry_space {
	width: 100%;
	height: 25px;
	float: left;
	border-bottom: 1px dotted #C5C2A2;
	margin: 0 0 25px 0;
}

.postinfo {
	margin: 20px 0 0 0;
	font-size: 11px;
	font-style: italic
}

.postinfo li {
	float: left;
	margin: 0 10px 0 0;
}

.postinfo li.postdate {
	padding: 0 0 0 20px;
	background: url(images/calendar.gif) no-repeat left;
}

.postinfo li.comments-link {
	padding: 0 0 0 20px;
	background: url(images/comment.gif) no-repeat left;
}

.postinfo li.tags {
	padding: 0 0 0 20px;
	background: url(images/tag_green.gif) no-repeat left;
}

.postinfo li.author {
	padding: 0 0 0 10px;
	background: url(images/bullet_green.gif) no-repeat left;
}

/* CONTENT SECTION - END */



input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #C5C2A2;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}


/* =============== COMMENTS TEMPLATE ==START============= */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px dotted #C5C2A2;
	padding: 15px 0 0;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template p {
	padding: 10px 0 0 0;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #C5C2A2;
}

.comments-template p.nocomments{
	padding: 0;
}

/* =============== COMMENTS TEMPLATE ==END============= */



