/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */

/************
  * Misc Styles and defaults
  */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.gif) top left no-repeat;
	color: #333;
 	font-size: 62.5%;
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif;
}

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

html {
	background: #fff;
}
.clear{
	clear:both;
	margin: 0;
}
img {
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 1000px;
	margin: 0 auto;
/*	background: #fff; */
}
#Container {
	width: 1000px;
	padding-bottom: 15px;
/*	background: #fff; */
	}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 5px auto;
}
#Content {
	width: 720px;
	float: left;
	margin: 0;
	text-align: left;
}
/** Header **/
#Header {
 	width: 960px;
 	height: 259px;
 	margin: 0 auto;
	overflow: hidden;
	}
 	#Header h1 {
	  	color: #fff;
		font-size: 3.2em;
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		display: none;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
		display: none;
	}

/*** Main Nav ***/
#Navigation {
	width: 960px;
	height: 40px;
	margin: 5px auto;
	background: url(../images/navigationRounded.gif) no-repeat center bottom;
}

/** Breadcrumbs **/
#Breadcrumbs {
 	color: #666;
 	background: url(../images/breadcrumbRounded.gif) no-repeat left bottom;
	font-size: 0.95em;
	width: 960px;
	height: 20px;
	}

	#Breadcrumbs ul {
		margin: 0;
		padding: 0;
		width: 960px;
		height: 20px;
		list-style: none;
		float: left;
		margin-right: 10px;
	}

	#Breadcrumbs ul li {
		float: left;
		line-height: 20px;
		margin: 0 10px 0 5px;
		padding: 0;
	}

	#Breadcrumbs ul li.LanguageChooser {
		float: right;
	}

	#Breadcrumbs ul li.LanguageChooser:before {
		content: '| ';
	}

#LanguageChooser li {
	float: right;
}

/*** 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: 230px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	}

	#Sidebar ul {
		margin: 2px 0 15px 3px;
	}
	#Sidebar ul ul {
		margin: 2px 0 15px 3px;
	}
	#Sidebar li {
		margin: 5px 2px;
		margin-left: 15px;
		list-style: disc;
		font-size: 1em;
	}
	#Sidebar li li {
		margin: 5px 2px;
		margin-left: 15px;
		list-style: disc;
		font-size: 1em;
	}
	#Sidebar h3 {
		clear: both;
		text-transform: lowercase;
		color: #000;
		font-weight: 700;
		font-size: 1.4em;
		margin: 0 0 0 0;
		line-height: 1.4em;
		padding: 1px 0 0 10px;
	}

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

	#Sidebar .sub a em {
		font-style: normal;
		color: #666;
	}

	.WidgetHolder {margin-bottom: 45px ! important;}

/* 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;
}

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

/* 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: 1000px;
	height: 24px;
	background: url(../images/footer.gif) no-repeat bottom center;
	text-align: center;
	}
  	#Footer p {
		color: #666;
		font-size: 0.9em;
		text-align: center;
		height: 24px;
		line-height: 24px;
	}
  	#Footer a {
	   	color: #333;
	   	text-decoration: underline;
		}
	#Footer a:hover {
		color: #333;
		text-decoration: underline;
	}
	#Footer strong {
		color: #333;
	}
