/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-size: 12px;
	/*margin-bottom: 40px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background: #FFFFFF url(images/Header-BG-Shadow.gif) repeat-x left top;*/
	background: #FFFFFF url(images/Header-BG-Shadow-1.gif) repeat-x left top;
	
	
}

html {
	/*background: #626467 url(../images/bg.gif) repeat;*/
}

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

.clear{
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}


/* CONTAINER
----------------------------------------- */
#BgContainer {
	/*width: 860px;  
	margin: 60px auto 0 auto;*/ 
}
#Container { 
	width: 900px;
	margin: 60px auto 0 auto;
	/*padding-bottom: 15px;*/
	background: #fff;
}
#Layout {
	width: 860px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#Content {
	width: 610px;
	float: right; 	
	margin: 0;
	text-align: left;
}

#ContentLeft {
	width: 250px;
	float: left; 	
	overflow:hidden;
}

#ContentRight {
	width: 320px;
	float: right; 	
	overflow:hidden;
}

/* HEADER
----------------------------------------- */
#HeaderOuter { 
 	position:relative;
	/*overflow: hidden;*/
	background-color: #999999;
	height: 200px;
	/*background: #7bc0d8 url(images/Header-BG-Logo.png) no-repeat right top;*/
	/*background: #dbecf3 url(images/Header-BG-Logo-dunkelblau.png) no-repeat right top;*/
	background: #dbecf3 url(images/Header-BG-Logo-mittelblau.png) no-repeat right top;
}

#Header { 
 	position:relative;
	width: 900px; 
 	margin: 0 auto;
	/*overflow: hidden;
	background: #666666;*/
	height: 200px;
}


#Header h2 {
	margin: 67px 0 0 40px;}
	
#Logo {
	width: 288px;
	height: 250px;
	background:green;
	position: absolute;
	z-index:100;
	left:-30px;
	top:0;
	background: transparent url(images/Header-Logo-BG.png) no-repeat left top;
}


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#topNav {
	text-align:right;
	padding:95px 5px 0 0;
	line-height: 20px;
	color: #666666;
	text-transform:uppercase;
}

#topNav a {
	color: #666666;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}


/* MAIN NAVIGATION - TABS
----------------------------------------- */

#NavigationOuter {
	height: 60px;
	width:900px;
	overflow:hidden;
	position: relative;
}

#Navigation {
	height: 60px;
	width: 1600px;
	position: absolute;
	right:0;
	top:0;
}
	#Navigation ul { 
 		float: right; 
		height:60px;
		
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0; 
			float: left;
			line-height: 60px;
			font-size: 14px;
			font-weight:bold;
			text-transform:uppercase;
			display: block;
		}
		
		#Navigation div.Nav-Li-Left {
			float:right;
			height: 60px;
			width:800px;
			background: transparent url(images/NaviBG.png) repeat-x right top;
		}
		#Navigation ul li.Nav-Li-Right {
			height: 60px;
			width:25px;
			background: transparent url(images/NaviBG-Right.png) no-repeat right top;
		}
		
		
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 60px; 
				padding: 0 5px;
				padding: 0 12px;
				color: #fff;
				background: transparent url(images/NaviBG.png) no-repeat center top;
			}
				#Navigation ul li a span {
					/*text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;*/
				}
					#Navigation ul li a:hover { 
			 			background-position: center -100px; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						/*background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						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-position: center -100px; 
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	position: absolute;
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: -50px 5px 10px 0;
	width:610px;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 220px; 
	float: left;  
	margin: 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		/*padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top;*/ 
		background:#7bc0d8;
	}
	#Sidebar .sidebarBoxTop {
		height: 5px;
		overflow: hidden;
		background: #FFFFFF url(images/subnaviTop.gif) no-repeat left top;
	}
	#Sidebar .sidebarBoxBottom {
		height: 5px;
		overflow: hidden;
		background: #FFFFFF url(images/subnavibottom.gif) no-repeat left top;
	}
	
	#Sidebar .sidebarBoxContent {
		padding: 0 10px;
	}
	
	#Sidebar .sidebarBox a {
		color:#FFFFFF;
	}
	
	
	
	
	
	
	
	#Sidebar ul {
		margin: 0;
	}
	
	#Sidebar ul#Menu2 {
		margin-bottom: 100px;
	}
	
	
		#Sidebar li {
			margin: 0;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: uppercase;
		color: #333333;
		font-size: 12px;
		font-weight: normal; 
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#Sidebar p {
	 	clear: both;
	 	margin: 10px 10px 0 10px;
		margin: 0 0 16px 0;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	margin: 0 0 5px 0;
		padding: 0;
        list-style: none !important;
    }
    	ul#Menu2 li a {
            display: block;
			padding: 0 0 0 10px;
            height: 20px;
            line-height: 20px;
            color: #FFFFFF;
			text-decoration: none;
      	}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
		
		
		
		ul#Menu2 li {
			background-color: #7bc0d8;
		}
		
		ul#Menu2 li.current,
		ul#Menu2 li.section {
			background-color: #666666;
		}
		
		ul#Menu2 li .Menu2ListItemTop {
		 height: 5px;
		 overflow: hidden;
		 background: #FFFFFF url(images/subnaviTop.gif) no-repeat left top;
		}
		ul#Menu2 li .Menu2ListItemBottom {
		 height: 5px;
		 overflow: hidden;
		 background: #FFFFFF url(images/subnaviBottom.gif) no-repeat left top;
		}
		
		ul#Menu2 li.current .Menu2ListItemTop,
		ul#Menu2 li.section .Menu2ListItemTop,
		ul#Menu2 li.current .Menu2ListItemBottom,
		ul#Menu2 li.section .Menu2ListItemBottom {
			background-color: #666666;
			background-position: -300px top;
		}
		
		
		
		
		
      	ul#Menu2 li a:hover {
        	background: transparent url(images/subnaviBullet.gif) no-repeat left top;
        	color: #FFF;
			cursor: pointer;
            text-decoration: none;
      	}
		
		/*ul#Menu2 li.current a,
		ul#Menu2 li.current a:hover,
		ul#Menu2 li.section a,
		ul#Menu2 li.section a:hover {
			background: transparent url(images/subnaviBulletActive.gif) no-repeat left top;
		}*/
		
		
		ul#Menu2 li.current a:hover,
		ul#Menu2 li.section a:hover,
		ul#Menu2 li a.current,
		ul#Menu2 li a.section {
			background: transparent url(images/subnaviBulletActive.gif) no-repeat left top;
		}
		
		
		
		
	  	ul#Menu2 li a.current {
	  	}
		
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover,
		ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
		}
		
	
	
	
      		ul#Menu2 li ul {
				margin: 0 0 0 10px;
      		}
      			ul#Menu2 li ul li {
            		padding: 0;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			padding: 0;
            			margin: 0;
      				}	
      
					ul#Menu2 li li {background:transparent;}
					
					
					ul#Menu2 li li a.current,
					ul#Menu2 li li a.section,
					ul#Menu2 li li a.section:hover,
					ul#Menu2 li li a.current:hover {
					}
						ul#Menu2 li li ul {
							margin: 0 0 0 10px;
							padding: 0;
						}
	
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {}
 	


/* SIDEBAR Taser
-------------------------------------- */


.SidebarTeaser {}
.SidebarTeaser a {}
.SidebarTeaser a img {}
.SidebarTeaser p.SidebarTeaserText{
	width: 190px;
	margin-left: 2px;
}



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

#PageComments_holder form {
	padding-bottom: 20px;
}


#PageComments li {
	/*margin: 5px 0;
	padding: 1px;
	width: 88%;*/
	margin: 5px 0;
	padding: 0;
	/*width: 100%;*/
}
	#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;*/
		}
		
		#PageComments li p.info {
			color: #7BC0D8;
		}

		.actionLinks li {
		   color: #7BC0D8;
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
				line-height: 10px;
			}
   			.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.comment {
	background: #dbecf3 url(images/PageCommentTop.gif) no-repeat left top;
	padding: 20px;
	margin:0;
}


#PageComments p.info {
	background: #FFFFFF url(images/PageCommentBottom.gif) no-repeat left top;
	padding: 10px 0 0 40px;
}


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

/* SEARCH FORM 
-----------------------------------------------*/
/*
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}
*/

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

/*.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
}*/

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

#FooterOuter { 
 	clear: both;
	height: 105px; 
	background: #dbecf3 url(images/FooterBG.gif) repeat-x center top;
	text-align: center; 
}

#Footer { 
 	clear: both;  
	width: 860px;
	height: 105px;
	margin: 0 auto;
	text-align: left;
}
	#Footer .footerTop {
		width: 100%;
		background:transparent;
		display: block;
		height: 60px;
	}
  	#Footer p { 
		color: #7bc0d8;
	}
	#Footer a { 
		color: #7bc0d8; 
		text-decoration: none;
	}
	#Footer a:hover {
		color: #7bc0d8;
		text-decoration: underline;
	}
	


#Footer ul.FooterLinks {
	list-style:none;
	color: #7bc0d8;
	padding:0;
	margin:0 15px 0 0;
	float:left;
}

#Footer ul.FooterLinks li {
	padding:0;
	margin:0 0 1px 0;
}


#Footer .Footer-Right {
	color: #7bc0d8;
	padding-left:60px;
	background: transparent url(images/FooterLogo.gif) no-repeat left top;
	margin:0;
	float:right;
}

#Footer ul.FooterLinks a {
	color: #7bc0d8;
	text-decoration:underline;
}

			
/* HOME
----------------------------------------------- */



#homeBox {
	margin-bottom: 30px;
}


#homeBoxContent {
	background: #FFFFFF url(images/Home-Box-Middle.gif) repeat-y left top;
}

#homeBoxTop {
	height: 10px;
	overflow:hidden;
	background: #FFFFFF url(images/Home-Box-Top.gif) no-repeat left top;
}

#homeBoxBottom {
	height: 10px;
	overflow:hidden;
	background: #FFFFFF url(images/Home-Box-Bottom.gif) no-repeat left top;
}


#homeBoxLeft {
	width: 375px;
	float:left;
	margin-left: 20px;
	display:inline; /* fix for ie6 double margins */
}
#homeBoxRight {
	width: 375px;
	float:right;
	margin-right: 20px;
	display:inline; /* fix for ie6 double margins */
}
#homeBox H2 {
	color:#FFFFFF;
	font-size:36px;
}

.homeBoxSlides {
	width:375px;
	height:150px;
	overflow: hidden;
}

.homeBoxInfotext {
	margin-top: 10px;
}


/* Listen (Quer)
----------------------------------------------- */

.Linklist,
.DownloadList {
	border-top: 1px solid #333333;
}

.typography .DownloadCat h2 {
	margin-top: 28px;
}


/* Linklist (general)
----------------------------------------------- */

.ListItem {
	border-bottom: 1px solid #333333;
	padding: 5px 0;
}


.typography .ListItem * {
	margin:0;
}

.typography .ListItem h2,
.typography .ListItem p {
	margin-bottom: 5px;
}

.typography .ListItem h2 a,
.typography .ListItem h2 a:hover {
	color:#333333;
	text-decoration:none;
}


/* Mini-Galerie
----------------------------------------------- */
.miniGalerieWrapper {
	padding:16px 0 16px 0;
}
h2.miniGalerieHead {}
.miniGalerie {
	padding-top:10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.miniGalerieThumbOuter {
	float:left;
	margin-right: 14px;
	margin-bottom: 14px;
	padding: 0;
}

.miniGalerieThumbOuter.miniGalerieCol-last {margin-right:0;}

.miniGalerieThumbInner{padding:0;margin:0;line-height:0;}

.miniGalerie img {padding:0;margin:0;border:none;display:inline-block;line-height:0;}

.miniGalerie a {background-color:#000000;display:inline-block;padding:0;margin:0;line-height:0;}

.miniGalerie a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.miniGalerieInfo {color:#999999 !important;}


/* Showcase List
----------------------------------------------- */
.ShowcaseList {
	border-top: 1px solid #333333;
}

.ListItem {
	padding: 5px 0;
	border-bottom: 1px solid #333333;
}

.ShowcaseList .ListItem * {
	margin:0;
}

.ShowcaseList .ListItem h2 {
	margin-bottom: 5px;
}

.ShowcaseList .ListItem h2 a {
	text-decoration:none;
	color: #333;
}

.ListItemLeft {
	width: 140px;
	overflow:hidden;
	float:left;
	line-height:0;
}

.ListItemRight {
	width: 450px;
	overflow:hidden;
	float:right;
}

.PageBrowser {
	width: 48px;
	width: 98px;
	height: 24px;
	float:right;
	overflow: hidden;
}

.PageBrowserPos {
	display:block;
	width: 50px;
	height: 24px;
	overflow: hidden;
	float:left;
	text-align:center;
	line-height: 24px;
	color: #7bc0d8;
}

.PageBrowserPrev,
.PageBrowserNext {
	display:block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	text-indent: 9999px;
	background: transparent url(images/PageBrowserIcons.gif) no-repeat left top;
}

.PageBrowserPrev {
	float:left;
	background-position: 0px -100px;
}

.PageBrowserNext {
	float: right;
	background-position: -50px -100px;
}

a.PageBrowserPrev {
	background-position: 0px 0px;
}

a.PageBrowserNext {
	background-position: -50px 0px;
}

a.PageBrowserPrev:hover {
	background-position: 0px -50px;
}

a.PageBrowserNext:hover {
	background-position: -50px -50px;
}


/* Blog-Media
----------------------------------------------- */

div.youtube {
	margin-bottom: 16px;
	text-align:center;
}

/* Top-Images
----------------------------------------------- */

.topImage {
	margin-bottom: 16px;
}

.topImage .floatleft,
.topImage .floatright {
	width:295px;
}




/* Sticky Footer by Ryan Faith
   http://ryanfait.com/
   http://ryanfait.com/sticky-footer/
   http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
----------------------------------------------- */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#BgContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#Container{ padding-bottom: 190px;}

#FooterOuter {
	clear:both;
	height: 150px; /* .push must be the same height as .footer */
}







/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
