/*
 * Client: 		ASC
 * Site Name: 	Akron Science School
 * URL: 		www.akronscienceschool.com
 *
 * Author: 		Sean Mooney
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 	09.13.07
 *
 * --------------------------------------------------------------- */

/* Reset default padding, margin, link decoration, etc. */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,img,fieldset,blockquote,caption,table,tr,th,td,dl,dt,dd { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
img,fieldset { border: 0; }
a { text-decoration: none; }

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #9ACB3C url(../../elements/bg.gif) no-repeat left top;
}

#APSlink {
	width:18px;
	height:250px;
	top:0px;
	left:0px;
	float:left;
}
#wrapper {
	padding: 0px 0px 0px 18px;
	width: 753px;
	font-size: 1.2em;
}

#header {
	background: transparent url(../../elements/left_rpt.png) repeat-y left top; 
	_background-image: url(../../elements/left_rpt.gif);
}

#logo {margin: 23px 26px 11px 25px;}

#main { position: relative; }

/* -------------
 * Left Column
 * ------------- */
#left {
	float: left;
	width: 368px;
	background: transparent url(../../elements/left_rpt.png)  repeat-y left top;
	_background-image: url(../../elements/left_rpt.gif);
}

#left .content { padding: 0px 140px 10px 25px; }

#nav,
#nav ul {list-style: none; line-height: 1; margin:0px;}

#nav {
	position:relative;
	/*margin-left: 35px;*/
	margin-bottom: 30px;
	z-index:5;
}

#nav li {
	/*display: block;*/
	background-color: #FFFFFF;
	_border-bottom:1px solid white;
	_margin-bottom:-1px;
}

#nav a {
	display: block;
	color: #9ACB3C;
	font-size: 1.2em;
	line-height: 2.4em;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	width: 145px;
	_width: 165px;
}

#nav a:hover {
	text-indent:5px;
	background-color: #f2f2f2;
}

#nav li ul {
	position: absolute;
	z-index: 1000;
	margin:  -3em 0 0 160px;
	left: -999em;
}

#nav li ul li {
	background-color: #f2f2f2;
}
/*
#nav li:hover,
#nav li.sfhover {border: solid 1px red;}
*/
#nav li:hover ul, 
#nav li.sfhover ul {left: auto;}
#calendar a {
	display: block;
	color: #FFFFFF;
	line-height: 2em;
	font-weight: bold;
	background-color: #E86800;
	text-align: center;
}

body.about a#about,
body.program a#program,
body.student a#student,
body.parent a#parent,
body.result a#result,
body.press a#press,
body.team a#team,
body.news a#news,
body.link a#link { color: #E86800;}


#copyright {
	background: #9ACB3C url(../../elements/copyright_bg.gif) no-repeat left top;
	padding: 10px 0px 50px 10px;
	font-size: .9em;
	color: #FFFFFF;
}

/* -------------
 * Right Column
 * ------------- */
#right {
	width: 506px;
	position: absolute;
	left: 229px;
	z-index: 0;
	line-height: 1.6em;
}

#right  h1 {
	font-size: 1.4em;
	color: #E86800;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../../elements/main_h1.png) no-repeat left top;
	_background-image: url(../../elements/main_h1.gif);
	height: 24px;
	padding: 22px 0px 0px 18px;
}

#right .content {
	background: transparent url(../../elements/right_rpt.png) repeat-y left top;
	_background-image: url(../../elements/right_rpt.gif);
	color: #333333;
	position: relative;
	padding: 0px 17px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	z-index:2;
}

#right .mainimage {
	position:relative;
	height: 214px;
	float:right;
	width:250px;
	z-index:0;
}
#right .mainimage img,
#right .mainimage object,
#right .mainimage embed {
	background: transparent url(../../elements/main_img_bg.png) no-repeat left top;
	_background-image: url(../../elements/main_img_bg.gif);
	padding: 13px 14px 48px 13px;
	position: absolute;
	top: 0px;
	margin-left: 8px;
}

#right  strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #E86800;
}

#right a {color: #E86800;}

#right p { margin-bottom: 2em; }

#right ul,

#right ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
#right .news a,
#right .news a strong { color: #333333; }

/* -------------
 * Footer
 * ------------- */
#footer {
	line-height: 1em;
	font-size: 1em;
	background: url(../../elements/footer_bg.gif) no-repeat left top;
	padding: 5px 15px 20px 10px;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer .nav { list-style-type: none; margin:0; }

#footer .nav li {
	float: left;
	border-right: solid 1px #333333;
}

#footer .nav li.last {border: none;}

#footer .nav a {
	display: block;
	float: left;
	padding: 0px 5px;
	text-transform: lowercase;
	text-decoration: none;
}


/* -------------
 * Calendar
 * ------------- */
div.jcalendar {
	width: 179px;
	background: transparent url(../../elements/cal_rpt.jpg) repeat-y center top;
}

div.jcalendar table {
	clear: both;
	background:#daddd6;
	color:#000;
	margin: 0px 7px;
	width: 165px;
}

div.jcalendar table th { background:#FFF;}

div.jcalendar table td {
	color: #FFF;
	background:#aab0a2;
	padding:0;
	line-height: 1.8em;
	text-align: center;
}

div.jcalendar table td.othermonth { background:#c9cdc4; }

div.jcalendar table td a {
	font-weight: bold;
	color:#FFF;
	display:block;
	line-height: 1.8em;
	text-decoration:none;
	background-color: #acd660;
}

div.jcalendar-links {
	background: transparent url(../../elements/cal_top.jpg) no-repeat center top;
	padding: 5px 7px 0px 7px;
}

div.jcalendar-bottom {
	background: transparent url(../../elements/cal_btm.gif) no-repeat center bottom;
	height: 9px;
	clear: both;
}


div.jcalendar-links .jcalendar-month {display: block; float: left;}
div.jcalendar-links a {display: block; float: right;}

div.jcalendar-links .jcalendar-month {width: 100px;}
div.jcalendar-links .link-next,
div.jcalendar-links .link-prev {color: #000; width: 20px; text-align:center; text-decoration: none; font-weight: bold; }


/* -------------
 * MISC. 
 * ------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
 
.right { float: right; }
.left { float: left; }

.small {font-size: 10px;}

a, 
button,
:focus,
:active {-moz-outline-style: none;} /* Remove the dotted borders of active links in MOZ */
