/* CSS Document */
body {
	background-color:#d5d7d8;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; 
		/* 
		 * This is a standard way that works across all browsers and resizes.
		 * In all other font-size declarations, use em's
		 * 
		 * For a paragraph tag of 12px, use the following:
		 * p { font-size:1.2em; }
		 */
}

@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Caption'), local('PTSans-Caption'), url('http://themes.googleusercontent.com/font?kit=OXYTDOzBcXU8MTNBvBHeSQRW432DtwGNER78eOJ0i0s') format('woff');
}
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Caption Bold'), local('PTSans-CaptionBold'), url('http://themes.googleusercontent.com/font?kit=Q-gJrFokeE7JydPpxASt2w9wu1CdFtjuMIsaFqyYbWg') format('woff');
}


.outerwrapper {
	margin: 0 auto;
	width:1072px;
	background:url('images/header-background.jpg') repeat-y;
}




.top-header {
	height:100px;
	padding-left:45px;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
}

.top-header a:link, .top-header a:visited {
	color:#ED1C24;
	text-decoration:none;
}

.top-header a:hover, .top-header a:active {
	color:#ED1C24;
	text-decoration:none;
}

.top-header .logo {
	padding-top:28px;
	padding-left:21px;	
}

.bottom-header {
	height:149px;
	background:url('images/header.jpg') no-repeat;
	padding-left:26px;
	padding-top:17px;
}

/* News boxes styles */
.news_item {
	float:left;
	width:277px;
	color:#ffffff;
	border-right:1px solid #fff;
	padding:10px;
	margin-top:6px;
	margin-left:30px;
	min-height:85px;
}

.news_headline {
	font-size:1.2em;
	font-weight:bold;
}

.news_date {
	font-weight:bold;
}

.news_content {
	padding-top:10px;
}

.news_date_header {
	font-weight:bold;
	font-size:1.2em;
}

.news_content_header {
	padding-top:4px;
	font-size:1.1em;
}

.news_content_header a:link, .news_content_header a:active, .news_content_header a:visited {
	color:#ECECEC;
	font-weight:bold;
	text-decoration:none;
}

.news_content header a:hover {
	color:#ECECEC;
	font-weight:bold;
	text-decoration:none;
}

.news_norightborder {
	border-right:none;
}














.centre {
	position:relative;
	display:inline-block; /* IE6+7 fix */
	background:url('images/content-background.jpg') repeat-y;
}
	
.silhouette {
	position:absolute;
	bottom:0;
	left:45px;
	height:97px;
	width:200px;
	background:url('images/left-footer.jpg') no-repeat bottom;
}

.leftcol {
	float:left;
	width:200px;
	display:inline; /* IE6+7 fix */
	margin-left:45px;
	background:#d5d7d8;
	margin-bottom:100px;
}

.content {
	float:left;
	width:710px;
	font-size:1.3em;
	color:#414042;
	padding: 7px 20px 20px;
	min-height:400px;
}

.content a:link, .content a:visited {
	color:#e2000a;
	text-decoration:none;
}

.content a:hover, .content a:active {
	color:#e2000a;
	text-decoration:underline;
}

.content h1 {
	font-size:1.4em;
	color:#ed1c24;
	margin-top: 5px;
}

.content p {
	
}


.crumbtrail {
	font-size:0.85em;
	font-style:italic;
}

hr {
	color:#E9E9E9;
	height: 1px;
	border: 1px solid #E9E9E9;
	margin-bottom:20px;
}
	
.crumbtrail a:link, .crumbtrail a:active {
	color:#ed1c24;
	word-spacing:normal;
}

.crumbtrail a:hover, .crumbtrail a:visited {
	color:#b20a10;
	word-spacing:normal;
}

.content ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.content li {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding:3px 0 3px 20px;
}










.footer {
	margin:0 45px;
	background:#6f6f6f url('images/footer-bg.jpg') repeat-x bottom;
	color:#fff;
	line-height:1.5em;
}

.footer .quicklinks {
	float:left;
	padding:23px 21px;
}

.footer .contact {
	float:left;
	padding:23px 45px;
}

/* Specific to quicklinks only */
.footer .quicklinks {
	width:158px;	
}

.quicklinks .sf-menu li {
	float:none;
}

.quicklinks .sf-menu li:hover, .quicklinks .sf-menu li.sfHover, .quicklinks .sf-menu a:focus, .quicklinks .sf-menu a:hover, .quicklinks .sf-menu a:active {
	background-color:transparent;
}

.quicklinks ul li a {
	border-top:none;
	font-size:1.0em;
}

.footer .title {
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:20px;
}

.footer a:link, .footer a:active {
	color:#fff;
}

.footer a:hover, .footer a:visited {
	color:#fff;
}

.footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}


/* Template Specific - Uploads */
.uploads_container {
	padding:10px;
	background-color:#F4F5F7;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:20px;
}

.uploads_title {
	float:left;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 5px;
	color:#414042;
}

.upload {
	padding:5px;
	margin:5px;
	background-color:#fff;
	padding-bottom:10px;
}

.upload img {
	margin-bottom:-10px;
}


/*.inputeditbox {
	padding:5px;
	margin-bottom:6px;
	margin-top:3px;
	min-height:15px;
	background-color:#;
	border: 1px solid #999999;
	background-image: url(images/editbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.peoplebox {
	padding:5px;
	margin-bottom:20px;
	float:left;
	text-align:center;
}



/* GENERIC CLASSES */
.clear {
	clear:both;
}

.basket {
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top:5px;
	margin-right:70px;
	background-image: url(shop/commercebutts/basket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	width: 50px;
	padding-top: 8px;
	height: 70px;
}

.nobasket {
	float: right;
	margin-top:5px;
	margin-right:70px;
	width: 50px;
	padding-top: 8px;
	height: 70px;
}

.loggedon {
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top:10px;
	margin-right:40px;
	background-image: url(images/logonmarker.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	width: 120px;
	padding-top: 4px;
	height: 70px;
}
.narrowlabel {
	font-size: 90%;
 	color: #999999;
}

.logoholder {
	float:right;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;

}

.fadingSlideshow {
	float:right;
	margin-right:-32px;
	margin-bottom:40px;
	margin-top:10px;
	width:410px;
	height:288px;
}

.rightImage {
	float:right;
	margin:10px 10px 10px 30px;
}

.red {
	color:#ED1C24;
}



/* New style forms */
.errortext {
	padding:10px;
	background-color:#fae5e5;
	border:1px solid #f2cbcb;
	margin:15px 0;
	color:#ca0000;
}

.errortext ul {
	list-style-type:disc;
}

.errortext li {
	background-image: none;
	padding:0 0 0 0;
	margin:0 0 0 25px;
}

.successtext {
	color: #ca0000;
	padding:10px;
	background-color:#fae5e5;
	border:1px solid #f2cbcb;
	margin:15px 0;
}

fieldset {
	background-color:#fcfafa;
	padding:20px;
	border:1px solid #e0d1d1;
	font-size:.9em;
}

legend {
	background-color:#ca0000;
	text-transform:uppercase;
	padding:7px 20px;
	color:#ffffff;
	font-weight:bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label {
	color:#333333;
	font-weight:bold;
}

.input {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:none;
	border:1px solid #decfcf;
	margin-bottom:6px;
	margin-top:3px;
	min-height:15px;
	padding:6px;
	color:#777777;
	font-style:italic;
}

.tableheader {
	background-color:#ED1C24;
	padding:6px;
	font-size:1.0em;
	color:#FFFFFF;
	font-weight:bold;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.member-links {
	padding-left:20px;
}
