/*
Theme Name: CTW
Theme URI: http://www.campaignfortomorrowsworkforce.org
Description: CTW website wordpress theme.
Version: 1.1
Author: Bluetiful Angel Designs
Author URI: http://bluetifulangel.com/
Tags: red white and blue, fixed width, widgets

*/

/* colors
	blue: #262261
	red: #ae0725
*/

* { border: 0; }
.clearit, .clear { clear: both; }
.heading { font-size: 15px; font-weight: bold; color: #262261; line-height: 18px; margin-top: 20px; }
.title, .title a { color: #ae0725; font-size: 1.6em; font-weight: bold; }
.halfwidth { width: 45%; }
.alignright { float: right; text-align: right; }
.alignleft { float: left; text-align: left; }
.center { display: block; text-align: center; }

body {
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica,Verdana, Arial;
	background: #1f134f url(images/background.jpg) top repeat-x;
	}

#page {
	width: 925px;
	margin: 0 auto;
	}

#header {
	width: 925px;
	height: 190px;
	display: block;
	background-image: url(images/logo.jpg);
	}
	
	#header a { display: block; }
	#header img#logo { display: none; }
	
#main {
	width: 925px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	}
	
#nav {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	background-image: url(images/nav.jpg);
	position: relative;
	}
	
	#nav ul {
		width: 530px;
		height: 25px;
		margin: 0 auto;
		list-style-type: none;
		position: relative;
		}
		
		#nav li { 
			height: 25px; 
			display: inline; 
			float: left; 
			}

		#nav li a {
			float: left;
			text-align: center;
			display: block;
			position: relative;
			}
			
			#home {
				width: 75px;
				height: 25px;
				background: url(images/home.jpg) top;
				}
				
				#home:hover, #home-over { width: 75px; height: 25px; background: url(images/home.jpg) bottom; }
				
			#about {
				width: 107px;
				height: 25px;
				background: url(images/aboutus.jpg) top;
				}
				
				#about:hover, #about-over { width: 107px; height: 25px; background: url(images/aboutus.jpg) bottom; }
				
			#gedad {
				width: 126px;
				height: 25px;
				background: url(images/ged.jpg) top;
				}
				
				#gedad:hover, #gedad-over { width: 126px; height: 25px; background: url(images/ged.jpg) bottom; }
				
			#endorsers {
				width: 106px;
				height: 25px;
				background: url(images/endorsers.jpg) top;
				}
				
				#endorsers:hover, #endorsers-over { width: 106px; height: 25px; background: url(images/endorsers.jpg) bottom; }
				
			#resources {
				width: 111px;
				height: 25px;
				background: url(images/resources.jpg) top;
				}
				
				#resources:hover, #resources-over { width: 111px; height: 25px; background: url(images/resources.jpg) bottom; }
				
			/*#blog {
				width: 75px;
				height: 25px;
				background-image: url(images/blog.jpg);
				}
				
				#blog:hover { background-image: url(images/blog-over.jpg); }*/
			
			#nav span { display: none; }
			
#info {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	}
	
	#info a { color: #ae0725; text-decoration: none; }
	#info a:hover { text-decoration: underline; }
	#info a:visited { text-decoration: underline; }
	
	#info .padding { padding: 20px 100px; }
	
	#info h2 { display: none; }
	#info p { font-size: 12px; line-height: 16px; margin: 12px 0; }
	#info ul { font-size: 12px; }
	#info li { font-size: 12px; padding: 0 5px 5px 0; line-height: 15px; }
	
	#info_here p { display: list-item; margin-left: 20px; }
	
	#info input, #info textarea {
		border: 1px solid #262261;
		margin: 0 5px 5px 0;
		vertical-align: middle;
		}
		
	#info p.forms {
		color: #262261;
		font-size: 12px;
		margin: 10px 20px;
		}
		
	#info #errors li { color: #ae0725; }	
			
	#news {
		width: 314px;
		float: left;
		background: url(images/news_top.jpg) top no-repeat;
		margin-top: 5px;
		}
	#ged {
		width: 314px;
		float: left;
		background: url(images/ged_top.jpg) top no-repeat;
		margin-top: 5px;
		}
		
		#news_here, #ged_here { 
			padding: 45px 0 30px 0; 
			background: url(images/bottom.jpg) bottom no-repeat;
			}
		
		#news p, #ged p {
			margin: 0;
			padding: 0 18px 12px 18px;
			font-size: 1.3em;
			line-height: 1.6;
			}
			
		#news_here .post, #ged .post { background: #eee url(images/center.jpg) top repeat-y; padding-bottom: 10px; }
		
		h3.post-title { color: #ae0725; font-size: 1.8em; font-weight: bold; padding: 5px 25px 5px 18px; margin: 0; }
		.post h1 { display: block; color: #ae0725; font-size: 1.8em; font-weight: bold; padding: 0 0 10px 0; }
		
		.post hr.rule { height: 1px; background: #ae0725; margin: 10px 18px; }

		.rule { height: 1px; background: #ae0725; margin: 30px 0; }
			
		.navigation {
			display: block;
			padding: 0 18px;
			background: url(images/bottom.jpg) top repeat-y;
			}
		
		#no-post { background: url(images/center.jpg) repeat-y; padding-bottom: 435px; }
			
	
	#leftCol { width: 264px; margin-top: 5px; float: left; }
		
	#mission {
		height: 283px;
		background: url(images/mission.jpg) top right no-repeat;
		}
		
		#mission p {
			padding: 45px 18px 30px 24px;
			margin: 0;
			font-size: 1.5em;
			line-height: 24px;
			}
			
	#mailing { height: 53px; background: url(images/mailing.jpg) top right no-repeat; }
	#mailing a { display: block; padding: 10px 18px 30px 24px; }
			
	#contact {
		height: 514px;
		background: url(images/contact.jpg) top right no-repeat;
		}
		
		#contact p {
			padding: 45px 18px 30px 24px;
			margin: 0;
			font-size: 1.4em;
			line-height: 18px;
			}

.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border: 1px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }

		
#footer {
	width: 900px;
	margin: auto;
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 40px 0;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	}
	
	#footer a {
		color: #fff;
		}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

small {
	font-size: 1.2em;
	display: block;
	color: #262261;
	}
	
	#news_here small, #ged_here small { padding: 5px 25px 10px 18px; }
	.single { font-size: 1.1em; padding: 10px 0; background: none; }
	
.postmetadata small { font-size: 1em; }

.commentmetadata { font-weight: normal; }

#sidebar { font-size: 1em; /*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/ }

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {	text-align: left; }

.post hr { border-bottom: 1px solid #ae0725; }

.postmetadata { clear: both; }

/* End Structure */



/*	Begin Headers */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	/*max-width: 100%;*/
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before { content: "\00BB \0020"; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select { width: 130px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form { margin: 0; }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* 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 */

