/* Olentangy Local School District */

* { margin: 0; padding: 0; }

html, body { height: 100%;}

body {
	background-color: #e2e0dd;
	color: #333;
	text-align: center;
	padding: 0;
	font-size: 62.5%;  /* 16px x 62.5% = 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	}

ul {list-style: none;}
table {border-collapse: collapse;}
.clear { clear: both; }

.cancel { color: #913f35; text-decoration: line-through; }

hr {
	border: 0;
	height: 1px;
	color:#e2e0dd;
	background-color:#e2e0dd;
	margin: 12px auto;
	clear: both;
	}

.left {float: left; margin-right: 10px;}
.right { float: right; margin-left: 10px;}
.center { text-align: center; margin: auto; }
.highlighter {background-color: #ffffcc;}


a {
	color: #955f01;
	text-decoration: none;}
a:hover {
	color: #0000aa;
	text-decoration: underline;
	}

a:focus {
	outline: 0;
	border: 0;
	}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.4em;
	margin-top: .75em;
	margin-bottom: 0px;
	}

h3 {
	font-size: 1.3em;
	margin-top: .75em;
	}

.sidebar h4, .sidenav h4 {
	font-size: 1.2em;
	margin: 0em 0 .25em 0;
	text-transform: uppercase;
	}


h5 { font-size: 1em; }
h6 { font-size: 1em; }



ul#skiplinks {
	list-style-type: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	float: left; }
ul#skiplinks a {
	border:none;
	}

.pagetitle {
	text-align: center;
	margin-top: .5em;
	margin-bottom: .5em;
	}
h2.subtitle {
	margin-top: -.35em;
	}
.subtitle {
	text-align: center;
	margin-top: 0em;
	margin-bottom: .5em;
	}

/* -----------------------Header----------------------*/

#header {
	background: #00c url(../images/ui/background-fill.png) center top repeat-x;
	position: relative;
	height: 150px;
	overflow: hidden;
	font-family: "Helvetica Neue" Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1.2em;
	line-height: 130%;
	}

#header a img, a img { border: none; }

#header a, #header a:visited {
	color: #fde46e;
	text-decoration: none;
	border-bottom: 1px solid #fff7dc;
	}
#header a:hover, #header a:focus {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}

#header h1 a:hover, #header h1 a:focus {
	color: #fde46e;
	text-decoration: none;
	border-bottom: none;
	}

#masthead {
	height: 150px;
	margin: auto;
	background: transparent url(../images/ui/masthead.png) center top no-repeat;
	}

div.logo {
	height: 150px !important;
	width: 150px !important;
	padding: 0; margin: 0;
	background: url(../images/ui/logo.png) top center no-repeat;
	float: left;
	margin-left: 75px;
	_margin-left: 30px; /* margin for IE6 */
	}

/* -----------------------Header Navigation ----------------------*/


#navbar {
	background: #0000cc url(../images/ui/navback.png) bottom center repeat-x;
	overflow: hidden;
	clear: both;
	}

#navbar ul {
	list-style-type: none;
	float: left;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	line-height: 100%;
	margin-left: 16px;
	margin-right: 10px;
	}
#navbar li {
	display: inline;
	float: left;
	font-weight: bold;
	}

#navbar li a {
	display: block;
	height: 1.1em;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-decoration: none;
	padding: .75em 15px .75em 15px;}

body.home li#navHome a,
body.dist li#navDist a,
body.boe li#navBoe a,
body.index li#navIndex a,
body.dir li#navDir a
  { background: transparent url(../images/ui/navHere.png) bottom center no-repeat; }

#navbar li a:hover {
	background: transparent url(../images/ui/navHover.png) bottom center no-repeat;
	}


#search{
	margin-right: 10px;
	float: right;
	padding-top: 5px;
	}

#search form {
	}

#access form input[type="text"] {
	font-size: 9px;
	color: #555;
	padding: 1px;
	margin: 0;
	float: left;
	}

input[type="submit"] { padding: 2px 6px; font-size: 15px; margin-left: 6px;}



/* -----------------------The Meat ----------------------*/


#container {
	min-height: 100%;

	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
	clear: both;
	}

*html #container { height: 100%; }



.content {
	text-align: left;
	width: 700px;
	padding: 0 0 240px 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	float: right;
	background-color: transparent;
	line-height: 150%;
	}


/* ----- this is for Firefox only -----*/
@-moz-document url-prefix() {
	.content {
		padding-bottom: 0px;
		}
}

/* ----- end for Firefox only -----*/

.content p { margin-bottom: 1em;}

.content p.caption, .datestamp {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 0;
	padding: 0 0 .5em;
	}

#newspix p.caption {margin-top: .5em;}

.main {
	width: 460px;
	float: left;
	line-height: 150%;
	font-size: 130%;
	}

.main h4 {
	color: #010167;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
	}


.wide .main {
	width: 700px;
	margin-left: 10px;
	_width: 660px; /* IE6 width */
	}

body#nonav .content, body.nonav .content {
	width: 900px;
	}


body#nonav .main, body.nonav .main {
	width: 100%;
	}

.main .leftcol {
	width: 45%;
	float: left;
	}
.main .rightcol {
	width: 45%;
	float: right;
	}

.main ul {
	margin-bottom: 1em;
	}

.main ul li {
	margin-left: 1.5em;
	margin-bottom: 3px;
	list-style-image: url(../images/bluestar.png);
	}

.main ul ul li{
	list-style-image: none;
	}

.main dt, .sidebar dt {
	font-weight: bold;
	}

.main dd {
	margin-bottom: 12px;
	}
h2.sectionhead	{
	margin-top: 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #010167;
	}
/* ---------------sidebar -----------------*/

.sidebar {
	width: 220px;
	float: right;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

div.sidebar #events ul {margin-left: 26px; }

.sidebar ul {
	margin-bottom: 10px;}

div.main ol li, div.sidebar ol li { margin: .25em 0 0 2em; }

ol.lowercase {list-style-type: lower-alpha; }

ol.uppercase {list-style-type: upper-alpha; }

.sidebar ul li, div.sidebar ol li {
	padding: .2em 0;
	line-height: 130%;
	}


div.sidebar address, div.sidenav address {
	line-height: 150%;
	margin-top: 10px;
	}

div#internal ul {
	margin-left: 1.5em !important;
	margin-bottom: .5em !important;
	list-style-image: url(../images/bluestar.png) !important;
	}

.sidebar .moreinfo {
	border-left: 1px dotted #999;
	padding: 0px 0px 0px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	}


.sidebar .moreinfo h3 a {
	color: #333;
	}
.sidenav {
	width: 215px;
	float: left;
	text-align: left;
	padding: 0px 0 250px 5px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

div.sidenav ol {
	margin-left: 20px; }
div.sidenav  ul {
	list-style-type:none;
	margin-left: 26px;
	}

div.sidenav ul li, div.sidenav ol li {
	padding: 3px 0;
	line-height: 130%;
	}


div.sidenav ul ul {
	padding: .25em 0 0 0;
	margin-left: 1.3em;
	list-style-type: none;
	}
div.sidenav ul ul li, div.sidenav ol ul li {
	padding: .15em 0;
	margin-left: 0.5em;
	line-height: 130%;
	}

div.sidenav li a {
	font-weight: normal;
	}


.sidenav h4 a:link, .sidenav h4 a:visited, .sidenav h4 a:active {
	text-decoration: none;
	}


.sidenav h4 a:hover {
	border-bottom: 1px dotted #009;
	}
.sidenav p {
	margin: 10px;
	margin-left: 0;
	line-height: 150%;
	}

.sidenav h4 a.here {
	color: #555;
	}

.sidenav li a.here, .sidebar li a.here { text-decoration:underline;
	color: #b4945d;
	}


.wrap {
	width: 940px;
	margin: 0 auto;
	text-align:center;
	}

#footer {
	background: #e2e0dd;
	padding: 10px 10px 10px 0;
	clear: both;
	border-top: 1px dotted #777;
	color: #666;
	line-height: 130%;
	font-size: 1em;
	overflow: hidden;
	display: block;
	height: 80px;
		}


	#footer .disclaimer {
		float: left;
		text-align: left;
	}

	#footer address {
		text-align: right;
		font-style: normal;
		}

#bottomnav
{
	clear: both;
	background-color: #fcf9f4;
	border-top: 1px dotted #ad8200;
	padding: 15px 0 20px 0;
	height: 120px;
	margin-top: -257px;
}


#bottomnav ul.bottomnav-links { overflow: hidden; text-align: left;  }
#bottomnav ul ul { float: none; margin: 0; }
#bottomnav ul li { display: block; float: left; width: 170px; margin: 0 20px 0 0;  padding: 1px 0; line-height: 130%;
}

#bottomnav #public {
	margin-right: 0;
	}

#bottomnav p {
	text-align: left;
	}

#bottomnav ul ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 2px;
	line-height: 130%;
	text-transform: none;
	font-size: 100%;
	}

#bottomnav h5 {
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 2px solid #eadec5;
	}

/* ----------------- home page ------------------------ */


div#super {
	margin: 20px 0;
	}
div#super img {
	float: left;
	padding: 2px;
	background-color: #eee9e0;
	border:1px solid #d1bfa0;
	margin-right: 6px;
	}


#newsfeed{
	font-family: Helvetica, Arial, sans-serif !important;
	background: transparent url(../images/newspaper-icon.png) left top no-repeat;
	padding-top: 3px;
	margin-bottom: 20px;
	}

body.home #newsfeed{
	background-position: 8px 8px;
	}

body.home #newsfeed ul {
	margin-left: 26px; list-style-image: url(../images/bluestar.png); }

#newsfeed h4 {
	margin-left: 26px;
	}

#newsfeed h4 a {color: #333;}

#links h4, #links h3, #links h5 {
	margin-left: 26px;
	padding-top: 10px;
	}



#links {
	background: transparent url(../images/fav.png) left 5px no-repeat;
	padding-top: 0px;
	margin-bottom: 20px;
	}

body.home #links {
	background-position: 4px 5px;
	}
body.home #feedlinks {
	background: transparent url(../images/rss_icon_glass16.png) left top no-repeat;
	margin-bottom: 20px;
	}
#feedlinks h4 {
	margin-left: 20px;
	}
#feedlinks p {
	margin: 2px 0px;
	font-family: Georgia, "Times New Roman", serif;
	}

div#mail  {
		clear: both;
		background: transparent url(../images/olsd-stamp-icon.png) left 16px no-repeat;
		padding-top: 7px;
		margin-bottom: 20px;
	}

body.home #mail {
	background-position: 8px 4px;
	}

div#mail h4, #mail p {
	margin-left: 30px;
	}

div.rightcol #mail{
	clear: none;
	}
#tweet { text-align: center; margin: 10px 0 20px 0; clear: both;}

#tweet img {
	margin: 0 5px; padding: 0;}
#tweet a {border: 0;}

#facts {
	background: transparent url(../images/info.png) 8px 8px no-repeat;
	padding-top: 7px;
	margin-bottom: 20px;
	}
#facts h4, #facts p {
	margin-left: 30px;
	}

div#events {
	background: transparent url(../images/ical.png) no-repeat;
	background-position: 8px 8px !important;
	padding: 6px;
	margin-bottom: 20px;
	}

.main div#events {
	background-position: left 20px;
	}
div#events h4 {
	font-size: 1.3em;
	margin-left: 30px;
	}
div#events table {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#events td {
	border-bottom: 1px solid #bbbbbb;
	padding: 2px 0px;
	vertical-align: top;
	line-height: 130%;
	}

div#events td.date {
	white-space: nowrap;
	padding-right: .75em;
	}

div#events p {
	text-align: center;
	}




div.alert, div.notice, div.normal {
	margin: 5px auto 20px auto;
	padding: 10px 10px;
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 20px;
	}

body.home .alert, body.home .notice, body.home .normal { width: 400px; } 

div.alert h4, div.notice h2 {
	font-size: 1.4em;
	text-align: center;
	}
div.alert h4, div.notice h4 {
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.sidebar .alert p.datestamp, .sidebar .notice p.datestamp {padding: 0; text-align: center;}
.sidebar .alert p.datestamp {font-weight: bold;}
.alert {
	color: #390b01;
	background-color: #ffb400;
	border: 4px solid #ab1901!important;
	padding: 10px 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.alert a {
	color: #000099;
	}

.alert a {
	border-bottom: 1px dotted #000099 !important;
	}
.alert a:hover {
	border-bottom: 1px solid #000099 !important;
	text-decoration: none;
	}

.alert h4 {
	color: #8e0101;
	}

.alert .datestamp {
	color: #390b01;
	}

.alert p { margin: .5em; }

.sidebar .alert p {font-size: 1.1em;}

.notice {
	color: #333;
	background-color: #fff3c1;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	}

.notice a:link, .notice a:visited {
	color: #954a01;
	border-bottom: 1px dotted #954a01;
}

.notice a:hover {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px solid #000099;
	}

.main .notice {
	padding: 12px;
	margin: 12px auto;
	}

.sidenav .notice {
	padding-right: 6px;}

.normal {
	background-color: #fcf9f4;
	}

div.story {
	clear: both;
	margin: 10px auto 10px auto;
	width: 400px;
/* 	padding: 5px 10px; */
	}
div#preload { display: none; }






 div#contactdiv {
 	width: 492px;
 	height: 322px;
 	margin: auto;
	background: #fff url(../images/rolodexCard.png) top center no-repeat;
	overflow: hidden;
 	}
  div#contactdiv h3 {
  	text-align: center;
  	margin: 30px auto 0px auto;
  	}

  div#contactdiv h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000099;
	}

 div#contactdiv address {
  	text-align: center;
  	margin-bottom: 15px;
  	clear: both;
  	}

div#contactdiv p {
  	margin-left: 20px;
  	}

#contactdiv div.left {
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	width: 190px;
	clear: left;
	}

#contactdiv div.right {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 260px;
	clear: right;
	}

    div#contactdiv p.link {
  	clear: both;
  	float: none;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	padding: 0;
  	}

div#contactdiv li { margin-left: 20px;
	line-height: 120%;}




/* ----------------images -----------------*/

img.framed {
	border: 1px solid #e2e0dd;
	padding: 6px;
	}

img.shadow, img.staff  {
	 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=120, strength=4);
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
}
/*------------ subdivision lists----------- */
#subdivs table {
	border-collapse: collapse;
	margin: auto;
		}

#subdivs tr.heading-divide {
	border-bottom: #000 solid 2px;
	}
#subdivs td, #subdivs th {
	border: 1px solid #999;
	padding: 2px 10px;}


#subdivs th  {
	font-weight: bold;
	}

#subdivs td.elems, #subdivs th.elems, #subdivs dt.elems {
	background: #e2e0dd;
	text-align: center;
	}

#subdivs td.ms, #subdivs th.ms, #subdivs dt.ms  {
	background: #d1dcfe;
	text-align: center;
	}

#subdivs td.hs, #subdivs th.hs,  #subdivs dt.hs  {
	background: #ffe073;
	text-align: center;
	}

#subdivs dl.key {
	margin-left:20px;
	width: 200px;
	float: left;
	clear: both;
	}

#subdivs dl dt {
	font-weight: bold;
	width: 4em;
	float: left;
	clear: left;
	padding:2px;
	margin-bottom: 2px;
	margin-right: 2px;
	}

#subdivs dl dd {
	margin-bottom: 2px;
	padding:2px;

	}

/* ------- Start and Dismissal times table ---*/
.stimes, .schedule {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;	}

.stimes td, .schedule td {
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: bottom;
	}

.stimes td.first {
	text-align: left;
	width: 14em;
	vertical-align: middle;
	}

.stimes th,.schedule th {
font-weight: bold;
padding-top: 1em;}

/* ----------------
 page to page navigation */

.navigation {
	clear: both;
	margin-top: 20px;
	padding-top: 0px;
	border-top: 1px dotted #999;}

.navprevious a, a:link a:visited a:active  {
	display: block;
	padding-left: 10px;
	float: left;
	}

.navprevious a:hover   {
	text-decoration: underline !important;
	border: none !important
	}

.navnext a, a:link a:visited a:active  {
	padding-right: 30px;
	float: right
	}

.navnext a:hover   {
	text-decoration: underline !important;
	border: none !important
	}


.navtop a, a:link a:visited a:active {
	display: block;
	float: left;
	padding-left: 10px;
	}
.navtop a:hover  {
	text-decoration: underline !important;
	background-color: transparent !important;
	border: none !important;
	}



/*-----------misc --------------*/

.annotation {
	font-size: 90%;
	font-style: italic;
	text-align: right;
	}

.leftcol blockquote, .rightcol blockquote {
	margin-left: 1.5em;
	}

.footnote {
	clear: left;
	font-size: .8em;
	border-top: 1px solid #e2e0dd;
	padding-top: .5em;
	line-height: 140%;
	}

.newitem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b92111;
	font-size: inherit;
	}

.fineprint {
	font-size: 90%;
	}

td.nowrap {
	white-space: nowrap;}

/*enrollment data */

table.enroll {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 20px 0;
	width: 280px;
	}
.enroll td {
	border: 1px solid #999;
	vertical-align: bottom;
	empty-cells: show;
	text-align: right;
	padding: 0px 2px;
	}
.enroll th {
	border: 1px solid #999;
	background-color: #ffffcc;
	color: #000;
	font-size: 95%;
	text-align: center;
	}
.enroll th.grade {
	}

table.enroll caption {
	font-weight: bold;
	}

table.allborder {
	border: 1px solid #eee;
	margin: 12px auto;
	}
table.allborder td, table.allborder th {
	border: 1px solid #aac;
	padding: 0 4px;
	vertical-align: top;
	}
table.allborder caption {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}



.transport td {vertical-align: top;
	}

.transport td:first-child { font-weight: bold; }

/* Building CIP */
#cip table {
	border-collapse: collapse;
	width: 98%;
	margin: 10px auto;
	}

#cip td {
	border: 1px solid #999;
	vertical-align: top;
	padding: 0 6px;
	width: 50%;
	}
#cip th {
	text-align: left;
	border: 1px solid #999;
	vertical-align: bottom;
	padding: 0 6px;
	}

#cip td ol, #cip td ul {
	padding-bottom: 10px;}

/* For printers */

@media print {
	#skiplinks, #header, #masthead, #navbar, #footer, #bottomnav, .sidebar, .sidenav  {
		display: none !important;
	}

	.content, .main {
		width: 7.5in;
		padding: 0;
		margin: .5in;
		float: none;
		font-size: 12pt;
		}

	#staff ul {list-style: none!important;}
}

/* ----------------Accordions -----------------*/

.accordion {
	margin: 10px 0 !important;
	padding: 0;
	border: 1px solid #e2e0dd;
	}


ul.accordion {
	list-style: none !important;
	list-style-type: none ;
	list-style-image: none !important;
	border: none;
	}

ul#acc {
	border: 1px solid #e2e0dd;
}
.accordion-toggle{
	display: block;
	background:  #e2e0dd url(../images/ui/accordionToggle.png) right top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 10px;
	color: #000099;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom: 1px solid #999;
}

.accordion-toggle:hover {
	color: #0000cc;
	}

ul.accordion li, #acc, body#boardmtgs .accordion {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body#boardmtgs .accordion {
	width: 680px;
	}

ul.accordion h3, #acc h3, body#boardmtgs div.accordion-toggle, #bts div.accordion-toggle, #bts .accordion-toggle {
	font-size: 1em;
	padding: 3px 10px 3px 20px;
	margin: 0;
	color: #000099;
	background: transparent url(../images/ui/acctoggle.png) right top no-repeat;
	border-bottom: 1px solid #999;
	cursor: pointer;
	}

.accordion-toggle-active {
	background: #c9c7c4 url(../images/ui/accordionToggle-active.png) right top no-repeat;
	color: #000066;
}

ul.accordion li h3:hover {
	color: #0000ff;
	}
ul.accordion h3.current:hover {
	color: #0000cc;
	}



ul.accordion h3.current, #acc h3.current, body#boardmtgs div.accordion-toggle-active, #bts div.accordion-toggle-active {
	background: transparent url(../images/ui/acctoggle_active.png) right top no-repeat;
	color: #000066;
}

.accordion-content  {
	background-color: #fcf9f4;
	overflow: hidden;
	padding: 0 10px;
	color: #444444;
}

div#sectiontoopen {
	display: none;
	}

ul.accordion .acc-section, #acc .acc-section {
	overflow: hidden;
	}

ul.accordion .acc-content, #acc .acc-content {
	padding: 0;
	overflow: hidden;
	color: #444444;
	background-color: #fcf9f4;
	}

.boemtg {
	height: 145px;
	}


/*---------------------*/

.sidenav div.accordion {
	width: 200px;
	float: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	}
 .sidenav div.accordion-toggle {
 	width: 180px;
 	margin: 0;
 	padding: 6px 10px;
 	display: block;
 	line-height: 130%;
 	}

 .sidenav .accordion-content  {
 	padding: 0;
 	margin: 0;
 	background-color: #ffffff;
 	}

 .sidenav .accordion-content ul, .sidenav .accordion-content ol {
 	margin: auto .75em !important;
 	}

 .sidenav .accordion-content ol li {
 	margin-left: 1.75em;
 	}

li.f2jnag {
	display:none;
}

