/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #FFF;
 	font-size: 76%; 
 	margin-bottom: 40px;
	font-family: Tahoma, sans-serif; 
}

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

html {
	background: #EEE;
}
img {
	border: 4px solid #E9E9E9;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 940px;
	padding-bottom: 15px;
	background: #083868;
	margin-top: 12px;
	}
#Layout {
	width: 940px;
	clear: both;
	overflow: hidden;
	margin: 0 auto 15px;
}
#Content {
	width: 758px;
	float: right; 	
	margin: 0;
	text-align: left;
	border-left: 1px solid #666;
	padding: 0 10px;
}
/** Header **/
#Header { 
 	width: 940px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header_bg.gif) no-repeat 0 0;
	height: 116px;
	position: relative;
	}
 	#Header h1 { 
	  	color: #fff;
		padding: 0;
		}
	#Header h1 a {
		display: block;
		width: 158px;
		height: 60px;
		margin: 8px 0pt 0pt 200px;
		text-indent: -999em;
		background: transparent url(../images/title_bg.gif) no-repeat 0 0;
	}
	#Header h1 a:hover {
		background-position: 0 -60px;
	}
	#Header p {
		color: #fff;
		clear: left;
	}
	#Header p a {
		display: block;
		width: 158px;
		height: 10px;
		margin: 4px 0pt 0pt 200px;
		text-indent: -999em;
		background: transparent url(../images/tagline_bg.gif) no-repeat 0 0;
	
	}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.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;

}

/* Top navigation */
#Topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style: none;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	}
	#Topnav li {
		display: inline;
		padding: 0 6px 0 4px;
		border-right: 2px solid #FFF;
		}
	#Topnav li.first {
		padding-left: 0;
	}
	#Topnav li.last {
		border: none;
	}


/* Sidebar 
***********************************/
#Sidebar { 
 	width: 140px; 
	float: left;  
	margin: 10px 0 0 10px;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
		}		
		#Sidebar ul ul {
			margin: 4px 0;
			padding: 0;
			font-size: 0.8em;
			}
			#Sidebar ul ul li {				
				margin: 0;
				padding: 2px 0;
				border: none;
				}
				#Sidebar ul ul li a,
				#Sidebar ul ul li a:link,
				#Sidebar ul ul li a:visited	{
					background: transparent url(../images/nav_lili_bg.gif) no-repeat 3px 3px;
					display:block;
					padding-left:20px;
				}
				#Sidebar ul ul li a:hover,
				#Sidebar ul ul li a.current {
					background: transparent url(../images/nav_lili_bg_h.gif) no-repeat 3px 3px;
				}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
		border-bottom:1px solid #666;
		padding:0pt 0pt 5px 10px;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
	}
	#Sidebar a em {
		font-style: normal;
	}

	
/* 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 a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .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;
}

/* Home Page
*****************************************/
#HomeBanner {
	background: transparent url(../images/banner.jpg) no-repeat 0 0;
	padding: 0 30px;	
	}
	#Layout #HomeBanner h3 {
		padding: 20px 0;
		margin-top: 0;
	}
	#Layout #HomeBanner p {
		font-size: 1.6em;
		margin: 0;
		padding: 20px 0 0;
	}
#LeftColumn {
	width: 500px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #666;
}
#RightColumn {
	float: left;
	width: 230px;
	padding-left: 10px;
	}
	.product {
		border-bottom: 1px solid #666;
	}
	.product .thumb {
		margin-top: 4px;
	}

/* Feature and List
*****************************************/
#FeatureProducts {
	margin: 10px 0;
	}
	.feature {
		width: 130px;
		border-right: 1px solid #666;
		padding: 10px;
		float: left;
		text-align: center;
		}
		.feature.last {
			border: none;
		}
		.feature p {
			clear: left;
			text-align: center;
			margin-top: 10px;
			font-size: 1em;
		}

/* GalleryHolder
*****************************************/
#GalleryHolder {
	margin: 10px 0;
	}
	.gallery {
		width: 160px;
		padding: 10px;
		float: left;
		text-align: center;
		}
		.gallery.last {
			border: none;
		}
		.gallery p {
			clear: left;
			text-align: center;
			margin-top: 10px;
			font-size: 1em;
		}
		
/* NewsArticleHolder
*****************************************/
#NewsArticleHolder {
	}
	.article {
		border-bottom: 1px solid #666;
		padding-bottom: 10px;
	}

/* Simple Search Form
*****************************************/
#SimpleSearchForm {
	position: absolute;
	top: 42px;
	right: 15px;
}

/* Filtered Search Form
*****************************************/
#FilteredSearchForm {
	float: right;
	margin-bottom:-21px;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
	}
	ul#SearchResults p {
		border-bottom: 1px solid #666;
		padding-bottom: 10px;
	}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}
	ul#SearchResults li .result_no {
		float: left;
		font-size: 200%;
		color: #0C559E;
	}
	ul#SearchResults li .result_item {
		/*padding-left: 30px;*/
	}
	ul#SearchResults li h3 {
		margin:0;
		padding: 5px 0 0;
		clear: none;
	}

/* 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;  
	width: 940px;
	background: #083868 url(../images/footerBottom.gif) no-repeat bottom left; 
	font-size: 0.9em;
	padding: 0 0 10px 0;
	}
	#Footer ul {
		list-style: none;
		padding-left: 171px;
		margin: 0 0 4px 0;
	}
	#Footer li {
		display: inline;
		padding: 0 6px 0 4px;
		border-right: 1px solid #FFF;
	}
	#Footer li.first {
		padding-left: 0;
	}
	#Footer li.last {
		border: none;
	}
  	#Footer p { 
		color: #fff;
		padding-left: 171px;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

/* Misc
******************************************/
.clear {
	height: 1%;
	font-size: 1%;
	clear: both;
}