/*-----------------------------------------------------------------------------
Screen Stylesheet for CLIENT

name:		default.css
date:		March 19, 2009
author:		Mark Guthrie, Adventures Design, Inc.
email:		markg@adventuresdesign.com
website:	http://www.madronatech.com
location:	http://www.madronatech.com/css/default.css
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Lucida Sans, Verdana, Arial, Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	background: #060809 url(../site/bg_body.gif) no-repeat;
	background-position: center 19px;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 16px;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

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

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;    
}

h3 {
	color: #136db1;
	font-size: 16px;
}

h4 {
	font-size: 12px;
	color: #50b1de;
	text-decoration: underline;    
}

h5 {
	font-size: 1.2em;    
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 18px;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none; 
}

a.Active {
	color: #c0d156;
}

div#Left a {
	color: #ffffff;
	text-decoration: none;
}

div#Right a:link, div#Right a:visited, div#Right a:active {
	color: #136db1;
}

div#Left a:hover, div#Left a.Active {
	color: #c0d156;
}

p.Blue a, p.Blue, a.Blue {
	color: #136db1;
}

p.Blue a.Active{
	color: #c7d357;
}


a:hover {
	text-decoration: underline;
}

span#MyWebTracker a {
	position: absolute;
	top: 27px;
	right: 24px;
	display:block;
	height: 41px;
	width: 173px;
	background-image: url(../site/btn_mywebtracker.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

span#MyWebTracker a:hover, span#MyWebTracker a.Active {
	background-position: 0 -41px;
}


span#MySkyward a {
	position: absolute;
	top: 77px;
	right: 24px;
	display:block;
	height: 41px;
	width: 173px;
	background-image: url(../site/btn_myskyward.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

span#MySkyward a:hover, span#MySkyward a.Active {
	background-position: 0 -41px;
}


span#MySkyward2 a {
	position: absolute;
	top: 27px;
	right: 24px;
	display:block;
	height: 41px;
	width: 173px;
	background-image: url(../site/btn_myskyward.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

span#MySkyward2 a:hover, span#MySkyward a.Active {
	background-position: 0 -41px;
}


ul li a span {
	display:none;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Lucida Sans, Verdana, Arial, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 3px;
}

td {
	padding: 3px;
}

a#Logo {
	display: block;
	width: 375px;
	height: 47px;
	position: absolute;
	top: 18px;
	left: 39px;
	
}

span#Skyward a {
	display: block;
	width: 95px;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 17px;
	background-image: url(../site/skyward.gif);
}

span#Skyward a:hover, span#Skyward a.Active {
	background-position: 0 -35px;
}



/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.FloatLeft {
	float: left;
	margin: 0px 10px 10px 0px; /* Larger Margins Should Be the Same as the ".Padding" Class Below */
}

.FloatRight {
	float: right;
	margin: 0px 0px 10px 10px; /* Larger Margins Should Be the Same as the ".Padding" Class Below */
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding, .Content {
	padding: 10px;
}

div#Canvas div.Padding, div#Canvas div.Content {
	padding: 34px 20px 20px 87px;
}

div#Left div.Padding, div#Left div.Content {
	padding: 20px 10px 10px 29px;
}

div#Right div.Padding, div#Right div.Content {
	padding: 34px 10px 10px 32px;
}

.Orange {
	color: #f89938;
}

/* Main Containers
-----------------------------------------------------------------------------*/

div#Page {
	padding-top: 121px;
	width: 978px;
	margin: 20px auto 0 auto;
	position: relative;
}
 
* html div#Page {padding-top: 120px;} /* STAR HACK: AFFECTS IE6 ONLY */

div#Header {
	margin: 0px;
	width: 978px;
	position: absolute; /* necessary to position primary navigation correctly */
	top: 0;
	left: 0;
	z-index: 10;
	height: 121px;
	background: url(../site/bg_header.gif) top left no-repeat;
}
	
div#Wrapper {
	margin: 0;
	width: 978px;
	position: relative;
	top: 0px;
	background: #ffffff url(../site/bg_left.jpg) repeat-y top left;
}

div#Canvas {
	z-index: 2;
	padding-bottom: 175px;
}


div.Left {
	margin-left: 189px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 189px;
	z-index: 2;
	padding-bottom: 175px;
}


div.Right {
	margin-right: 200px;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	z-index: 2;
	padding-bottom: 175px;
}

div#Footer {
	margin: 0;
	height: 23px;
	width: 978px;
	background: url(../site/bg_footer.gif) no-repeat top left;
}

p#Copyright {
	margin: 13px 0 0 272px;
	line-height: 15px;
	z-index: 5;
}

p#Copyright, p#Copyright a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

p#Copyright a:hover {
	text-decoration: underline;
}

img#Poloroid {
	position: absolute;
	bottom: -35px;
	left: 82px;
	overflow: hidden;
	z-index: 1;
}

a#LeftYearbook {
	display: block;
	position: absolute;
	width: 147px;
	height: 52px;
	left: 24px;
	top: 180px;
}


a#LeftMMB {
	display: block;
	position: absolute;
	width: 130px;
	height: 53px;
	left: 24px;
	top: 241px;
}

img#RightPicture {
	position: absolute;
	bottom: -12px;
	right: -32px;
	overflow: hidden;
	z-index: 1;
}

img#Bottom {
	position: absolute;
	bottom: 85px;
	left: 234px;
	z-index: 0;
}


img.Tab {
	position: absolute;
	top: 0; 
	left: 189px;
}

div.SpriteContainer {
	position: relative;
	margin-bottom: 15px;
}

/* Primary Menu
-----------------------------------------------------------------------------*/

ul#Primary { 
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 45px;
	width: 100%;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#Primary li a {
	display: block;
	float:left;
	width: 120px;
	height: 45px;
	background-image: url(../site/bg_topnav.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}


ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../site/bg_topnav_dropdown3.png);
	background-repeat: no-repeat;
}

* html ul#Primary li ul {background-image: url(../site/bg_topnav_dropdown.gif); } /* STAR HACK: AFFECTS IE6 ONLY */

ul#Primary li ul li {
	margin-top: 2px;

}

ul#Primary li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	display: block;
	background-image: none !important;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-indent: 12px;
	color: #000000;
	text-decoration: none;
}

ul#Primary li ul li a:hover {
	text-decoration: none;
}

ul#Primary li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 45px;
	left: 0;
}

ul#Primary li#nav_home a {width: 108px; background-position: 0px 0px;}
ul#Primary li#nav_home a:hover, ul#Primary li#nav_home a.Active {width: 108px; background-position: 0px -45px !important;}

ul#Primary li#nav_media a {width: 92px; background-position: -108px 0px;}
ul#Primary li#nav_media a:hover, ul#Primary li#nav_media a.Active {background-position: -108px -45px !important;}
ul#Primary li#nav_media ul {height: 189px; width: 158px; background-position: 0px -85px;}
ul#Primary li#nav_media ul li, ul#Primary li#nav_media ul li a {width: 158px;}
ul#Primary li#nav_media ul li a:hover, ul#Primary li#nav_media ul li a.Active {background-color: #d9edf8;}

ul#Primary li#nav_technology a {width: 127px; background-position: -200px 0px;}
ul#Primary li#nav_technology a:hover, ul#Primary li#nav_technology a.Active {background-position: -200px -45px !important;}
ul#Primary li#nav_technology ul {height: 133px; width: 143px; background-position: -158px -137px;}
ul#Primary li#nav_technology ul li, ul#Primary li#nav_technology ul li a {width: 143px;}
ul#Primary li#nav_technology ul li a:hover, ul#Primary li#nav_technology ul li a.Active {background-color: #e6edbc;}

/* ul#Primary li#nav_newclasses a {width: 140px; background-position: -327px 0px;}
ul#Primary li#nav_newclasses a:hover, ul#Primary li#nav_newclasses a.Active {background-position: -327px -45px !important;}
ul#Primary li#nav_newclasses ul {height: 52px; width: 140px; background-position: -301px -218px;}
ul#Primary li#nav_newclasses ul li, ul#Primary li#nav_newclasses ul li a {width: 140px;}
ul#Primary li#nav_newclasses ul li a:hover, ul#Primary li#nav_newclasses ul li a.Active {background-color: #e6edbc;} */

ul#Primary li#nav_yearbook a {width: 140px; background-position: -327px 0px;}
ul#Primary li#nav_yearbook a:hover, ul#Primary li#nav_yearbook a.Active {background-position: -327px -45px !important;}
ul#Primary li#nav_yearbook ul {height: 102px; width: 175px; background-position: -301px -165px;}
ul#Primary li#nav_yearbook ul li, ul#Primary li#nav_yearbook ul li a {width: 175px;}
ul#Primary li#nav_yearbook ul li a:hover, ul#Primary li#nav_yearbook ul li a.Active {background-color: #e6edbc;}

ul#Primary li#nav_newsevents a {width: 164px; background-position: -467px 0px;}
ul#Primary li#nav_newsevents a:hover, ul#Primary li#nav_newsevents a.Active {background-position: -467px -45px !important;}
ul#Primary li#nav_newsevents ul {height: 189px; width: 164px; background-position: -476px -81px;}
ul#Primary li#nav_newsevents ul li, ul#Primary li#nav_newsevents ul li a {width: 164px;}
ul#Primary li#nav_newsevents ul li a:hover, ul#Primary li#nav_newsevents ul li a.Active {background-color: #f2bed9;}

ul#Primary li#nav_calendars a {width: 113px; background-position: -631px 0px;}
ul#Primary li#nav_calendars a:hover, ul#Primary li#nav_calendars a.Active {background-position: -631px -45px !important;}
ul#Primary li#nav_calendars ul {height: 52px; width: 129px; background-position: -640px -218px;}
ul#Primary li#nav_calendars ul li, ul#Primary li#nav_calendars ul li a {width: 129px;}
ul#Primary li#nav_calendars ul li a:hover, ul#Primary li#nav_calendars ul li a.Active {background-color: #fae6f1;}

ul#Primary li#nav_resources a {width: 121px; background-position: -744px 0px;}
ul#Primary li#nav_resources a:hover, ul#Primary li#nav_resources a.Active {background-position: -744px -45px !important;}
ul#Primary li#nav_resources ul {height: 134px; width: 129px; background-position: -769px -141px;}
ul#Primary li#nav_resources ul li, ul#Primary li#nav_resources ul li a {width: 129px;}
ul#Primary li#nav_resources ul li a:hover, ul#Primary li#nav_resources ul li a.Active {background-color: #fcd1a6;}

ul#Primary li#nav_contact a {width: 113px; background-position: -865px 0px;}
ul#Primary li#nav_contact a:hover, ul#Primary li#nav_contact a.Active {background-position: -865px -45px !important;}
ul#Primary li#nav_contact ul {height: 105px; width: 113px; background-position: -898px -165px;}
ul#Primary li#nav_contact ul li, ul#Primary li#nav_contact ul li a {width: 113px;}
ul#Primary li#nav_contact ul li a:hover, ul#Primary li#nav_contact ul li a.Active {background-color: #fde9d5;}



/* Primary Menu
-----------------------------------------------------------------------------*/

ul#Secondary, ul#Secondary li {
	margin: 4px 0 0 2px;
	padding: 0;
	list-style: none;
	color: #ffffff;
	font-size: 13px !important;
}

ul#Secondary li a:active, ul#Secondary li a:link, ul#Secondary li a:visited, div#Left a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px !important;
}

ul#Secondary li a:hover, ul#Secondary li a.Active, div#Left a:hover, div#Left a.Active {
	color: #c0d156;
	text-decoration: none;
}
/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}
legend { 
	font-size: 1.4em;
	color: #0000FF;
}
div.LabelInput, span.LabelInput {
	margin-bottom: 7px;
	display: block;
}
input.Text, input.Password, input.Number, select.Select, textarea.TextArea, input.Date {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;
	
}

select.Select {
	width: 20.7em;
}

textarea.TextArea {
	height: 200px;
}

input.Button {
	width: auto;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

span.Radio label, table.Radio label, span.Checkbox label, table.Checkbox label {
	width: auto;
	display: inline;
	float: none;
}

div.Submit, p.Submit, span.Submit {
	display: block;
	padding: 14px 0 14px 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}

/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}
div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* IMAGE UPLOADER
-----------------------------------------------------------------------------*/
.UploaderHeadline {
	font-size: 17.5px;
	font-weight: bold;
	letter-spacing: 4px !important;
	padding: 10px 10px 0px 20px;
}

.NormalUploaderText {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding: 0px 20px;
}

.Success, .Success a{
	color: #136db1;
}

.Error, .Error a {
	color: #a20f0f;
}

.Success a:hover, .Error a:hover {
	color: #ffffff;
	text-decoration: none;
}

.SuccessBG {
	color: #136db1;
	border: 2px #136db1 solid;
	background: #b9e1f7 url(../site/icon_success.gif) no-repeat 11px 15px;
	padding: 6px 15px 5px 15px !important;
	margin-bottom: 7px;
}

.ErrorBG {
	color: #a20f0f;
	border: 2px #a20f0f solid;
	background: #d7a3a3 url(../site/icon_error2.gif) no-repeat 11px 15px;
	padding: 6px 15px 11px 15px !important;
	margin-bottom: 7px;
}

p.SuccessLink a {
	background: #b9e1f7;
	text-decoration: none;
	display: block; 
	border: 2px #136db1 solid;
	color: #136db1;
	padding: 10px 10px 10px 15px !important;
	font-size: 11.5px;
	font-weight: bold;
	letter-spacing: 1px;
}

p.SuccessLink a:hover {
	text-decoration: none;
	background: #136db1;
	color: #ffffff;
} 

p.ErrorLink a {
	background: #d7a3a3;
	text-decoration: none;
	display: block; 
	border: 2px #a20f0f solid;
	color: #a20f0f;
	padding: 10px 10px 10px 15px !important;
	font-size: 11.5px;
	font-weight: bold;
	letter-spacing: 1px;
}

p.ErrorLink a:hover {
	text-decoration: none;
	background: #a20f0f;
	color: #ffffff;
}


/* ------- START: DELETE IF NOT USED - DYNAMIC JS CLASSES ------*/
	

	/* Modal Dialog Box
	-----------------------------------------------------------------------------*/
	
	.ModalContainer {
		background: #fff;
	}
	
	.ModalTitle {
		padding: 10px;
		font-size: 2em;
	}
	
	.ModalMessage {
		padding: 10px;
	}
	
	.ModalClose {
		position: relative;
	}
	
	.ModalClose a {
		display: block;
		position: absolute;
		top: -5px;
		right: -5px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		text-indent: -2000em;
		background: url(../site/close.gif) top right no-repeat;
	}
	
	.ModalClose a:hover {
	
	}
	
	
	/* Moognify
	-----------------------------------------------------------------------------*/
	
	a.Moognify {
		display: block;
	}
	
	.moognifyBorder {
		background: #fff;
	}


	/* JavaScript Debug Log
	-----------------------------------------------------------------------------*/
	
	div#Debug { 
		display: none;
		height: 200px; 
		overflow: auto; 
		padding: 1em; 
		background: #000;
		color: green;
	}
	
	
/* ------- END: DELETE IF NOT USED - DYNAMIC JS CLASSES ------*/


/* Page Specific: Home Page
-----------------------------------------------------------------------------*/






/* Page Specific: PAGE NAME
-----------------------------------------------------------------------------*/






