/*
 * Liberty High School Patriot Music
 * Web Style Sheet
 * Copyright (c) 2010 Somers Technology
 */

body {
	background: #000;
}

#uniform {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 347px;
	background: #122e6f;
	border-bottom: 3px solid #7e202d;
}

#page {
	position: absolute;
	left: 50%;
	top: 0;
	width: 960px;
	margin-left: -480px;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 145px;
	background: url("images/logo.png") no-repeat top left;
	z-index: 10;
}

#header {
	width: 960px;
	height: 100px;
	background: #122e6f;
}

#titlebar {
	width: 360px;
	height: 40px;
	margin-left: 150px;
	padding-left: 450px;
	padding-top: 30px;
	background: url("images/title.png") no-repeat left top #122e6f;
}

#search-box {
	width: 250px;
	height: 24px;
	background: #364d82;
	border: 1px solid #000;
	font: 16px "Trebuchet MS", Arial;
	color: #eee;
	padding-left: 5px;
}

#search-button {
	width: 75px;
	height: 28px;
	background: #2b4278;
	border: 1px solid #000;
	font: bold 14px "Trebuchet MS", Arial;
	color: #ddd;
}

#navbar {
	width: 760px;
	height: 30px;
	margin-left: 200px;
	background: url("images/navright.png") no-repeat top right #930216;	
}

#navbar ul {
	margin: 0;
	padding: 0;
	background: url("images/navleft.png") no-repeat top left;
}

#navbar ul li {
	list-style: none;
	display: inline;
	font: bold 16px "Trebuchet MS", Arial;
	line-height: 30px;
	padding-left: 20px;
}

#navbar ul li a:link { color: #ddd; text-decoration: none; }
#navbar ul li a:visited { color: #ddd; text-decoration: none; }
#navbar ul li a:active { color: #ddd; text-decoration: none; }
#navbar ul li a:hover { color: #fff; text-decoration: none; }

#subnav {
	width: 960px;
	height: 40px;
	background: url("images/contenttop.png") no-repeat bottom left #ddd;	
}

#subnav h1 {
	margin: 0 30px 0 145px;
	display: inline;
	font: bold 24px "Trebuchet MS", Arial;
	line-height: 35px;
}

#subnav ul {
	position: absolute;
	top: 100px;
	right: 0;
	margin: 0;
	padding: 0;
}

#subnav ul li {
	list-style: none;
	display: inline;
	font: bold 14px "Trebuchet MS", Arial;
	line-height: 35px;
	padding-right: 20px;
}

#subnav ul li a:link { color: #122e6f; text-decoration: none; }
#subnav ul li a:visited { color: #122e6f; text-decoration: none; }
#subnav ul li a:active { color: #122e6f; text-decoration: none; }
#subnav ul li a:hover { color: #3055ac; text-decoration: none; }

#slideshow {
	width: 960px;
	height: 250px;
}

#slideshow-corner {
	position: absolute;
	top: 100px;
	left: 0;
	width: 5px;
	height: 5px;
	background: url("images/slideshowleft.png") no-repeat top left;	
	z-index: 10;
}

#slideshow-caption {
	background: #000;
	width: 940px;
	height: 30px;
	color: #fff;
	font: bold 13px Verdana;
	line-height: 30px;
	padding-left: 20px;
}

#content {
	width: 960px;
	background: #ddd;
	padding: 7px 0px 7px 0px;
	font: 16px Palatino;
}

#content-left {
	position: absolute;
	top: 350px;
	left: 0;
	width: 275px;
}

#content-center {
	margin: 0px 275px 0px 275px;
}

#content-right {
	position: absolute;
	top: 350px;
	right: 0;
	width: 275px;
}

#content-full {
	background: url("images/contentbottom.png") no-repeat bottom left #fff;
	margin: -7px 7px 0px 7px;
	padding: 0 8px 4px 8px;
}

#content-full h2 {
	margin: 0 30px 4px 0px;
	padding: 5px 0 2px 15px ;
	font: bold 20px "Trebuchet MS", Arial;
	color: #122e6f;
	border-bottom: 1px solid #930216;
}

#content-full h3 {
	margin: 0 30px 4px 0px;
	padding: 5px 0 0 15px ;
	font: bold 16px "Trebuchet MS", Arial;
	color: #122e6f;
}

#content ul li {
	list-style-type: square;	
}

#content-full a:link { color: #122e6f; text-decoration: underline; }
#content-full a:visited { color: #122e6f; text-decoration: underline; }
#content-full a:active { color: #122e6f; text-decoration: underline; }
#content-full a:hover { color: #3055ac; text-decoration: underline; }

div.sidebox {
	background: url("images/sideboxbottom.png") no-repeat bottom left #fff;
	width: 253px;
	margin: 7px 0px 0px 7px;
	padding: 4px;
}

div.sidebox h2 {
	margin: -4px -4px 4px -4px;
	padding: 4px 0 2px 8px;
	font: bold 20px "Trebuchet MS", Arial;
	color: #fff;
	background: url("images/sideboxtop.png") no-repeat top left #930216;
}

div.sidebox h4 {
	margin: 0px -4px -4px -4px;
	padding: 4px 8px 4px 0;
	font: bold 14px "Trebuchet MS", Arial;
	text-align: right;
}

div.sidebox h4 a:link { color: #122e6f; text-decoration: underline; }
div.sidebox h4 a:visited { color: #122e6f; text-decoration: underline; }
div.sidebox h4 a:active { color: #122e6f; text-decoration: underline; }
div.sidebox h4 a:hover { color: #3055ac; text-decoration: underline; }

div.centerbox {
	background: url("images/centerbottom.png") no-repeat bottom left #fff;
	margin: 0 0 7px 0;
	padding: 4px;
}

div.centerbox h2 {
	margin: -4px -4px 4px -4px;
	padding: 4px 0 2px 8px;
	font: bold 20px "Trebuchet MS", Arial;
	color: #fff;
	background: url("images/centertop.png") no-repeat top left #930216;
}

div.centerbox h4 {
	margin: 0px -4px -4px -4px;
	padding: 4px 8px 4px 0;
	font: bold 14px "Trebuchet MS", Arial;
	text-align: right;
}

div.centerbox h4 a:link { color: #122e6f; text-decoration: underline; }
div.centerbox h4 a:visited { color: #122e6f; text-decoration: underline; }
div.centerbox h4 a:active { color: #122e6f; text-decoration: underline; }
div.centerbox h4 a:hover { color: #3055ac; text-decoration: underline; }

#footer {
	width: 960px;
	height: 25px;
	background: url("images/footerright.png") no-repeat bottom right #930216;
}

#footer ul {
	margin: 0;
	padding: 0;
	background: url("images/footerleft.png") no-repeat bottom left;
}

#footer ul li {
	list-style: none;
	display: inline;
	font: bold 12px "Trebuchet MS", Arial;
	line-height: 25px;
	padding-left: 10px;
}

#footer ul li a:link { color: #ddd; text-decoration: none; }
#footer ul li a:visited { color: #ddd; text-decoration: none; }
#footer ul li a:active { color: #ddd; text-decoration: none; }
#footer ul li a:hover { color: #fff; text-decoration: none; }

#subfooter {
	font: 10px Arial;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
	padding: 1px 10px 0 0;
}

#subfooter a:link { color: #777; text-decoration: none; }
#subfooter a:visited { color: #777; text-decoration: none; }
#subfooter a:active { color: #777; text-decoration: none; }
#subfooter a:hover { color: #aaa; text-decoration: none; }

span.show-title {
	display: block;
	width: 100%;
	font: italic bold 18px Georgia;
	text-align: center;
	padding: 10px 0 10px 0;
}

table.show-byline {
	width: 100%;
}

table.show-byline td {
	font: bold 10px Verdana;
	color: #666;
	margin-left: 10px;
}

table.show-byline td span {
	display: block;
	margin-left: 15px;
	font: 16px Palatino;
	color: #000;
}

span.events-what {
	display: block;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	font: bold 18px Palatino;
}

span.events-when {
	display: block;
	margin: -5px 0 10px 0;
	width: 100%;
	text-align: center;
	font: bold 14px Palatino;
	color: #666;
}

span.booster-what {
	display: block;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	font: bold 18px Palatino;
}

span.booster-when {
	display: block;
	margin: -5px 0 10px 0;
	width: 100%;
	text-align: center;
	font: bold 14px Palatino;
	color: #666;
}

ul.blog-posts {
	font: bold 16px Palatino;
	margin: 0;
}

ul.blog-posts li {
	margin-top: 6px;	
}

ul.blog-posts a:link { color: #122e6f; text-decoration: none; }
ul.blog-posts a:visited { color: #122e6f; text-decoration: none; }
ul.blog-posts a:active { color: #122e6f; text-decoration: none; }
ul.blog-posts a:hover { color: #3055ac; text-decoration: underline; }

ul.blog-posts span {
	display: block;
	margin: 1px 0 0 20px;
	font: bold 10px Verdana;
	color: #666;
}

span.student-wrong {
	color: #930216;
}

form.student-password {
	text-align: center;
	margin: 20px 0 20px 0;
}

div.video {
	display: none;	
}