/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #FFFFFF;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}
html {
	background: #FFFFFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear {
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;  
	margin: 0 auto; 
}
#Container { 
	width: 100%;
	padding-bottom: 15px;
}
#Layout {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 0px;
	background: #FFFFFF url('../images/gradient-greywhite34.jpg') repeat-x top;
	position: relative;
}
#Content {
	text-align: left;
	margin-left: 280px;
	margin-right: 30px;
}
#LayoutContent {
	margin: 15px 0px 30px 0px;
}
#ImageContainer 
{
	position: absolute;
	top: 7px;
	top: 115px;
	left: 35px;
	height: 74px;
	width: 300px;
	background: transparent url('../images/logo.png') no-repeat top left;
}
/* HEADER
----------------------------------------- */
#Logo {
	position: absolute;
	width: 290px;
	height: 70px;
	top: 5px;
	left: 5px;
}
#Header {
	border-top: 1px solid #4b7c9b;
	border-bottom: 1px solid #184968;
 	margin: 0 auto;
	overflow: hidden;
	background: #004472 url('../images/gradient-blue-1024x225.jpg') no-repeat top left;
	height: 140px;
	position: relative;
	clear: both;
}
	#Header #HeaderLogo {
		position: absolute;
		top: 10px; 
		left: 10px;
		height: 100px;
		width: 400px;
	}
	#Header #Tagline {
		position: absolute;
		top:18px;
		left: 390px;
		height: 100px;
		width: 550px;
		background: url('../images/kkl-tagline.jpg') no-repeat;
	}
		#Header #Tagline #TaglineHeading, #Header #Tagline #TaglineDetail { 
			font-family: Century Gothic, Tahoma, Verdana, sans-serif;
			font-style: italic;
 			font-weight: normal;
 			color: #fff; 
			clear: left;
			display: none;
		}
		#Header #Tagline #TaglineHeading { 
			font-size: 3.2em; 
			padding: 20px 0 0 30px;
		}
		#Header #Tagline #TaglineDetail {
			font-size: 14px;
			margin: 0 0 0 100px;
		}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation 
{
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	background: #37383c url(../images/gradient-black81.jpg) repeat-x top;
	overflow: hidden;
	padding: 50px 0px 7px 400px;
	margin: 0px;
}
	#Navigation ul { 
 		float: left; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0px; 
			float: left;
			display: block;
		}
  			#Navigation ul li a {
				float: left;
				text-decoration: none;
				display: block; 
				font-size: 1.3em; 
				padding: 4px;
				margin: 0px 30px 0px 0px;
				color: #fff;
			}
				#Navigation ul li a:hover { 
					color: #e5d28e;
				}
				/* Currently selected item */ /*
				#Navigation ul li a.current,
				#Navigation ul li a.section,
				#Navigation ul li a.section:hover,
				#Navigation ul li a.current:hover { 
				}*/

    
/* 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: left;  
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 100px 20px;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
	#Sidebar p 
	{
	}
	#Sidebar h3 {
		margin-bottom: 10px;
	}
	#Sidebar h3 a {
		color: #27323b;
	}
	#Sidebar ul li {
	}
	#Sidebar ul li.section, #Sidebar ul li.current {
		border-right: none;
	}
		#Sidebar ul li a {
			display: block;
		}
		#Sidebar ul li a.section {
			font-weight: bold;
		}
		#Sidebar ul li a.current {
			font-weight: bold;
		}
	#Sidebar ul.menu {
		margin: 0px;
		padding: 0px 0px;
	}
		#Sidebar ul.menu>li {
			margin: 0px 0px 0px 0px;
			padding: 4px 0px;
			font-size: 14px;
		}
	/* Submenu */
	#Sidebar ul.sub {
		display: none;
	} 
	#Sidebar ul.sub.current {
		display: block;
		margin: 2px 0px 10px 0px;
		padding-left: 0px;
	}
		#Sidebar ul.sub.current>li {
			margin: 0px 0px 0px 0px;
			padding: 2px 20px;
			font-size: 11px;
		}
		


/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li 
{
	list-style: none;
	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 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
	display: none;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #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
----------------------------------------------- */

#Footer { 
 	clear: both;  
	background: #FFFFFF;
	text-align: center;
	padding: 1px;
}
/*	#Footer .footerTop {
		width: 100%;
		background: transparent;
		display: block;
		height: 2em;
	}*/
  	#Footer p { 
		color: #777777;
		font-size: 1.1em;
		text-align: center;
	}
  		#Footer a { 
	   		color: #666666; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #666666;
				text-decoration: underline;
			}
			

/* 3 columns
----------------------------------------------- */
.three-columns .column
{
	width: 33%;
	float: left;
}
.three-columns .column .column-content
{
	margin: 10px;
	padding: 2px;
}


/* Welcome page
----------------------------------------------- */
.home #Header, .welcome #Header{
	height: 223px;
}
.home #ContentTitle, .welcome #ContentTitle {
	display:none;
}
.home #Header #Tagline, .welcome #Header #Tagline {
	top: 52px;
}
.home #Breadcrumbs, .welcome #Breadcrumbs {
        display:none;
}
.home #ImageContainer, .welcome #ImageContainer {
	position: absolute;
	top: 7px;
	top: 155px;
	left: 35px;
	height: 74px;
	width: 300px;
	background: transparent url('../images/logo.png') no-repeat top left;
}

/* Contact-us page
----------------------------------------------- */
.contact-us #Breadcrumbs {
        display:none;
}
.contact-us #ContentTitle {
	display:none;
}
.contact-us #GoogleMap
{
	float: right;
	margin: 10px 20px 20px 20px;
}
.contact-us #ContactInfo
{
	margin: 55px 490px 10px 40px;
}
.contact-us #PostalAddress
{
	padding: 4px 20px;
}

/* Resellers page
----------------------------------------------- */
div#LayoutContent {
  padding: 20px;
}
