﻿/*
CSS for QuarterFlash site
*/

body{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #42434A url(quarterflash.png) no-repeat;
  line-height: 125%;
  padding: 0;
  margin: 0;
}



h2{
  color:#322E4E;
  font-size: x-large;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  font-variant: small-caps;
}

h3{
  color:#322E4E;
  font-size: large;
  padding-top: 10px;
  font-variant: small-caps;
}


p {
  text-size: small;
  color: #FFFFFF;
}

li{
  text-size: normal;
  color: #FFFFFF;
}

ul {
  list-style-type: none;
  color: #FFFFFF;
}

ul ul {
  list-style-type: disc;
}



#navigation {
  padding: 3px 3px 3px 3px;
	
  margin-top: -35px;
  margin-left: 15px;
}

#navigation ul {
  list-style-type: none;

  width: 200px;

  font: 1.2em;
  padding: 0px 0px 0px 0px;

}



#navigation ul ul {
		
   font-size: 12px;
   width: 200px;
   padding: 0px 0px 0px 0px;
	
   margin: 0;
}



#navigation a:link, #navigation a:visited {
		
   text-decoration: none;
		
   text-transform: uppercase;
   text-align: center;
		
   font-weight: bold;
		
   display: block;
			
   background-color: #4E4C5B;
		
   color: #ffffff;

   padding: 3px 3px 3px 5px;
			
   border-top: 1px solid #dddddd;
		
   border-right: 1px solid #333333;
		
   border-bottom: 1px solid #333333;
		
   border-left: 1px solid #dddddd;
		
}



#navigation a:hover {
		
   background-color: #4A455E;
		
}



#navigation a:active {
   text-transform: uppercase;
   padding: 2px 5px 4px 5px;
		
   background-color: #322E4E;
		
   color: #eeeeee;
		
   border-top: 1px solid #333333;
		
   border-right: 1px solid #dddddd;
		
   border-bottom: 1px solid #dddddd;
		
   border-left: 1px solid #333333;
		
}



#navigation li li a:link, #navigation li li a:visited {
		
   text-decoration: none;
				
   font-weight: normal;
		
   padding: 3px 3px 3px 5px;
		
   background-color: #93919B;
		
   color: #111111;
		
}



#navigation li li a:hover {
		
   background-color: #4A455E;
		
}



#navigation li li a:active {
		
   padding: 2px 4px 4px 16px;
		
   background-color: #4A455E;
		
   color: #000000;
		
   border-top: 1px solid #333333;
		
   border-right: 1px solid #dddddd;
		
   border-bottom: 1px solid #dddddd;
		
   border-left: 1px solid #333333;
		
}


a{
  font-weight: bold;
}

a:link{
  text-decoration: none;
  color: #AAAAAA;
}

a:visited{
  text-decoration: none;
  color: #AAAAAA;
}

a:hover{
  text-decoration: none;
  color: #DDDDDD;
}

a:active{
  text-decoration: none;
  color: #DDDDDDD;
}


#mainContent { 
  font-size: small;
  float: left;
  width: 700px;
  height: 450px;
  overflow: auto;
  margin-right: 250px;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 15px;
}


#sidebar {
  width: 200px;
  float: left;
  font-size: 90%;
  margin-left: -225px;
  margin-top: -65px;
}

/*
This section determines the layout of of tables
*/

table.events {
  border-collapse: collapse;
}


table.events th, table.events td {
  padding: 4px;
  border: 4px groove #603311;
}

table.events th {
  font-size: X-small;
  txt-align: left;
  background-color: #5E2612;
  color: #ffffff;
  padding: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
}

table.events caption {
  color: #993300;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}

/*
This section deals with the position of items on the screen. It uses absolute
positioning - fixed x any y coordinates measured from the top-left corner of the
browser's content display.
*/


#navigation, #bodycontent, #header{
  position: absolute;
}


#navigation {
 top: 100px;
} 

#bodycontent {
  top: 150px;
}

#bodycontent{
  left: 250px;
}

#header, #tagline {
  width: 100%}