@import	url(reset.css);
@import	url(typography.css);
@import url(global.css);

/*------------------------------------------------------------
styles.css Stylesheet (Styles apply to all pages except HOME)

version: 1.0
author: Ryan Garcia
email: ryan.garcia@ouhsd.k12.ca.us
website: http://www.camarillohigh.us
------------------------------------------------------------*/

/* =ACHS COLORS
-----------
	columbia blue = #6c94c2
	silver = #999999
	
	general container's header bg = #e6e6e5
	general container's background = rgb(230,230,229)
	body background = rgb(241,241,241)
	borders = #cccccc
	top navgation bg= rgb(65,170,196)
*/	

/* =GENERAL STYLES
------------------------------------------------------------ */
dl
	{
	margin: 0 10px 1em;
	}

dt, dd 
	{ 
	line-height: 1.8; 
	}	

dd
	{
	margin-bottom: 1em;
	}
	
.profile 
	{
	float: left;
	width: 480px;
	clear: both;
	margin-left: 10px;
	margin-bottom: 1.5em;
	}
	
div.profile img 
	{
	float: left;
	width: 190px;
	}

.profile * 
	{
	width: 250px;
	float: right;
	margin-top: 0;
	margin-left: 0;
	}

.profile * * 
	{
	width: auto;
	float: none;
	}
	
.profile ul,
.profile ol
	{
	margin: 0;
	padding: 0;
	}

/* =TOP TITLE
------------------------------------------------------------ */
#topTitle
	{
	width: 247px;
	color: #ffffff;
	background: #999999;
	margin: 3px 3px 3px 9px;
	float: left;
	text-transform: uppercase;
	}

#topTitle a:link, #topTitle a:visited
	{	
	width: 247px;
	border: none;
	display: block;	
	color: #ffffff;
	line-height: 150px;
	}

#topTitle a:hover
	{	
	color: #ffffff;
	background: #cdcdcd;
	}
	
/* =FEATURE (feature photo area)
------------------------------------------------------------ */
#feature 
	{
	width: 500px;
	height: 150px;
	float: left;
	margin: 3px 0;
	background: transparent;
	}
	
/* =CONTAINER (for sideNav & content)
------------------------------------------------------------ */
#container 
	{
	float: left;
	margin-left: 9px;
	background: url(../images/2colBg.gif) repeat-y;
	}


/* =CONTENT
------------------------------------------------------------ */
#content
	{
	width: 500px;
	float: left;
	margin: 0 0 0 3px;
	background: transparent;
	} 


/* =SIDE NAVIGATION
------------------------------------------------------------ */
#sideBar
	{
	float: left;
	width: 247px;
	background: transparent;
	}	

#sideBar ul, 
#sideBar ul li
	{ 
	float: left; 
	} /* :FIX for IE 5 */
		
#sideBar ul li a:link, 
#sideBar ul li a:visited 
	{
	width: 225px; 
	display: block;
	padding: 10px;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

#sideBar ul li:hover a:link, 
#sideBar ul li:hover a:visited 
	{
	width: 227px; 
	color: #ffffff;	
	padding: 7px 10px;
	border-left: none;
	border-right: none;
	background: #999999;	
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	}
	
#sideBar ul li:hover, 
#sideBar ul li:active 
	{ 
	border-bottom: 1px solid #cccccc; 
	}

/* Optional sideBar Styles */
#sideBar ul li a.list_header:link
	{
	width: 227px; 
	display: block;
	padding: 10px;
	text-transform: uppercase;
	background: #cccccc;
	border: none;
	}
	
#sideBar ul li:hover a.list_header:link, 
#sideBar ul li:hover a.list_header:visited 
	{
	width: 227px; 
	color: #000000;	
	padding: 10px 10px 9px;
	border-left: none;
	border-right: none;
	background: #cccccc;
	cursor: default;	
	border-top: 0;
	border-bottom: 0;
	}


/* =START BODY CLASSES
------------------------------------------------------------*/
/*/////////////////////////
no_sidebar (remove sidebar) 

This removes the side bar
to allow pages to span the
entire width fo 750px.
/////////////////////////*/

body.no_sidebar #sideBar
	{ display: none }
	
body.no_sidebar #content
	{
	width: 750px;
	margin: 0;
	}
	
body.no_sidebar #container 
	{
	background: url(../images/1colBg.gif) repeat-y;
	border-bottom: 1px solid #cccccc;
	}
	
body.no_sidebar img.reveal
	{ display: none; }
	
/*////////////////////////////// 
Simple Template (Used primarily in Search Results and 404 error page) 
///////////////////////////////*/
body.simple #container
	{
	background: none;
	border: 1px solid #cccccc;
	margin-top: 3px;
	width: 748px;
	}
	
body.simple #container #content
	{
	width: 730px;
	margin: 10px;
	}

/*///////////////////////////
top_b (Top Level version B) 
///////////////////////////*/

body.top_b .stripedBar 
	{
	display: none;
	}
body.top_b #container 
	{
	border-top: 1px solid #cccccc;
	}

/*////////////////////
sub_a (Sub Level A) 

changes page title and
feature image to height
of 100px
////////////////////*/

body.sub_a #topTitle,
body.sub_a #topTitle a:link, 
body.sub_a #topTitle a:visited
	{	
	line-height: 100px ;
	}
	
body.sub_a #feature
	{
	height: 100px ;
	}

/*////////////////////////
sub_b (Sub Level B)

creates full-page length
feature image by removing
page title 
////////////////////////*/

body.sub_b #topTitle 
	{ 
	display: none 
	}
	
body.sub_b #feature
	{
	height: 70px;
	width: 750px;
	margin-left: 9px;
	background: #333333 url(../images/feature_field.jpg) left bottom;
	}

body.sub_b #topTitle 
	{ 
	display: none 
	}

/*////////////////////////
sub_c (Sub Level C) 

removes page title
and image, then applies
margin to the container.
////////////////////////*/
	
body.sub_c #topTitle 
	{ 
	display: none 
	}
body.sub_c #feature
	{
	display: none 
	}
body.sub_c #container
	{
	margin-top: 3px;
	}
	
/* END BODY CLASSES
------------------------------------------------------------ */
	
/* = FORMAT ICONS for JS version
------------------------------------------ */
span.external_link,
span.mail_link,
span.pdf_link,
span.doc_link,
span.zip_link,
span.xls_link
	{
	display: none; /* hide link icons from everything */
	}

#content span.external_link,
#content span.mail_link,
#content span.pdf_link,
#content span.doc_link,
#content span.zip_link,
#content span.xls_link
	{
	color: #f1f1f1; /*hide the "." needed for span*/
	display: inline; /* reveals link icons for links only within content */
	}
	
	
#content span.external_link
	{
	background: transparent url(../images/icon_xwindow.gif) no-repeat 100% 0;
	padding-right: 11px;
	}

#content span.mail_link
	{
	background: transparent url(../images/icon_email.gif) no-repeat 100% 0;
	padding-right: 16px;
	}
	
#content span.pdf_link
	{
	background: transparent url(../images/icon_pdf.gif) no-repeat 100% 0;
	padding-right: 16px;
	}
	
#content span.doc_link
	{
	background: transparent url(../images/icon_doc.gif) no-repeat 100% 0;
	padding-right: 16px;
	}

#content span.zip_link
	{
	background: transparent url(../images/icon_zip.gif) no-repeat 100% 0;
	padding-right: 16px;
	}
	
#content span.xls_link
	{
	background: transparent url(../images/icon_xls.gif) no-repeat 100% 0;
	padding-right: 16px;
	}
	
/* --------------------------------------------------
----------------< SPOTLIGHT >------------------------
---------------------------------------------------*/
a.spotlight:link,
a.spotlight:visited
	{
	color: #000000;
	font-size: 1.1em;
	border: none;
	display: block;
	padding: 14px 10px 10px;
	margin-top: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	

a.spotlight:hover
	{
	background: #FFFFFF none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 13px 10px 9px;
	}	

/* --------------------------------------------------
----------------</ SPOTLIGHT >------------------------
---------------------------------------------------*/
