/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #fff url(../images/HeaderBg.jpg) repeat-x top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}


/* CONTAINER
----------------------------------------- */

#Container { 
	width: 960px;
	margin: 0 auto; 
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 960px;
	float: right; 	
	margin: 0;
	text-align: left;
}
#FrontContent {
	width: 690px;
	float: left; 	
	margin: 0;
	text-align: justify;
	padding-right: 20px;
	border-right:#dadada 1px dotted;
}

#frontCol1{
	width:330px;	
	padding-right:5px;
	float:left;}
#frontCol2{width:330px;	
	padding-right:5px;
	float:right;}
	
	#portfolioImage{
		text-align:center;padding-bottom:15px;}
	
	#portfolioImage img{
		
		border: 2px solid #666;
		
		}
		#frontImage{ text-align:center;}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 960px; 
 	margin: 0 auto;
	overflow: hidden;
	height:440px;
	}
	#headerInsert{
		height:360px;
		width: 960px; 
		background: url(../images/HeaderGreyBg.jpg) no-repeat center bottom;
		}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#HeaderLogo{
		width:302px;
		height:275px;
		float:right;
		padding-top: 5px;
		}
		#stickyNote{
		width:214px;
		height:205px;
	
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	height: 55px;
	
}
	#Navigation ul { 
 		float: left; 
		margin-right: 10px;
	}
	#Navigation  li { 
	 		width:150px;
			
		}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px;
			margin-right:5px;
			float: left;
			height:56px;
			line-height: 1.5em;
			font-size:0.75em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.8em; 
				width:130px;
				font-size: 1.5em; 
				padding: 0 0 0 10px;
				color: #444;
			}
				#Navigation ul li a span {
					text-align: left;
	        		float: left;
					padding-right: 10px;
					width:130px;
					height:1.5em;
					font-size:1.3em;
				}
				
					#Navigation ul li a:hover { 
			 			
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
					
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	
				 	color: #fff;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					
					color: #fff;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 230px; 
	float: right;  
	margin: 0;
	padding-left: 0px;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		font-size: 1.8em; 
		margin: 0 0 5px 0;
		}
	#Sidebar img { 
		clear: both; 
		border: 2px solid #666;
		margin: auto;
		margin-top: 7px;
		margin-bottom:5px;
		}
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		
	border-bottom:#CCC 1px dotted;
		width: 200px;
		margin: auto;
		margin-bottom:15px;
		}
		#Sidebar .citation{
			text-align:right;
			}
		
	#Sidebar .FeatureLink{
		font-weight:bold;
		}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
	 	clear: both;
		text-align:justify;
		margin-bottom:5px;
	}
	
#Sidebar ul {
	 	clear: both;
		text-align:justify;
		margin-top:0px;
		padding-top:0px;
	}
	#Sidebar input {
		width:220px;
		margin-bottom:5px;
		font-weight:bold;
		color:#666;
		}
		#Sidebar .subButton {
		width:100px;
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		float:right;
		background:#ccc;
		border:1px solid #000;
		}

/* 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;
		}
			.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;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/


/* 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
----------------------------------------------- */

#Footer { 
 	clear: both;
	border-top:#260f0f 4px solid;
	background-color:#262625;
	
}
	#FooterContainer{
		width:960px;
		margin: 0 auto;
		color:#FFF;
		
		}
		
		#FooterContainer a { 
	   		color: #666; 
	   		text-decoration: none;
		}
			#FooterContainer a:hover {
				color: #666;
				text-decoration: underline;
			}
			#rssFeedLogo{
				position:absolute;
				float:right;
				padding-right:10px;
				padding-bottom:15px;
				width:135px;
				margin-top:-140px;
				margin-left:740px;
				height:118px;
				}
				
				#searchDiv{
				
				position:absolute;
				padding-right:10px;
				margin-top:130px;
				width:800px;
				color:#666;}
				#FooterPartners{ position:absolute;
				margin-top:5px;}
				#FooterPartners h3{ 
				color:#666;
				font-weight:normal;
				font-size:12px;
				font-style:italic;}
				#FooterPartners img{
					border:0px;
					padding:10px;
					}

div.footerCol {
	width:150px;
	float:left; 
	
	color:#fff;
}
#hivePartners{
	width:150px;
	color:#666;
	float:left;
	margin-top:}
div.footerColWide {
	width:192px;
	float:left; 
	color:#fff;
}
div.footerColpad {
	padding:15px 15px 40px 15px;
}

div.footerCol p,div.footerColWide p {
	font-size:1em;
	line-height:1.5em;
	margin-top:5px;
	margin-bottom: 0px;
	text-align:left;
}

#FooterContainer a.footerColTitle {
	font-weight:bold;
	font-size:1.5em;
	color:#ff5a00;
}
		
	#footerTop {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;

	}
	
.TickBox  {
	margin-top:10px;
	width:85%;
	padding-bottom: 3px;
	border-bottom:#666 dotted 1px;
	padding-left: 25px;
	font-size:1.3em;
	background:url(../images/bullet_checked.gif) left no-repeat;
	}
	
   		.spacer{
			margin-bottom:25px;}
			.servicesLink{
				font-size:1.5em;}
				
				
			