﻿/* 
Style Sheet for the overall site design

This should contain the general/default design styles for the site.
-------------------------------------------------------
Copyright (c) 2010, Chasetheweb.net

Last Updated By: Mark Garczewski
Date:    

Blue = #00539f
Dark Blue (Main Story Blue, H2 Blue) = #23408f
Green (School H1) = #297d2e
Text Grey (Header Grey):#58595b

*/ 
/*////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align:left;
	font: normal 80% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #4c4d4e;
	background-color: #c2c3c6;
}

div#page
{

	background: #ffffff url('/Template/Shoreham/Images/bg-page.gif') no-repeat top center;
	border: 2px solid #00539f;
}

/* HEADER */
div#header
{
}



div#extra2 /* ( Date ) */
{
	color: #23408f;
	font-weight: bold;
}


/* FOOTER */
div#footer
{
    background-color: #23408f;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;        
}


/* Basic Styles */

/*jquery buttons*/
.jquery_button
{
    cursor: pointer;
    color: #0053a0;
}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size:1em;
	
}

blockquote {
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

 /*HEADINGS */
h1 {
	font-size: 1.7em;
	margin:0 0 0.5em;
	padding:0 0 0.4em;
    color: #297d2e;
    border-bottom: 1px solid #297d2e;
    border-width: 90%;
}

h2 {
	font-size: 1.7em;
	margin:0 0.7em 1em 0;
	padding:0;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Serif;
    text-align: center;
}


h3 {
	font-size:1.2em;
	margin:0 0.7em 0.5em 0;
	padding:0;
	font-weight: bold;
	color: #23408f;
}




h4 {
	font-size:1.2em;
	margin:0 0 0.5em;
	padding:0;
}

h5 {
	font-size:1.2em;
	margin:0 0.7em 0.5em 0;
	padding:0;
	font-weight: bold;
	color: #23408f;
}

h6 {

}


  /*SPECIAL CLASSES */

.newIcon
{
	margin-left: 3px;
	color:#be3821;
}
.center
{
	text-align:center;
}

.small
{
	font-size: 8pt;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}


/* Links */
a,a:link,a:active {
    color: #0053a0;
    text-decoration:none;
}

a:visited {
	background-color:transparent;
}

a:hover {
      color: #0053a0;
	text-decoration:underline;
}
div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited, div#footer a:hover 
{
	color: #ffffff;
}


/* ///////////////////////////LISTS */

ul
{
	line-height:1.5em;
	margin:0;
	padding:0;
}

ul li
{
	margin:0;
	padding:0px 0px 10px 0px;
}



div#extra1 ul.quicklinks li
{

    line-height: 0px;
	list-style-type:none;
    margin:0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
}




div#footer ul{

}

div#footer ul li{

}



/* Horizonatal Rules  */     
hr
{
	border-color: #394750;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	clear: both;
	margin: 0 0 10px;
	height: 0;
}
/* Horizonatal Rules */ 


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*for inline colorbox modals*/
.colorbox-modal-container
{
    text-align:left;
	font: normal 14px Arial, Helvetica, sans-serif !Important;
	line-height: 1.5em !Important;
	color: #4c4d4e !Important;
	padding: 10px;
}
.colorbox-modal-container p{
	margin: 0px 0px 10px 0px !Important;
	padding: 0px !Important;
	font-size:1em !Important;	
}
.colorbox-modal-container h3 {
	color: #297d2e;
	font-size:1.4em;
	margin:0 0 0.5em;
	padding:0;
}
.colorbox-modal-container ul
{
	line-height:1.5em !Important;
	margin:0 !Important;
	padding:0 !Important;
}
.colorbox-modal-container ul li
{
	margin:0 !Important;
	padding:0px 0px 10px 0px !Important;
}
