/* CSS Copyright 2009 CSE */
/* http://www.cse-ltd.co.uk/ */

@import url('reset.css');
@import url('typography.css');

body
{
	background-color: #F8F8F8;
	margin: auto;
	width: 100%;
}

/**** STATUS BAR ****/
div#status-bar
{
	background: url('../images/statusBar_bg.png') repeat-x;
	background-position: bottom;
	border-bottom: 2px groove #FFFFFF;
	height: 40px;
	width: 100%;
}

div#status-bar-content
{
	margin: 10px auto 0px auto;
	width: 800px;
}

div#status-bar-commands
{
	width: 400px;
}

form#cse-search-box
{
	float: right;
	width: 200px;
}

p#welcome
{
	float: left;
	padding-top: 7px;
	width: 150px;
}

p#action-bar
{
	background: url('../images/action-bar-bg.png') no-repeat;
	height: 32px;
	margin-left: 200px;
	padding-top: 8px;
	width: 229px;
}

p#action-bar a:before
{
	content: '|   ';
}

p#action-bar a[title="Forums"]:after
{
	content: '   |';
}

form#cse-search-box input[type="text"]
{
	background: url('../images/search-field.png') no-repeat;
	border: none;
	height: 24px;
	padding: 5px 0px 0px 30px;
	width: 190px;
}

form#cse-search-box input[type="submit"]
{
	display: none;
}

/***** HEADER *****/
div#headerBg
{
	background: url('../images/header_flip.png') repeat-x;
	background-position: center;
	background-color: #6EB9CC;
	height: 247px;
}

div#header
{
	background: url('../images/header.png') no-repeat;
	background-position: center;
	border-bottom: 2px ridge #FFFFFF;
	height: 247px;
	width: 100%;
}


ul#menu
{
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#menuBar
{
	background: url('../images/menuBg.png') repeat-x;
	height: 40px;
	border-top: 2px ridge #FFFFFF;
	border-bottom: 2px groove #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#menu > li
{
	margin: 0px 0px 0px 0px;
	height: 40px;
	float: left;
	display: block;
	position: relative;
}

ul#menu > li#endMenu
{
	background: url('../images/menuItem.png') no-repeat;
	width: 10px;
}

ul#menu > li > a
{
	background: url('../images/menuItem.png') no-repeat;
	border: none;
	display: block;
	height: 28px;
	width: 100px;
	padding-top: 12px;
}

ul#menu > li > a[href=""]
{
	cursor: default;
}

ul#menu.nonIE > li > a:hover, ul#menu > li.menuHover > a
{
	background-position: 0px -40px;
}

ul#menu.nonIE > li > a:active
{
	background-position: 0px -40px;
}

ul#menu.nonIE > li:hover > div.dropdown, ul#menu > li.menuHover > div.dropdown
{
	left: 0px;
}

ul#menu > li > div.dropdown
{
	width: 150px;
	position: absolute;
	top: auto;
	background: none;
	height: auto;
	border: 1px solid #BABABA;
	background-color: #F8F8F8;
	padding: 5px 5px 0px 5px;
	left: -9999px;
	z-index: 100;
}

div.dropdown img
{
	float: right;
}

/* Relative Position to act as anchor for sub menus */
div.dropdown > div
{
	position: relative;
	height: 1.5em;
}

/* Display Sub Menu */
div.dropdown > div:hover > div.dropdown
{
	left: 150px;
}

/* Sub Menu Positioning */
div.dropdown > div > div.dropdown
{
	width: 150px;
	position: absolute;
	top: -0.5em;
	background: none;
	height: auto;
	border: 1px solid #BABABA;
	background-color: #F8F8F8;
	padding: 5px 5px 0px 5px;
	margin: 1px 0px 0px 0px;
	left: -99999px;
	z-index: 100;
}

ul#menu div.dropdown a
{
	height: 1.25em;
}

div.dropdown > div > div.dropdown a
{
	display: inline;
}

ul#menu div.dropdown a[href=""]
{
	cursor: default;
}

/****** CONTENT *******/
div#content
{
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
	z-index: 10;
}

div#content-top-shadow
{
	background: url('../images/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
	z-index: 11;
}

div#content-bottom-shadow
{
	background: url('../images/content-bottom-shadow.png') repeat-x;
	background-position: bottom;
	clear: both;
	height: 20px;
	width: 100%;
	z-index: 11;
}

div#advert
{
	display: block;
	height: 60px;
}

div#advert img
{
	display: inline;
	height: 60px;
	width: 468px;
	border: 1px solid #BABABA; 
}

div#page-wrapper
{
	background-color: #FFFFFF;
	border: 1px solid #BABABA;
	clear: both;
	margin-top: 25px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
	box-shadow: 10px 10px 5px #888;
	z-index: 20;
}

div#slideshow
{
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
/*	width: 348px;*/
}

div#slides
{
	border: 1px solid #515151;
/*	height: 261px;
	width: 348px;*/
}

div#slides a
{
	line-height: 0px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#photoTag
{
	height: 20px;
/*	width: 298px;
	margin-left: 25px;*/
	
	overflow: hidden;
	
	background-color: #515151;
	position: relative;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	padding-top: 3px;
	text-align: center;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-righ-radiust: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#slides img
{
	box-shadow: 5px 5px 10px #000000;
}

div#message
{
	/*margin-left: 378px;*/
}

.module-header-bar
{
	height: 30px;
	margin-bottom: 15px;
	padding-top: 21px;
	padding-left: 75px;
	width: 337px;
}

div#news .module-header-bar
{
	background: url('../images/news.png') no-repeat;
}

div#events .module-header-bar
{
	background: url('../images/events.png') no-repeat;
}

div#results .module-header-bar
{
	background: url('../images/results.png') no-repeat;
	background-position: -10px 0px;
}


.module-left
{
	float: left;
	margin: 10px 15px 0px 0px;
	width: 385px;
}

.module-right
{
	margin: 10px 0px 0px 415px;
	width: 375px;
}

div#news div.news-article, div#events div.upcoming-event, div#results div.upcoming-event
{
	margin-left: 15px;
	width: 300px;
}

div#events div.upcoming-event blockquote.content, div#results div.upcoming-event blockquote.content
{
	padding: 5px 0px 10px 15px;
}

div#news div.news-article blockquote.content
{
	clear: both;
	padding: 5px 0px 10px 15px;
}

p#read-more-wrapper
{
	float: right;
	margin-top: 10px;
	width: 210px;
}

p#read-more-wrapper a
{
	background:url('../images/readMore.png') no-repeat;
	border: none;
	display: block;
	height: 25px;
	text-indent: -9000px;
	width: 210px;
}

p#read-more-wrapper a:hover
{
	background-position: 0px -25px;
}

p#read-more-wrapper a:active
{
	background-position: 0px -50px;
}

div#england
{
	position: absolute;
	margin-left: 284px;
}

div#adminEdit
{
	float: right;
	clear: both;
}

/****** FOOTER *****/
div#footer-image
{
	background: url('../images/footer.png') no-repeat;
	background-position: center;
	/*background-color: #6EB9CC;*/
	/*border-top: 2px groove #FFFFFF;
	border-bottom: 2px ridge #FFFFFF;*/
	height: 49px;
	width: 100%;
}

div#footerBg
{
	background: url('../images/footer_flip.png') repeat-x;
	background-position: center;
	background-color: #6EB9CC;
	border-top: 2px groove #FFFFFF;
	border-bottom: 2px ridge #FFFFFF;
	height: 49px;
/*	top: -49px;*/
}


div#footer-spacer
{
	position: absolute;
	width: 50%;
	float: left;
}

table#cseLine
{
	margin-left: 20px;
	position: absolute;
}

div#cseLogo
{
	background: url('../images/cseLogo.png') no-repeat;
	background-position: right;
	height: 45px;
	width: 114px;
	margin-right: 10px;
	padding-top: 20px;
	float: right;
}

p#footer-text
{
	background: url('../images/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 7px;
	width: 100%;
	text-align: right;
}

p#copyrightLine
{
	float: right;
	text-align: left;
	margin-right: 10px;
}

/***************** TABLES ***********************/
div#page-wrapper table
{
	border: 1px solid #BABABA;
}

div#page-wrapper tr
{
	line-height: 1.25em;
}


div#page-wrapper th
{
	background-color: #BABABA;
	color: #FFFFFF;
}

div#page-wrapper tr.alt td
{
	background-color: #DAEFF4;
}

div#page-wrapper td
{
	background-color: #C7E8F0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

div#page-wrapper tr a
{
	color: #6e7577;
}

div#error
{
	border: 2px dashed #D80000;
	background-color: #FFB9B9;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 12px;
}

div#success
{
	border: 2px dashed #107300;
	background-color: #89E099;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 12px;
}

/************ FORMS ********************/
div#page-wrapper div.field
{
	float: left;
	width: 100px;
	height: 24px;
	padding-top: 2px;
	font-weight: bold;
}

div#page-wrapper select
{
	height: 24px;
	padding: 2.5px 0px 0px 5px;
	margin-bottom: 5px;
	position: relative;
	top: -5px;
}

div#page-wrapper input[type="text"]
{
	background: url('../images/inputField.png') no-repeat;
	border: none;
	height: 24px;
	padding: 5px 0px 0px 5px;
	width: 446px;
	position: relative;
	top: -5px;
}

div#page-wrapper input[type="submit"]
{
	background:url('../images/submit.png') no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 10px 0px 0px 0px;
	text-indent: -9000px;
	width: 210px;
	cursor: pointer;
}

div#page-wrapper input[type="submit"]:hover
{
	background-position: 0px -25px;
}

div#page-wrapper input[type="submit"]:active
{
	background-position: 0px -25px;
}

div#goBack
{
	display: block;
	padding-top: 10px;
	width: 100%;
}

div#goBack a
{
	background:url('../images/goBack.png') no-repeat;
	border: none;
	display: block;
	height: 25px;
	width: 210px;
	float: right;
}

div#goBack a:hover
{
	background-position: 0px -25px;
}

div#goBack a:active
{
	background-position: 0px -50px;
}

/****** PM / Email Icon ************/

ul.profile-icons
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.profile-icons li
{
	background-position: 0 100%;
	float: left;
	margin: 0 6px 3px 0;
}

ul.profile-icons li a
{
	background-position: left top;
	display: block;
	height: 20px;
	text-indent: -9999px;
}

ul.profile-icons li a:hover
{
	background-position: left bottom;
}

.pm-icon a
{
	width: 28px;
	background-image:url(../forums/styles/prosilver/imageset/en/icon_contact_pm.gif);
}

.email-icon a
{
	width: 20px;
	background-image:url(../forums/styles/prosilver/imageset/icon_contact_email.gif);
}

.edit-icon a
{
	width: 20px;
	background-image:url(../forums/styles/prosilver/imageset/icon_post_delete.gif);
}