/*
Theme Name: VillageOne
Theme URI:
Description: Prototype VV Theme
Version: 0.1
Author: Brandon Paddock
Author URI: http://brandonlive.com/
Tags: green, custom header, fixed width, two columns, valid XHTML, right sidebar

*/

/* Begin Typography & Colors */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #ffffcc;
	}
a{
  color: #cc6600;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.entry ul
{
	padding:5px;
}

ul li ul
{
	text-indent:30px;
}

#page {
	text-align: left;
	width: 100%;
	margin: 0 auto;
      }

#header {
	width: 100%;
}
#pr{
  overflow: hidden;
  zoom:1;
  clear: both;
  background: #fff;
}
.seo-help{
  position: absolute;
  text-indent: -9999px;
}

.description{
  font: 14px Arial;
  color: #fff;
  clear: both;
  padding-bottom: 20px;
  float: left;
}

#cms-nav-wrap{
    margin:10px 20px 0 20px;
    background-color: #EEEEEE;
}
.cms-nav-bc
{
	font-size: 1.1em;
    margin:10px 0 0 20px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}


/* Begin Structure */
*{
  margin: 0;
  padding: 0;
}

#headerimg {
	margin: 0;
	width: 1100;
	height: 130px;
	position: relative;
	vertical-align:top;
	background: #ffffcc url(images/topwidebar.jpg) repeat-x;
	}
#headerimg a img
{
    overflow:hidden;
}
	
#homelinks
{
    float:left;
    width: 310px;
    margin: 42px 0 0 0;
}

#homelinks ul li
{
    line-height: 80px;
    margin-bottom: 8px;
	list-style: none;
}

#homelinks ul li a
{
	text-decoration: none;
}

.homelinks-title
{
    color: #000000;
    text-align: center;
	font-size: 16pt; 
	font-family: papyrus, arial, sans-serif;
    background: #ffffcc url(images/homeButton.png) no-repeat;
}

#content-wrapper
{
    clear: both;
  	width: 980px;
	margin: 0;
	background: #ffffcc;
}
#content-wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#content-wrapper{display: inline-block;}

html[xmlns] #content-wrapper{display: block;}

* html #content-wrapper{zoom: 1;}

#content{
  float: right;
  clear: both;
  width: 800px;
  min-height: 260px;
  background-color: #ffffcc;
}

#contentHome{
  float: left;
  clear: both;
  width: 100%;
  padding-top: 10px;
  min-height: 260px;
  background-color: #ffffcc;
}
.homeContent
{
    margin: 0;
	overflow: hidden;
	float: left;
	width: 635px;
	padding: 0px 0px 5px 10px;
}
.homeText 
{
    font: 16px Arial;
	margin-left: 20px;
	width: 410px;
	padding: 0px 0px 0px 50px;
	}

.homeText h2 {
  font: bold 24px papyrus, arial, sans-serif;
  text-align: left;
  color: #cc6600;
  text-decoration: none;
  padding-bottom: 10px;
}

.post h3{
  font: bold 16px arial, sans-serif;
  text-align: left;
  color: #cc6600;
  padding-bottom: 10px;
}

.post {
	margin: 0;
	overflow: hidden;
	float: left;
	width: 680px;
	padding: 10px 0px 10px 10px;
	}
.post h2{
  font: bold 24px papyrus, arial, sans-serif;
  text-align: center;
  color: #cc6600;
  text-decoration: none;
  padding-bottom: 10px;
}
.post-top{
  position: relative;
  display: block;
  left: -10px;
  top: 0;
  width: 639px;
  height: 19px;
  background: url(images/post_top.jpg) no-repeat;
}
.post-bottom{
  position: relative;
  display: block;
  left: -10px;
  bottom: 0;
  width: 639px;
  height: 24px;
  background: url(images/post_bottom.jpg) no-repeat;
}
.navgation a{
  display: inline-block;
  padding: 3px 12px;
  border: solid 1px #C5C5C3;
  background: #8295A3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link{
  position: absolute;
  padding: 3px 12px;
  border: solid 1px #C5C5C3;
  background: #8295A3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  float:right;
  top:180px;
  left:510px;
  z-index:10;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	padding-top: 12px;
}

.clear, .c{
	clear: both;
}

#footer {
	padding: 0;
	width: 950px;
	margin: 10px 0;
	clear: both;
	background-color: transparent;
	overflow: hidden;
	zoom:1;
	}
#footer address{
	float: left;
	display: inline;
	font: 11px Arial;
	color: #9AC1DE;
	margin: 12px;
}
#footer address a{
	text-decoration: none;
	color: #11375E;
}
#footer-nav{
  float: right;
  margin: 20px 0 15px 0;
}
#footer-nav li{
  float: left;
  margin-left: 30px;
  display: inline;
}
#footer-nav a{
  font: 14px Arial;
  color: #888888;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-nav a:hover{
  text-decoration: underline;
}

/* End Structure */



/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.entry
{
	padding: 10px 20px 20px 50px;
	min-height: 260px; 
}

.entry p
{
    padding: 5px 0px 5px 0px;
}

.entry blockquote
{
    text-indent:30px;
}

.nopadding-entry
{
    padding: 10px;
    min-height: 260px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



.entry form {
	text-align:center;
	}

select {
	width: 130px;

	}
#commentform{
  	padding: 10px;
	background: #E1E1E1;
	overflow: hidden;
	margin-bottom: 12px;
	width: 618px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: solid 1px #D0D0D0;
	}

#commentform textarea {
	padding: 2px;
    width: 610px;
	margin-top: 5px;
	height: 150px;
	}

#commentform #submit {
	margin: 0;
	float: left;
    background:#8295A3 none repeat scroll 0 0;
border:1px solid #C5C5C3;
color:#FFFFFF;
display:inline-block;
padding:3px 12px;
text-decoration:none;
text-transform:uppercase;
margin-top: 5px;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	padding: 5px 0;
	width: 140px;
    float: left;
	-display: inline;
	margin: 5px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background: #ffffcc url(images/sidebarBackground.png) no-repeat;
	font-size: 16pt;
	padding: 0;
	margin: 0;
	height: 35px;
	font-family: papyrus, arial, sans-serif;
	}
	
	#sidebar ul li a 
	{
	    color: #FFFFFF;
	    text-decoration:none;
	    margin-left: 5px;
	}

.papyrus
{
	text-align: center;
	color: #cc6600;
	font-weight: bold; 
	font-size: 16pt; 
	font-family: papyrus, arial, sans-serif;
	margin-top:20px;
}

/* End Sidebar */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* Customs: */

#nav{
   list-style: none;
   background: #ffffcc url(images/navBackground.jpg) repeat-x;
   overflow: hidden;
   zoom:1;
   padding: 5px;
}
#nav li{
   float: left;
   margin: 0;
   margin-right: 5px;
}
#nav a{
	display: inline-block;
	padding: 3px 32px;
	text-align: center;
	font: 14px Tahoma, Arial;
	color: #000;
	text-decoration: none;
	outline: none;
}

.home{
  float: left;
  clear: both;
  width: 618px;
  height: 260px;
  position: relative;
  background-color: #938A53;
  color: #E8E8E8;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
}

.editlink 
{
    position:absolute;
    bottom: 20px;
    left: 5px;
}

#userblock
{
    padding: 5px;
    min-height: 120px;
    margin-top: 20px;
    border: solid 2px #cccccc;
}