/* Filename: style.css
 *
 * Copyright (C) 2004-2005 Lakeshore Collegiate Institue
 *
 * The main stylesheet for the LCI website. This stylesheet contains styles
 * for all areas of the website.
 *
 * The styles are organized by category (header, menu, body, footer, etc.)
 * Please respect and add new categories.
 *
 */

/****  General styles for links, headings, etc.  ****/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #1A3F80;
}

h1 {
    text-align: center;
    margin: 0.2em;
    font-family: "Arial Narrow", Arial, sans-serif;
}
 
h2 {
    
    margin-bottom: 0.5em;
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

p {
    margin-left: 0.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

blockquote {
    font-family: Courior New, monospace;
}

em {
    font-style: normal;
    font-weight: bold;
}

table { margin-bottom: 1em; }

a img {border: none;}

a:link { color: #204F9F; }
a:visited { color: #75209F; }
a:active { color: #ff0000; }

/* Hide elements that are there for no-css-capable browsers */
.nocss { display: none; }

/* Image which is attached to a paragraph of text */
.image-in-text {
    float: right;
    margin: 0.5em;
    padding: 0.2em;
    border: solid 1px #80B3FF;
}

/* A photo with an attached caption (when not part of paragraph / part of slideshow or galary) */
.photo-w-caption {
    text-align: center;
    margin: 0.5em 0.2em 1.5em 0.2em;
    border: solid 1px #000088;
    padding: 0.5em;
}
.photo-w-caption p {
    margin-top: 0.1em;
}

/* The box around the _entire_ page  */
#container {
    width: 100%;
/*     position: relative; */
    margin: 0;
    padding: 0;
}


/* Styles for input controls */

input {
/*     border: solid 1px #204F9F; */
/*     color: #808080; */
    margin-left: 0.3em;
    font-size: small;
/*     background-color: #ffffff; */
}

input:hover {
/*     background-color: #B9C2FF; */
}

input:focus {
	background-color: #B9D0F4;
	border: 1px solid gray;
}


/****  Styles for the HEADER of the website  ****/
/* The box around the _title_ and the _photo strip_  */

#header {
    text-align: center;
    padding-top: 6px;
}

/* The horizontal bar of images at the top of the page */

#banner {
    background-color: #204F9F;
    background-image: url('../images/banner_bg.gif');
    background-repeat: repeat;
    height: 100px;
    width: 100%;
/*     text-align: center; */
/*     padding-top: 7px; */

    margin: 0;

    position: absolute;
    top: 60px;
}

#photo-group {
/*     width: 94%; */
    background-image: url('../images/photo_bar.jpg');
    background-repeat: no-repeat;
    height: 86px;
    margin: 7px 3%;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: none solid;
}

#banner img {
    padding: 0;
    margin: 0;
    width: 96px; height: 86px;
    border-width: 1px;
    border-color: #FFFFFF;
    border-right-style: solid;
}


/****  Layout styles for the bottom of the website  ****/

/* The box around the menu, content, and footer */
#bottom {
    margin: 0 3%;
    margin-top: 100px;
    padding: 0;
    padding-bottom: 0em;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 2px;
    border-color: #AAAAAA;
}

#menu {
    float: left;
    margin: 0;
    width: 200px;
    
    padding: 0.5em 0 0em 0;
    border-right: solid 2px #AAAAAA;
    font-family: Arial;
    font-weight: bold;
    font-size: 90%;
}

#right {
    margin: 0 0 0 200px;
    padding: 2em 1em 1em 0.5em;
    border-left: solid 2px #AAAAAA;
}

#content {
    width: 99%;
}

/****  Styles for the MENU of the website  ****/

#menu a{
    color: #204F9F;
    text-decoration:none;
    cursor: pointer;
}
#menu a:hover {

}

#menu a:visited { color: #75209F; }
#menu a:active { color: #FF0000; }


#menu ul {
    width: 95%;
    padding: 0;
    margin: 0;
    margin-left: 0.5em;
    list-style: none;
}

#menu li {
    padding: 0;
    padding-left: 19px;
    background-image: url("../images/blue_circle.gif");
    background-repeat: no-repeat;
    background-position: center left;
}

#menu li.cur_page {
    background-image: url("../images/current.gif");
    background-color: #204F9F;
}

#menu li.cur_page_path {
    background-image: url("../images/minus.gif");
}

#menu li.has_submenu {
    background-image: url("../images/plus.gif");
}

#menu .menu_text, #menu a {
    width: 100%;
    display: block;
    padding: 2px 0;
}

#menu li.cur_page .menu_text {
    cursor: default;
    color: #ffffff;
    background-color: #204F9F;
}





/****  Styles for the BODY of the INDEX PAGE  ****/

.title_image {
    display: block;
     text-align: center;
     width: 60%;
     background-image: url('../images/LCI_homepage.jpg');
     background-repeat: repeat-x;
}

.title_image img {
    visibility: hidden;
}

/* The Google search box */

#google_box {
    font-family: Arial, sans-serif;
    font-weight: bold;
	
    text-align: right;
    
    position: absolute;
    top: 160px;
    right: 3%;
    
    margin: 0 0 0 3%;
    padding: 0.2em 1em 0.2em 0.2em;
	
 /*   border: solid 1px #204F9F;
    border-style: none solid solid solid;
	border-right: 2px solid #AAAAAA;
*/
	/* z-index: 1; */
}

form {margin: 0; padding: 0;}

#google_box img, #google_box_top img {
    position: relative;
    top: 2px;
    padding-right: 2px;
    margin-left: 2px;
}



/****  Styles for the FOOTER of the website  ****/

/* The footer includes webmaster contact info */
#footer {
    width: 100%;
    background-color: #204F9F;
    color: #ffffff;
    text-align: center;
    font-size: 90%;
}

#footer a {color: #ffffff;}
#footer p {margin: 0; padding: 0;}

.conclusion {
    font-size: small;
    text-align: center;
}
.conclusion em {
    font-style: normal;
    font-weight: bold;
}

.copyright {
}

#home-page {

}

/* The news box */
.news_box {
    float: right;
    border: solid 1px #AAAAAA;
/*     width: 155px; */
    width: 35%;
    margin: 0;
    margin-left: 10px;
}

.news_box h2 {
   font-size: 100%;
   margin: 3px 0 0.5em 3px;
}

.news_box div.item {
    margin: 0.1em 0.1em 0.5em 3px;
    font-size: smaller;
}

.news_box .item p { margin: 0; }

.news_box .item .date {
    color: #0080ff;
}

.news_box .other_news {
    width: 100%;
    border-top: solid 2px #80B3FF;
    padding-top: 0.2em;
    text-align: center;
}

#updates-container {
margin: 5px; 
margin-right: 220px;

}
#quick-navigation {
	width: 215px; 
	float: right;
}

		
	#home-page_date {
		font-size: 10pt;
		text-align: center; 
		margin-bottom: 10px; 
	}

ul.quicknav {
list-style-image: url(../images/arrow.gif);
list-style-type: circle;
}

li.quicknav {
margin: 5px;
margin-right: 0px;
height: 20px;
padding: 2px;

border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #BBBBBB;
border-top: 1px solid #EEEEEE;

background: #F5F5F5;
}

li.quicknav:hover {
margin: 5px;
margin-right: 0px;
height: 20px;
padding: 2px;

border-left: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
}

a.quicknav, a.quicknav:visited {
color: #305594;
font-size: 11pt;
text-decoration: none;
margin-left: 3px;
}

a.quicknav:hover {
color: #305594;
font-weight: bold;
font-size: 11pt;
}

.home-page_titles {
	color: #132F5F; 
	font-family: Arial Narrow, Arial, sans-serif; 
	font-variant: small-caps;
	margin-left: 10px;
}

dt a {
margin: 2px;
color: #305594;
font-weight: bold;
font-size: 11pt;
text-decoration: none;
}

dl {
border-top: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}

dt a:hover {
margin: 2px;
color: #305594;
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
}

dd {
margin: 5px;
font-size: 11pt;
padding: 2px;
border: 1px solid #AAAAAA;
background: #F5F5F5;
}

