/*
	casey.css

	Copyright 2004 Pat Casey

*/

/* ------------------------------------------------ */
/* STURCTURES 
/* These entries control the conatainers that define the web page look.*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
}

#main_page {
	background-color: white;
	margin: 15px auto 10px auto; 
	padding: 0px;
	width: 800px;
	/*border: 1px solid #959596;*/
	border: 1px solid blue;
	}
	
#header {
	/*
	padding-left: 1em;
	padding-right: 0;
	margin-left: 2em;
	height: 150px;
	width: 100%; 
	*/
	text-align: center;
	background-color: blue;
	}

#side_bar {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	/*background-color: #f0f0f0;*/
	border-right: 1px solid blue;
	}

#adds {
	float:right;
	width:150px;
	margin:0;
	padding-left: 10px;
	padding-right:10px;
	border-left: 1px solid;
	/* border-right: 1px solid; */
	border-bottom: 1px solid;
	}

#content {
	margin:0px 0px 0px 150px;
	border-left:1px solid blue;
	border-bottom: 1px solid white;
	/*
	margin-right: 160px;
	*/
	padding: 0px 0px 0px 5px;
	font-size: 90%;
	}

#footer {
	background-color: #00f;
	/*border-top: 1px solid blue;*/
	padding: 0 0 0 1px;
	margin: 0px auto 0px auto; 
	width: 799px;
	clear: both;
	color: white;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#header h1	{
	padding-top: .5em;
	padding-bottom: .5em;
	margin: 0;
	/*font-style: italic;*/
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#content h1	{
	margin: 0;
	font-family: "Arial", "Trebuchet MS,", "Helvetica", "Sans-serif";
	}

#side_bar p {
	/*color: white;*/
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	}

/* ------------------------------------------------ */
/* GLOBAL CLASSES */
.contact_heading  {
	font-weight: bold;
	color: white;
}

.contact_small  {
	font-size: 75%;
}

.important_notice  {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: red;
}

.notice_blue  {
	font-size: larger;
	color: blue;
}

.notice_red  {
	font-size: larger;
	color: red;
}

.text_b {
	font-weight: bold;
}

.text_bi {
	font-style: italic;
	font-weight: bold;
}

.text_biu  {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

.text_blue {
	color: blue;
}

.text_i  {
	font-style: italic;
}

.text_red_bold {
	font-weight: bold;
	color: red;
}

.text_red {
	color: red;
}

.text_white {
	color: white;
}

/* END GLOBAL CLASSES */
/* ------------------------------------------------ */

/* Generic Links */
a:link	{
	text-decoration: none;
}

a:visited	{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

a:active	{
	text-decoration: none;
}
/* ------------------------------------------------ */

/* SIDE BAR LINKS - Must be in this order. */
a.sidebar:link {
	/*color: white;*/
	text-decoration: none;
}

a.sidebar:visited	{
	/*color: white;*/
	text-decoration: none;
}

a.sidebar:hover {
	/*color: white;*/
	text-decoration: underline;
}

a.sidebar:active {
	/*color: white;*/
	background: white;
	text-decoration: none;
}
/* ------------------------------------------------ */

/* SCHEDULE TOP BAR LINKS - Must be in this order. */
a.sched_top_bar:link {
	color: white;
	text-decoration: none;
}

a.sched_top_bar:visited {
	color: white;
	text-decoration: none;
}

a.sched_top_bar:hover {
	color: white;
	text-decoration: underline;
}

a.sched_top_bar:active {
	color: white;
	background: black;
	text-decoration: none;
}
/* ------------------------------------------------ */

/* HEADER STYLES */
h1  {
	font-family: "Arial", "Trebuchet MS,", "Helvetica", "Sans-serif";
	color: blue;
}

h1.main_title  {
	font-style: italic;
	color: white;
}

h2  {
	font-family: "Arial", "Trebuchet MS,", "Helvetica", "Sans-serif";
	color: green;
}

h2.coach_notes  {
	color: blue;
	font-style: italic;
}
/* ------------------------------------------------ */

/* PARAGRAPH STYLES */
p  {
	font-family: "Arial", "Trebuchet MS,", "Helvetica", "Sans-serif";
}
/* ------------------------------------------------ */

/* TABLE DATA (td) STYLES */
td  {
	font-family: "Arial", "Trebuchet MS,", "Helvetica", "Sans-serif";
}
/* ------------------------------------------------ */
