/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/* Default styles */

html {
	
}

body {
	font-family: Arial, sans-serif;
	background: #666666 url(/_img/header-background.gif) top center no-repeat;
	color: #ffffff;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


.clear {
	clear: both;
}

img {

}


h1 {
	line-height: 36px;
	font-size: 36px;
	padding: 5px 0px 5px 0px;
	letter-spacing: -2px;
}

h2 { 
	line-height: 27px;
	font-size: 24px;
	padding: 5px 0px 5px 0px;
	letter-spacing: -1px;
}
	
h3 {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 0px;
	margin: 0px;
}

h4 {
	font-size: 15px;
	padding-bottom: 3px;
	color: #cc0000;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p, li {
	line-height: 18px;
	font-size: 13px;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

a {
	color: #cccccc;
}



/* Site Container Box */

#pageContainer { 
	padding-bottom: 15px;
	text-align: left;
	width: 960px;
}

/* Header */

#headerContainer { 
	position: relative;
 	width: 960px;
	height: 170px;
}

#headerContainer #headerLogo a { 
 	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 150px;
}

#headerContainer #headerNavigation {
	position: absolute;
	top: 110px;
	right: 0px;
	height: 35px;
}

/* Header Navigation */

#headerNavigation ul { 
 	float: left;
	margin: 0px;
	padding: 0px;
}
	
#headerNavigation ul li { 
	list-style: none; 
	margin: 0; 
	float: left;
	line-height: 35px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#headerNavigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	height: 35px;
	padding: 0 0 0 10px;
	color: #ffffff;
}

#headerNavigation ul li a.current { 
	color: #cccccc;
}
	
#headerNavigation ul li a span {
	text-align: center;
	float: left;
	padding-right: 10px;
	height: 2.3em;
}

#headerNavigation ul li a:hover, 
#headerNavigation ul li a:hover span  { 
	color: #666666;
	background: #cccccc;
	cursor: pointer;

}

/* Breadcrumbs */

#Breadcrumbs { 
 	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 10px;
}

#Breadcrumbs a { 
 	color: #ffffff;
	font-weight: normal;
}

/* Content */

#pageContentContainer {
	width: 680px;
	float: left;
}

#pageContentContainerWide {
	
}


/* Left Navigation */


#pageNavigationContainer { 
 	width: 250px;
	float: right;
	font-size: 13px;
	background: #ffffff;
}

#pageNavigationContainer h3 { 
	color: #ffffff;
	font-weight: bold; 
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background: #990000;
}


#pageNavigationContainer ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pageNavigationContainer ul li { 
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
	background: #dedede;
	border-bottom: 1px solid #666666;
}

#pageNavigationContainer ul li:hover { 
	background: #cccccc;
	text-decoration: underline;
}

#pageNavigationContainer ul li a { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footerContainer { 
 	clear: both;  
	width: 100%;
	text-align: center;
	font-size: 10px;
	height: 60px;
	margin-top: 30px;
	width: 960px;
	position: relative;

}

#footerContainer .footerNavigation ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, sans-serif;
}

#footerContainer .footerNavigation ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #ffffff;
	font-size: 11px;
}

#footerContainer .footerNavigation ul .last {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 0px;
}

#footerContainer a { 
	text-decoration: none;
	color: #ffffff;
}
	
#footerContainer a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Home Page */

.homePoster {
	width: 960px;
	height: 300px;
	position: relative;
	background: url(/_img/home-poster.gif) no-repeat 0px 0px;
}

.homePoster .homeHeadline {
	position: absolute;
	top: 60px;
	left: 190px;
	width: 440px;
	height: 200px;
	color: #ffffff;
}

.homePoster .homeHeadline H1,
.homePoster .homeHeadline H2 {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.homePoster .homeHeadline H1 {
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

.homePoster .homeHeadline H2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}

.homePoster .homeLinks {
	position: absolute;
	top: 245px;
	left: 190px;
	height: 25px;
}

.homePoster .homeLinks div {
	margin: 0px;
	padding: 0px;
}

.homePoster .homeLinks a {
	color: #000000;
	text-decoration: none;
	background: url(/_img/arrows-red.gif) no-repeat top left;
	padding-left: 40px;
	padding-right: 10px;
	line-height: 20px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.homePoster .homeLinks a:hover {
	color: #333333;
	text-decoration: underline;
}

.homePoster .homeNews {
	position: absolute;
	top: 60px;
	right: 20px;
	height: 300px;
	width: 200px;
	color: #ffffff;
}

/* Home Panels */

.contentPanel, 
.contentPanelLast {
	width: 300px;
	height: 265px;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	background: #ffffff;
	position: relative;
}

.contentPanelLast {
	margin-right: 0px;
}

.contentPanel .contentPanelInside, 
.contentPanelLast .contentPanelInside {
	width: 300px;
	height: 265px;
	position: relative;
}

.contentPanelText {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 270px;
}

.contentPanelText h3 {
	color: #000000;
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

.contentPanelText p {
	font-weight: normal;
	color: #000000;
	padding-top: 8px;
	font-size: 13px;
}

.contentPanelText a {
	color: #cc0000;
}

/* Left Call To Action */


.contentPanelText A:hover {
	text-decoration: underline;
}

.contentBody {
	padding: 5px 10px 5px 10px;
}

/* Message Boxes */

.message {
	
}

span.middleColumn .message {
	margin: 4px 0px 0px 0px;
}

.required {
	color: #cc0000;
	font-size: 11px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}
