/*
Theme Name: School Newsletter
Theme URI: http://chromaticdevelopment.com/wordpress_dev/school_newsletter/
Description: A school newsletter originally designed for the Alisal Elementary School PTA, in Pleasanton CA.
Version: 0.1
Author: Jeff Dormer
Author URI: http://chromaticdevelopment.com/
Tags: red, custom header, fixed width, two columns, featured post, widgets, newsletter, no comments
This theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	//font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	background: #666666;
	color: #000000;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	}

#mailbox {
	background-color:#ffffff;
	width:600px;
	top:100px;
	text-align:left;
	border: 3px solid red;
	font-size:larger;
	padding: 20px;
}

#mailheader {
	background-color:#ffffff;
	width:600px;
	text-align:center;
}

#page {
	text-align: left;
	display: block;
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	}	
	
#header {
	background-image: url(images/page-top.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
	margin-top:0px;
	height:125px;
}

#banner-logo {
	margin:0px;
	padding:0px;
	border:0px;
	height:125px;
}

#banner-img {
	margin:0px;
	padding:0px;
	border:0px;
	height:125px;
}

#menu {
	background: url(images/page-middle.gif) repeat-y top;
	width: 950px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#menustripe {
	width: 900px;
	height: 25px;
	background-color: #ff3333;
	color: #ffffff;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 5px;
	margin-top: 0px;
}

#menustripe a, #menustripe a:visited {
	color: #ffffff;
}

#menustripe a:hover, #menustripe li.current-cat a, #menustripe li.current-cat a:visited, #menustripe .current-page-item a, #menustripe .current-page-item a:visited {
	color: #ffcccc;
}

#menustripe ul {
	padding: 0px;
	margin: 0px;
}

#menustripe li {
	display:inline;
	margin-left:20px;
}

#elasticpage {
	position:relative;
	background: url(images/page-middle.gif) repeat-y top; 
	border: none;
	width: 950px;
}

#content {
	margin-left: 60px;
	margin-right: 35px;
	padding-top: 10px;
	margin-bottom:10px;
	width: 475px;
}																																						

#actionbox {
	width: 545px;
	margin-left: 25px;
	margin-right:0px;
	padding:0px;
	clear:none;
}

#actiontop {
	width: 545px;
	height: 25px;
	margin: 0px;
	padding:0px;
	background: url(images/highlight-top.gif) no-repeat;
}

#actionmiddle {
	width: 545px;
	margin: 0px;
	padding: 0px;
	background: url(images/highlight-middle.gif) repeat-y top;
}

#actionitems {
	width: 475px;
	margin-left: 35px;
	margin-right: 35px;
}

#actionitems p {
	margin-bottom:0px;
}

#actionitems h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#actionbottom {
	width: 545px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background: url(images/highlight-bottom.gif) no-repeat;
}

#sidebar {
	float: right;
	display: inline;
	margin-right: 60px;
	margin-left: 31px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 285px;
	}
	
#footer {
	padding: 0;
	margin-top: 0;
	width: 950px;
	height: 74px;
	clear: both;
	background: url(images/page-bottom.gif) no-repeat;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar p {
	width:255px;
	margin-left:30px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
}

#sidebar h4 {
	margin:0px;
	padding:0px;
}

#upcomingEvents {
	margin-left:30px;
}

#upcomingEvents p {
	margin-left:0px;
}

#upcomingEvents h4 {
	text-indent:-30px;
}

#upcomingEvents h2 {
	margin-left:-30px;
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	text-align: center;
	}


a, a:visited {
	text-decoration: none;
	color: #ff3333;
	}

a:hover {
	text-decoration:underline;
	color: #ff3333;
	}
	
h2 a, h2 a:visited {
	color: #000000;
	text-decoration:underline;
}

table {
	width:475px;
}

td, th {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

#eventsCal {
	width:850px;
}

#eventsCal td {
	text-align:left;
	height:100px;
	width:125px;
}

#eventsToday {
	background-color:#ffffcc;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

	



.post {
	margin: 0 0 0 0;
	text-align: left;
	}

.attachments {
	text-align: right;
}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

.paypal {
	float:right;
}

#mailbox {
	font-size:100%;
	border: 3px solid red;
	background-color:#ffffff;
	width:400px;
	left:50%;
	margin-left:-200px;
	text-align:left;
}

#mailheader {
	width:200px;
	left:50%;
	margin-left:-100px;
}

/* End Structure */



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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



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

/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* 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 */ */
.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 */
