/* Style sheet created by Victoria Pickering, Design Reinvented, www.designreinvented.com */

@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography - except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Forms
10. Miscellaneous
*/

/* 1. Page sections 
------------------------------------------------------------------------ */
#pageposition {
	margin-right: auto;
	margin-left:  auto;
	width: 790px;
	}
		
#masthead {
	width: 780px;
	background-image: url(../images/glasslogo2.gif);
	background-color: #18165E;
	background-repeat: no-repeat;
	}
	
#tagline {
	padding-left: 120px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
#images {
	background-color: #fff;
	height: 120px;
	}
	
#navigation {
	float: left;
	width: 125px;
	background-color: #DEE1E2;
	margin-right: 5px;
	margin-bottom: 35px;
	margin-top: 12px;
	padding-left: 7px;
	}
	
#content {
	margin-top: 10px;
	margin-left: 143px;
	margin-bottom: 40px;
	}
	
#onecolumn {
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 40px;
	width: 597px;
	}

#schoolinfo{
	float: right;
	width: 150px;
	background-color: #FFFFC6;
	padding: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	}	
	
#col1 {
	width: 323px;
	float: left;
	}
	
.col1wrapper {
	background-image: url(../images/dropshadow.gif);
	}
		
.col1insert {
	width: 270px;
	background-color: #FcFdE9;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #555555;
	margin-left: 20px;
	}
	
#col2 {
	width: 318px;
	margin-bottom: 35px;
	margin-left: 324px;
	}
	
.col2wrapper {
	background-image: url(../images/dropshadow.gif);
	}
	
.col2insert{
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #555555;
	margin-left: 20px;
	background-color: #fcfde9;
	}
	
.cola {
	width: 250px;
	float: left;
	margin-bottom: 40px;
	} 
	
.colb {
	width: 250px;
	padding-left: 10px;
	margin-left: 330px;
	margin-bottom: 40px;
	}
	
#upcoming {
	background-color: #FBF7CE;
	padding: 10px 10px 20px 10px;
	margin: 0px 5px 10px 5px;
	background-image: url(../images/pin_lightorange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#new {
	margin: 0px 5px 20px 25px;
	}
	
div.bottombox {
	padding: 10px 0px 0px 55px;
	}
	
.sidebox {
	float: right;
	background-color: #FFFFC6;
	padding: 5px 10px;
	margin: 5px 0px 5px 20px;
	border: 1px solid #999999;
	width: 200px;
	}

.sideboxsmall {
	float: right;
	background-color: #FFFFC6;
	padding: 5px 10px;
	margin: 5px 0px 5px 20px;
	border: 1px solid #999999;
	width: 100px;
	}

#footer{
	border-top: 1px dotted #333333;
	margin: 0;
	padding: 0;
	clear: left;
	margin-bottom: 15px;
	}
		
 /* 2. Typography - baseline
 ------------------------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #222;
	}

/* 3. Typography - except headings, links/lists, footer
--------------------------------------------------------------------------*/
p {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 8px;
	text-align: left;
	}

p#tagline {
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	line-height: 1em;
	}	

#col1 p,#col2 p{
	line-height: 1.2em;
	font-size: 1.1em;
	padding-bottom: 0px;
	}
	
#homepage p.medium {
	font-size: 1.2em;
	}
	
.bottombox {
	font-size: 1.3em;
	color: #c5563a;
	}
	
p.sidebox, p.sideboxsmall,.sidebox p,.sideboxsmall p{
	text-align: left;
	}
	
p.italics{
	font-style: italic;
	line-height: 1.3em;
	}
	
blockquote p{
	padding-left: 40px;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2;
	}
	
p.cite{
	text-align: right;
	color: #6e0023;
	font-size: 1.1em;
	}

#schoolinfo {
	font-size: 1.1em;
	}
	
.red {
	color: red;
	}
	
#new {
	font-style: italic;
	}
	
.larger {
	font-size: 1.1em;
	}

/* 4. Headings
--------------------------------------------------------------------------------- */
 h1 {
	color: #fff;
	font-weight: normal;
	font-size: 2.6em;
	text-align: center;
	padding-top: 8px;
	padding-left: 100px;
	font-family: georgia,serif;
	background-color: transparent;
	}

h2{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2em;
	border:none;
	color: #172b6a;
	padding: 0 0 20px 0;
	text-align: left;
	text-transform: uppercase;
	}
		
#homepage h2	{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1em;
	border-bottom: double 3px #999999;
	padding: 6px 8px 6px 8px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: none;
	color: #222;
	}

h3	{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 10px 0 6px 0;
	text-transform: uppercase;
	}


	
#col1 h3, #col2 h3{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #222;
	line-height: 1.1;
	margin: 0;
	padding: 6px 5px 0px 5px;
	}
	
#upcoming h3{
	font-size: 1.6em;
	line-height: 1em;
	text-align: left;
	color: #C5563A;
	margin: 0 0 0 0;
	padding: 0 0 2px 40px;
	}
	
h3.italic{
	font-style: italic;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2em;
	padding: 0px 0px 15px 0px;
	}
	
#navigation h3 {
	font-weight: bold;
	background-color: #ffffcc;
	margin-left: -8px;
	padding: 2px 10px 2px 14px;
	border: 1px solid #999;
	border-left: 3px solid #999;
	}
		
h4{
	padding: 4px 0px;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: bold;
	}
	
h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	}


/* 5. Links/lists, except navigation, footer
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	}
	
a:link, a:visited {
	color: #172b6a;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	background-color: #FEF19C;
	}

#upcoming a{
	margin-bottom: 15px;
	color: #555;
	font-size: inherit;
	line-height: 1.2em;
	}
		
#upcoming a:hover, a:active {
	background-color: #FEF19C;
	color: #000;
	}
	
.bottombox a{
	color: #c5563a;
	}
	
#new a{
	color: #902D27;
	font-size: 1.3em;
	}
	
ul, ol, dl {
	padding: 0px 8px 6px 12px;
	}

#col1 ul, #col2 ul {
	padding: 5px 10px 10px 10px;
	list-style-type: none;
	}
		
li {
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0px 0px 8px 0px;
	}
	
#col1 li, #col2 li {
	line-height: 1.3em;
	padding: 4px 5px 4px 18px;
	}
	
ul li{
	list-style-type: none;
	}
	
ol li{
	list-style-type: decimal;
	}

ol {
	margin-left: 20px;
	}
	
li li {
	font-size: 1em;
	}
	
ul ul {
	padding-top: 4px;
	}
			
.bulletedlist li{
	list-style-type: disc;
	padding-left: 10px;
	line-height: 1.3em;
	}
	
ul.bulletedlist {
	margin-left: 12px;
	}
	
	
ul.bulletedlist ul li{
	list-style-type: circle;
	}
	
#upcoming li{
	list-style-position: outside;
	margin-left: 20px;
	padding-top: 0px;
	}
	
#schoolinfo li {
	padding: 5px;
	}

ul.anchorlinks {
	font-size: 1.1em;
	padding-left: 0px;
	}
		
dd {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 20px;
	padding-bottom: 6px;
	font-weight: normal;
	}
	
dt {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 6px;
	}

dl dl dd {
	padding-bottom: 4px;
	}
		
dl#sitemap {
	margin-left: 50px;
	}	
	
dl#sitemap dd{
	padding: 2px 0px 2px 40px;
	}
	
dl#sitemap dt{
	padding-top: 10px;
	}
		


/* 6. Navigation
------------------------------------------------------------------- */	
#navigation li{
	list-style-type: none;
	padding: 6px 8px 6px 2px;
	line-height: 1.2;
	border-bottom: 1px solid #aaa;
	font-variant: normal;
	font-family: 'Trebuchet MS', Helvetica, Verdana;
	font-size: 1.3em;
	}
	
#navigation li.lastitem{
	border-bottom: none;
	padding-top: 8px;
	}

#navigation ul{
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	}

#navigation a {
	font-size: 1em;
	}
		 
#navigation a:link, #navigation a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover, #navigation a:active {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	background-color: #fef19c;
	}
	
#naviation a:hover h3, #navigation a:active h3{
	background-color: gold;
	}

	
/* 7. Footer
----------------------------------------------------------------- */
#footer {
	font-size: 1.1em;
	line-height: 1.2em;
	}
	
.footertext {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
#footermenu li{
	display: inline;
	list-style-type: none;
	padding: 2px 5px;
	margin: 5px;
	font-size: 1em; 
	}
	
#footermenu a {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
	}

	

/* 8. Tables
---------------------------------------------------------------------  */
td {
	vertical-align:center;
	padding: 10px;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
table#calendar td {
	padding: 3px 10px 3px 10px;
	}
	
table#upcomingtable {
	border: none;
	margin-top: 0px;
	}
	
table#upcomingtable td {
	border: none;
	padding: 3px 10px 10px 0px;
	margin: 0;
	font-size: inherit;
	} 
	
.dates {
	background-color: #efefef;
	}

.month {
	background-color: #ffffcc;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	line-height: 1.1em;
	
	}
	
thead#guideheader {
	background-color: #ffffcc;
	}
	
td.blue {
	background-color: #DEE1E2;
	}
	
td.pale {
	background-color: #ffffcc;
	}

/* 9. Forms
---------------------------------------------------------------------  */

form.search {
	padding: 3px 0px 5px 0px;
	}

/* 10. Miscellaneous formats
---------------------------------------------------------------------   */
	
.arrowdonate {
	float: left;
	padding-right: 8px;
	padding-top: 6px;
	}
	
.arrowpad {
	padding: 2px 10px 0px 10px;
	}
	
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#upcoming hr {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.ceu {
	text-align: left;
	font-size: 12px;
	color: #C5563A;
	line-height: 1.3;
	}	
	
	
	
