/* St John's Cathedral Chess Club - Style */

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	}

#navBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #000000;
	}

#bodyWrap {
	position: relative;
	width: 95%;
	margin: 20px auto 0px auto;
	background-color: #ffffff;
	}
	
#col_1 {
	position: relative;
	float: left;
	width: 70%;
	margin: 0px 0px 20px 0px;
	}

#col_2 {
	position: relative;
	float: left;
	width: 30%;
	margin: 0px 0px 20px 0px;
	}

#footerWrap {
	position: relative;
	clear: both;
	width: 100%;
	border-top: 2px solid #000000;
	}

div.box_1 {
	width: 225px;
	margin: 20px auto;
	border: 1px dashed #663399;
	}

div.box_2 {
	width: 225px;
	margin: 20px auto;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
	}

div.box_3 {
	width: 225px;
	margin: 20px auto;
	border: none;
	}
	
.ad {
	position: relative;
	width: 200px;
	margin: 20px auto;
	}
	
div.chessBoard {
	width: 400px;
	margin: 20px auto;
	border: none;
	}

h1 {
	font-size: 25px;
	line-height: 20px;
	color: #555555;
	margin: 10px 10px 10px 10px;
	}

h2 {
	font-size: 18px;
	line-height: 16px;
	color: #555555;
	margin: 25px 10px 10px 10px;
	}

h3 {
	font-size: 16px;
	line-height: 14px;
	color: #555555;
	font-style: italic;
	margin: 25px 10px 10px 10px;
	}

p {
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	margin: 10px;
	}

p.center {
	text-align: center;
	}

p.subscript {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	color: #555555;
	margin: 10px 20px;
	}
	
p.navigation {
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	color: #ffffff;
	}

p.footer {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #555555;
	}

ul {
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	margin: 10px;
	}

li {
	margin-left: 20px;
	}

li.justify {
	text-align: justify;
	}

a:link {color: #555555; font-weight: normal; text-decoration: underline;}
a:visited {color: #555555; font-weight: normal; text-decoration: underline;}
a:hover {color: #cc0000; font-weight: normal; text-decoration: underline;}
a:active {color: #555555; font-weight: normal; text-decoration: underline;}

a.navigation:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.navigation:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.navigation:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}
a.navigation:active {color: #ffffff; font-weight: bold; text-decoration: none;} 

a.subnav:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.subnav:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.subnav:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}
a.subnav:active {color: #ffffff; font-weight: bold; text-decoration: none;} 

a.footer:link {color: #555555; font-size: 10px; font-weight: normal; text-decoration: underline;}
a.footer:visited {color: #555555; font-size: 10px; font-weight: normal; text-decoration: underline;}
a.footer:hover {color: #555555; font-size: 10px; font-weight: normal; text-decoration: underline;}
a.footer:active {color: #555555; font-size: 10px; font-weight: normal; text-decoration: underline;}

img {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
	}

img.logo {
	float: none;
	display: block;
	margin: 10 auto;
	border: none;
	}

/* League tables */

table.fixtures, table.tables {
	margin: 10px;
	border-top: 2px double #555555;
	border-bottom: 2px double #555555;
	border-left: none;
	border-right: none;
	}

td {
	margin: 0px;
	border: none;
	}
	
td.day, td.date, td.result {
	width: 100px;
	}

td.team {
	width: 200px;
	}

td.score {
	width: 30px;
	}
	
span.st_johns {
	color: #cc0000;
	}

span.st_johns_knights {
	color: blue;
	}
	
/* Web forms */

.captcha {
	display: block;
	width: 200px;
	margin-left: 110px;
	}

#formWrap {
	width: 400px;
	margin: 20px 50px 0px 20px;
	}

form {
	font-size: 13px;
	color: #555555;
	margin: 5px 0px; 
	padding: 0px;
	min-width: 350px;
	max-width: 450px;
	width: 400px; 
	}

form fieldset {
	clear: both;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin: 0px;
	}

form fieldset legend {
	font-size: 15px;
	color: #555555;
	font-weight: bold;
	padding-bottom: 4px;
	}

form label { 
	display: block;
	float: left; 
	width: 100px; 
	padding: 0px 10px 0px 0px; 
	margin: 5px 0px; 
	text-align: right; 
}

form input, form textarea {
	font-size: 13px;
	color: #555555;
	margin: 5px 0px; 
}

form input#reset {
	margin-left: 0px;
}

textarea { 
	overflow: auto; 
	}

form br {
	clear: left;
	}

/* Domcollapse */
.trigger{
	cursor: pointer;
}		

.trigger:hover{
	cursor: pointer;
	}		

.expanded{
	cursor: pointer;
	}

.expanded:hover{
	cursor: pointer;
	}

.show{
    position: static;
    display: table;
	}

.hide{
	position: absolute;
	left: -999em;
	height: 1px;
	width: 100px;
	overflow: hidden;
	}