/*
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
------------------------*/
*{
margin:0;
padding:0;
}

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

img{border:none;}


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

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

h1 a:hover{
color:#E5498C;
}

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

h2 a{
text-decoration:none;
color:#E5498C;
text-transform:uppercase;
}

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 {
	font-family:"Century Gothic", Tahoma, Helvetica, sans-serif;
	color:#333;
}

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

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

body.home h2#logo a{
display:block;
height:100px;
position:relative;
text-indent:-9999px;
width:800px;
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:235px;
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:235px;
margin:5px;
}
#logo a{
display:block;
height:230px;
position:relative;
text-indent:-9999px;
width:230px;
}
#tagline{
display:none;
}

#secondary-menu {
	font-size:12px;
	height:15px;
	text-align:center;
}

#secondary-menu ul {
	display:block;	
}

#secondary-menu ul li {
	display:block;
	float:left;
	padding:0 5px;
	position:relative;
}

#secondary-menu ul li ul.sub-menu {
	background:none repeat scroll 0 0 #EEEEEE;
	display:none;
	position:absolute;
	width:250px;
	z-index:20;
}

#secondary-menu ul li:hover ul.sub-menu {
	display:block;
	background:#fff;
}

#secondary-menu ul li ul.sub-menu li {
	display:block;
	margin:0;
}

#main-menu {
clear:both;
height:20px;
text-align:center;
}
#main-menu ul {
	text-align:center;
	margin:0;
	padding:0;
}

#main-menu ul li{
list-style:none;
display:inline;
}
#main-menu ul li a{
text-decoration:none;
font-size:14px;
padding:0 12px 0 0;
color: #333;
font-weight:normal;
text-transform:uppercase;
}

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

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

 #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:12px;
color: #6e9737;
clear:both;
}

* html #sidebar-1 {
	position:relative;
	display:inline;
	float:left;
	width:180px;
}


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

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

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

#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-1 .reserve {
padding:0;

}

#sidebar-1 .reserve h5 {
font-size:14px;
color:#E5498C;
}

#sidebar-1 .reserve h5 span {
font-size: 45px;
display: inline-block;
line-height: 5px;
padding-right: 5px;
}

#sidebar-1 .reserve a.button {
background:#8BBE47;
display:block;
padding:10px;
margin-top:10px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
color:#fff;
font-size:14px;
font-weight:bold;
text-align:center;
}

#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;
}

h4.green a{
	color:#8BBE47;
}

.announcement p span.small {
	font-size:11px;
	color:#8BBE47;
	padding:5px;
}

.announcement span.small a {
	font-size:10px;
	color:#8BBE47;
	padding:5px;
}

.announcement span.small a:hover {
	color:#fff;
	background:#8BBE47;
}

.announcement {
	font-size:14px;
	margin:10px;
	padding:5px;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	text-align:center;
}

.announcement h5 {
	font-size:14px;
}

.specials h3 a {
	color:#333;
}

.specials .entry .divider {
	border-bottom: 3px dotted #999;
}

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;
}

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

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

form#subForm input, input.wpcf7-text {
	border:1px solid #999;
	padding:5px;
	margin: 5px 0;
	}
	
	form#subForm span.button input, input.wpcf7-submit {
		cursor:pointer;
	}
.main {
width:600px;
float:right;
}

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

* html .post {
	position:relative;
	display:block;
	float:right;
}

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


.entry {
margin: 10px 10px 10px 30px;
}

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

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

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

.entry p img {
padding: 5px;
}

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

img.alignright, .alignright {
	float:right;
}

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

.aligncenter {
	margin: 0 auto;
	display:block;
}

p.wp-caption-text {
	font-size:10px;
	text-align:center;
}

.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;
}

div.also {
	margin:10px;
	padding:20px;
}

div.ratemenu {
	font-size:18px;
	margin:10px 10px 10px 0;
	width:45%;
	/*background:#BBFF62;*/
	color:#333;
	float:left;
}

div.add-ons {
	clear:both;
	font-size:75%;
	display:block;
	
}

.ratemenu em {
	font-size:75%;
}



span.greenbutton {
	margin:0 10px;
	padding:3px 5px;
	color:#8BBE47;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

span.greenbutton:hover {
	background:#E5498C;
	color:#fff;
}

span.greenbutton a {
	color:#8BBE47;
}

span.greenbutton a:hover {
	color:#fff;
}

span.pinkbutton {
	margin:10px 0;
	padding:3px 5px;
	background:#E5498C;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

span.pinkbutton:hover {
	background:#8BBE47;
}

span.pinkbutton a {
	color:#fff;
}

span.pinkbutton a:hover {
	color:#fff;
}


/*  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;
}


.textwidget .connect_widget .connect_text_wrapper .connect_widget_facebook_favicon, .textwidget .connect_widget .connect_widget_facebook_favicon {
	display:none!important;
}

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

.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;
cursor:pointer;
}

#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;
}

/* Calendar of Events */

#tec-content.grid span.tec-month-nav {
	font-size:12px;
}

#tec-content.grid span.tec-month-nav select#tec-events-month {
	font-size:18px;
	border:1px solid #fff;
}

#tec-content.grid span.tec-month-nav select#tec-events-year {
	border:1px solid #fff;
}

#tec-content.grid table.tec-calendar thead tr {
	background: #E5498C;
}

.tec-calendar td.tec-present .daynum {
background-color:#8BBE47 !important;
color:#FFFFFF;
}

.tec-calendar td a {
background: #E5498C;
color:#fff;
padding:0 2px;
}


/* Gallery */

#gallery-1 .gallery-item {
	margin-top:0 !important;
}

.gallery .gallery-icon a img {
	margin:2px;
	border:none !important;
}

body.page-id-239 .gallery .gallery-item .gallery-caption {
font-size:8px;
padding:5px 0;
}

body.page-id-239 h1.page-title a {
text-indent:-999999px;
background:url(images/party-art.jpg) top center no-repeat;
width:600px;
height:175px;
display:block;
}

body.page-id-239 h1.party-art {
margin-top:-50px;
}

body.category-143 .main {
	background:url('images/karen-blog-header.jpg') top left no-repeat;
	width:600px;
	padding-top:150px;
}
