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

html {
	background: #660066;
}

body { 
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
	}


img {
	border: 0px solid #E9E9E9;
}

.br { 
 	clear: both; 
	height: 1px;
	}

/**************
 	Site Container Box
*/

#Container { 
 	width: 800px;  
	margin: 0 auto; 
	height: 100%;
	background: #fff url(../images/containerbg.gif) repeat-y;
	}

/** Header **/
#Header { 
 	width: 769px; 
 	margin: 0 auto;
 	height: 218px;
	background: #660066 url(../images/header.gif) no-repeat;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		float: left; 
		font-family: 'Tahoma', Verdana, sans-serif;
		font-weight: 300;
		margin: 32px 0 0 0;
		margin-left: 25px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		float: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
ul#Nav { 
 	float: left; 
	margin-top: 130px; 
	margin-right: 15px; 
	}
	ul#Nav li { 
	 	list-style: none; 
		margin: 2px 2px; 
		float: left;
		display: block;
		}
  		ul#Nav li a { 
		background: #750075 url(../images/inactiveTabLeft.gif) no-repeat left top;
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 1.2em; 
			padding: 0 0 0 10px; 
			line-height: 30px; 
			color: #FE33FF;
			}
		ul#Nav li a span {
		background: #750075 url(../images/inactiveTabRight.gif) no-repeat right top;
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 30px;
 
		}
			ul#Nav li a:hover { 
			 	background: #8F458F url(../images/hoverTabLeft.gif) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			ul#Nav li a:hover span {
				background: #8F458F url(../images/hoverTabRight.gif) no-repeat right top;
				cursor: pointer;
			}
    		ul#Nav li a.current,
    		ul#Nav li a.section,
    		ul#Nav li a.section:hover,
    		ul#Nav li a.current:hover { 
			 	background: #FE0000 url(../images/activeTabLeft.gif) no-repeat left top; 
			 	color: #fff;
				}
			ul#Nav li a.current span,
			ul#Nav li a.section span,
    		ul#Nav li a.section:hover span,
			ul#Nav li a.current:hover span {
				background: #FE0000 url(../images/activeTabRight.gif) no-repeat right top;
				color: #fff;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 20px 0;
	}
	
/*** Left Col ***/
#Content { 
	float: right; 
	clear: right; 	
	text-align: left;
	}
#Content.wide {
	width: 760px;
	float: none;
	margin: 0px auto 10px auto;
}
#Content.skinny {
	width: 538px;
	margin: 0px 25px 10px 10px;
}

/*** 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.info {
	font-size: 1em;
	color: #999;
	margin: 2px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.blogEntry {
	border-bottom: 1px solid #eee;
}

/*** Sidebar ***/
#Sidebar { 
 	width: 200px; 
	float: left; 
	margin-top: 12px; 
	margin-left: 15px;
	padding: 0;
	background: #EFEFEF url('../images/sidebarTopBg.png') no-repeat center top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 10px;
	}

  	#Sidebar li { 
	   	font-size: 1em; 
		color: #7A7C7E; 
		margin: 1px 0 1px 10px;
		list-style: none;
		margin-bottom: 5px; 
		margin-left: 4px;
		}
	#Sidebar li a.link {
		display: block;
		width: 170px;
		text-indent: 8px;
		font-size: 1.2em;
		height: 21px;
		line-height: 21px;
		color: #898989;
	}
	#Sidebar li a:hover {
		background: #DCDCDC url(../images/sidebarLinkHoverBg.gif) no-repeat top left;
		color: #666;
		width: 190px;
		text-decoration: none;
	}
	#Sidebar li a.current,
	#Sidebar li a.section,
	#Sidebar li a.section:hover,
	#Sidebar li a.current:hover {
	 	display: block;
		width: 185px;
		margin-bottom: 0;
		line-height: 21px;
		height: 21px;
		padding-top: 2px;
		font-size: 1.2em;
		text-indent: 8px;
		padding: 0;
		font-weight: 700;
		background: #DCDCDC url(../images/sidebarLinkCurrentBg.png) no-repeat top left;
		color: #666;
	}
	#Sidebar li ul {
		height: 100%;
		position: relative;
		margin: -4px 0 0 0;
		width: 185px;
		padding: 4px 0 10px 0;
		background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
	}
	#Sidebar li ul li ul {
		background: #DCDCDC;
	}
	#Sidebar li ul li {
		width: 160px;
		background: #DCDCDC;
		padding: 0;
		font-size: 0.8em;
		display: inline;
		margin: 0;
	}
	#Sidebar li li a.link {
		width: 160px;
		margin: 2px 0 0 0;
		text-indent: 15px;
	}
	#Sidebar li li a:hover {
		text-decoration: underline;
		background: none;
		color: inherit;
	}
	#Sidebar li li a.current,
	#Sidebar li li a.current:hover {
	 	text-indent: 15px;
	 	color: #555;
		background: #DCDCDC;
	}

	#Sidebar li li ul {
		margin: 0px 0 5px 10px;
		padding-top: 0px;
		width: 175px;
	}
	#Sidebar li li ul .roundWhite {
		margin-bottom: -10px;
	}
	#Sidebar li li li a.link {
		color: #666;
		margin: 2px 0 0 10px;
		font-size: 1.7em;	
		text-indent: 8px;
		background: inherit;
	}
	#Sidebar li li li a:hover {
		width: 172px;
		font-size: 1.7em;
		border: 0;
		background: #DCDCDC url('../images/sidebarSubMenuHover.gif') no-repeat center right;
		text-decoration: underline;
	}
	#Sidebar li li li a.current,
	#Sidebar li li li a.current:hover {
		width: 173px;
		color: #fff;
		position: relative;
		z-index: 10;
		font-size: 1.7em;
		text-indent: 8px;
		margin-left: 10px;
		text-decoration: none;
		background: #BDBDBD url(../images/sidebarSubMenuCurrent.gif) no-repeat center right;
	}
	
#Sidebar h3 { 
	clear: both; 
	text-transform: lowercase;
	color: #fff;
	width: 200px;
	height: 24px;
	background: #6DADD4 url(../images/sidebarHeaderBg.png) no-repeat;
	line-height: 24px;
	font-weight: 700; 
	font-size: 1.4em; 
	text-indent: 10px;
	margin-bottom: 15px auto 2px auto;
	}
#Sidebar h3.toph3 { 
	margin-top: 0;
	background: #6DADD4 url(../images/sidebarHeaderBgTop.png) no-repeat;}
	
#Sidebar .sidebarRounded {
	height: 12px;
	width: 200px;
	background: url('../images/sidebarBottomBg.png') no-repeat;
}
#Sidebar .padding {
	margin: 0px 10px 6px 8px;
}
/*** Forms ***/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	width: 306px;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	clear: left;
}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto
}

.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

input.action {
	padding: 4px;
	color: #fff;
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: 700;
	background: #3E91C4 url(../images/inputBg.png) repeat-x;
	border: 3px solid #E9e9e9;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
	
/*** Comments ***/

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

ul#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
ul#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

ul#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

ul#PageComments li.odd p.info {
	color: #3AA0C3;
}

 /*** Footer ***/
 
#ContainerFooter {
	width: 800px;
	height: 28px;
	background: url(../images/containerFooter.gif) no-repeat;
} 

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 55px; 
	background: #660066 url(../images/containerFooter.gif) no-repeat; 
	text-align: center; 
	color: #fff; 
	margin-top: 30px;
	}
  	#Footer p { 
		color: #660066;
		font-size: 1.0em;
		line-height: 44px;
		width: 769px;
		text-align: center;
		}
  	#Footer a { 
	   	color: #660066; 
		}
  