@charset "utf-8";
/* CSS Document */

/*General tags that apply to the whole site unless overridden later*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #365f91;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	color: #365F91;
}

h2 {
	color: #6793C7;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
}

h3 {
	color: #365F91;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

p, td, li, textarea, input {
	font-size: 12px;
	color: #666;
	padding: 5px;
}

input, textarea {
	padding: 0px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

a:link {
	color: #365F91;
}

a:visited {
	color: #6793C7;
}

a:hover, a:active {
	background-color: #365F91;
	color: #FFF;
}

table {
	width: 528px;
	border: 1px solid #365F91;
	vertical-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

th {
	background-color: #365F91;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

.table_item_emphasis {
	font-weight: bold;
	color: #6793C7;
}

/*Layout divs and overrides of default styles for specific divs*/

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/background.jpg) repeat-y center;
}

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 165px;
	text-align: center;
	border-bottom: 1px solid #6793C7;
}

#sub_container {
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
}

#sidebar {
	float: right;
	width: 165px;
	padding: 5px;
}

.sidebar_item {
	width: 165px;
	border: 1px solid #365F91;
}

.sidebar_item h1 {
	background: #365F91;
	color: #FFF;
	font-size: 14px;
}

#counter {
	text-align: right;
}

#counter p {
	font-size: 10px;
}

#navigation {
	float: left;
	width: 175px;
	margin-left: 1px;
}

#centre_content {
	float: left;
	width: 529px;
	padding-left: 10px;
	padding-right: 10px;
}

#centre_content_2 {
	float: left;
	width: 704px;
	padding-left: 10px;
	padding-right: 10px;
}
/*Used for competitions page to allow tables to stretch over the width of what is usually centre_content + sidebar*/

#navigation a {
	display: block;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	border-left: 10px solid #365F91;
}

#navigation a:hover {
	color: #6793C7;
	background-color: #FFF;
	border-left: 10px solid #6793C7;
}

#footer {
	width: 899px;
	clear: both;
	margin-right: 24px;
	margin-left: 26px;
	padding-top: 50px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 3px solid #333;
}

#footer p {
	font-size: 12px;
	padding: 0;
	margin-left: 174px;
}
	
#footer .emphasis {
	font-weight: bold;
	font-size: 12px;
}

p.underline {
	border-bottom: 1px solid #6793C7;
	padding-bottom: 5px;
}
/*For the line between contact info and site info*/

#footer .smalltext {
	font-size: 10px;
}

/*Specifications for the cells of different tables (table width is the same across the site as specified in the general tags above, unless overridden here)*/

.committee_table td, .life_members td {
	width: 122px;
}

.perpetual_awards td {
	width: 250px;
}
/*Applied only to the cells with names in them so the cells with years aren't unnecessarily wide*/

/*Club history has no specifications due to only having 2 columns at different widths*/

.classes td {
	width: 165px;
}

table.comp_results {
	width: 700px;
}

