/*
CSS Document for http://www.sydneyeventing.org/
Copyright Pancetta Web Design http://www.pancetta.com.au/
*/


/*
Colour Table:

very light grey:#F8F8F8;
light grey:#bbb;
thick grey:#423E3E;
dark grey:#3D3D3D;
*/

* {
	margin:0;
	padding:0;
	color:#3D3D3D;
	}
	
html {
	font-size:1em;
	}
	
body {
	overflow-y:scroll; /*Stop Firefox page jumping*/
	font-size:1em;
	}
	
/*----------------------------------------------------------------------------------wrapper----*/
	
#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0 8px 0 0;
	border-left:1px solid #aaa;
	background:transparent url(main/divider_black.jpg) scroll repeat-y top right;
	}
		
/*----------------------------------------------------------------------------------header----*/
	
#header {
	background:transparent url(main/banner.jpg) scroll no-repeat center 38px;
	height:297px;
	margin-bottom:-28px;
	position:relative;
	z-index:1;
	}
	
#header #sponsorMainLink {
	position:absolute;
	top:0;
	left:0;
	height:37px;
	width:165px;
	display:block;
	}
	
#header a#index {
	display:block;
	height:231px;
	}

#quickmenu {
	list-style:none;
	text-transform:uppercase;
	height:38px;
	background:transparent url(main/sponsor_medium.png) scroll no-repeat 6px center;
	}
	
	#quickmenu li {
		float:right;
		}
			
	#quickmenu li a {
		font-size:0.8em;
		font-weight:bold;
		text-decoration:none;
		background:transparent url(main/divider_black.jpg) scroll repeat-y top left;
		display:block;
		line-height:38px;
		padding:0 0.9em 0 1.2em;
		}

/*----------------------------------------------------------------------------------body------*/
		
#midwrapper {
	position:relative;
	z-index:3;
	}
	
#menuwrapper {
	font-size:0.8em;
	background:#423E3E url(main/menu_bg.jpg) scroll repeat-y top right;
	width:163px;
	float:left;
	margin-bottom:2em;
	}
	
#menu {
	list-style:none;
	background:transparent url(main/menu_footer.jpg) scroll no-repeat bottom left;
	padding-bottom:10px;
	}
	
#menu li a {
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	padding:6px 0 2px 0;
	background:transparent url(main/menu_button_sprite.jpg) scroll no-repeat top left;
	outline:none;
	font-weight:bold;
	}
	
#menu li a:hover {
	background-position:-163px 0;
	}
	
#menu li.links a {
	padding-bottom:0;
	}
	
#content {
	padding:1em 0 0 180px;
	font-size:0.8em;
	}
	
div.column {
	width:180px;
	float:right;
	margin-left:0.6em;
	margin-bottom:1em;
	}
	
#minimenu {
	list-style:none;
	background:transparent url(main/minimenu_bg.png) scroll no-repeat top left;
	width:136px;
	height:72px;
	padding:4px 0 0 4px;
	margin-top:20px;
	}
	
#minimenu li {
	width:130px;
	height:30px;
	text-align:center;
	line-height:30px;
	margin-bottom:3px !important;
	}
	
#minimenu li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	}
/*----------------------------------------------------------------------------------footer----*/

#footer {
	margin:3.6em 0 0 0;
	padding:0.4em 1em;
	font-size:0.7em;
	clear:both;
	border-top:1px solid #aaa;
	border-bottom:2px solid #999;
	background-color:#fafafa;
	}
	
#footer * {
	color:#999;
	}
	
#footer a {
	text-decoration:none;
	}
	
#footer a:hover {
	border-bottom:1px dotted;
	}
	
#footer span {
	float:right;
	}
	
/*----------------------------------------------------------------------------------fonts-----*/

p,h1,h2,h3,h4,h5,h6,li,dt,dd,td,div {
	font-family:"Trebuchet MS", "Swis721 Lt Bt", sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	}
	
h1 {
	font-size:1.8em;
	margin-left:0.3em;
	margin-bottom:0.3em;
	}
	
h2 {
	font-size:1.3em;
	margin-bottom:0.3em;
	margin-left:-0.2em;
	border:1px solid #e1e1e1;
	border-right:none;
	background:#fafafa;
	padding:0.2em 0.5em;
	}
	
h3 {
	font-size:1.2em;
	margin-bottom:0.3em;
	margin-left:0.4em;
	font-style:italic;
	color:#3B7ABE;
	font-weight:bold;
	}
	
h4 {
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;
	margin:0 0.6em 0.1em;
	}

p {
	line-height:1.4em;
	margin:0 1.8em 1.4em 0.6em;
	}
	
.sidenote {
	text-align:right;
	font-style:italic;
	}
	
.important {
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #34362D;
	padding-bottom:0.5em;
	}
	
.quote {
	font-style:italic;
	color:#FDCE00;
	}
	
.source	{
	text-align:right;
	font-style:normal;
	}

	
	.source:before	{
		content:"- ";
		}
	
.caption {
	text-align:center;
	}
		
/*----------------------------------------------------------------------------------links-----*/
	
a:hover {
	color:#777;
	}
		
/*----------------------------------------------------------------------------------lists-----*/

#content ul, #content ol {
	margin-left:2em;
	margin-bottom:1em;
	list-style-image:url(main/bullet.png);
	}
	
	#content li {
		margin-bottom:0.2em;
		}

	
#contact dl {
	margin:0 0 0.5em 0;
	}
	
#contact dt {
	float:left;
	width:6em;
	font-weight:bold;
	clear:left;
	margin:0 0 0.2em 0;
	background:transparent url(main/bullet.png) scroll no-repeat left center;
	padding-left:20px;
	}
	
	#contact dt:after {
	content:":";
		}
	
#contact dd {
	margin:0 0 0.2em 7em;
	padding:0;
	text-indent:-0.2em;
	}
	
/*----------------------------------------------------------------------------------images----*/

img {
	border:none;
	}
	
a.imagelink img {
	border:2px solid #A95313;
	margin-top:0.4em;
	}
	
a.imagelink img:hover {
	border-color:#E57100;
	}
	
/*----------------------------------------------------------------------------------tables----*/
	
table.normal {
	border-collapse:collapse;
	width:90%;
	margin:0.5em 0 1em 0.5em;
	}

table.normal td, table.normal th {
	border:2px solid #aaa;
	padding:0.2em 0.3em 0.2em 0.5em;
	}
	
table .highlighted {
	background-color:#E8F1F6;
	}
	
/*------------------------------------------------------------------------------------misc----*/

abbr, acronym {
	cursor:help;
	}
	
span.company {
	text-transform:uppercase;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:bold;
	}
	
.nowrap {
	white-space:nowrap;
	}
/*-------------------------------------------------------------------------page specific-----*/
