/*
Theme Name: UVP Home
Theme URI: http://liesland.com
Description: This is the default theme, and I am hacking it.
Version: .9
Author: Michael Heilemann, but Rob is stripping it down
Author URI: http://binarybonsai.com/


*/

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #222;
	background-color: #446e27;
}

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #446e27;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #f1b310;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

ul {
	margin-left: 25px;
	margin-bottom: 10px; 
	list-style:disc;
}

ol {
	margin-left: 25px;
	margin-bottom: 10px; 
	list-style: decimal;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div.center {
  text-align: center;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#header {
	height: 150px;
	xoverflow: hidden;
	xbackground: url(/templates/uvp_home/images/uvp_header_bk.jpg) 0 0 no-repeat;
}

div#logo {
	width: 200px;
	float: left;
	padding: 4px 5px 0px 5px;
}

div#topCont {
	width: 735px;	
	float: left;
}

#topCont ul {
	margin: 0;
}

div#topSpec {
	width: 730px;	
	Height: 51px;
        padding: 7px;
}

div#topLeft {
	float: right; padding: 5px;
}

div#topRight {
	float: right;
        margin-right: 4px;

}

#topSpec form{ display:inline;}

#topSpec  .search {	padding:2px;	width:12em;}


#topNav {	width: 61em;	background-color:#f1b310;	height:88px;
}#topNav ul{	margin-bottom:0px;	margin-left:0px;	float:right;}

#banner_pic {
	margin: 6px;
}

#whitebox {

	text-align: left;
	padding: 8px;
}

div#footer {
	padding: 2px 0px 0px 5px;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: .9em;
        font-family:"Times New Roman",Georgia,Serif;
}


/*** HOME PAGE ***/

#rightCol {
	float: right;
	width: 155px;
    font-family:"Times New Roman",Georgia,Serif;
}

#flashHolder {
	margin-right: 160px;
}

#triplePromo {
	margin-top: 5px;
}

#triplePromo table {
	width: 100%;
}

#triplepromo table td {
	text-align: left;
	vertical-align: middle;
	margin-right: 2em;
}

/* Village Blog Styles */
#vb-section {
	padding-top: 10px;
}

#vb-section h2 {
	font-size: 2.3em;
	margin-bottom: .5em;
    font-family: Arial,Helvetica,sans-serif;
}

#vb-section ul {
	margin-left: 0; 
	list-style: none;
}

#vb-section h2 a {
	color: #000;
}

#vb-section li {
	margin-bottom: 1.5em;
        font-size: 1.1em;
}

#vb-section li a {
	font-weight: bold;
}	

#vb-section p.read-more {
	text-align: right;
}	


/*** SUB PAGE Styles ***/

#left-column {
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-right: 20px;
}

/*** Set up the nav ***/
#left-column ul {margin-left: 0px; margin-bottom: 0;}

#left-column li {list-style: none; border-top: #f1b310 thin solid;}

#left-column li li, #left-column li.current_page_ancestor li li, #left-column li.current_page_item li li  {display: none;}

#left-column li.current_page_ancestor li, #left-column li.current_page_item li, #left-column li.current_page_ancestor li.current_page_ancestor li, #left-column li.current_page_ancestor li.current_page_item li {margin-left: 10px; display: list-item;}

/*** set some colors & styles ***/

#left-column li {padding-left: 5px;}

#left-column li a { font-weight: bold; font-size: 1.2em; line-height: 2.0em;}

#left-column li li a {font-weight: normal; font-size: 1.0em; line-height: 2.0em; display: block;}

#left-column li.current_page_item > a {color: #000000;}

#content {
	float: left;
	margin-left: 2.0em;
	padding: 0em 1em 1em 0em;
	font-family: Arial,Helvetica,sans-serif;
	width: 700px;
	font-size: 1.2em;
}

#content #content-title {
	font-size: 1.7em;
	margin-bottom: 0.8em;
	color: #446e27;
        font-family: Arial,Helvetica,sans-serif;	
        margin-top: 0.2em;
}

#content h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
        margin-top: 1em;
}

#content p{
	margin-bottom: .5em;
}

#content ul {
	margin-bottom: .5em;
}

#content li {
	margin-bottom: .2em;
}

#content .people-table td {
	vertical-align: top;
	padding: 5px;
}

#content .partner-table td{
	vertical-align: middle;
	padding: 5px;
	text-align: left;
}

#content .partner-table td.logo{
	text-align: center;
}

#content img {
margin: 0em 1em 1em 1em;
}



/*** Contact Form Styles ***/
.wpcf7-mail-sent-ok {color: green; font-weight: bold;}

.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {color: red; font-weight: bold;}
