/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
 
/************
  * Misc Styles and defaults 
  */
 
* { 
	margin: 0; 
	padding: 0; 
	outline-color: #fff;
	}


body { 
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
	color: #333;
	font-size: 12px;
	}
td{
	border: 0px;
	font-size: 12px;
}

img {
	border: 0px;
}

.br { 
 	clear: both; 
	height: 1px;
	}

/**************
 	Site Container Box
*/

#Container { 
 	width: 800px;  
	margin: 0 auto; 
	height: 100%;
	background: #fff url(../images/containerbg.gif) repeat-y;
	}


#bodyWrap {
    width: 800px;
    margin: 0 auto;
    height: 100%;
    /*background: #fff url(../images/containerbg.gif) repeat-y;*/
}

.w {
    width: 800px;
    margin: 0 auto;
    height: 100%;
    /*background: #fff url(../images/containerbg.gif) repeat-y;*/
}


/** Header **/
#Header { 
 	width: 769px; 
 	margin: 0 auto;
	height: 121px; 
	background: #efefef url(../images/header.jpg) 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: right; 
	margin-top: 19px; 
	margin-right: 15px; 
	}
	ul#Nav li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		}
  		ul#Nav li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 1.2em; 
			padding: 0 0 0 10px; 
			line-height: 30px; 
			color: #fff;
			}
		ul#Nav li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 30px;
 
		}
			ul#Nav li a:hover { 
			 	background: #93C7E7 url(../images/hoverTabLeft.png) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			ul#Nav li a:hover span {
				background: #93C7E7 url(../images/hoverTabRight.png) 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: #fff url(../images/activeTabLeft.png) no-repeat left top; 
			 	color: #444;
				}
			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: #fff url(../images/activeTabRight.png) no-repeat right top;
				color: #444;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #000;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 20px 0;
	}
	
/*** Left Col ***/
#Content { 
	font-size: 12px;
	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: #000;
	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: #000;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p.info {
	font-size: 1em;
	color: #000;
	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;
	}
	#Sidebar ul {
		margin: 2px 0 5px 10px;
	}

  	#Sidebar li { 
	   	font-size: 1em; 
		color: #000; 
		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: #000;
	}
	#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 .sidebarRounded {
	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: #000;
}

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: #58ADE1 url(../images/containerFooter.gif) no-repeat; 
	text-align: center; 
	color: #fff; 
	margin-top: 30px;
	}
  	#Footer p { 
		color: #fff;
		line-height: 44px;
		width: 769px;
		text-align: center;
		}
  	#Footer a { 
	   	color: #fff; 
		}
  





body{
    font-family: arial,verdana;
}

body,td{
    font-size: 11px;
}

.box-logo{
    border: 1px solid #999;
    width: 200px;
    height: 125px;
    background: url('../images/bg_logo.jpg') repeat-x;
}

.box-footer{
    height: 100px;
    background: #efefef;
}


.box-top-nav{
    width: 87px;
    margin: 1px;
    height: 125px;
    background: #FFC1C1;
    float: left;
}

.box-top-nav .pic{
    background: url('../images/oldpics/Image_04.jpg') repeat-x;
    height: 95px;
}

.box-top-nav .link{
    background: url('../images/bg_silver.gif') repeat-x;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align:center;
    padding-top:8px;
}



.box-left{
    width: 200px;
    border: 1px solid #999;
    margin-bottom: 3px;
}

.box-right{
    width: 180px;
    border: 1px solid #999;
}

.box-top{
    height: 30px;
    padding: 4px 2px 0px 15px;
    background: #999;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: tahoma,verdana;
}

.blue{
    background: url('../images/bg_blue.gif') repeat-x;
}

.silver{
    background: url('../images/bg_silver.gif') repeat-x;
}

.green{
    background: url('../images/bg_green.gif') repeat-x;
}



.box-left ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.box-left ul li a:link,.box-left ul li a:active,.box-left ul li a:visited{
    display: block;
    width: 192px;
    border-bottom: 1px dotted #333;
    margin: 1px 3px 1px 3px;
    padding: 2px;
    color: #ff6600;
    text-decoration: none;
}

.box-left ul li a:hover{
    color: #333;
    background: #efefef;
}


.box-right ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.box-right ul li a:link,.box-right ul li a:active,.box-right ul li a:visited{
    display: block;
    width: 151px;
    height: 17px;
    background: url('../images/bullet_silver.gif') no-repeat;
    background-color: #efefef;
    margin: 1px 2px 1px 2px;
    padding: 3px 0px 0px 25px;
    color: #ff6600;
    text-decoration: none;
}

.box-right ul li a:hover{
    color: #333;
    background: url('../images/bullet_silver.gif') no-repeat;
    background-color: #ffffcc;
}

#wrap{
    width: 800px;
    margin: 0 auto;
}

#wrapH {

}

#menuH {
    height: 35px;
    background: url('../images/menuH_bg.gif') repeat-x -50px 0px;
    border: 1px solid white;
}

#logoH {
    height: 60px;
    background: url('../images/wBanner_bg.gif');
    border: 1px solid white;
}

#picsH {

}

#footerH {
    height: 60px;
    background: url('../images/footer_bg.gif') repeat-x 0px 0px; 
    border: 1px solid white;
}

#menu-table{
    border: 0px;
	margin-top: 7px;
}

#menu-table td{
    color: #ffffff;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    text-transfom: uppercase;
    border: 0px;
}

#menu-table td a{
    color: #ffffff;
	text-decoration: none;
}

#menu-table td a:hover{
	color: #666;
	text-decoration: underline;
}

h2{
	color: #000000;
	border-bottom: 1px dotted #efefef;
	margin-bottom: 5px;
}

