/** 
COLOURS USED
Background Grey:		#e6e7e8;
Background Orange:	#ffd200;
Header 1 Red: 		#ef3e42;
Body Text Grey:		#808284;
**/

* { 
	margin: 0;
	padding: 0;
}


/************************************/
/**                          HTML                           **/
/************************************/

body {
	font-family: Tahoma, sans-serif;
	color: #000;
	background: #b3d234;
	line-height: 1.6em;
	font-size: 0.8em;
}

a img {
	border: none;
}


/************************************/
/**                      CLASSES                        **/
/************************************/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #f00;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.clearBoth {
	clear: both;
}

.fullImage {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
	display: block;
}

.articleFullImage {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 3px;
}

.textCenter {
	text-align: center;
}

.pdf {
	background: url(/content/pages/newsletter/pdficon_small.gif) left no-repeat;
	padding-left: 22px;
}

.selectOption {
	padding-right: 20px;
}

.callToAction {
	margin: 10px 0;
	clear: both;
	background: url(/content/img/structure/call_to_action.gif) left no-repeat;
	list-style-type: none;
}

.callToAction li {
	padding: 8px;
}



.siteWidth {
	background: url(/content/img/structure/stitching_side.gif) repeat-y;
	/** width: 685px; **/
	width: 767px;
	margin: 0 auto;
}


/************************************/
/**                      TEMPLATE                        **/
/************************************/

#siteHolder {
	background: url(/content/img/structure/top2.jpg) top no-repeat;
	width: 767px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;

}

/**   HEADER   **/

#loggedIn {
	border: 1px solid green;
	padding: 5px;
	margin: 10px;
	float: right;
	text-align: right;
}

#header {

	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 120px 0 80px 0;
}

#headerContent {
	text-align: right;
	float: right;
	width: 260px;
	margin-right: 38px;
}

#headerContent ul {
	float: right;
	height: 100%;
	overflow: hidden;
}

#headerContent li {
}

#headerContent li.setWidth {
	display: block;
	float: left;
	border-bottom: 1px solid #000;
}

#header #headerContent a.current{
	color: #fff;
	background: #000;
}

	#headerContent a, #headerContent a:visited {
		color: #000;
		text-decoration: none;
		background: #E9F8AA;
		padding: 2px 7px;
		margin-left: 4px;
		font-size: 1em;
		font-weight: bold;

	}
	
	#headerContent a:hover, #headerContent a:focus {
		background: #d7e698;
	}

/** NAV **/

#navBox {
	text-align: center;
	border: 1px solid blue;
	height: 100%;
	overflow: hidden;
	padding: 10px;
}

/** BREADCRUMBS **/

#breadCrumbs {
	border: 1px solid green;
	padding: 10px;
}

.backlinks {
	border: 1px solid blue;
}
	
	
/** CONTENT **/

#contentHolder {
	background: #000;
	height: 100%;
	clear: both;
	width: 691px;
	margin: 0 auto;
}

#logo {
	border: 1px solid red;
	position: relative;
	top: -100px;
	left: -30px;

}

#contentHolder h1 {
	font-size: 1.5em;
	background: #101012 url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#contentHolder h2 {
	color: #fff;
	font-size: 1.2em;
	background: #101012 url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	margin: 10px 0;
	padding-left: 5px;
}

#contentHolder h3 {
	font-size: 1.1em;
}

#mainContentBox {
	position: relative;
	top: -60px;
	height: 100%;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}

#mainContent {
	float: left;
	padding: 10px;
	background: #e9f8aa;
	width: 439px;
}

#mainContent p {
	margin: 8px 0;
}

#mainContent p.summary {
	color: green;
}

#mainContent p.contributor {
	margin: 0;
	font-size: 0.8em;
}

#mainContent a, #mainContent a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:focus {
	text-decoration: underline;
}

#mainContent ul {
	padding-left: 20px;
}
#mainContent li {}

/**   COLUMN   **/

#colLeft {
	margin-left: 16px;
	background: #e9f8aa;
	width: 166px;
	float: left;
	padding: 10px;
}

#colLeftContent {
	position: relative;
	top: -30px;
}

#colLeft ul {
	list-style-type: none;

}

#colLeft li {}

#colLeft a, #colLeft a:visited {
	display: block;
	background: url(/content/img/structure/button_background.gif) repeat-x;
	padding: 3px 15px;
	/**border: 1px solid #e0bb19;**/
	border: 0;
	color: #fff;
	text-decoration: none;
	margin: 2px;
}

#colLeft a:hover, #colLeft a:focus {
	background: url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	color: #fff;
}

#colLeft a.current {
	background: url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	color: #fff;
}

#mainContent .articleNav a, #mainContent .articleNav a:visited {
	background: url(/admin/content/img/structure/button_background.jpg) repeat-x;
	padding: 3px 15px;
	/**border: 1px solid #e0bb19;**/
	border: 0;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 2px;
}

#mainContent .articleNav a:hover, #mainContent .articleNav a:focus {
	background: url(/admin/content/img/structure/button_background_hover.jpg) repeat-x;
}

#mainContent .articleNav a.current {
	background: url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	color: #fff;
}



/**   FOOTER   **/

#footer {
	background: url(/content/img/structure/stitching_footer.gif) no-repeat;
	clear: both;
	height: 300px;
}

#footerContent {
}
/** FORM **/

fieldset {
	border: none;
	border: 1px solid #000;
	padding: 15px;
}

legend {
	clear: both;
	padding: 3px 10px;
	border: 1px solid #000;
}

label {
	font-weight: bold;
}

.defaultForm {
	margin: 10px 0;
}

.formLeft {
	float: left;
	width: 100px;
}

.item_desc {
	width: 200px;
	height: 400px;
	overflow: auto;
}

#mainContent p.formRequired {
	color: #f00;
	padding: 0;
	margin: 0;
}

.textInput {
	margin-bottom: 10px;
}

/***********************************/
/**                  PAGE SPECIFIC               **/
/***********************************/

/** ADMIN **/

.editBox {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
}

ul.help {
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 10px 0;
}

div.editImageLeft {
	float: left;
}

div.editImageLeft img {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.deleteImage {
	margin-top: 10px;
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

#mainContent .editBox p.editImageRight {
	width: 244px;
	float: left;
	padding: 0 5px;
}

#mainContent .editBox h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#mainContent .editBox p {
	margin: 0;
	padding: 0;
}


ul.adminSubNav {
	margin-left: 15px;
	list-style-type: disc;
}


#mainContent fieldset p.noImageText {
	margin: 0;
	padding: 0;
}

h3.adminDate {
	background: #999;
	color: #fff;
	padding: 2px 5px;
}

ul.raceResultList {

	float: left;
	width: 200px;
	padding: 5px;
}

#mainContent .editListingTable p.edit {
	border: 0;
	float: right;
	padding: 35px 5px 5px 0;
	font-weight: bold;
}

/** CATALOGUE **/

.catalogueRow {
	height: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.catalogueBox {
	border: 2px dashed #B33F97;
	padding: 2px;
	height: 100%;
	overflow: hidden;
	width: 126px;
	float: left;
	margin-right: 8px;
}

.catalogueBox h2 {
	padding: 5px 0 !important;
	display: block;
	background: #62731A url(/content/img/structure/button_background.gif) repeat-x;
	color: #fff;
	margin: 2px;
	text-align: center;
}

.catalogueBox p {
	font-size: 0.9em;
	padding: 10px;
	clear: both;
}

.listingImage {
	float: left;
}

#mainContent a.moreLink ,#mainContent a:visited.moreLink {
	background: #101012 url(/admin/content/img/structure/button_background_current.jpg) repeat-x;
	padding: 5px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}

#mainContent  a:hover.moreLink, #mainContent  a:focus.moreLink {
	background: #3C3C3E url(/content/img/structure/button_background_current2.gif) repeat-x;
	text-decoration: none;
}

/** GALLERY **/

.galleryBox {
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	width: 228px;
	padding: 2px;
	text-align: center;
}

.galleryBox:hover, .galleryBox:focus {
	background: #eaeaea;
}

#mainContent .galleryBox p {
	margin: 0;
	padding: 0;
}

#mainContent .galleryBox img {
	padding: 0;
}


/** NEWS **/

.newsBox {
	border-bottom: 2px dashed #ccc;
	margin: 15px 0;
}

.newsBox p {
	padding: 0 5px;
}

.newsBox h2 {
	color: #fff;
	padding: 3px;
}

.contributorImg {
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
}

.firstArticleImage {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 2px;
}

#articleImages {
}

#articleImages img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
}

h2.similar {
	margin: 30px 0 0 0;
}

/** SITEMAP **/

ul.sitemap {
	padding: 0 0 5px 45px;
}

ul.sitemap li {
	list-style-type: circle;
}

#mainContent ul.sitemap a, #mainContent ul.sitemap a:visited {
	font-weight: normal;
}

#mainContent ul.sitemap a:hover, #mainContent ul.sitemap a:focus {
	text-decoration: underline;
}