




@import url("/apps/js/polls/polls-pack.css");
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

/* General */


/* overrides */

body, body a, body table, body .dark, body .neutral, body .light, .fbList li a {
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
}

body img.sub {
	border: none;
	box-shadow: rgba(0,0,0,.3) 0 0 3px;
}

.preload {
	height: 0;
	width: 0;
	position: absolute;
	top: -99999px;
	left: -99999px;
	display: none;
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}


html, body { height: 100%; }

html { background: url('/pics/html_bg.jpg') top center; }

body {
	background: url('/pics/body_bg.png') repeat-x center top;
	margin: 0;
	padding: 0;
}

#wrapper_all {
	margin: 0 auto -300px;
	width: 100%;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	background: url('/pics/wrapper_all_bg.jpg') top center no-repeat;
}

#content_main {
	text-align: left;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	background: #fff;
	width: 950px;
	padding: 25px;
	margin: 0 auto;
	box-shadow: rgba(0,0,0,.15) 0 0 7px;
}

.index #content_main {
	width: 1046px;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.index h1, .index h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	padding: 0;
	margin: 0 0 10px;
	font-family: "Georgia", "Times New Roman", serif;
	color: #5175bc;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #ced1d7;
}

/* Header */

#header_main {
	width: 1046px;
	height: 261px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

#skip_to_content:focus {
	position:absolute;
	display: inline-block;
	top: 0;
	padding: 5px;
	left: 15px; 
	width:auto; 
	height:auto;
	color: #000;
	background: #fff;
}

#header_main marquee {
	color: #fff;
	position: absolute;
	top: 50px;
	right: 0;
	width: 730px;
	z-index: 9; 
}

#top_bar {
	width: auto;
	position: absolute;
	top: 201px;
	right: 35px;
}

a#translate_link {
	color: #ffc000;
	text-decoration: none;
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 21px;
	font-size: 18px;
}

a#translate_link:hover { text-decoration: underline; }

#search {
	width: 168px;
	height: 21px;
	float: left;
	margin: 1px 14px 0 0;
	display: inline;
	background: #0c1a36;
	border-radius: 10px;
}

#search #q {
	width: 140px;
	display: inline;
	height: 17px;
	line-height: 17px; 
	border: 0; 
	padding: 2px; 
	*margin-top: -1px; 
	background: transparent;
	color: #fff;
}

#search .edlio-search-button {
	vertical-align: top; 
	float: left;
	margin-left: 5px;
}

#social_nav {
	float: left;
	display: block;
}

#social_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#social_nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#social_nav ul li a {
	display: block;
	float: left;
	height: 0;
	width: 22px;
	text-decoration: none;
	padding-top: 33px;
	overflow: hidden;
	margin: 0 0 0 9px;
}

#social_nav ul #rss a { background: url('/pics/icon_rss.png') 0 0 no-repeat;}
#social_nav ul #twitter a { background: url('/pics/icon_twitter.png') top left no-repeat;}
#social_nav ul #facebook a { background: url('/pics/icon_facebook.png') top left no-repeat;} 

#social_nav ul li a:hover { background-position: 0 -33px!important;}

#header_main h1 {
	margin: 0;
	padding: 0;
}

#header_main h1 a {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 234px 287px;
	overflow: hidden;
	display: block;
	background: url('/pics/svhs/school_header.png') 26px 142px no-repeat;
}

/*  Navigation  */

#topnav_holder {
	position: absolute;
	top: 0;
	right: 24px;
	width: 720px;
	z-index: 99;
}

#topnav {
	position: relative;
	float: right;
	left: -50%;
}

#topnav ul {
	list-style: none;
	height: 44px;
	margin: 0;
	position: relative;
	left: 50%;
	padding: 0 0 32px;
	background: url('/pics/topnav_shadow.png') bottom right no-repeat;
}

#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	zoom: 1;
	background: url('/pics/topnav_bg.gif') top left repeat-x;
}

#topnav li a {
	display: block;
	padding: 0 7px 0 8px;
	height: 44px;
	text-decoration: none;
	background: url("/pics/topnav_divider.gif") top left no-repeat;
}

#topnav li:first-child a { background: none}


#topnav li a .nav-item-inner {
	display: block;
	height: 30px;
	padding: 6px 2px 0;
	font-size: 16px;
	color: #1c3464;
}

#topnav li:hover a .nav-item-inner {
	color: #fff;
	background: #0a233f;
}

#topnav #topnav_home a .nav-item-inner {
	width: 40px;
	height: 0;
	padding: 44px 0 0;
	overflow: hidden;
	background: url('/pics/topnav_home.gif') top center no-repeat;
}

/*  dropdowns  */
#topnav li ul { background: #0a233f; }
#topnav li ul {
	position: absolute;
	z-index: 99999;
	left: -9999px;
	width: 166px;
	margin-left: 8px;
	padding: 10px 0;
	background: rgba(10,35,63,.8) none;
	height: auto;
}

#topnav li:hover ul, #topnav .over ul {
	left: auto;
}

#topnav li li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline;
	background: none;
}

#topnav li li a {
	display: block;
	padding: 4px 6px 4px 10px;
	width: 150px;
	height: auto;
	background-image: none;
	text-transform: none;
	font-size: 16px;
	color: #fff;
}

#topnav li li a:hover {
	background-color: #336797;
}

/* Index properties */

#index_top {
	height: 424px;
	position: relative;
}

#index_main {
	width: 1000px;
	margin: 0 auto;
	box-shadow: rgba(0,0,0,.15) 0 0 7px;
	background: #fff;
	position: relative;
	padding: 20px 0;
}

.hpcolumn {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#left_column {
	width: 601px;
	margin-left: 46px;
}

#right_column {
	width: 311px;
	margin-left: 22px;
}
/* quicklinks */



#quicklinks {
	width: 287px;
	padding: 0;
	margin: -57px 0 0;
	background: #132e4d url('/pics/qlinks_bg.jpg') top left no-repeat;
}

#quicklinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 73px;
	width: 287px;
	background: url('/pics/qlink_bottom.png') no-repeat bottom left;
}


#quicklinks ul li {
	margin: 0;
	padding: 0;
}

#quicklinks ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	width: 257px;
	margin-bottom: 2px;
}

#quicklinks ul li a:hover {
	background: #0c1a36;
	color: #ffca00;
}
/* Homepage Section Headers */

section header h1 a {
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin: 0 0 10px;
	font-weight: normal;
}

#index_main header h1 a {
	border-bottom: 1px solid #ced1d7;
	color: #ababab;
}

#index_main header h1 a .blue { color: #5175bc; }

/* Homepage Sections Containers */

.hpcontainer {
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin-bottom: 20px;
}

.hpcontainer-inner { 
	margin-bottom: 10px; 
	color: #686868;
}

#welcome_container .hpcontainer-inner {
	line-height: 18px;
	height: 90px;
	overflow: hidden;
}

/* Homepage Section Table Includes */

#index_main table, #footer_main table {
	color: #686868;
	width: 100%;
}

#footer_main table { color: #fff; }

#index_main table #l, #footer_main table #l {
	height: 0;
	width: 0;
	display: none;
}

#index_main .HPEvents b { font-weight: normal; }

#index_main table td {
	padding-bottom: 20px;
}

#index_main table [id*="showAll"] td, #index_main table .autoCalendarLinks td {
	padding-bottom: 0;
}

#index_main table a {
	font-size: 18px;
	color: #1c3464;
	font-weight: normal;
	text-decoration: none;
}

#footer_main table a { 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#index_main table [id*="showAll"] td a, #index_main table .autoCalendarLinks td a,
a.readmore {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#index_main table a:hover, #footer_main table a:hover, a.readmore:hover { text-decoration: underline; }

/* Image shuffles */

#shuffle1, #shuffle2, #shuffle3, #shuffle4 { position: absolute; }

#shuffle1 { top: 0; left: 0; }
#shuffle2 { top: 0; right: 0; }
#shuffle3 { top: 196px; right: 0; }
#shuffle4 { top: 196px; right: 228px; }


/* Footer */

#push {
	padding-top: 75px;
	width: 1000px;
	margin: 0 auto;
	background: url('/pics/push_bg.png') 520px top no-repeat;
}

#push, #footer_main, #footer_inner {
	height: 300px;
}

#footer_main {
	width: 100%;
	background: url('/pics/footer_bg.png') top center repeat-x;
}

#footer_inner {
	width: 100%;
	background: url('/pics/footer_inner_bg.jpg') top center no-repeat;
}

#footer_core {
	height: 275px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#footer_bump {
	width: 297px;
	height: 45px;
	background: url('/pics/footer_bump.png');
	position: absolute;
	top: -45px;
	right: 0;
}

.footercolumn {
	float: left;
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
}

#footer_left {
	width: 313px;
	margin-left: 10px;
}

#footer_center {
	width: 334px;
	margin-left: 33px;
}

#footer_right {
	width: 284px;
	margin-left: 25px;
	padding-top: 118px;
}

#footer_main header h1 a { color: #ffc000; }
#footer_main header h1 a .blue { color: #6d91d9; }

#footer_main address {
	color: #fff;
	padding: 0;
	font-style: normal;
	font-size: 16px;
}

#footer_main address a { color: inherit; }

#footer_main address .address-title { color: #ffc000; }

#footer_address {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 30px;
}

#footer_address li {
	margin: 0 0 10px;
	padding: 0 0;
}

#location { list-style: url('/pics/icon_address.png'); }
#phone { list-style: url('/pics/icon_phone.png'); }
#fax { list-style: url('/pics/icon_fax.png'); }

#edlio_logo {
	width: 245px;
	margin: 0 auto;
	display: block;
}

/* PageNav */
#pageNav {
	border: none;
	width: 250px;
	background: #132e4d url('/pics/pagenav_bg.jpg') top left no-repeat;
}
#pageNav img {
	display: none;
}

#pageNav ul {
	list-style: none;
	padding: 20px 0 46px!important;
	margin: 0!important;
	background: url('/pics/pagenav_bottom.png') bottom left no-repeat;
}

#pageNav ul li {
	
}

#pageNav ul li a, #pageNav ul li b {
	display: block;
	text-decoration: none;
	width: 224px;
	padding: 3px 5px 3px 20px;
	font-size:16px;
	color: #fff;
	margin-bottom: 2px;
}

#pageNav ul li a:hover {
	text-decoration: underline;
}

#pageNav ul li b {
	background: #0e1d3d;
	color: #ffc400;
	font-weight: normal;
}

body .wide_button{   
	background-color: #ffca00;
    color: #1c3464;
    border-radius: 6px;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 475px;
}
body .wide_button:hover {
	background-color: #ffca00;
	color: #1c3464;

}

#reg_info {
    background-color: #ffca00;
    border-radius: 6px;
    color: #1c3464;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 475px;
}

#reg_info:hover {
	background-color: #1c3464;
    color: #ffca00;
}

#reg_info2 {
   text-decoration: none;
   text-align: center;
    width: 475px;
    margin: 0 auto;
    display: block;
    color: #1c3464;
    font-size: 15px;
}

#reg_info2:hover {
   text-decoration: underline;
}

/* News Styles */

#homepage_news_list article {
   padding: 3px 0;
   margin-bottom: 15px;
}

/*news title*/

#homepage_news_list article h1.title a {
   font-size: 18px;
   font-weight: 400;
   color: #1c3464;
   text-decoration: none;
   border-bottom: none;
   font-family: "PT Sans",​sans-serif;
   font-style: normal;
   padding: 0;
   text-transform: none;
   margin: 0;
   letter-spacing: 0;
}

#homepage_news_list article h1.title a:hover {
   text-decoration: underline;
}

/*summary*/

#homepage_news_list article .summary {
   padding: 3px 0px;
}

#homepage_news_list article .summary p {
   color: #686868;
   font-size: 14px;
   margin-top: 0;
}

#homepage_news_list article .summary p:last-of-type {
   margin-bottom: 0;
}

/*image*/

#homepage_news_list article .thumbnail {
   max-width: 100px;
   float: left;
   margin: 0 10px 10px 0;
}

#homepage_news_list article .thumbnail img {
   max-width: 100%;
}

/*show all*/
#homepage_news_list .read-more-link {
   font-weight: bold;
   color: #1c3464;
   text-decoration: none;
   font-size: 14px;
}

#homepage_news_list .read-more-link:hover {
   text-decoration: underline;
}


/* non-sass CSS for Countdown Widget */
#countdown_container {
	padding: 10px 0;
	margin-bottom: 0;
	/*background: white url('/pics/shadow.png') top center no-repeat;*/
}

#countdown_container #countdown {
	max-width: 100%;
	margin: 0 auto;
}

#countdown .section-title, #countdown .message {
	font-size: 2.5em;
	text-align: center;
	color: black;
}

#countdown .countdown-active {
	margin: 0 5px;
}

#countdown .time_circles {
	position: relative;
}

#countdown .time_circles div {
	position: absolute;
	text-align: center;
	color: black;
}

#countdown .time_circles div h4 { 
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 .875em;
}
