﻿/*----------------------------
Basic Style Sheet

version:	1.0
author:		Steven Nossal
email:		steven_nossal@fairfaxcollegiate.com
website:	www.fairfaxcollegiate.com
--------------------------*/

body {
	background: #fff url(http://www.fairfaxcollegiate.com/images/topbluefade.gif) repeat-x;
    text-align:center;
    min-width: 780px;
}

/*-----------
Layout
-------------------*/


#wrapper {
	width: 780px;
    margin: 0 auto;
    text-align: left;
}


#content {
	width: 520px;
	float: right;
}

#content h1, #content h2, #content p {
	padding-right: 20px;
}

#subsections {
	width: 220px;
	float: left;
}

#footer 
{
    clear: both ;
    font-family: verdana;
    font-size: 9px;
    color: #000080;
    text-align: left;
    padding-top: 50px;
}
    
p, li {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
	font-family: verdana;
}

h2 {
	font-family: verdana;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 3px 0;
}

h3 
{
    margin: 0 0 2px 0;
    font-family: Verdana;
    font-size: 12px;
}

a {
	color: #3252b2;
}

a img {
	border: 0;
}






/*----------
Header
------------*/

div#header {
	height: 20px;
	margin: 15px auto;
	width: 780px;
	text-align: left;
}

div#header p {
	padding-top: 2px;
	font-size: 11px;
	font-family: verdana;
}

div#header img.logo {
	float: right;	
}

div#header a img {
	border: 0;
}

/*----------------
Breadcrumbs
--------------------*/

div#breadcrumbs {
	margin-left: 15px;
	text-align: left;
}


/*--------------
Subsections
-----------------------*/
#subsections p {
	padding-left: 15px;
	margin: 0;
}

#subsections ul {
	margin: 0px;
	padding-left: 15px;
	list-style-type:none;
}


#subsections li.category ul li{
	margin:0;
	padding-left: 5px;
}


.courseText {
	color: black;
	font-family: verdana;
	font-weight: normal;

}

.courseText p {
		font-size: 14px;
		margin: 0 20px 20px 0;
		
}

.courseLocations {
	color: #000080;
	font-family: verdana;
	font-size: 14px;
	font-style: italic;
	
}

.courseLocations a 
{
    text-decoration: none;
}

.courseLocations a:hover
{
    text-decoration: underline;
    color:Red;
}

.courseTitle {
	color: blue;
	font-family: sans-serif;
	font-size: 14px;
}

.gradeRange {
	color: blue;
	font-family: verdana;
	font-size: 14px;
}


/*------------------------------------
Course schedules
--------------------------------------*/

table 
{
    border-collapse: collapse;
    border: 0 px;
}

th, td 
{
    padding: 0.1em 1em;
  
}

td
{
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
}


.sessionName
{
    padding: .5em 1em;
    font-weight: bolder;
    color: #000000;
    
}

.classTime
{
    padding: .25em 1em;
    font-weight: bolder;
    color: #000080;
}


.grades46 a 
{
    color: #000000;
    text-decoration:none;
}

.grades46 a:hover
{
    color: red;
    text-decoration: none;
}


.grades79 a
{
    color: #000080;
    text-decoration: none;
}


.grades79 a:hover
{ 
      color: red;
      text-decoration: underline;
}

/*
    Testimonial quotations
*/

.testimonial  {
    margin: 0 20px 20px 0;
    margin: 20px 0 0 0;
}

.testimonial blockquote {
	font-family: verdana;
	font-size: 10 px;
	margin: 0 0 5px 0;
}

.testimonial name {
    font-family: verdana;
    font-size: 10 px;
    color: #000080;
    font-weight: normal;
}
    
/*
    Home page
*/

.clear
{
    clear: both;
}

#home-contents
{
    padding-top: 20px;
}


#home-contents-left
{
    float: left;
    width: 150px;
    padding: 0 5px 0 0; 
}

#home-contents-middle 
{
    float: left;
    width: 480px;
 
}

#home-contents-right
{
    float: left;
    width: 120px;
    padding: 0 0 0 5px;
 
}

#home-contents ul {
	margin: 0px;
	padding-left: 5px;
	list-style-type:none;
}

#home-contents li ul li{
	margin:0;
	padding-left: 5px;
}
