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

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

* {
	margin: 0;
	padding: 0;
}
body {

 	font-size: 62.5%;
 	/*margin-bottom: 40px;*/
	font-family: Verdana, Tahoma, sans-serif;
}

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

th, td {
  vertical-align:top;
}

html {
	background-color:#B2B2B2;
	background-image: url(../images/bg_slice.gif);
	background-repeat:repeat-x;
}
.clear{
	clear:both;
}
img {
	/*border: 4px solid #E9E9E9;*/
	border: 0px;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 1015px;
	margin: 0 auto;
	background-color:#FFF;
}
#Container {
	padding-left:4px;

	}
#Layout {
	clear: both;
	overflow: hidden;
}

#BannerImageContainer {


}

#Content {
  padding-top:30px;
	padding-left: 35px;
	text-align: left;
	width:93%;

}

/** Header **/
#HeaderTop {
   background-image: url(../images/headertop_slice.gif);
   background-repeat: repeat-x;
   height:121px;
   border-left:4px solid #fff;
   border-right:4px solid #fff;
   border-bottom:4px solid #fff;
 	}

#HeaderTop #Logo {
  background-image: url(../images/lcp_logo.jpg);
  background-repeat:no-repeat;
  height:121px;
  width:268px;
  float:left;
  margin-left:43px;

  }

#HeaderTop #Login {
	background: url(../images/login_bg.gif) no-repeat;
	width:260px;
	height: 100px;
	margin-right: 100px;
	float:right;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px 0px 0px 8px;
}

#HeaderTop #Login .loginheading {
	color: #00B9F2;
	font-size: 1.2em;
}

#HeaderTop #Login .loginlabel {
	padding: 4px 0px 0px 0px;
	width: 70px;
	display: block;
	float: left;
}

#HeaderTop #Login a {
	color: #fff;
}

#HeaderTop #Login .logout {
	float:right;
	padding:0px 8px 4px 10px;
}

#HeaderTop #Login input {
	margin: 0px;
}

#HeaderTop form {
  height:100px;
  font-family: Verdana, Tahoma, sans-serif;
/*  position: absolute;
  left:0;
  top:0;*/
}

#HeaderTop .message {
  padding:0;
  margin:0;
  background-color:#404040;
  border:none;
  color: #10C0F0;
  font-weight:bold;
  width:200px;
  position:absolute;
  left:30px;
  top:8px;
  height:16px;
}

#HeaderTop .middleColumn {
  width:127px;
  height: 17px;
  background:transparent;
  margin:0;
  padding:0;
  position:absolute;
  left:98px;
  top:0px;
}

#HeaderTop fieldset {
width: 262px;
height:20px;
}

#HeaderTop #Email {
  width:260px;
  vertical-align:bottom;
  position: absolute;
  top:35px;
  height:20px;
  margin:0;
}

#HeaderTop #Password{
  width:260px;
  vertical-align:bottom;
    position: absolute;
    top:60px;
    height:20px;
    margin:0;
    padding:0;
    }

#HeaderTop .left {
  line-height:20px;
  margin-left:0;
  }

#HeaderTop .text {
  width: 125px;
  height: 15px;
  padding:0;
  border: 1px solid 9F9F9F;

}

#HeaderTop .left {
  width: 65px;
  float:left;
  padding-left: 30px;
  font-weight:bold;
  }

#HeaderTop #Remember {
  padding-left: 30px;
  font-weight:bold;
  width:200px;
  display:none;
  }

#Login .Actions {
  width: 32px;
  position:absolute;
  top:0;
  left:0;

}

#HeaderTop .Actions #LCCPLoginForm_LoginForm_action_dologin {
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  color:#404040;
  background-image: url(../images/login_button.gif);
  background-repeat:no-repeat;
  width: 10px;
  text-align:right;
  height:25px;
  vertical-align:bottom;
  position:absolute;
  left:234px;
  top:63px;
  }

#HeaderTop .Actions #LCCPLoginForm_LoginForm_action_forgotPassword {
  display:none;
  }

#HeaderTop .Actions #LCCPLoginForm_LoginForm_action_logout {
  position:absolute;
  left:25px;
  top:45px;
  color:white;
  background:#404040;
  border:0;
  font-weight:bold;
  width:140px;
}


/*** 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:182px;
	float: left;
	margin: 0px;
	margin-right:3px;
	padding: 0px;
	background-color:#00B9F2;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 0 0;
	padding-bottom: 2px;
	background: #E5E5E5;
	}


  #Nav {
    margin:0;
    }

  #Nav a {

    padding-left:20px;
    font-family: Verdana, Tahoma, sans-serif;

  }

  #level1a {
    color: #FFF;
    font-size:12px;
    font-weight: bold;
    }

 .level1current, .level1section {
    background-color: #616161;
    color:#FFF;
    line-height: 37px;
  }

  .level1link, .level2link, .level3link {
  line-height: 36px;
  }


   #Nav li {
    margin: 0;
    padding:0;

    border-bottom: 2px solid #FFFFFF;
   }

  #level2a,
  #level3a  {
    font-size:11px;
    font-weight: bold;
   }



  .level2current, .level2section, .level2link {
    background-color: #6DCFF6;
    line-height: 36px;
  }

  .level3current, .level3link {
    background-color: #ACEIFA;
    line-height: 36px;
  }

  .level2section a, .level2link a, .level3link a{
    color:#FFF;
  }

  .level2current a, .level3current a {
    color:#616161;
  }



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

#Footer {
 	clear: both;
  background-color: #FFF ;
	height: 84px;
	margin-left:35px;
	margin-right:50px;

	text-align: center;
	}
 .footerTop {
		width: 1015px;
		display: block;
		border-top: dashed 1px ;
		margin-top:30px;
		margin-left: -4px;
		height:22px;
		border-color: #616161;
	}
  	#Footer p {
		color: #6E6E6E;
		font-size: 10px;
		text-align: left;
	}
  	#Footer a {
	   	color: #6E6E6E;
	   	text-decoration: none;
		}

	#Footer a:hover {
		color: #616161;
		text-decoration: underline;
	}

	/* logo container*/
	#Footer #FooterLeft {
		float:left;
		/*width:38%;*/
		margin:0px;
		display:inline;
		line-height:30px;
		}
	#Footer #FooterLeft p {
	}
	/*search and menu container*/
	#Footer #FooterRight {
		vertical-align:top;
    text-align:right;
    float:right;
    display:inline;
		margin:0;
		padding:0;
		overflow: hidden;
		}



 /*
 ******************************************
 Right Content
 ******************************************
 */


#RightContent {
  float:right;
  width:191px;
	margin: 0px;
	padding: 0px;
	border:0;
  }

#RightContent div {
 border-left:#FFF 3px solid;
 }

 #RContentBox1 {
 	background-color:#EC519D;
	margin: 0px;
	height:188px;
	color:#FFF;
	border-bottom: #FFF 3px solid;
	}
#RContentBox2 {
 	background-color:#7D4199;
	height:188px;
	margin: 0px;

	border-bottom: #FFF 3px solid;
	}
#RContentBox3 {
 	background-color:#FDB825;
	height:188px;
	margin: 0px;

	border-bottom: #FFF 3px solid;
	}
#RContentBox4 {
 	background-color:#FFF;
	}
 #RightContent h1 {
 color:#FFF;
 font-weight:bold;
 font-size:2em;
 padding: 17px 19px;
 }
#RightContent p {
 color:#FFF;
 font-size:12px;
 line-height: 1.4em;
 padding: 0 19px 17px 19px;
}

#RightContent a:active, #RightContent a, #RightContent a:visited, #RightContent a:link  {
  color:#FFF;
  text-decoration: none;
  }
#RightContent a:hover {
  text-decoration: underline;
}

/*
******************************************
 Access Keys
******************************************
*/

.accesskeys {
  height:500px;
  left:-1000px;
  position:absolute;
  top:-1000px;
  width:500px;
}

/* Step Menu */
.clearFix {
	clear:both;
}

.stepMenuContainer {
	/*background:url(../images/stepmenu/bg.jpg) repeat-y;*/
	background:#2f2d2e;
	width:822px;
	height:280px;
}

.stepMenuContainer a {
	color:white;
}

.stepMenuContainer .guide {
	float:left;
	margin-right:20px;
	background:url(../images/stepmenu/guide-bg.png) no-repeat right center;
	height:100%;
}

.stepMenuContainer .guide div {
	text-align:left;
	float:left;
	clear:left;
	width:100px;
	padding-left:20px;
	padding-right:20px;
	font-size:130%;
	margin-bottom:10px;
}

.stepMenuContainer .guide > div:first-child {
	margin-top:60px;
}

.stepMenuContainer .holder {
	background:url(../images/stepmenu/dots-bg.png) repeat-x 0 33px;
	height:100px;
	text-align:left;
}

.stepMenuContainer .step {
	float:left;
	text-align:center;
	width:100px;
	margin-right:20px;
}

.stepMenuContainer .step a.orb {
	background:url(../images/stepmenu/arrow.png) no-repeat center -71px;
	height:73px;
	width:69px;
	margin:auto;
	display:block;
}

.stepMenuContainer .step a.text {
	display:block;
	font-family:Georgia, arial;
	font-size:130%;
	line-height:20px;
}

.stepMenuContainer .step a.orb:hover, .stepMenuContainer .step a.current {
	background-position:center 0;
}

.stepMenuContainer .title {
	padding-top:30px;
	padding-bottom:43px;
	font-size:250%;
	font-family:Georgia, arial;
	font-weight:bold;
}

/* IE 6 Fixes for the Step Menu */
* html .stepMenuContainer .guide {
	/* Pad the top because IE 6 is lame and doesn't understand :first-child rules */
	padding-top:60px;
	height:90%;
}

/* Fixes the 'cannot click on link bug' */
* html a { position:relative }

* html .stepMenuContainer .step a {
	position:relative;
}

* html .stepMenuContainer .step a.orb {
	background:url(../images/stepmenu/arrow0.png) no-repeat center center;
	/* PNG Fix breaks the hand cursor in IE6 */
	cursor:hand;
}

* html .stepMenuContainer .step a.current  {
	background:url(../images/stepmenu/arrow1.png) no-repeat center center;
}

/* create a faux div style nested inside the orb A tag that will be invisible until mouseover */
* html .stepMenuContainer .step a.orb div {
	background:url(../images/stepmenu/arrow1.png) no-repeat center center;
	display:none;
	width:100%;
	height:100%;
}
/* show the faux div when mouse rolls over it for IE 6 to give PNG orb background rollover effect */
* html .stepMenuContainer .step a.orb:hover div {
	display:block;
}

* html .stepMenuContainer .holder {
	background:url(../images/stepmenu/dots-bg.gif) repeat-x 0 35px;
}