/* -------------------------------------------------------------
	Union Public Schools
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			22 June 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	padding-bottom: 40px;
	background: #7a7978 url(/images/bg_body.gif) repeat-x left top;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #686765;
	text-align: center;
}

img {
color: #000;
}

a img, :link img, :visited img {
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


table, td {
	border-color: #cccccc;
	border-collapse: collapse;
	border-spacing: 0;	
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #c01f10;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

:focus {
	outline: 0;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 7px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.15em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --- union alert --- */

#unionAlert {
	width: 686px;
	height: 30px;
	float: right;
	margin: -34px 0 0 0;
}
/* --- --- */


#index {
	width: 912px;
	margin: 12px auto 0 auto;
	text-align: left;
	background: #fff;
	border: 4px solid #fff;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 686px;
	height: 267px;
	float: right;
	background: url(/images/img_messaging.jpg) no-repeat left bottom;
	border-bottom: 4px solid #fff;
}

#interior #messaging,
#interior_calendar #messaging {
	height: 207px;
	
}

#messaging h1, #messaging h1 a {
	width: 347px;
	height: 44px;
	float: left;
	background: url(/images/img_maintitle.gif) no-repeat;
}

#search_form {
	width: 226px;
	padding-top: 11px;
	float: right;
}

#search_form label {
	visibility: hidden;
	position: absolute;
	left: -9000em;
}

#search_form input {
	float: left;
}

#search_form #search_term {
	width: 180px;
	height: 14px;
	margin-right: 4px;
	padding-left: 3px;
	border: 1px solid #bdbcb9;
	font-size: 0.9em;
	color: #9a9997;
}

#search_form #btn_search {
	width: 26px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 203px;
	padding: 0 0 0 10px;
	float: left;
	position: relative;
	z-index: 20;
}

#brand, #brand a {
	width: 203px;
	height: 217px;
	background: url(/images/logo_union.gif);
}



/*	Sidebar: UI
- - - - - - - - - - - - - -  */

#ui {
	width: 203px;
	float: left;
	border-bottom: 1px solid #a3a3a3;
}

#ui li.first {
	border-top-color: #fff;
}

#ui li {
	height: 25px;
	width: 203px;
	float: left;
	padding: 0;
	border-top: 1px solid #a3a3a3;
	overflow: hidden;
}

#ui a {
	width: 203px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000em;
	overflow: hidden;
}

#ui ul a {
	text-indent: 0;
}

#ui li:hover, #ui li.over {
	overflow: visible;
	border-top-color: #a91007;
}

#ui li:hover a, #ui li.over a {
	background-position: right top;
}

#ui li ul {
	width: 198px;
	padding: 8px 0;
	position: absolute;
	left: 203px;
	top: -1px;
	background: #c01f10 url(/images/bg_ui_secondary.gif) repeat-x left top;
}

#ui li li {
	width: 198px;
	height: auto;
	background: transparent;
	border: 0;
}

#ui li li a:link, #ui li li a:visited {
	width: 166px;
	height: 18px;
	padding: 0 10px 0 22px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(/images/icon_list_secondary.gif) no-repeat 15px 8px;
	line-height: 18px;
}

#ui li li a:hover, #ui li li a:active, #ui li li a:focus {
	background: #e35245 url(/images/icon_list_secondary_over.gif) no-repeat 15px 8px;
}

#ui a:hover {
	background-position: right top;
}

#ui_district, #ui_district a {
	background-image: url(/images/ui_district.gif);
}

#ui_schools, #ui_schools a {
	background-image: url(/images/ui_schools.gif);
}

#ui_teaching, #ui_teaching a {
	background-image: url(/images/ui_teaching.gif);
}

#ui_departments, #ui_departments a {
	background-image: url(/images/ui_departments.gif);
}

#ui_activities, #ui_activities a {
	background-image: url(/images/ui_activities.gif);
}

#ui_news, #ui_news a {
	background-image: url(/images/ui_news.gif);
}

#ui_employment, #ui_employment a {
	background-image: url(/images/ui_employment.gif);
}

#ui_parents, #ui_parents a {
	background-image: url(/images/ui_parents.gif);
}

#ui_espanol, #ui_espanol a {
	background-image: url(/images/ui_espanol.gif);
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#content_wrapper {
	width: 686px;
	padding: 0;
	float: right;
	position: relative;
	z-index: 10;
}

#home #content_wrapper,
#interior_calendar #content_wrapper {
	background: #eaeaea url(/images/bg_content_wrapper.gif) repeat-y right top;
}

#body {
	width: 632px;
	min-height: 300px;
	padding: 22px 27px;	
	float: left;
}

#home #body,
#interior_calendar #body {
	width: 403px;
	background: #eaeaea url(/images/bg_body_content.gif) repeat-x left top;
}

#header {
	margin-bottom: 5px;
}

#ui_secondary {
	width: 150px;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	background: #fafafa;
	border: 1px solid #ddd;
}



/*	Body: Tabs
- - - - - - - - - - - - - -  */

#ui_tabs {
	width: 403px;
	min-height: 214px;
	position: relative;
	font-size: 1em;
	line-height: 1.2em;
	background: url(/images/bg_uitabs.gif) repeat-x 0 21px;
}
		
#ui_tabs ul.domtabs a:hover {
	background: #669;
}

div#ui_tabs ul.domtabs li.active a:link,
div#ui_tabs ul.domtabs li.active a:visited,
div#ui_tabs ul.domtabs li.active a:active,
div#ui_tabs ul.domtabs li.active a:hover {
	background: #669;
	color: #fff;
}

#ui_tabs div {
	width: 379px;
	padding: 14px 12px;
	float: left;
}

#ui_tabs ul {
	padding: 0;
}

#ui_tabs .domtabs li {
	background: transparent;
	padding: 0;
}

#ui_tabs .domtabs li, #ui_tabs .domtabs a {
	height: 21px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#tab_news, #tab_news a {
	width: 103px;
}

#tab_links, #tab_links a {
	width: 94px;
}

#tab_students, #tab_students a {
	width: 97px;
}

#ui_tabs #tab_news a:link, #ui_tabs #tab_news a:visited {
	background: url(/images/uitab_news.gif) no-repeat left top;
}

#ui_tabs #tab_links a:link, #ui_tabs #tab_links a:visited {
	background: url(/images/uitab_links.gif) no-repeat left top;
}

#ui_tabs #tab_students a:link, #ui_tabs #tab_students a:visited {
	background: url(/images/uitab_students.gif) no-repeat left top;
}

#body #ui_tabs .domtabs a:hover, 
#body #ui_tabs .domtabs a:active, 
#body #ui_tabs .domtabs a:focus,
#body #ui_tabs .domtabs .active a:link,
#body #ui_tabs .domtabs .active a:visited {
	background-position: left bottom;
}

#ui_tabs .news_list li {
	padding-left: 15px;
	background: url(/images/icon_docs.gif) no-repeat 0 2px;
}

#ui_tabs li {
	background-position: 0 5px;
}

#ui_tabs .news_list li.archive_link {
	background: url(/images/icon_list.gif) no-repeat 5px 4px;
}

#ui_tabs h3 {
	margin-bottom: 15px;
}

#ui_tabs h4 {
	font-weight: bold;
}

#ui_tabs .archive_link h4 {
	font-weight: normal;
	text-transform: lowercase;
}

#ui_tabs h4 a:link, #ui_tabs h4 a:visited {
	color: #686765;
	text-decoration: none;
}

#ui_tabs h4 a:hover, #ui_tabs h4 a:active, #ui_tabs h4 a:focus {
	text-decoration: underline;
}

.quicklinks h4 {
	margin-bottom: 16px;
}



/*	Subcontent: Calendar
- - - - - - - - - - - - - -  */

#calendar_wrapper {
	width: 219px;
	padding-left: 10px;
	float: right;
	background: url(/images/bg_calendar_wrapper.gif) repeat-x left top;
}

#calendar_wrapper2 {
	width: 219px;
	padding-left: 10px;
	float: right;
	background: url(/images/bg_calendar_wrapper.gif) repeat-x left top;
}

#calendar_wrapper3 {
	width: 219px;
	padding-left: 10px;
	float: right;
	background: url(/images/bg_calendar_wrapper.gif) repeat-x left top;
}

/* --- calendar form --- */

#calendar_form {
	width: 207px;
	height: 28px;
	padding: 23px 0 0 12px;
}

#calendar_form select {
	width: 185px;
	font-size: 0.9em;
	color: #686765;
}

#calendar_form label, 
#calendar_form input {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -9000em;
}



/* --- calendar table --- */

table#calendar {
	width: 209px;
	margin-bottom: 10px;
	border: 0;
}

#calendar caption {
	width: 209px;
	height: 21px;
	background: #8f8e8d;
	line-height: 21px;
}

#calendar caption strong {
	width: 125px;
	float: left;
	text-align: center;
}

#calendar caption .left_arrow:link,
#calendar caption .left_arrow:visited,
#calendar caption .right_arrow:link,
#calendar caption .right_arrow:visited {
	width: 10px;
	height: 21px;
	float: left;
	display: inline;
	overflow: hidden;
	text-indent: -9000em;
	border: 0;
}

#calendar caption .left_arrow:link,
#calendar caption .left_arrow:visited {
	margin: 0 25px 0 7px;
	padding-right: 0;
	background: url(/images/icon_leftarrow.gif) no-repeat 6px 7px;
}

#calendar caption .right_arrow:link,
#calendar caption .right_arrow:visited {
	padding-left: 0;
	margin-left: 25px;
	background: url(/images/icon_rightarrow.gif) no-repeat 0 7px;
}

#calendar td, #calendar th {
	width: 29px;
	height: 18px;
	text-align: center;
	background: #b5b5b4;
	color: #fff;
	font: normal 0.9em/18px Arial, Helvetica, sans-serif;
}

#calendar th {
	height: 15px;
	line-height: 15px;
	font-weight: normal;
	background: #7c7b7a;
	color: #b6b5b5;
}

#calendar td {
	border: 1px solid #b5b5b4;
	border-right-width: 0;
	border-bottom-width: 0;
}

#calendar td.first {
	border-left-width: 0;
}

#calendar td.active, 
#calendar td.active a:link, 
#calendar td.active a:visited {
	background: #a41b0e;
}

#calendar a {
	width: 29px;
	height: 18px;
	display: block;
}

#calendar a:link, #calendar a:visited {
	background: #a3a3a2;
	color: #fff;
	text-decoration: none;
}

#calendar a:hover, #calendar a:active, #calendar a:focus {
	background: #a41b0e;
}

.event_description {
	color: #5d5c5a;
	line-height: 1.3em;
	padding-top: 7px;
}

.event_description strong, .event_description em {
	display: block;
}

.event_description strong {
	font-weight: bold;
}

.event_description em {
	font-style: italic;
}

ul.calendar_links {
	margin: 0;
	padding: 0;
}

ul.calendar_links li {
	margin-top: 10px;
	padding: 0;
	background: transparent;
}



/* --- Image Positioning --- */

.float_left {
	float: left;
	margin: 0 8px 8px 0;
}

.float_right {
	float: right;
	margin: 0 0 8px 8px;
}

#content_wrapper strong {
	font-weight: bold;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 896px;
	height: 18px;
	margin: 0 auto;
	padding: 5px 12px;
	clear: both;
	background: #959594;
	border-top: 2px solid #850703;
	color: #c7c7c3;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #EAEAE8;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 500px;
	float: left;
}

#copyright span {
	margin-left: 20px;
}

#footer_links {
	width: 260px;
	float: right;
	text-align: right;
}

#footer_links a {
	margin-left: 10px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#interior #content_wrapper ul.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#interior #content_wrapper ul.sitemap_list ul {
	padding-left: 20px;
}




/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}


/* --- Gallery Listings --- */

#galleryListWrapper li {
	margin: 0 0 12px 6px;
	padding: 0;
	background: transparent;
	position: relative;
	color: #c01f10;
}

#galleryListWrapper a {
	display: block;
	color: #c01f10;
}

#galleryListWrapper a:link,
#galleryListWrapper a:visited {
	color: #c01f10;
	text-decoration: none;
}

#galleryListWrapper a:hover,
#galleryListWrapper a:active {
	background: #f0f0f0;
}
 
#galleryListWrapper strong {
	display: block;
}

#galleryListWrapper em {
	font-style: normal;
}

#galleryListWrapper span {
	width: 25px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: 5px;
	position: absolute;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/icon_gallery.gif) no-repeat;
}

/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

