/*
Theme Name: VS Theme
Theme URI: http://altvisions.com/
Description: Village Solution Theme utilizing Elliot Jay Stocks's reset.
Version: 1
Author: Patrick Hill
Author URI: http://altvisions.com/
Tags: Village Solutions, green
*/


/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {	outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}
a:link, a:visited, a:hover, a:active {outline:none;border: none;text-decoration: none;}
 
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


/* Village Solutions Blog stylesheet */

/*
Color Scheme
	content bar: #869e70
	main content bar:  #788e65
	page background:  #
*/

/*
UTILITY
*/
.floatLeft { float: left;}
.floatRight { float: right;}
.clear { clear: both;}
.button  {
	border: 1px solid #272727;
	background: white;
	padding: 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #272727;
}
.button:hover {
	background: #cccccc;
	color: black;
}

/*
General Typography
*/
body {font-family: GillSans, Calibri, Trebuchet, sans-serif;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
p{font-size:16px;line-height: 18px;}
li{font-size:16px;}

/*
Structure
*/

html {
	background-color: #51643f;			
}
body {
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	background: url("images/background.jpg") repeat-x scroll left top transparent;
	color: white;						
}
#page-wrap {
	width: 960px;
	margin: 0px auto;					
}
#footer {
	height: 100px;
}
#background-plan {
	position: absolute;
	left: 0px;
	top: 280px;
	z-index: -1;
	width: 100%;
	height: 596px;
	background-image: url("images/background-plan.jpg");	
	background-position: top left;
	background-repeat: repeat-x;
}
#main-col {
	width: 710px;					
	float: left;
}
#main-content {													
	background-color: #869e70;
}
#page-title {
	display: block;
	margin: 0px 0px 0px 30px;
	padding-top: 15px;
}
/*
Header
*/

#header {
	height: 280px;											
	text-align: center;
	background: url("images/header.jpg") no-repeat center top;
}
#blog-info{
	text-indent: -3000px;
	position: absolute;
}
#nav {
	bottom:0;
	left:0;
	padding:10px 0;
	position:absolute;
	width:960px;
}
#nav li{
	display: inline;
	padding: 0px 25px 0px 25px;
}

/*
Posts
*/
.single #main-col h2 {
	margin-bottom: 10px;
}
.post-info h2 {
	margin-right: 60px;
}
.post-date {
	float: right;
	width: 44px;
	text-align: center;
	color: black;
	font-size: 12px;
	background: white;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.month {
	color: white;
	padding: 3px 0px;
	background: #94c0d9;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.day {
	color: #5F5F5F;
	padding: 5px 0px;
}
.date-reflection {
	display: block;
	width: 44px;
	height: 20px;
	margin-top: 5px;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(250,250,250,.3) , #788E65);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,250,250,.3)), to(#788E65));
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.post {
	background-color: #788e65;
	margin: 20px 20px 20px 20px;
	padding: 10px;
}
.post p {
	padding-bottom: 15px;
	position: relative;
}
.post img {
	max-width: 650px;
}
.post ol, .post ul {
	padding: 10px 0px 10px 0px;
}
.post ol li{
	list-style-type: decimal;
	margin-left: 25px;						
}
.post ul li{
	list-style-type: disc;
	margin-left: 25px;						
}
#comments-container {
	margin: 0px 20px 0px 20px;
	padding-bottom: 20px;
	width: 670px;
}
#comments-container li {
	background-color: #788E65;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}
#comments-container input {
	margin: 5px 0px 5px 0px;
}
.post-nav {
	margin: 0px 20px 60px 20px;
}
.post-nav a{						
	padding: 2px 2px 2px 2px;
	margin: 10px 0px 10px 0px;
	background: white;
	color: #788E65 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.more-link {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #788E65 !important;
	padding: 2px 5px 2px 5px;
	background: white;
	margin-top: 10px;
}
a.more-link:hover {
	background: #E2E2E2;
}

/*
Footer
*/
#footer {
	height: 100px;
	width: 960px;
	background-color: #869e70;						
	background-image: url("images/footer.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}
#footer p{
	padding-top: 55px;
}

/*
Widgets
*/
#search-box {
	width: 120px;
	padding: none;
}
#searchsubmit {
	padding: 2px;
	*padding: 0px;
	_padding: 0px;
	background: white;
	border: none;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#searchsubmit:hover {
	background: #dcdcdc;
}
#link-sidebar {
	width: 205px;
	float: right;
	padding: 10px;
	margin: 20px 20px 20px 0px; 
	background-color: #788e65; 
}
#link-sidebar ul{
	padding-bottom: 10px;
}
#socialsidebar {
	width: 225px;
	float: right;
	margin: 0px 20px 20px 0px;  
	background: url("images/twitter.png") no-repeat 0px 10px;
}
#socialsidebar  h2{
	margin: 20px 0px 10px 40px;
}
#socialsidebar ul {
	margin-bottom: 15px;						
}
#socialsidebar li{
	padding: 10px;	
	margin-bottom: 10px;	
	background: #788e65 url("images/twitter-posts.jpg") no-repeat bottom right;
}
#rss-link a{
	display: block;
	background: url("images/rss_icon.png") no-repeat left center;
	padding: 3px 0px 3px 25px;
	margin: 15px 0px 15px 0px;
}

/*
Links
*/
#top-link {
	background-image: url("images/arrow.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
}
#top-link {
	padding: 10px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #d3e4f2;
}
a:hover {                        
	color: white;
}
#nav a {
	color: #212121;
	font-weight: bold;
}
#nav a:hover {                        
	color: white;
}
