/*
Theme Name: WVCA
Theme URI: http://www.wvcakids.org
Description: A customized WordPress-as-a-CMS theme designed specifically for the official website of the Wyoming Valley Children's Association.
Version: 1.0
Author: Derek Traver
Author URI: http://www.javaleaf.com
*/

/* reset
******************************/

*{ margin: 0; padding: 0; }

/* global + typography
******************************/

body{
	background: #fff;
	color: #666;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

/* headings */
h1{
	color: #a91520;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 10px;
}

h2{
	color: #015696;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}

h3, h4,
h5, h6{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* anchors */
a		{ color: #015696; }
a:hover	{ color: #3e91ce; }

a.red		{ color: #a91520; }
a.red:hover	{ color: #d13642; }

/* text elements */
p			{ margin-bottom: 20px; }
p strong,
li strong,
.box strong { color: #333; } 

blockquote	{
			  background: #e1dfed;
			  border: 1px solid #615597;
			  color: #615597;
			  font-size: 14px;
			  font-style: italic;
			  font-weight: bold;
			  margin: 0 0 20px 0;
			  padding: 10px;
			  -moz-border-radius: 5px;
			  -webkit-border-radius: 5px;
			  border-radius: 5px;
			}

/* lists */
ul, ol	{ margin: 0 20px 20px 30px; }
ul		{ list-style: square; }

dl		{ margin: 0 0 20px 0; }
dt		{ font-weight: bold; }
dd		{ margin-left: 20px; }

/* images */
a img{ border: 0; }

/* header
******************************/

#header{
	background: url(images/header_bg.jpg) top repeat-x;
	height: 160px;
	padding-top: 10px;
}

#header .container{
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	/** float: left; **/
	height: 140px;
	text-indent: -9999px;
	width: 301px;
}

#header p.tagline{
	color: #286ca3;
	float: left;
	margin-left: 28px;
	/** margin-top: 60px; **/
}

#header ul{
	float: right;
	list-style: none;
	margin: 10px 0 0;
}

#header ul li{
	display: inline;
	padding: 0 5px;
}

#header ul li a{
	color: #555;
	font-size: 10px;
	text-decoration: none;
}

#header ul li a:hover{
	text-decoration: underline;
}

/* navigation
******************************/

#navigation{
	background: #f0eff6;
	height: 34px;
}

#navigation .container{
	border: 1px solid #fff;
	border-width: 0 1px;
	margin: 0 auto;
	overflow: hidden;
	width: 978px;
}

#navigation table{
	background: url(images/nav_bg.jpg) repeat-x;
	border: 1px solid #0c497a;
	margin: 0;
	width: 100%;
}

#navigation table a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
float: left;
height: 34px;
line-height: 34px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation table a:hover{
	background:  #a21a24;
}

/* masthead
******************************/

#masthead{
	background: #e2dfed;
	height: 300px;
}

#masthead.subpage{
	height: 100px;
}

#masthead .container{
	border: 1px solid #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 978px;
}

#masthead .slideshow{
	border-right: 1px solid #fff;
	float: left;
	height: 299px;
	width: 658px;
	position: relative;
}

#masthead .slideshow img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#masthead .slideshow img.active{
	z-index: 3;
}

#masthead .slideshow img.last-active{
	z-index: 2;
}

#masthead .content{
	background: url(images/masthead_content_bg.jpg) no-repeat;
	float: right;
	height: 259px;
	padding: 40px 40px 0;
	width: 239px;
}

#masthead.subpage .content{
	background: url(images/masthead_subpage_content_bg.jpg) no-repeat;
	float: none;
	height: 78px;
	padding: 22px 25px 0;
	width: 928px;
}

#masthead .content p{
	color: #fff;
	font-size: 26px;
	line-height: 39px;
}

#masthead.subpage .content p{
	color: #fff;
	font-size: 32px;
	line-height: 48px;
}

#masthead .content p a{
	color: #ffbe00;
	font-size: 16px;
	text-decoration: none;
}

#masthead .content p a:hover{
	text-decoration: underline;
}

#masthead .content p a small{
	font-size: 10px;
	letter-spacing: -1px;
}

#masthead .content a.btn{
	background: #a7121d;
	border: 1px solid #cb4e57;
	display: block;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	padding: 10px;
	width: 60%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#masthead .content a.btn:hover{
	background: #9a0e18;
}

/* main
******************************/

#main .container{
	background: url(images/main_container_bg.jpg) top no-repeat;
	min-height: 382px;
	height: auto !important;
	height: 382px;
	margin: 0 auto;
	padding: 20px 40px;
	width: 940px;
	z-index: 0;
}


/* index page specific */

#main .container .top{
	background: url(images/index_main_container_top_bg.jpg) top center repeat-y;
	overflow: hidden;
	width: 100%;
}

#main .leftcolumn{
	float: left;
	padding-right: 20px;
	width: 450px;
}

#main .rightcolumn{
	float: right;
	width: 450px;
}

#main .rightcolumn .service{
	margin-bottom: 20px;
}

#main .rightcolumn .service img{
	border: 1px solid #666;
	float: left;
	margin-top: 10px;
}

#main .rightcolumn .service .content{
	margin-left: 120px;
}

#main .rightcolumn .service .content *{
	margin-bottom: 0;
}

#main.index .sidebar{
	background: url(images/index_sidebar_bg.jpg) repeat-y;
	#background: url(images/index_sidebar_bg_ie.jpg) repeat-y;
	border-top: 1px solid #e1e1e1;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#main.index .sidebar .box{
	display: block;
	float: left;
	padding: 20px;
	width: 204px;
}

#main.index .sidebar .box.first{
	padding-left: 0;
}

#main.index .sidebar .box.last{
	padding-right: 0;
}

#main.index .sidebar .box.contact{
	width: 450px;
}


#main.index .sidebar .box.contact table{
	width: 100%;
}

#main.index .sidebar .box.contact table td{
	width: 48%;
	padding: 5px;
}

#main.index .sidebar .box.contact label{
	color: #333;
	font-weight: bold;
}

#main.index .sidebar .box.contact input.txtfield{
	background: #F0EFF6;
	border: 1px solid #c5bfdb;
	color: #6b677b;
	display: block;
	margin: 2px 0 6px;
	padding: 2px;
	width: 209px;
}

#main.index .sidebar .box.contact textarea{
	background: #F0EFF6;
	border: 1px solid #c5bfdb;
	color: #6b677b;
	display: block;
	height: 62px;
	margin: 2px 0 6px;
	padding: 2px;
	width: 209px;
}

#main.index .sidebar .box.banners img{
	margin-bottom: 10px;
}

/* subpage specific */

#main.subpage .top{
	background: url(images/subpage_top_bg.jpg) center repeat-y;
	overflow: hidden;
}

#main.subpage .top_wide{
	background: url(images/subpage_top_wide_bg.jpg) center repeat-y;
	overflow: hidden;
}

/* left side */

#main.subpage .leftside{
	float: left;
	padding-right: 20px;
	width: 213px;
}

#main.subpage .leftside ul{
	list-style: none;
	margin: 20px 0 0 0;
}

#main.subpage .leftside ul a{
	color: #666;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	text-align: right;
	text-decoration: none;
}

#main.subpage .leftside ul a:hover{
	color: #333;
}

#main.subpage .leftside ul li.current_page_item a{
	background: #fff url(images/subpage_li_active_a_bg.jpg) 213px 50% no-repeat;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	color: #333;
	font-weight: bold;
	margin-right: -18px;
	padding-right: 28px;
}

/* middle */

#main.subpage .middle{
	float: left;
	padding: 0 20px;
	width: 434px;
}

#main.subpage .top_wide .middle{
	float: left;
	padding: 0 20px 0 0;
	width: 687px;
}

/* right side */

#main.subpage .sidebar{
	float: left;
	width: 233px;
}

#main.subpage .sidebar .box{
	border-bottom: 1px solid #e1e1e1;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 20px;
}

#main.subpage .sidebar .box.banners img{
	margin-bottom: 10px;
}

/* footer
******************************/

#footer .container{
	border-top: 1px solid #e1e1e1;
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
}

#footer ul{
	list-style: none;
	margin: 0 0 20px;
	text-align: center;
}

#footer li{
	display: inline;
}

#footer ul a{
	color: #777;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer ul a:hover{
	color: #333;
}

#footer li.active a{
	color: #333;
	font-weight: bold;
}

#footer p{
	color: #666;
	font-size: 11px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

#footer p.disclaimer{
	font-size: 9px;
	line-height: 14px;
	margin: 0 auto 20px auto;
	width: 600px;
}

#footer p img.left	{ float: left; padding-left: 275px; }
#footer p img.right	{ float: right; padding-right: 275px;}

/* WordPress
******************************/

/* images */

img.aligncenter,
img.alignleft,
img.alignright{
	border: 1px solid #666;
}

img.aligncenter{
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft{
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright{
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding-top: 5px;
	text-align: center;
}

.wp-caption.aligncenter{
	margin-bottom: 20px;
}
.wp-caption.alignleft{
	margin: 0 10px 10px 0;
}
.wp-caption.alignright{
	margin: 0 0 10px 10px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	margin: 0;
	padding: 0 3px 3px;
}

/* Events archive */
.post{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

/* subpage forms */

.thanks-msg{
	border: 1px solid #009900;
	background: #D5FFD5;
	color: #009900;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}	

.thanks-msg strong{
	color: #009900;
}

.thanks-msg .paypal{
	display: block;
	float: right;
	margin: 0 0 5px 10px;
}

.error-msg{
	border: 1px solid #990000;
	background: #FF6666;
	color: #990000;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}	

.error-msg strong{
	color: #990000;
}

.thanks-msg p, .error-msg p, .error-msg ul{
	margin-bottom: 5px;
}

.page-form label{
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10%;
}

.page-form input.txtfield, .page-form textarea{
	background: #F0EFF6;
	border: 1px solid #c5bfdb;
	color: #6b677b;
	display: block;
	padding: 2px;
	width: 80%;
	margin-bottom: 6px;
	margin-left: 10%;
}

.page-form textarea{
	height: 50px;
}

.page-form select{
	background: #F0EFF6;
	border: 1px solid #c5bfdb;
	color: #6b677b;
	display: block;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 10%;
	width: 60%;
}

.page-form p{
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 6px;
	margin-left: 10%;
	margin-right: 10%;
}

.page-form input.submit{
	margin-left: 10%;
	margin-top: 12px;
	padding: 5px;
}
