/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 12px; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #2E2E2E url(../images/bodyBg.jpg) top left repeat-x;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{clear:both;}
.clear1, .br{ height: 1px; clear:both;overflow: hidden;}
.br10{	height: 10px; clear:both; overflow: hidden;}
.br15{	height: 15px; clear:both; overflow: hidden;}
.br20{height: 20px;clear:both;overflow: hidden;}

/* CONTAINER
----------------------------------------- */
#BgContainer{
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/shadow.jpg) top center repeat-y;
	border: none;
}
#BgContainer td#LeftBg, #BgContainer td#RightBg{
margin: 0;
padding: 0;
border: none;
}
td#Container{
	width: 1106px;
}
td#LeftBg{
	background: transparent url(../images/contLBg.jpg) top right no-repeat;
}
td#RightBg{
	background: transparent url(../images/contRBg.jpg) top left no-repeat;
}
#Footer{
	width: 100%;
	height: 87px;
	background: transparent url(../images/footer.jpg) top center no-repeat;
	min-width: 1112px;
}
.trW1105{
	width: 1105px;
	height: 1px;
}

/* HEADER
----------------------------------------- */
#Header{
	background: transparent url(../images/headerBg.jpg) top left no-repeat;
}
#Header, #Logo{
	display: block;
	height: 110px;
	overflow: hidden;
}
a#Logo, a#Logo:visited, a#Logo:hover{
	color: #FFF;
}

#ContentBlock{
	background:transparent url(../images/contentDarkBg.png) top left repeat-y;
	padding: 20px 0 20px 0;
}

/* border-top: 2px solid #11161C;
MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation{
	display: block;
	height: 57px;
	background: transparent url(../images/bg1.png) bottom left no-repeat;
}
ul#TopMenu{
	list-style: none outside none;
	display: block;
	background: transparent url(../images/topMenuBg.jpg) top left no-repeat;
	height: 55px;
}
ul#TopMenu li.Level1{
	display: block;
	float: left;
}

a.Level1{
	display: block;
	height: 55px;
	background: transparent url(../images/topMenu.jpg) top left no-repeat;
	text-indent: -3000px;
}

a#id1{ width: 144px; background-position: 0 0;} a#id1:hover, a#id1.current, a#id1.section{ background-position: 0 -57px;}
a#id2{ width: 203px; background-position: -144px 0;} a#id2:hover, a#id2.current, a#id2.section{ background-position: -144px -57px;}
a#id6{ width: 137px; background-position: -347px 0;} a#id6:hover, a#id6.current, a#id6.section{ background-position: -347px -57px;}
a#id17{ width: 227px; background-position: -484px 0;} a#id17:hover, a#id17.current, a#id17.section{ background-position: -484px -57px;}
a#id3{ width: 186px; background-position: -711px 0;} a#id3:hover, a#id3.current, a#id3.section{ background-position: -711px -57px;}

#TopMenu li.Level1{
	position: relative;
	z-index: 20;
}
#TopMenu li.Level1:hover ul{
	display: block;
}
ul.TopMenuLevel2{
	position: absolute;
	display: none;
	left: 0px;
	width: 300px;
	margin: 0;
	z-index: 100;
	list-style: none outside none;
}
ul.TopMenuLevel2{
	width: 365px;
}
ul.TopMenuLevel2 li{
	display: block;
	clear: both;
}
a.Level2{
	display: block;
	background: transparent url(../images/topMenuL2.jpg) top left repeat;
	line-height: 28px;
	text-indent: -3000px;
}
a#id7{ background-position: 0 0; line-height: 39px;} a#id7:hover, a#id7.current, a#id7.section{ background-position: -366px 0;}
a#id11{ background-position: 0 -39px;} a#id11:hover, a#id11.current, a#id11.section{ background-position: -366px -39px;}
a#id10{ background-position: 0 -67px;} a#id10:hover, a#id10.current, a#id10.section{ background-position: -366px -67px;}
a#id12{ background-position: 0 -95px;} a#id12:hover, a#id12.current, a#id12.section{ background-position: -366px -95px;}
a#id8{ background-position: 0 -123px;} a#id8:hover, a#id8.current, a#id8.section{ background-position: -366px -123px;}
a#id18{ background-position: 0 -151px;} a#id18:hover, a#id18.current, a#id18.section{ background-position: -366px -151px;}
a#id19{ background-position: 0 -179px;} a#id19:hover, a#id19.current, a#id19.section{ background-position: -366px -179px;}
a#id21{ background-position: 0 -207px; line-height: 36px;} a#id21:hover, a#id21.current, a#id21.section{ background-position: -366px -207px;}




#ContentTable{
	width: 1043px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/contentBg.png) top left repeat-y;
}
#ContentTable td{
	vertical-align: top;
}
#MainColl{
	background: transparent url(../images/contentBgTop.png) top left no-repeat;
}
#RightColl{
	width: 336px;
	background: transparent url(../images/contentBgTop.png) top right no-repeat;
}
.blpadd1, .RightCollPadd{
	padding: 0 25px 0 25px;
}
.ContactBl{
	background: transparent url(../images/contentBgTop.png) top right no-repeat;
}

    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */


/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 164px;
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #51a9df;
	}
	
		#SearchForm_SearchForm .middleColumn input.text {
			width: 160px;
			border: none;
			color: #666;
		}
		
	#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
		float: left;
		margin-top: 2px;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#example {
	width:600px;
	height:350px;
	position:relative;
	width:1043px;
	height:319px;
	margin: 0 auto;
}

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1043px;
	height:295px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1043px;
	height:295px;
	display:block;
}
.slides_container a img{
	border: none;
}

		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		.pagination .current a {
			color:red;
		}
		#slides ul.pagination{
			display: none;
		}
.copy{
	width: 1045px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	color: #B4B4B4;
	font-size: 11px;
}
.copy a{
	color: #ECECEC;	
	text-decoration: none;
}
.copy a:hover{
	text-decoration: underline;
}
