/*
=========================================
STYLES FOR olympiagymnastics.ca
----------------------------------------- */
body {
	background: #3a5ab3;
	margin: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	color: #28166d;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 20px 20px 0px 20px;
	background: #ffffff;
	border:3px solid #999999;
}
#header {
	position: relative;
	width: 100%;
	height: 120px;
}
#footer {
	width: 880px;
	height: 62px;
	background: white;
	margin: 6px auto 5px auto;
	padding: 5px 20px 0px 20px;
	border: 2px solid #999999;
}
#left_column {
	position: relative;
	float: left;
	width: 180px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
}
#content {
	position: relative;
	float: right;
	width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
}
.clear {
	clear: both;
}
p {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p a:link, p a:visited, p a:active {
	color: #28166d;
	text-decoration: underline;
}
p a:hover {
	color: #da251c;
	text-decoration: none;
}
h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #da251c;
}
h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
}
/*
-------------------------------------------------
Styles for the TABLES
-------------------------------------------------  */
table {
	margin: 10px auto 10px auto;
	padding: 10px 10px 0px 10px;
	border: 2px solid #da251c;
	border-collapse: collapse;
}
th, td {
	width: 100px;
	padding: 8px 8px 0px 5px;
	border: 1px solid #999999;
	vertical-align: top;
	line-height: 1.7;
}
td.time {
	text-align: right;
}
td.program {
	font-weight: bold;
}
/*
-------------------------------------------------
Styles for the LEFT NAVIGATION section
-------------------------------------------------
In addition to the navigation links, some pages have
notes in a side-bar style. The styles for those are
included here.
-------------------------------------------------  */
p.navLink {
	width: 155px;
	margin: 10px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #999999;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	font-size: 1.20em;
}
p.navLink a:link, p.navLink a:visited, p.navLink a:active {
	color: #28166d;
	text-decoration: none;
}
p.navLink a:hover {
	color: #da251c;
	text-decoration: underline;
}
.sidebar_notes {
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 3px 10px 12px 10px;
	border: 2px solid #999999;
}
.sidebar_notes p {
	font-size: 0.95em;
}
ul.for_sidebar {
	margin: 5px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
}
ul.for_sidebar li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
-------------------------------------------------
Styles for the FOOTER section
-------------------------------------------------
Note that some attributes have to match the 'BODY' and
'#WRAPPER' definitions
-------------------------------------------------  */
#footer div.logo {
	position: relative;
	float: left;
	width: 110;
	margin: 5px 0px 0px 0px;
}
div.info {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px 0px 120px;
	text-align: center;
	font-weight: bold;
}
/*
-------------------------------------------------
Styles for the ANNOUNCEMENT section
-------------------------------------------------  */
div.announcement {
	position: relative;
	background: #bbccff;
	border: 2px solid #999999;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 5px 20px;
}
div.announcement h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #da251c;
	font-size: 1.90em;
	font-family: 'Comic Sans MS', sans-serif;
}
div.announcement h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #da251c;
	font-size: 1.25em;
	font-family: 'Comic Sans MS', sans-serif;
}
/*
-------------------------------------------------
Styles for the SPECIALIZED LISTS section
-------------------------------------------------
Styles here are applied to the Description of Programs.
The <div tag is used to indent the sub-program
descriptions which are listed under major program headings.
-------------------------------------------------  */
div.specList {
	margin: 0px 50px 0px 20px;
	padding: 0px 0px 0px 0px;
}
ul.description {
	list-style-type: none;
	margin: 5px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
ul.description li {
	margin: 3px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}