/*
Theme Name: CAMP Seattle
Theme URI: http://campseattle.org/
Description: CAMP Seattle - 03/2010
Version: 1.0
Author: CAMP Seattle
Author URI: http://campseattle.org/
*/

body, html {
	padding: 0;
	margin: 0 auto;
	color: #666666;
	font:12px/20px arial, serif;
}
body.page, body.search, body.blog, body.single {
	background-image:url('images/siteBgTop.png');
	background-repeat:repeat-x;
}
body.home {
	background-image:url('images/homeBg.png');
	background-repeat:repeat-x;
}
#container {
	width:950px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

a img {
	border: 0px !important;	
}

/* Header */

#logo {
	width:602px;
	height:56px;
	background:url('images/campLogo.gif') no-repeat;
	margin:10px 0 0 45px;
	
}
a#homelink {
	display: inline-block;
	height: 100%;
	width: 100%;
}
a#homelink:active {
	border: 0;
}

#search {
	position: absolute;
	top: 17px;
	right: 0px;
		
}


#homepage_feature {
	position: relative;
	width: 950px;
	height: 215px;
	background: url('images/homepage_feature_bg.jpg') no-repeat;
	padding-left: 48px;
}
#homepage_feature_1, #homepage_feature_2, #homepage_feature_3 {
	display: none;
	position: absolute;
	width: 285px;
	height: 215px;	
}
#homepage_feature_1 {
	background: url('images/homepage_feature_1.jpg') no-repeat;
	left: 49px;
}
#homepage_feature_2 {
	background: url('images/homepage_feature_2.jpg') no-repeat;
	left: 334px;
}
#homepage_feature_3 {
	background: url('images/homepage_feature_3.jpg') no-repeat;	
	left: 619px;
}
#homepage_feature a {
	display: block;
	width: 100%;
	height: 100%;	
}


/* Nav Bar */

#menu {
	position: relative;
	width:859px;
	height:32px;
	background:url('images/navBg.png') no-repeat;
	margin:10px 0 12px 45px;
	float:left;
	z-index:1000;
}
.navitem {
	position:relative;
	float:left;
	display:block;
	width:143px;
	height:px;
	margin-top: 2px;
	text-align:center;
}
.navitem ul {
	list-style: none;
	padding: 0;
	margin: 0;
	heigth: 100%;
}
.navitem a {
	color: #3366ff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 0;
}
.navitem ul ul {
	display: none;
	position: absolute;
	width:110px;
	float: left;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
	top: 27px;
	left: 1px;
}
.navitem ul ul#programs {
	left: 4px !important;
}
.navitem a {
	font: 14px arial, helvetica, sans-serif;
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}
.navitem a:visited {
	color: #3366ff;
}
.navitem a:hover {
	color:#006633;
}
.navitem ul ul li a {
	font: 12px arial, helvetica, sans-serif;
	color: #3366ff;
	background: #fff;
	border:1px solid #bde6ff;
	text-decoration: none;
	padding:8px 20px 8px 10px;
	text-align:left;
}
.navitem ul ul li a:hover {
	color: #006633;
	background: #fff;
}
#content {
	float:left;
	background-color:#fff;
	background-image:url('images/contentPageBg.jpg');
	background-repeat:repeat-x;
	width:872px;
	min-height:300px;
	padding:0 25px 0 48px;
}
/* Home layout */ 

#homeContent {
	position: relative;
	float:left;
	z-index:500;
}
#homeContent a, a.active, a.visited {
	color:#3366cc;
	font:bold 12px arial, serif;
	text-decoration:none;
}
#homeContent a:hover {
	color:#006633;
}
#features, #donate {
	width:660px;
	margin:20px 0 0 50px;
}
.homeFeature {
	position: relative;
	float:left;
	width:200px;
	height: 240px;
	padding-right:20px;

}
.homeFeature p {
	margin-top: 6px;	
}
.homeFeature a {
	margin-top: 0px;	
}
#learnMore0 {
	padding-bottom:5px;
	border-bottom:2px solid #f2f2f2;
}
#learnMore0 a {
color: #66cc00;	
}
#learnMore0 a:hover {
color:#006633;	
}
#learnMore0 img {
	margin:-2px 0 0 3px;
	vertical-align:middle;
}

#learnMore, #learnMore2, #learnMore3 {
	position: absolute;
	width: 200px;
	bottom: 0px;
	padding-bottom:5px;
	border-right:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	background: url('images/greenArrow.gif') no-repeat;
}
#learnMore {
	background-position: 70px 2px;
}
#learnMore a, a.active, a.visited, #learnMore2 a, a.active, a.visited, #learnMore3 a, a.active, a.visited {
	font:bold 12px arial, serif;
	color:#66cc00;
}
#learnMore2, #learnMore3 {
	left: -20px;
	padding-left: 20px;
	background-position: 90px 2px;
}
#learnMore3 {
	border-right:none;
	width: 220px;
}
#learnMore img, #learnMore2 img, #learnMore3 img {
	margin:-2px 0 0 3px;
	vertical-align:middle;
}
.notification {
	width:660px;
	margin:0 0 20px 50px;
	padding-bottom: 15px;
	border-bottom:2px solid #f2f2f2;	
}
.notification h2 {
	font:bold 13px arial, serif;
	color:#006633;
	padding:0;
	margin:0 0 5px;
}
#donate {
	padding-bottom:65px;
	border-bottom:2px solid #f2f2f2;
}
.map {
	margin:-10px 0 0 20px;
	float:right;
}
#mission {
	position: absolute;
	top: 230px;
	right: 0px;
	width:225px;
}
#mission h3 {
	font:bold 13px arial, serif;
	color:#006633;
	padding:0;
	margin:0 0 5px;
}
#mission p {
	font:12px/18px arial, serif;
	color:inherit;
	padding:0;
	margin:0 0 5px;
}
#mailingList {
	margin-top: 20px;
	margin-left: 10px;
}
#mission a {
	color:#66cc00;
	text-decoration:none;
	font-weight:bold;
	font-size:inherit;
}
/* Left Column */

.breadcrumb {
	float:left;
	color:#000000;
	font:bold 10px arial, serif;
	padding-top:4px;
}
.breadcrumb a, a.visited, a.active {
	color:#006633;
	text-decoration:underline;
	font-weight:bold;
	font-size:inherit;
}
.leftColumn {
	float:left;
	width:550px;
}
.post {
	padding-top: 10px;
}
.entry {
	margin-top:15px;
}
hr.title {
	border:0;
	color:#6699cc;
	background-color:#6699cc;
	height:3px;
	margin:0 0 20px;
	padding:0;
}
hr.body {
	border:0;
	color:#f2f2f2;
	background-color:#f2f2f2;
	height:3px;
	margin:3px 0 10px;
	padding:0;
}
.leftColumn h1 {
	color:#000000;
	font:bold 14px arial, serif;
	margin:20px 0 4px;
	padding:0;
}
.leftColumn a, a.visited, a.active {
	color:#006633;
	text-decoration:underline;
	font-size:inherit;
}
a.programs {
	color:#3366cc;
	display:inline-block;
	width:100%;
	font:bold 12px arial, serif;
	text-decoration:none;
	padding:0 0 3px;
	margin:0 0 10px;
	border-bottom:3px solid #f2f2f2;
}
.leftColumn b {
	color:#000;
	font-weight:bold;
}
.leftColumn ul {
	margin-top: -10px;	
}
.rightColumn a, a.visited, a.active {
	color:#3366cc;
	font:bold 12px arial, serif;
	text-decoration:none;
}
.leftColumn h3, .rightColumn h3 {
	color:#3366cc;
	font:bold 12px arial, serif;
	text-decoration:none;
	padding:0 0 3px;
	margin:10px 0 10px;
	border-bottom:3px solid #f2f2f2;
}
.leftColumn a:hover, .rightColumn a:hover {
	color:#006633;
}
.leftColumn p {
	padding:0 0 8px;
}
table.about, table.content {
	border-collapse: collapse;
}
table td {
	border: 1px solid #999;
}
table.about {
	width:100%;
}
table.content {
	text-align:center;
	width:70%;
}
table.about td {
	vertical-align:top;
	padding:10px;
}
table.content td {
	vertical-align:center;
	padding: 2px 10px;
}

/* Mailing List Form */
.wpcf7, .wpcf7 form {
	width: 550px !important;
}
.wpcf7 input {
}
table#mailinglist td, table#eap td {
	border: 0;
}
.red {
	color: #C00;	
}

/*.green {
	background-color:#f5fff5;
}*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
/* Right column */

.rightColumn {
	float:left;
	width:287px;
	margin:25px 0 0 35px;
}
.rightColumn ul {
	list-style:none;
	padding: 0;
	margin: 12px 0 12px 15px;
}
/* Rounded corners */

.greenBox {
	width: 286px;
	margin: 10px auto;
	background: #f5fff5 url('images/greenbox_top.gif') top center no-repeat;
}
.greenContent{
	padding: 15px;
	background: url('images/greenbox_bot.gif') bottom center no-repeat;
}
.greenContent p {
	padding:5px 0;
	margin:0;
}
.blueBox {
	width:377px;
	margin:0 auto;
	background: #6699cc url('images/bluebox_top.gif') top center no-repeat;
}
.blueBoxContent {
	background: url('images/bluebox_bot.gif') bottom center no-repeat;
	padding: 15px;
}
.blueBox p, .blueBox h4 {
	color:#fff;
}
.blueBox h4 {
	padding:0;
	margin:0;
	font-weight:bold;
}
.blueBox ul {
	color:#fff;
	list-style-image:url('images/blue_bullet.gif');
	margin: 0;
	padding: 0;
}
.blueBox li {
	margin-left:20px;	
}

/* Search Results */

.searchresult {
	margin-bottom: 20px;	
}
.searchresult a.hdr {
	color:#3366cc;
	display:inline-block;
	width:100%;
	font:bold 12px arial, serif;
	text-decoration:none;
	padding:0 0 3px;
	margin:0 0 -10px;
	border-bottom:3px solid #f2f2f2;
}
label.screen-reader-text {
	position: absolute;
	left: -9000px;	
}

/* Footer */

#footer, #footerHome {
	float:left;
	background-color:#fff;
	background-image:url('images/footerBg.png');
	background-repeat:repeat-x;
	width:100%;
	height:62px;
	margin-top:80px;
}
#footerHome {
	margin-top:10px;
}
#footer p, #footerHome p {
	width:950px;
	margin:0px auto;
	color:#3366cc;
	font:10px Arial, Helvetica, sans-serif;
	line-height:14px;
	width:872px;
	padding:26px 25px 0 48px;
}

/* BLOG */
.hentry {
	border-bottom: 1px dotted #f2f2f2;
	margin-bottom: 20px;
}
.hentry h3 {
	margin-bottom: 8px;
}
.hentry h3 a {
	text-decoration: none;
}
.hentry h3 a:hover {
	border-bottom: 1px dotted #006633;
}
.date {
	font-weight: bold;
	color:#666;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
.postmetadata {
	font-size: 10px;	
}
.navigation {
	margin-top: 12px;
	font-weight: bold;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

