/*
Theme Name: WeVillage
Theme URI: http://wevillage.com/
Description: WeVillage WordPress Theme
Version: 1.0
Author: Matt & Jessica Beck
Tags: couldbe studios
*/


/* COLORS 
------------------------
 green: #8BBE47
 pink: #E5498C
 body: #666666
*/


/* Defaults
------------------------*/
*{
font-family:"Century Gothic", Arial, sans-serif;
color:#666666;
margin:0;
padding:0;
}

a{
color:#999999;
text-decoration:none;
}
a:hover{
color:#000000;
}

img{border:none;}


h1 {
font-size: 48px;
text-align:center;
padding:10px 0;
font-weight:100;
margin:0 50px;
}

h1 a{
text-decoration:none;
color:#8BBE47;
}

h1 a:hover{
color:#E5498C;
}

h2 {
font-size: 36px;
text-align:center;
font-weight:100;
}

h2 a{
font-size: 36px;
text-decoration:none;
color:#E5498C;
}

h2 a:hover {
	text-decoration:none;
	color:#000;
}

h3 {
font-size: 24px;
font-weight:100;
text-align:center;
padding-bottom:20px;
padding-top:10px;
color: #E5498C;
}

h4 {
	font-size:20px;
	color:#8BBE47;
}

h4 a {
	text-decoration:none;
	color:#E5498C;
}

h4 a:hover {
	text-decoration:none;
	color:#000;
}


body.home h2#logo {
	background:url(images/logo-horiz.png) top center no-repeat;
	height:200px;
	width:700px;
}

body.home h1.page-title {
	display:none;
}

body.home h2#logo a{
display:block;
height:100px;
position:relative;
text-indent:-9999px;
width:700px;
z-index:2;
padding-top:75px;
}



/* Layout
------------------------*/
#outer-wrapper{
width:815px;
margin:0 auto;
}

#inner-wrapper{
background:url('images/wv_logo_gray_gif.png') bottom center no-repeat;

}

#header{
height:275px;
padding-top:5px;
background:url(images/headers/rotate.php) bottom right no-repeat;
}

body.home #header{
background:transparent;
}

#logo{
background:url(images/logo-sm.png) top left no-repeat;
height:230px;
width:230px;
margin:5px;
}
#logo a{
display:block;
height:230px;
position:relative;
text-indent:-9999px;
width:230px;
}
#tagline{
display:none;
}

#main-menu{
clear:both;
height:40px;
text-align:center;
}
#main-menu ul {
	text-align:center;
}

#main-menu ul li{
list-style:none;
display:inline;
}
#main-menu ul li a{
text-decoration:none;
font-size:16px;
padding:0 7px;
color: #666;
}

#main-menu ul li a:hover{
text-decoration:none;
color: #000;
}

#main-menu .current_page_item a {
	color:#8BBE47;
	font-weight:bold;
}

 #subnav {   
     height:28px;  
text-align:center;
     }  
   
 #subnav li {    
     padding:0 7px;  
     }     
   
 #subnav a, #subnav a:visited {  
     text-decoration:none;   
     }  
   
 #subnav a:hover, #subnav a:active,  
 #subnav li.current_page_item a,  
 #subnav li.current_page_item a:visited { 
	color:#8BBE47; 
     text-decoration:none;  
     }

#sidebar-1{
float:left;
margin-left:10px;
padding:10px 10px 10px 0;
width:180px;
display:block;
font-size:14px;
color:#8BBE47;
}

#sidebar-1 a{
color: #999;
text-decoration:none;
}

#sidebar-1 a:hover{
color: #000;
}

#sidebar-1 h2.widgettitle a.rsswidget {
	font-size:20px;
	color:#8BBE47;
}

#facebook {
	background:url(images/facebook.png) top left no-repeat;
	padding-left:45px;
	margin:5px 0;
	height:35px;
}

#twitter {
	background:url(images/twitter.png) top left no-repeat;
	padding-left:45px;
	margin:5px 0;
	height:35px;
}

.fan_box #stream_content .page_stream {
height:auto !important;
}


#sidebar-2{
width:130px;
float:right;
padding-right:25px;
position:relative;
/*text-align:right;*/
margin-top:50px;
clear:both;
z-index:1;
position:relative;
}

#sidebar-2 a{
color: #999;
text-decoration:none;
font-weight:bold;
}

#sidebar-2 a:hover{
color: #FFBF00;
text-decoration:none;
font-weight:bold;
}

#content{
margin: 10px;
position:relative;
width:800px;
}

#blogcontent{
margin: 0 175px 50px 50px;
position:relative;
width:775px;
}

h4.pink {
	color:#E5498C;
}

ul#checklist li strong a {
	color:#666;
}

ul#checklist li {
	background:url(images/check.gif) top left no-repeat;
	padding-left:40px;
	padding-top:5px;
	margin-left:0;
	font-size:14px;
}

ul#checklist li span.small a {
	font-size:10px;
	color:#E5498C;
	padding:5px;
}

ul#checklist li span.small a:hover {
	color:#fff;
	background:#E5498C;
}

.entry p.big {
	font-size:16px;
}

form#subForm input {
	border:1px solid #999;
	padding:5px;
	margin: 5px 0;
	}
	
	form#subForm span.button input {
		cursor:pointer;
	}

.post {
	width:580px;
	float:right;
}

.post h2{
	padding-top:10px;
}


.entry {
margin: 10px 50px;
}

.entry p {
padding: 10px 0;
line-height:20px;
font-size:14px;
}

.entry p a{
	font-weight:bold;
color:#555;
}

.entry p a:hover{
color:#E5498C;
}

.entry p img {
padding: 5px;
}

img.alignleft {
	float:left;
	margin-right:15px;
}

img.alignright {
	float:right;
}

.entry ul li {
font-size:13px;
margin:0 30px 5px 30px;
padding: 3px 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.postmetadata {
font-size:11px;
color:#999;
margin:10px 100px;
}

blockquote {
	margin:5px 100px 5px 250px;
	color:#777;
}

/*  Media Page  */

.entry p a.medialink {
	width:530px;
	display:block;
	padding:10px 0;
	margin:10px 0;
}

.entry p a.medialink span.text {
	float:left;
	width:265px;
	font-weight:normal;
	margin-top:10px;
}

.entry p a.medialink span.quotes {
	font-size:24px;
	font-family:Times;
	padding:0 0 0 5px;
}

.entry p a.medialink img {
	float:right;
	width:230px;
}

.entry .divider {
	width:513px;
	height:5px;
	padding:10px 0;
	border-bottom: 5px dotted #E5498C;
	margin:10px 0;
	clear:both;
}


/*  Footer  */

#footer{
clear:both;
min-height:20px;
padding:10px 11px 20px 9px;
}

#footer-widgets{

margin: 1px;
padding:40px 10px 0;
font-size:12px;
height:50px;
/*border-top:1px solid #8FCEF9;*/
}

#footer-widgets li{
width:32%;
float:left;
margin: 0 5px;
}

#footer-widgets li li{
float:none;
width:auto;
padding:0 10px 10px 10px;
}

#footersubscribe {
	margin-left:20px;
}

#footersubscribe input {
	margin:5px 0;
	border:1px solid #666;
	background:#fff;
	color:#555;
}

#footersubscribe input#name, #footersubscribe input#htijf-htijf {
	width:200px;
	height:15px;
}

#bottomnav {
	display:inline;
	font-size:10px;
}

#bottomnav ul {
	padding-bottom:15px;
	padding-left:100px;
}

#bottomnav ul li{
	text-decoration:none;
	float:left;
	padding:5px 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#bottomnav ul li a{
	color:#555;
	padding: 3px;
}

#bottomnav ul li a:hover{
	color:#555;
	background:#8fcef9;
	padding: 3px;
}

/* Widgets
------------------------*/

h2.widgettitle {
text-decoration:none;
font-size:18px;
padding:10px 0 5px 0;
text-align:left;
color:#E5498C;
font-weight:200;
}

#recent-posts li {
font-size:11px;
padding:3px 0;
border-bottom: 1px dotted #ddd;
}




.widgetized li, div.textwidget, div.textwidget p strong {
list-style:none;
color:#8BBE47;
}

.widgetized li ul li {
	font-size:12px;
	margin-bottom:7px;
}


#contact2{
margin-top:-55px;
margin-right:15px;
display:none;
float:right;
width:145px;
height:100px;
text-align:center;
}

#contact2 form.wpcf7-form p{
padding:2px;
font-size: 10px;
color:#A6C65F;
}

#contact2 .wpcf7-validates-as-required, #contact2 input, #contact2 textarea {
width: 125px;
border:1px solid #A6C65F;
}

input#fpbutton {
border:1px solid #A6C65F;
background:#A6C65F;
color:#fff;
}

input#fpbutton:hover {
border:1px solid #A6C65F;
background:#fff;
color:#A6C65F;
}

#contact2 textarea {
height:75px;
}

/*Front Page contact form */
.home #contact2 {
margin-top:-55px;
margin-right:30px;
display:none;
float:right;
width:200px;
height:100px;
text-align:center;
}


.home #contact2 .wpcf7-validates-as-required, .home #contact2 input, .home #contact2 textarea {
width: 200px;
border:1px solid #A6C65F;
}

.home #contact2 textarea {
height:125px;
}

/* end Front Page contact form */

#contact1 {
display:block;
float:left;
width:350px;
margin-right:25px;
}

#contact1 form.wpcf7-form p{
padding:2px;
color:#73ADD3;
font-weight:bold;
}

#contact1 .wpcf7-validates-as-required, #contact1 input, #contact1 textarea {
width: 350px;
border:1px solid #73ADD3;
font-size:16px;
}

#contact1 input {
height:25px;
}

#contact1 .wpcf7-form-control-wrap your-message {
	height:100px;
}

#contact1 textarea {
height:150px;
}

#citations {
clear:both;
text-align:center;
padding-bottom:50px;
padding-top:100px;
font-size:12px;
}

#comments {
margin:10px;
font-size:12px;
}

#comments h2 {
	font-size:24px;
	text-align:left;
}

#comments .myimg {
float:left;
padding:5px 10px 5px 0;
}

#comments h3 {
text-align:left;
font-size:24px;
margin:0;
color:#A6C65F;
}

#comments p {
padding: 5px 10px;
}

ol#commentlist li {
margin:25px 0;
}

#comments #submit {
border:1px solid #A6C65F;
color:#A6C65F;
padding:5px;
background:#fff;
}

#comments #submit:hover {
border:1px solid #666;
color:#666;
padding:5px;
background:#eee;
}

textarea#comment{
width:500px;
}


#recent-archives{
float:left;
width:45%;
margin-left:3%;
}
#archive-list{
float:right;
width:45%;
margin-right:3%;
}
.archive h3{
text-align:left;
margin:0;padding:0;
}
.archive li{
list-style:none;
font-size:1em;
line-height:1.4em;
}



