@import	url(reset.css);
@import	url(typography.css);
@import url(global.css);

/*------------------------------------------------------------
Home Page Stylesheet (Styles apply only to home page)

version: 2.0
author: Ryan Garcia
email: webmaster@ouhsd.k12.ca.us
website: http://www.pacificahigh.us

------------------------------------------------------------*/

#content
	{
	margin: 3px auto 0 auto;
	width: 750px;
	text-align: left; /* :FIX: for centering IE 5*/	
	} 

/* =FEATURE (feature photo area)
------------------------------------------------------------ */
#flashcontent 
	{
	width: 623px;
	height: 200px;
	background: #333333;
	}

#flashcontent img 
	{ 
	width: 623px; 
	height: 200px; 
	}

/* =QUICK LINKS
------------------------------------------------------------ */
#quick 
	{
	width: 124px;
	height: 200px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	}
	
#quick dt 
	{
	line-height: 40px;
	background: #e6e6e5 url(../images/stripes_gray.gif);
	color: #ffffff;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#quick ul 
	{
	background-color: rgb(227,227,227);
	}
	
#quick ul, #quick ul li{ float: right; } /* :FIX for IE 5 */
	
#quick ul li a span { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(0,130,157);
	letter-spacing: .03em;
	text-transform: uppercase;
	}
		
#quick ul li a {
	display: block;
	width: 122px; 
	line-height: 39px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-decoration: none;
	}

#quick ul li:hover a {
	width: 124px; 
	line-height: 33px;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-left: none;
	border-right: none;
	background: #999999;
	color: #ffffff;
	}	

#quick ul li a:active
	{ 
	background: #666666;	
	}
	
#quick ul li:hover { border-bottom: 1px solid #cccccc; }

#quick ul li:hover a span { color: #000000; }


/* = INFORMATION SECTION (Below the fold)
------------------------------------------------------------*/
#colWrap {
	float: right;
	clear: both;
	margin-top: 3px;
	background: transparent url(../images/3colBg.gif) repeat-y;
	}

#info_one, #info_two, #info_three,  #info_button  {
	width: 248px; 
	float: left;
	background: transparent;
	}
	
#info_one a, #info_two a, #info_three a, #info_button a {
	color: #000000;
	}
	
#info_two { margin: 0 3px; }

#info_button {
	margin: 0 3px 5px 0;
}

#info_button ol {
	margin: 0 3px 0 0px;
	
	}

#info_two h2.stripedBar {
    clear: both;
}


/* Information Bar Section One */		
#info_one ul
	{
	margin: 10px 10px 10px 12px;
	}
	
	
/*#info_one ul.updates 
	{
	text-align: center;
	float: left;
	clear: both;
	margin: 7px 10px 10px 7px;
	}
	
#info_one ul.updates li {
	float: left;
	}	

#info_one ul.updates li a
	{
	padding: .6em 0; 
	width: 110px;
	float: left;
	margin: 3px 0 0 3px;	
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	}
	
#info_one ul.updates li a:hover {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	background-color: #cccccc;
	color: #000000;
	}
	
#info_one ul.updates li a:active
	{ 
	background-color: #ACACAC;	
	}*/
	
/* Information Bar Section Two*/
#info_two ul
	{
	margin: 10px 10px 10px 12px;
	}
	
/* Information Bar Section Three */
#info_three ul 
	{
	width: 248px;
	margin: 0;
	list-style: none;
	float: left;
	}
	
#info_three ul li
	{
	float: left;
	}
	
#info_three ul li a {
	float: left;
	padding: 10px;
	width: 228px; /* :TODO: change value back to 124px for IE5 to accomodate borders */
	line-height: normal;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#info_three ul li.last a {
	 border-bottom: none;
	 }

#info_three ul li:hover a {
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	padding: 7px 10px;
	background: #CCCCCC;
	}	
	
#info_three ul li:active a
	{ 
	background-color: #ACACAC;	
	}
	
#info_three ul li:hover { 
	border-bottom: 1px solid #cccccc; 
	}

#info_three ul img
	{
	float: left;
	border: 1px solid #999999;
	margin-right: 5px;
	width: 70px;
	}
	
/* Student Email Box 
/////////////////////*/
	
div.stumail
	{
	margin: 20px;
	height: 1%;
	}

div.stumail input.text
	{
	color: #6c94c2;
	font-size: 1.4em;
	font-weight: bold;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
	}
	
div.stumail label
	{
	color: #6c94c2;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	}
	
div.stumail input.button
	{
	color: #6c94c2;
	padding: 2px 5px;
	font-weight: bold;
	display: inline;
	}
	
	#info_three ul 
	{
	width: 248px;
	margin: 0;
	list-style: none;
	float: left;
	}
	
#info_button ol li
	{
	float: left;
	}
	
#info_button ol li a {
	float: left;
	padding: 10px;
	width: 228px; /* :TODO: change value back to 124px for IE5 to accomodate borders */
	line-height: normal;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#info_button ol li.last a {
	 border-bottom: none;
	 }

#info_button ol li:hover a {
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	padding: 7px 10px;
	background: #CCCCCC;
	color: #000000;
	}	
	
#info_button ol li:active a
	{ 
	background-color: #ACACAC;
	color: #000000;	
	}	
	
#info_button ol li:visited a
	{ 
	color: #000000;	
	}
	
#info_button ol li:hover { 
	border-bottom: 1px solid #cccccc; 
	color: #000000;
	}

#info_button ol img
	{
	float: left;
	border: 1px solid #999999;
	margin-right: 5px;
	width: 70px;
	}

#info_one ul.news {
	margin: 0px 10px 10px 20px;	
}

p.news-header {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 1em;
	text-transform: uppercase;	
	font-size: 10px;
}

#info_three ul.calendar_bulletin li {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 228px; /* :TODO: change value back to 124px for IE5 to accomodate borders */
	line-height: normal;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}	


	
#info_three ul.calendar_bulletin li a {
	float: left;
	padding: 0px;
	width: 228px; /* :TODO: change value back to 124px for IE5 to accomodate borders */
	line-height: normal;
	border-bottom: none;
	text-decoration: none;
	}



#info_three ul.calendar_bulletin li:hover a {
	background: none;
	color: #660000;
	border: none;
	}
	
