/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
 	font-size: 16px; 
 	margin-bottom: 40px;
	font-family: helvetica, arial, verdana; 
}

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

html {
	
}
.clear{
	clear:both;
}
img {
	border: 4px solid #E9E9E9;
}

.notext {
display: none;
}


.Left {
	float:left;
}

.Right {
	float:right;
	width:75%;
}

	.Right h4 {
		margin:0px!important;
		line-height:1em!important;
	}
/**************
 	Site Container Box
*/
.BgContainer {
	width: 783px;  
	margin: 0 auto;
	text-align: center; 
}
.Container { 
	width: 783px;
	text-align: center;
		}
#Layout {
	clear: both;
	margin: 0px auto 15px auto;
}

#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	margin: 0 auto;
	background: #eee;
	height:182px;
	text-align: center;
	}
	
	#maincontent {
	 	margin: 0 auto;
		text-align: center;
	}
	
	#Header img {
	border: 0px;
	margin-top: 20px;
	float: left;
	width: 183px;
	}


#Header .one-liner {
float: right;
width: 300px;
background: url(../images/sisu-what-were-about.png) 0px 0px no-repeat;
height: 50px;
margin-top: 40px;
}

#Header .logo2 {
width: 128px;
height: 77px;
float: right;
}



/*** Main Nav ***/
#Navigation {
	margin: 43px auto 0px auto;
	height:42px;
	
	}
#Navigation ul { 
margin: 0px auto;
width:615px;
text-align: center;
 	
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 1px 0px 0px; 
		float: left;
		width: 122px; 
		}
  		#Navigation ul li a { 
			text-decoration: none;
			display: block;
			width: 122px; 
			height: 42px;
			line-height: 42px; 
			color: #3E0203;
			background: #ccc url(../images/othertab.png) 0px 0px no-repeat;
			text-align: center;
			font-weight: bold;
			font-size: 95%;
			}
		
			#Navigation ul li a:hover { 
			 		background: #fff url(../images/currenttab.png) 0px 0px no-repeat; 
				color: #3E0203;
				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: #fff url(../images/currenttab.png) 0px 0px no-repeat;
			 	color: #3E0203;
				}
				
.sub-menu {
	margin:10px;
	padding:10px;
}
	.sub-menu li {
		padding:0 20px;
	}
			
.header-image {
background: #810D0E url(../images/bar-bg.png) 0px 0px repeat-x;
text-align: center;
margin: 10px 0px 0px 0px;
padding: 0px;
height:213px;
}

.header-image-sm {
background: #810D0E url(../images/bar-bg-sm.png) 0px 0px repeat-x;
text-align: center;
margin: 10px 0px 0px 0px;
padding: 0px;
height:78px;
}
	.header-image-sm h1 {
		color:#fff!important;
		line-height:78px!important;
	}

.no-bg {
background: none;
margin-top: 20px;
height:auto;
}

.header-image img {
border: 0px;
margin: 0px;
padding: 0px;
}

.threecolumn {
width: 230px;
float: left;
margin-right: 10px;
background: url(../images/module.png) 0px 0px no-repeat;
padding: 10px;
}

.threecolumn a, .threecolumn a:visited, a.bigredbutton, a.bigredbutton:visited {
display: block;
width: 235px;
height: 72px;
background: url(../images/button-more.png) 0px 0px no-repeat;
}

.notext {
	display: none;
}

.one {
	background: url(../images/module1.jpg) 0px 0px no-repeat;
}

.two {
	background: url(../images/module2.jpg) 0px 0px no-repeat;
}

.three {
	background: url(../images/module3.jpg) 0px 0px no-repeat;
}
.one a, .two a, .three a {
display: inline;
width: auto;
height: auto;
background: transparent none;
}

.lastcolumn {
margin-right: 0px;
}



/*** 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: 250px; 
	float: right;  
	margin: 15px 0px 30px 30px;
	background: url(../images/module.png) 0px 0px no-repeat;
	}
	
	#Sidebar1 { 
 	padding: 10px;
	background: url(../images/module-bottom.png) 0% 100% no-repeat;
	}

    ul#Menu2 li { 
            float: left;
			width: auto;
            list-style: none;
            }
      ul#Menu2 li a {
       color: #7F221A;
	   font-weight: bold;
	   text-decoration: underline;
      }
	
   
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
           
            color: #000;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
         color: #000;
		 text-decoration: none;
            font-weight: 700;
          
      }
   
   #Sidebar1 strong {
	color:#7F1F1C;
}

	
/* 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;  
	height: 5em; 
	text-align: center; 
	width:783px;
	margin:0 auto;
	margin-top:20px;
	}
	#Footer .footerTop {
		Border-top: 1px solid #eee;
		padding-top: 20px;
			}
  		#Footer img {
		border: 0px;
		}
	
	#Footer p { 
		font-size: 0.7em;
		text-align: center;
		color: #666;
		line-height: 1.6em;
		
			}
  	#Footer a, #Footer a:visited { 
	   	color: #666;
	   	text-decoration: underline;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: none;
		background:  #666;
	}
  
