/*
CSS Document for Arcadia Pony Club
Copyright Pancetta Web Design http://www.pancetta.com.au/
*/


/*
Colour Table:

Grey: 696969
Red: EB0000
Light Red: F55946
Pink: FAB1A6
*/

* {
	margin:0;
	padding:0;
	color:#444;
	}

html {
	background-color:#fff;
	font-size:1em;
	}

body {
	background:transparent url(images/header.jpg) scroll no-repeat left top;
	overflow-y:scroll; /*Stop Firefox page jumping*/
	font-size:1em;
	}

/*----------------------------------------------------------------------------------wrapper----*/

#main {
	}

/*----------------------------------------------------------------------------------header----*/

#header {
	}

#header a#index {
	display:block;
	height:100px;
	width:520px;
	outline-width:0;
	}

/*----------------------------------------------------------------------------------sidebar------*/

#sideBar {
	width:188px;
	margin-top:148px;
	margin-bottom:0.5em;
	float:left;
	background:transparent url(images/menuTile.jpg) scroll repeat-y top left;
	}

#mainMenu {
	width:188px;
	min-height:288px;
	background:transparent url(images/menuBackground.jpg) scroll no-repeat bottom left;
	padding-left:15px;
	padding-bottom:1em;
	}

#mainMenu li {
	list-style:none;
	width:151px;
	background:transparent url(images/menuDivider.png) scroll no-repeat bottom center;
	text-align:center;
	font-family:"Century Gothic","Arial","Trebuchet MS", sans-serif;
	text-transform:uppercase;
	font-size:0.9em;
	position:relative;
	line-height:1.8em;
	}

#mainMenu a {
	text-decoration:none;
	display:block;
	}

#mainMenu li.active a {
	color:#D62417;
	font-weight:bold;
	}

#mainMenu ul {
	display:none;
	font-size:0.9em;
	}

#mainMenu li:hover ul li, #mainMenu li.sfhover ul li {
	background-color:white;
	line-height:2.2em;
	}

#mainMenu li:hover ul, #mainMenu li.sfhover ul {
	margin-top:0;
	position:absolute;
	left:130px;
	top:-1px;
	border:1px solid #ddd;
	display:block;
	background-color:white;
	}

#mainMenu li.active:hover ul, #mainMenu li.active ul {
	display:block;
	position:relative;
	left:0;
	top:0;
	border:none;
	background-color:transparent;
	}

#mainMenu li.active:hover ul li, #mainMenu li.active ul li {
	line-height:2.2em;
	}

#mainMenu li.active:hover ul li {
	background-color:transparent;
	}

#mainMenu li.active ul li a {
	color:#777;
	font-weight:normal;
	}

#mainMenu li.active ul li a:hover {
	color:#D62417;
	}

ul#sponsors {
	width:188px;
	height:203px;
	background:transparent url(images/menuFooter.jpg) scroll no-repeat top left;
	position:relative;
	margin:0 !important;
	padding:0 !important;
	}

ul#sponsors li {
	position:absolute;
	top:0;
	left:0;
	}

ul#sponsors a#sponsor1,
ul#sponsors a#sponsor2 {
	display:block;
	position:absolute;
	}

ul#sponsors a#sponsor1 {
	width:188px;
	height:50px;
	top:78px;
	left:0;
	}

ul#sponsors a#sponsor2 {
	width:188px;
	height:55px;
	top:128px;
	left:0;
	}

ul#sponsors li#sponsorsLabel {
	background:transparent url(images/menuDivider.png) scroll no-repeat top center;
	padding-top:0.5em;
	text-transform:uppercase;
	position:absolute;
	width:176px;
	text-align:center;
	top:184px;
	left:0;
	font-size:0.7em;
	}

/*----------------------------------------------------------------------------------body------*/

#body {
	padding-top:110px;
	margin-left:205px;
	margin-right:1em;
	}

div.info {
	width:173px;
	float:right;
	margin-right:1em;
	background:transparent url(images/whatsNewTile.png) scroll repeat-y top center;
	}

div.info h1 {
	font-size:1.2em;
	padding:10px 20px 0 20px;
	display:block;
	width:133px;
	background:transparent url(images/whatsNewHeader.png) scroll no-repeat top center;
	}

div.info ul {
	background:transparent url(images/whatsNewFooter.png) scroll no-repeat bottom center;
	width:128px;
	padding-bottom:15px;
	padding-left:25px !important;
	padding-right:20px;
	margin-bottom:0 !important;
	}

/*----------------------------------------------------------------------------------footer----*/

#footer {
	margin:0 1em 1em 17px;
	padding-top:0.4em;
	font-size:0.7em;
	clear:both;
	border-top:1px solid #ccc;
	text-align:center;
	}

#footer * {
	color:#aaa;
	}

#footer a {
	text-decoration:none;
	}

#footer a:hover {
	border-bottom:1px dotted;
	}

/*----------------------------------------------------------------------------------fonts-----*/

p,h1,h2,h3,h4,h5,h6,li,dt,dd,td,div {
	font-family:"Arial", "Trebuchet MS", "Swis721 Lt Bt", sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	}

#body p,#body li,#body dt,#body dd,#body td,#body span {
	font-size:0.8em;
	}

h1 {
	font-size:2em;
	margin-bottom:0.3em;
	text-transform:lowercase;
	color:#D62417;
	font-family:"Century Gothic", "Georgia", "Trebuchet MS", sans-serif;
	}

h2 {
	font-size:1.5em;
	margin-top:0.8em;
	margin-bottom:0.3em;
	}

p {
	margin-bottom:0.5em;
	line-height:1.4em;
	}

.sidenote {
	text-align:right;
	font-style:italic;
	}

.important {
	font-weight:bold;
	color:#D62417;
	}

.important * {
	color:#D62417;
	}

.quote {
	font-style:italic;
	color:#FDCE00;
	}

.source	{
	text-align:right;
	font-style:normal;
	}


	.source:before	{
		content:"- ";
		}

.caption {
	text-align:center;
	}

/*----------------------------------------------------------------------------------links-----*/

a:hover {
	color:#D62417;
	}

/*----------------------------------------------------------------------------------lists-----*/

#body ul, #body ol {
	margin-bottom:0.5em;
	list-style-image:url(images/bullet.png);
	padding-left:2em;
	}

	#body li {
		margin-bottom:0.2em;
		}

#contacts dl {
	margin:0 0 0.5em 0;
	}

#contacts dt {
	float:left;
	width:6em;
	font-weight:bold;
	margin:0 0 0.2em 0;
	background:transparent url(images/bullet.png) scroll no-repeat left center;
	padding-left:20px;
	}

	#contacts dt:after {
	content:":";
		}

#contacts dd {
	margin:0 0 0.2em 9em;
	padding:0;
	text-indent:-0.2em;
	}

/*----------------------------------------------------------------------------------images----*/

img {
	border:none;
	margin-bottom:0.5em;
	}

a.imagelink img {
	border:2px solid #A95313;
	margin-top:0.4em;
	}

a.imagelink img:hover {
	border-color:#E57100;
	}

#body img {
	margin:0.6em 1em;
	/*border:1px solid #ccc;
	background-color:#eee;
	padding:8px;*/
	}

#body img.centred {
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

#body img[align=right] {
	margin:0.6em 0 0.6em 1em;
	}

#body img[align=left] {
	margin:0.6em 1em 0.6em 0;
	}

/*----------------------------------------------------------------------------------tables----*/

table.normal {
	border-collapse:collapse;
	margin:1em 0.5em 1em 0;
	}

table.normal th {
	padding:0.2em 0.4em;
	}

table.normal td {
	border:2px solid #ccc;
	padding:0.2em 0.4em;
	}

table.normal tr:hover td {
	background-color:#FFEDE8;
	}

/*------------------------------------------------------------------------------------misc----*/

abbr, acronym {
	cursor:help;
	}

hr {
	background:none;
	height:1px;
	border:none;
	border-bottom:1px solid #ccc;
	margin-bottom:0.5em;

hr.small {
	background:transparent url(images/menuDivider.png) scroll no-repeat top center;
	border:0;
	}

/*-------------------------------------------------------------------------folio preload images*/


/*-------------------------------------------------------------------------page specific-----*/
