/*
Theme Name: NYA
Description: WordPress Theme for North Yarmouth Academy
Author: Briggs Adv

Default NYA Colors (updated 2/17/10):
-----------------------
orange			#e86d1f
light gray		#aaaaaa
dark gray		#3a3a3a

*/

body {
	background-color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px 12px 24px 12px;
	margin: 0;
}

hr {
	border-style: solid;
	color: #ddd;
	border-width: 1px 0 0 0;
	clear: both;
}

h1 { font-size: 38px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

img { border: 0; }

br.clear {
	clear: both;
}

hr.hidden {
	display: none;
}

table {
	border-collapse: collapse;
	margin: 1em auto;
}

div#page table td {
	border: 0px solid #eee;
}

div#page table th {
	text-align: left;
}

div#master_container {
	width: 990px; height: 100%;
	background: white;
	margin: 0px auto;
}

div#header {
	padding: 12px;
	height: 151px;
}

div#header h1 {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	height: 151px;
}

div#header_image {
	position: relative;
	float: left;
	height: 151px;
	width: 803px;
	z-index: 0;
}

div#header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/header_overlay.gif) no-repeat;
	width: 803px;
	height: 151px;
	z-index: 100;
}

div#header_nav {
	height: 34px;
	padding-bottom: 12px;
}

div#content {
	padding: 0 12px;
	margin-bottom: 12px;
	background: url(images/faux_left_col.gif) left repeat-y;
}

div.column {
	float: left;
}

div#left_column, div#right_column {
	width: 151px;
}

div#left_column {
	background-color: #aaa;
	font-size: 12px;
	padding: 12px 0;
}

div#left_column div.blog-sidebar-item {
	margin: 12px;
}

div#left_column hr {
	color: white;
	margin: 1em 0;
}

div#left_column h3, div#left_column h4 {
	padding: 0;
	margin: 12px 0;
}

div#left_column ul {
	list-style: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

div#left_column ul ul {
	font-size: 11px;
	list-style: none;
	margin: 0 1em;
	padding: 0;
}

div#left_column a, div#left_column a:link {
	color: white;
	text-decoration: none;
}

div#left_column h3 a {
	color: black;
	font-size: inherit;
}

div#left_column select, div#left_column input {
	width: 100%;
}

div#left_column input[type=submit] {
	width: auto;
	margin: 0;
}

div#right_column div {
	height: 151px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
}

div#main_column {
	width: 664px;
}

/* added by mazzurco for new template test */

div#main_columnphoto {
	width: 803px;
}

.page_content {
	color: #3A3A3A;
	font-size: 12px;
	line-height: 1.5em;
}

.page_content ul {
	line-height: 1.6em;
	list-style-type: square;
}

.page_content a, .page_content a:link { color: #e86d1f; font-weight: bold; text-decoration: none; }
.page_content a:visited { color: #e86d1f; }
.page_content a:active { color: #000; }
.page_content a:hover { color: #333; text-decoration: underline; }

div#page {
	padding: 0 12px 12px 12px;
}

div#page h2 {
	color: #3a3a3a;
	font-size: 26px;
	font-weight: normal;
	margin-top: 12px;
	line-height: 1.1em;
}

div#page h2.pagetitle {
	/* color: #e86d1f; */
}

div#page h2.posttitle {
	margin: 0;
}

div#page div.post {
	margin-bottom: 2em;
}

div#page div.post p {
	margin-right: 24px;
}

div#page div.post h3 {
	margin-bottom: 0;
}

div#page div.post h3 a {
	text-decoration: none;
	color: #e86d1f;
	font-weight: normal;
	font-size: 19px;
}	

div#page div.post .postmetadata {
	color: #999;
	margin-top: 0.4em;
	font-size: 12px;
}

div#page div.post .postmetadata a {
	font-weight: normal;
}

div#page div.post .commentlink a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

div#page div.post .commentlink img {
	vertical-align: middle;
}

/* Comments Styles */

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding: 6px;
}

ol.commentlist li.odd {
	background: #eee;
}

ol.commentlist img {
	display: none;
}

div.comment-meta a {
	font-weight: normal;
	font-size: 11px;
}

div.comment-author cite {
	font-weight: bold;
	font-style: norma;
}


div#footer {
	background: #3a3a3a url(images/nya_seal.png) no-repeat 770px 40px;
	border-top: 1px solid #222;
	color: white;
	padding: 24px;
	height: 180px;
	clear: both;
}

div#footer_left {
	float: left;
}

div#footer a {
	color: white;
}

div#footer p.address {
	line-height: 1.8em;
	font-size: 11px;
}

div#footer_nav {
	margin-left: 300px;
	height: 100%;
	font-size: 12px;
}

div#footer_nav ul {
	float: left;
	width: 140px;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

div#footer_nav ul li {
	list-style: none;
}

div#footer_nav a {}

ul.events_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.events_list li {
	margin-bottom: 1em;
}

ul.nya-index {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nya-index li {
	display: block;
	clear: both;
	border: 1px solid #ddd;
	background: #eee;
	margin-bottom: 0.5em;
	padding: 1em 0;
}

ul.nya-index div {}

.page_content ul.nya-index a {
	font-weight: normal;
	color: #e86d1f;
}

ul.nya-index img {
	float: left;
	margin: 0 1em;
}

ul.nya-index p {
	margin-left: 110px;
	margin-right: 1em;
}

ul.nya-index span.almamater {
	font-style: italic;
}

ul.nya-index h4 {
	margin: 0;
}

ul.nya-index p.sub_teacher_name {
	margin-top: 0;
}

dl dt, dl dd {
	float: left;
}

dl dd {
	margin: 0;
}

dl dd {
	padding: 0 1em;
}

dl h4 {
	margin: 0;
}

div#page div.post dl .postmetadata {
	font-size: 11px;
	margin: 0;
}
	
/* Athletics Page */

div#athletics-page-scoreboard, div#athletics-page-schedule {
	float: left;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: normal;
}

div#athletics-page-scoreboard {
	margin-right: 6px;
	width: 350px;
}

div#athletics-page-schedule {
	width:280px;
}

div#page .nya-box.athletics ul.nya-box-nav li a {
	padding: 0 1em;
	color: white;
}

div#page .nya-box.athletics ul.nya-box-nav li a:hover {
	text-decoration: none;
}

.nya-box.athletics ul.nya-box-nav li.active a {
	background: #3a3a3a;
}

div.athletics ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

/* Scoreboard */
		
div.nya-scoreboard table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
}

div.nya-scoreboard td, div.nya-scoreboard th {
	padding: 0.2em 0.4em;
}

div.nya-scoreboard th {
	border-top: none;
	text-align: left;
}

div.nya-scoreboard td.scoreboard-date, td.scoreboard-result {
	color: #666;
}

div.nya-scoreboard .scoreboard-result {
	border-right: none;
}

div.nya-scoreboard .scoreboard-date {
	border-left: none;
}
	

/* NYA "Box" Styles for content areas used on homepage and NYA Now */

div.nya-box {
	border: 1px solid #3a3a3a;
}

div.nya-box-tab {
	padding: 12px;
	display: none;
	overflow-y: auto;
}

div.nya-box div.active {
	display: block;
}

ul.nya-box-nav {
	height: 30px;	
	list-style: none;
	margin: 0;
	padding: 0;
	background: #aaa;
}

ul.nya-box-nav li {
	float: left;
}

ul.nya-box-nav li a {
	display: block;
	text-align: center;
	background: #3a3a3a;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

ul.nya-box-nav li a:hover {
	background: #222;
}

ul.nya-box-nav li.active a {
	background: #aaa;
}

span.game {
	font-size: 10px;
	color: #E86D1F;
	text-transform: uppercase;
}

.page_content a.staff-blog-link {
	display: inline-block;
	border-radius: 2px;
	background: #3a3a3a;
	padding: 0px 5px;
	margin-left: 1em;
	color: white;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

/** Generic WP Styles **/

div#page h2.center, h2.center {
	font-size: 18px;
}

/* 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 */

/* 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 */