/*========================================================

Global CSS file for Midhurst R.F.C

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

body {
	font-family: Arial;
	font-size: 10px;
	background: url('../cssimages/body_background.jpg') #212746 repeat-x;
}

a {
	color: #3C469D;
}

a:visited {
	color: #3C469D;
}

#content a:hover {
	color: #3C469D;
	border-bottom: 1px solid #FFD720;
}

#wrapper {
	background: url('../cssimages/wrapper_background.jpg') top repeat-x;
	margin: -12px 0 0 0;
}

#site_container {
	width: 944px;
	margin: 0px auto 0 auto;
	border-left:solid 4px #ffe402;
	border-right:solid 4px #ffe402;
	background: url('../cssimages/container_background.jpg') repeat-y;
}

/*===================================================================
BRANDING
===================================================================*/

#branding {
	text-indent: -9999em;
	width: 163px;
	height: 144px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	background: url('../cssimages/branding.jpg') no-repeat;
}

/*===================================================================
MAIN NAVIGATION
===================================================================*/

#main_navigation {
	width: 952px;
	height: 30px;
	margin: -13px auto 0 auto;
	list-style: none;
	background: url('../cssimages/nav_background.jpg') no-repeat;
	padding: 17px 0 0 0;
	font-size: 1.0em;
	text-transform: uppercase;
}

#main_navigation a {
	color: #fff;
}

#main_navigation li {
	float: left;
	margin: 0 0px 0 14px;
}

/*===================================================================
LEFT SIDEBAR (NEXT FIXTURE: FIRST XV, SOCIAL CALENDAR)
===================================================================*/

#left_sidebar {
	color: #fff;
/*	background: #222647;*/
	width: 230px;
	float: left;
}

#left_sidebar a {
	color: #fff;
}

#left_sidebar ul {
	list-style: none;
}

#left_sidebar h2 {
	height: 26px;
	background: url('../cssimages/blue_gradient.jpg') repeat-x;
	color: #fff;
	padding: 8px 0 0 10px;
}

#left_sidebar #fixture_detail, #left_sidebar #calendar_detail, #left_sidebar #recent_news {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 10px 0 10px 10px;
}

#left_sidebar .news_item {
	padding: 0 10px 0 0;
}

#left_sidebar #calendar_detail h4 {
	margin: 0 10px 20px 0;
	padding: 0 5px 10px 0;
	border-bottom: solid 1px #ccc;
}

#left_sidebar #recent_news .news_item h4 {
	margin: 0 10px 5px 0;
	padding: 0 5px 10px 0;
	border-bottom: solid 1px #ccc;
}

#left_sidebar #recent_news .news_item {
	border: none;
}

/*===================================================================
CONTENT
===================================================================*/

#content {
	width: 484px;
	float: left;
}

#content #content_header {
	height: 33px;
	background: url('../cssimages/blue_gradient.jpg') repeat-x;
	color: #fff;
	padding: 2px 0 0 10px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
}

#cmscontent {
	padding: 0 20px 0 20px;
}

#content h2, h3 {
	color: #3C469D;
}

#content table {
	border: none;
	border-spacing: 0px 5px;
}

#content table tr {
	border: none;
}

#content table td {
	border: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 11px;
	text-indent: 2px;
}

#content table tr:nth-child(odd) {
	background: #EEEEEE;
}

#content table tr:nth-child(1) {
	font-weight: bold;
	text-align: center;
	background: #CCCCCC;
}

/*---------------------------- Events Page ----------------------------*/

#cmscontent h2 {
	margin: 20px 0 0 0;
}

#cmscontent h2 a {
	color: #374596;
}

/*---------------------------- News detail Page ----------------------------*/

.news_item {
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #727272;
}

.news_item h4 {
	margin: 0 0 10px 0;
	color: #3F4DA8;
	font-size: 1.2em;
}

.news_item img {
	float: right;
}

/*---------------------------- Gallery Page ----------------------------*/

#gallery_img_l {
	text-align: center;
}

#gallery_img_thumbnails ul {
	list-style: none;
	margin: 0px auto;
	width: 350px;
}

#gallery_img_thumbnails li {
	float: left;
	display: inline;
	margin: 5px;
	padding: 5px;
	border: 2px solid #FFE402;
	height: 150px;
	width: 150px;
	text-align: center;
}

#gallery_img_thumbnails li span {
	display: block;
	margin-top: 5px;
}

#gallery_img_thumbnails img {
	vertical-align: middle;
}

/*===================================================================
RIGHT SIDEBAR (IMPORTANT DOCUMENTS)
===================================================================*/

#right_sidebar {
	color: #fff;
/*	background: #222647;*/
	width: 230px;
	float: left;
}

#right_sidebar a {
	color: #fff;
}

#right_sidebar ul {
	list-style: none;
	font-size: 1.2em;
}

#right_sidebar h2 {
	height: 26px;
	background: url('../cssimages/red_gradient.jpg') repeat-x;
	padding: 8px 0 0 10px;
}

#right_sidebar #calendar_detail {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 10px 0 0px 10px;
}

#right_sidebar #calendar_detail .news_item h4 {
	margin: 0 10px 5px 0;
	padding: 0 5px 10px 0;
	border-bottom: solid 1px #ccc;
}

#right_sidebar #calendar_detail .news_item {
	border: none;
	padding: 10px 0 0px 0px;
	margin: 0;
}


/*---------------------------------------asset list---------------------------------------*/

ul.asset_list {
	list-style: none;
	line-height: 1.6em;
	margin: 20px 0 0 0;
}

ul.asset_list li {
	margin: 5px 0 10px 0;
}

ul.asset_list li a{
	display: block;
	width: 170px;
	height: 31px;
	padding: 0 0 0 50px;
	background: url('../cssimages/pdf_graphic.jpg') left no-repeat;
	margin: 0 0 0 6px;
}

/*===================================================================
FOOTER
===================================================================*/

#footer {
	position: relative;
	width: 952px;
	height: 153px;
	clear: both;
	margin: 0 auto 30px auto;
	background: url('../cssimages/footer.jpg') no-repeat;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style: none;
}

#footer #strawberrysoup p {
	position: absolute;
	top: 45px;
	left: 25px;
}

#footer #strawberrysoup p a {
	display: block;
	text-indent: -9999em;
	width: 187px;
	height: 46px;
	background: url('../cssimages/strawberry_brand.jpg') no-repeat;
}

#footer #play_rugby {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 182px;
	height: 56px;
}

#footer #play_rugby p a {
	text-indent: -9999em;
	display: block;
	width: 182px;
	height: 56px;
	background: url('../cssimages/go_play_rugby.jpg') no-repeat;
}

#sponsors li a {
	display: block;
	text-indent: -9999em;
	position: absolute;
}

#wayne_more a {
	width: 69px;
	height: 72px;
	background: url('../cssimages/wayne_moore.jpg') no-repeat;
	top: 30px;
	left: 250px;
}

#bartholomew a {
	width: 75px;
	height: 72px;
	background: url('../cssimages/bartholomew.jpg') no-repeat;	
	top: 10px;
	left: 370px;
}

#hollist a {
	width: 152px;
	height: 21px;
	background: url('../cssimages/hollist_arms.jpg') no-repeat;	
	top: 110px;
	left: 270px;
}

#branston a {
	width: 89px;
	height: 55px;
	background: url('../cssimages/sl_branston.jpg') no-repeat;	
	top: 10px;
	left: 490px;
}

#midhurst_engineering a {
	width: 86px;
	height: 27px;
	background: url('../cssimages/midhurst_engineering.jpg') no-repeat;	
	top: 103px;
	left: 460px;
}

#spread_eagle a {
	width: 56px;
	height: 56px;
	background: url('../cssimages/spreadeagle.jpg') no-repeat;	
	top: 10px;
	left: 630px;
}

#wheatsheaf a {
	width: 60px;
	height: 60px;
	background: url('../cssimages/thewheatsheaf_logo.gif') no-repeat;	
	top: 78px;
	left: 603px;
}



















