@charset "utf-8";

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/mach_background.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #3C5673;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid 1px #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/header_background.png);
	background-repeat:repeat-x;
} 

#header {
	background-image:url(images/header_logo.png);
	background-repeat:no-repeat;
	background-position: 210px 50%;
	height: 120px;
} 

#header img.badge {
	float: left;
	padding-left: 40px;
}

#mainWrapper {
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	background-image: url(images/sidebar_background.png);
	background-position: left top;
}

#sidebar {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 10px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar a {
	background-image:url(images/jack.png);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:none;
	color: #000;	
	font-size: 12px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 6px;
	display: block;
}

#sidebar a:hover {
	text-decoration:underline;
	color: #fff;
}

#sidebar a.sublist {
	background-image:none;
	padding-left: 40px;
}

#sidebar a.coorsLink {
	background-image: none;
	padding-left: 0;
}

#mainContent {
	padding-top: 10px;
	padding-right: 1px;
	margin-left: 240px;
	border-collapse:collapse;
} 

#latestNews {
	width: 495px;
	border-bottom: solid 1px #000;
}

#latestNews h1 {
	background:#3C5673;
	font-size:16px;
	font-weight:bold;
	padding: 5px;
	color: #fff;
}

#mainContent .latestNews p {
	padding-left: 3px;
}

#mainContent .threeImages {
	padding-top: 80px;
}

#mainContent .threeImages img {
	border: solid 1px #000000;
	margin-bottom: 10px;
}

#mainContent .threeImages img.middle {
	margin-left: 50px;
	margin-right: 50px;
}

#mainContent .gallery {
	padding-top: 10px;
}

#mainContent caption {
	padding: 5px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#mainContent caption.mach {
	background-color: #D90000;
	color: #fff;
}

#mainContent caption.maglona {
	background-color: #FFFF00;
	color: #000;
}

#mainContent caption.ladies {
	background-color: #336600;
	color: #fff;
}

#mainContent caption.vets {
	background-color: #FF9900;
	color: #000;
}

#mainContent caption.clubComps {
	background-color: #3C5673;
	color: #fff;
}

#mainContent table {
	border: solid 1px #000;
	width: 500px;
	margin-bottom: 10px;
}

#mainContent td {
	padding: 5px;
	vertical-align:text-top;
}

#mainContent th {
	text-align: left;
}

#mainContent tr.alt {
	background-color:#CEDEF0;
}

#mainContent table.officers, table.honours {
	border-collapse:collapse;
}

#mainContent table.officers th {
	background-color: #003366;
	color: #fff;
	padding: 5px;
	text-align: center;
}

#mainContent table.honours th {
	background-color: #800040;
	color: #fff;
	padding: 5px;
	text-align: center;
}

th.ladiesFix {
	background-color:#BCBCBC;
	padding: 5px;
}

td.head {
	font-weight: bold;
	background-color: #BCBCBC;
	padding: 5px
}

table.adminFixtures {
	width: 600px;
	padding: 5px;
}

table.adminFixtures td.label {
	text-align: right;
	background-color: #CEDEF0;
	font-weight: bold;
}

#footer { 
	background-color:#9cbce1;
	padding: 5px; 
}

#footer p {
	text-align:center;
	color:#666666;
	font-size:12px;
}
#footer a {
	color:#666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

.centerText {
	text-align: center;
}

.padding {
	margin-bottom: 10px;
	padding-bottom: 320px;
}

p.marginbottomfix {
	margin-bottom: 0px;
}
.newsdate {
	font-size: 11px;
	font-style: italic;
}

.label {
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}

a.machlinks {
	font-weight: bold;
	color: #FF0000;	
}

p.machlinks {
	margin-left:20px;
}

a.maglinks {
	font-weight: bold;
	color: #000000;
}

p.maglinks {
	margin-left:20px;
}

a.ladieslinks {
	font-weight: bold;
	color: #336600;
}

p.ladieslinks {
	margin-left: -10px;
}

a.vetslinks {
	font-weight: bold;
	color: #FF9900;
}

p.vetslinks {
	margin-left:40px;
}

.lightblue {
	background-color:#CEDEF0;
	padding: 5px;
}

img.coors {
	padding-top: 10px;
	padding-left: 10px;
	border: 0;
}

.coorsText {
	padding-left: 10px;
	font-size: 9px;
}

img.sponsor {
	margin-left: 10px;
	border: none;
}

.darkRedText {
	color:#990000;
	font-weight: bold;
}
