/*  
Theme Name: North High School
Theme URI: http://www.northhighschoolalumni.com/
Description: Custom wordpress theme developed for North High School Alumni.
Version: 1
Author: Agency3
Author URI:  http://www.agency3.com/
*/


/*-------GENERAL MARKUP------*/

.admin {
	clear:both;
	font-size:0.8em;
	border-top: 1px solid;
}

.invisible{
	display:none;
}

.copy {
	float:left;
	display: block;
	width: 752px;
	height: 75px;
}

h1, h2, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.6em;
	color: #000;
}

h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #004B94;
}

a {
	color: #000;
}

a:hover {
	color: #004B94;
}

body {
	margin: 0;
	padding: 20px;
	background-color: #EEEEEE;
	font-family: Univers, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
background: #EEE top url(images/bg.jpg) repeat-x;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

a img {
	border: none;
}

#embedimageleft{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left:0px;
}
	
#embedimageright{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right:0px;
}

#embedimagecenter {
	text-align: center;
	padding:5px;
	border:none;
}

/*-------HEADER------*/

#page {
	background: white top left url(images/sidebar.jpg) repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
/* The entire template's width is set in this class. */
	width: 750px;
	border: 5px #000000 solid;
}

#header {
	margin:0px;
	padding:0px;
	background:#C06024;
}

#header .blogtitle {
	margin:0px;
	padding:0px;
	width: auto;
	height: 180px;
	background: transparent url(images/header.jpg) no-repeat left bottom;
}

#header h1{
	margin:0px;
	padding:0px;
}

#header a {
	display: block;
	height: 180px;
	width: 700px;
	text-decoration:none;
}

#header span{
	display:none;
}

#search_frm {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0;
	padding: 10px;
	width: 730px;
	margin-left: -375px;
	font-size: 0.9em;
	text-align:right;
}

input#s {
	width: 25%;
}

#searchsubmit {
	display:none;
}

/*-------sidebar----*/

#sidebar {
	float:left;
	width: 200px;
	font-size: 1.1em;
}

#sidebar img {
	border:none;
	margin:none;
	padding:none;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 1.5em;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	color:#FFFFFF;
	display:block;
	background: #C06024;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#sidebar h3 {
	font-size: 1.2em;
	padding-right: 15px;
	padding-left: 10px;
	color: White;
	background: #1F2D33;
	margin-top: 10px;
	margin-bottom: 0px;
}

#sidebar p {
	padding: 10px;
margin:0px;
	text-align: left;
	font-size:1.15em;
background:#FFF;
border-right:1px solid #000;
}

#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

#sidebar li {
	padding:5px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
}

#sidebar li a {
	color: #333333;
	text-decoration: none;
	display:block;
	font-weight:bold;
}

#sidebar li a:hover {
	color:#FF6600;
	font-weight:bold;
}

#sidebar li:hover {
	background: #FFFFFF; 
	color:#004B94;
	border-right:5px solid #C06024;
}

#sidebar ol li {
	padding:5px;
}

/*-----------posts------------*/
.narrowcolumn {
	float: right;
	padding: 20px 40px 20px 20px;
	margin: 0px;
	width: 475px;

/*
background: transparent url(images/watermark.jpg) no-repeat right bottom;
*/
}

.post {
	padding: 0;
	list-style-type: none;
	font-size: 1.25em;
	margin:0px;
line-height: 1.6em;
}

.post a {
	color: #004B94;
	text-decoration:none;
}

.post a:hover {
	color: #004B94;
	text-decoration:underline;
}

.post h2 a {
	color: #000;
	text-decoration: none;
	display:block;
	width:415px;
	border-bottom:1px solid #CCC;
	padding:5px 0px 5px 60px;
	margin:0px;
        background: #eee url(images/polar_bear.gif) no-repeat 8px;
}

.post h2 a:hover {
	background: #eee url(images/polar_bear.gif) no-repeat 8px;
	border-bottom:1px solid #666;
        color: #000;
	text-decoration:none;
}

.postmetadata {
	font-size: 0.8em;
	display: block;
	margin-top: 1px;
	color: #666;
	border-top: solid;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.navigation a {
	color: #004B94;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* ----- forms ------- */
input, textarea {
	background: #f8f8f8;
	border:1px solid #666;
	padding:2px;
	color: #444;
}

input:focus, textarea:focus {
	background: #ffffff;
        border:1px solid #000;
}

input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;
        border:1px solid #000;
}

input#submit {
	border: 1px #0f0000 outset;
	background-color: #e9e9e9;
}

input#submit:hover {
	cursor: default;
	background-color: #fafafa;
}

/*-----------COMMENT FORM-----------*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/*-----------footer-----------*/

#footer {
	clear: both;
	background: #C06024;
	padding: 0px 75px 5px 75px;
	font-size: 1em;
	text-align: center;
	border-top: solid 5px #000;
	margin-bottom: 0;
	color:white;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#clearfooter hr{
	display:none;
}

/******* MAIN NAVIGATION MENU *******/
#toolbar {
	float:left;
	width:100%;
	background-color:#000000;
	font-size:1.1em;
	text-transform:uppercase;
}

#toolbar hr{
	display:none;
}

#nav {
	margin:0 0 0 200px;
	list-style: none;
	background: #000;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .5em 1em;
	height: 19px;
}

#nav li {
	float: left;
	padding: 0;
	background: #000;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 12.9em;
	font-weight: normal;
	border: 1px solid #fff;
	margin: 0;
	list-style: none;
}

#nav li li {
	padding-right: 1em;
	width: 13.4em;
	border: 0px;
}

#nav li ul a {
	width: 12em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #666;
}


	