/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
 	font-size: 65%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	background: #000 url(../images/back.jpg) repeat-x scroll 0%;
	background-position: top left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	font-size: 0.8em;
}

html {
	background: #000;
}
.clear{
	clear: right;
}

.clear_left {
	clear: none;
}

img {
	 border: 4px solid #fff; 
}

h2 {
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 2em;
	color: #fff;
	font-weight: 300;	
	letter-spacing: 1px;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
	border: 1px solid #444;
	background-color: #000;
}

#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: #000 ;
}
	
#Layout {
	width: 620px;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
	float: right;
	border-left: 1px solid #333;
}

#Content {
	width: 620px;	
	margin: 0;
	text-align: left;
}

/** Header **/

#HomePageHeader { 
 	width: 768px; 
 	height: 376px;
 	margin: 0 auto;
	overflow: hidden;
	background: #000 url(../images/header.jpg) repeat-x left center;
}

#Header {
	width: 800px; 
 	height: 186px;
 	margin: 0 auto;
	overflow: hidden;
	background: #000 url(../images/header_main.jpg) repeat-x left center;
}

#Header h1 { 
	color: #000; 
	font-size: 3.2em; 
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: 300;
	padding: 20px 0 0 30px;
}

#Header p {
	font-size: 1.4em;
	color: #fff;
	clear: left;
	margin: 0 0 0 100px;
}

/*** Main Nav ***/

#Navigation h1 {
	color: #ccc;
	font-weight: normal;	
}

#Navigation {
	width: 100px;
	padding-top: 5px;
	background: #000;
	margin-left: 15px !important;
	margin-left: 5px;
	float: left;
	text-align: left;
	display: block;
}

#Navigation ul { 
	margin-right: 10px;	
}

#Navigation ul li { 	
	margin: 0 2px; 
	float: left;
	line-height: 2.8em;
	display: block;
	width: 100px;
	border-bottom: 1px solid #333;
}

#Navigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	height: 2.3em; 
	font-size: 1.2em; 
	padding: 0 0 0 20px;
	color: #ccc;
	outline: none;
}

#Navigation ul li a span {
	text-align: center;
 	float: left;
	padding-right: 10px;
	height: 2.3em;
}

#Navigation ul li a:hover { 
	background: #000 url(../images/menu-bullet.jpg) no-repeat left center; 
	color: #fff;
	cursor: pointer;
}

#Navigation ul li a:hover span {
	background: #000;
	cursor: pointer;
}

#Navigation ul li a.current,
#Navigation ul li a.section,
#Navigation ul li a.section:hover,
#Navigation ul li a.current:hover { 
	background: #000 url(../images/menu-bullet.jpg) no-repeat left center; 
	color: #333;
}

#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 {
	background: #000;
	color: #fff;
}

    
/** Breadcrumbs **/

#Breadcrumbs { 
 	color: red;
	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;
}

/* Sidebar 
***********************************/

#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}

#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: #000; 
}

#Sidebar ul {
	margin: 2px 0 5px 3px;
}

#Sidebar li {
	margin: 8px 2px;
	list-style: none;
}

#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;
	background: #000;
}
	
#Sidebar .sidebarBottom {
	height: 15px;
	display: block;
	width: 200px;
	margin: -5px 0 0 0;
	background: #000;
}

#Sidebar a em {
	font-style: normal;
}

ul#Menu2 li { 
    font-size: 0.9em; 
    margin: 1px 0 5px 4px;
    list-style: none;
}

ul#Menu2 li a {
    display: block;
	width: 196px;
	font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    color: #898989;
}
      
ul#Menu2 li em {
	padding-left: 8px;
	display: block;
	font-size: 2em;
}

ul#Menu2 li li em {
	padding-left: 0;
}

      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #000;
	border-bottom: 1px solid #333;
}

#PageComments li.even {
	background: #000;
	border-bottom: 1px solid #333;
}

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

.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: #666;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 20px 0;
	font-size: 1em;
}

.readMoreLink {
	color: #666;	
}

input#SearchForm_SearchForm_Search {
	width: 95px;	
	margin-top: 10px;
}

#SearchForm_SearchForm_action_results {
	border: 1px solid #333;
	background-color: Transparent;
	color: #ccc;
	padding: 3px;
	float: right;
	width: 40px;
}

span.middleColumn {
	background-color: transparent;	
}

.searchResultHeader {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

#SearchResults p {
	font-size: 1.1em;	
}

#SearchPageNumbers a:link, #SearchPageNumbers a:visited, #SearchPageNumbers a:active {
	color: #ccc;
	border: 1px solid #333;
	padding: 2px 6px;
	text-decoration: none;
	font-size: 1.2em;
}

#SearchPageNumbers a:hover {
	color: #ccc;
	border: 1px solid #333;
	padding: 2px 6px;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #111;
}

/* 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: 800px; 
	height: 5em; 
	background: #000; 
	text-align: center; 
	line-height: 1.5em;
	}
	#Footer .footerTop {
		width: 100%;
		background: #000;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #666;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #666; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
  