* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 100%;
}

body {
	text-align: center;
	background-color: #CDF;
}

#admin {
	background-color: green;
}

#main {
	width: 750px;
	margin: 10px auto;
	text-align: left;
}

h1 {
	background: blue;
	height: 100px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-image: url(/images/banners/cricket.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

h1 a {
	display: block;
	position: relative;
	left: 500px;
	top: 0;
	width: 244px;
	border-left: 2px solid black;

	/* Begin Another Image replacement technique */
	/* http://www.kryogenix.org/code/browser/lir/ */
	padding: 100px 0 0 0;
	overflow: hidden;
	background-image: url(/images/banners/small-logo.png);
	background-repeat: no-repeat;
	height: 0 !important;
	height /**/:100px;
	/* End AIRT */
}

/* change that slightly for the homepage */
#homepage h1 {
	height: 375px;
	background-image: url(/images/homepage/space-centre.jpg);
}

#homepage h1 a {
	/* Begin Another Image replacement technique */
	/* http://www.kryogenix.org/code/browser/lir/ */
	padding: 375px 0 0 0;
	background-image: url(/images/homepage/logo.png);
	height /**/:375px;
	/* End AIRT */
}

#navigation {
	border: 2px solid black;
}

#navigation ul {
	background-color: #000084;
	float: left;
	width: 100%;
}

#navigation ul li {
	display: inline;
	padding: 0;
}

#navigation ul li a {
	padding: 4px 10px;
	background-color: #000084;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 2px solid black;
}

#navigation ul li a:hover {
	background-color: #6699DD;
	color: #000084;
}

#container {
	margin-top: 20px;
	position: relative;
}

#container #content {
	float: right;
	width: 540px;
	margin-left: 20px;
}

#container #content #coming-up {
	border: 2px solid black;
	background-color: #000084;
	margin-bottom: 20px;
}

#container #content #coming-up h2 {
	float: left;
	width: 90px;
	color: #CDF;
}

#container #content #coming-up ul {
	float: right;
	width: 424px;
	border-left: 2px solid black;
	background-color: white;
	list-style: none;
}

#container #content #coming-up p {
	float: right;
	width: 404px;
	text-align: right;
	border-left: 2px solid black;
	background-color: white;
}

.half-width {
	float: left;
	width: 256px;
	margin-right: 20px;
}

.final {
	margin-right: 0;
}

.blog-entry {
	margin-bottom: 20px;
	border: 2px solid black;
	background-color: white;
}

.blog-entry li {
	list-style: disc;
	margin-left: 40px;
}


.adsense {
	margin-bottom: 20px;
	text-align: center;
}


.blog-entry h2 {
	border-bottom: 2px solid black;
	background-color: #000084;
	color: #CDF;
}

.blog-entry h2 a {
	text-decoration: none;
	color: #CDF;
}

.blog-entry h2 a:visited {
	text-decoration: inherit;
	color: inherit;
}

.blog-entry p img {
	float: right;
	border: solid black 1px;
	margin: 10px;
}

.blog-entry p img.floatleft {
	float: left;
}

.blog-entry p.link-section {
	border-top: solid black 2px;
}

.blog-entry p.by-line {
	font-style: italic;
}

.blog-entry ol {
	margin-left: 3em;;
}



#container #secondary-navigation {
	float: right;
	width: 186px;
	border: 2px solid black;
}

#container #secondary-navigation h2 {
	border-bottom: 2px solid black;
	background-color: #000084;
	color: #CDF;
}

#container #secondary-navigation ul {
	list-style: none;
	background-color: white;
}

#container #secondary-navigation li {
	padding: 0;
}

#container #secondary-navigation a {
	display: block;
	width: 166px;
	padding: 5px 10px;
}

#container #secondary-navigation a:hover {
	background-color: #69D;
}

#container #secondary-navigation ul #current-secondary {
	background-color: #CDF;
}

h2, h3, p, li, dt, dd, td, th {
	padding: 5px 10px;
	vertical-align: top;
}

td p {
	padding: 0;
}

table.event .date {
	width: 120px;
}

table.event .description {
	width: auto;
}

table .to-accept {
	text-align: center;	
}

table .to-delete {
	text-align: center;	
}

ul {
	list-style: none;
}

ul.date-list {
	padding-left: 50px;
}

textarea {
	width: 100%;
	height: 300px;
}

.error {
	background-color: red;
}

#secondary-navigation form {
	padding: 5px 10px;
	width: 166px;
	background-color: white;
}

#secondary-navigation form select {
	width: 116px;
}

#secondary-navigation form select option {
	width: 200px;
}

#secondary-navigation form input {
	margin-left: 10px;
	width: 40px;
}

#ask-colin p.floated * {
	float: left;
}


#ask-colin p.floated span {
	display: block;
	width: 200px;	
}

#ask-colin p.floated input {
	display: block;
	width: 305px;	
}

#ask-colin textarea {
	width: 510px;	
}

.plain li {
	list-style: none;
	margin: 0;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1px;
}

.cloud {
	text-align: justify;	
}

.cloud_0 {
	font-size: 65%;	
	color: #9292F7;
}

.cloud_0:visited {
	color: #551A8B;	
}

.cloud_1 {
	font-size: 100%;
}

.cloud_2 {
	font-size: 135%;
	font-weight: bold;
}

.cloud_3 {
	font-size: 170%;
	font-weight: bold;
	color: #000084;
}

.cloud_3:visited {
	color: #551A8B;	
}
