/*
Theme Name: Solar Decathlon Team Austria
Theme URI: http://www.solardecathlon.at
Author: Jakob Doppler 
Author URI: http://jakob.digidop.net
Description: This is a custom Theme delveloped for the Solar Decathlon 2013 Team Austria
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: sdta
*/

/*
   ------------------------------------------------------------------
   960 Grid  Reset.css
   ------------------------------------------------------------------
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}


/*
   ------------------------------------------------------------------
   Grid 8 Style 
   ------------------------------------------------------------------
*/

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .grid_1 {
	width:80px;
}

.container_8 .grid_2 {
	width:200px;
}

.container_8 .grid_3 {
	width:320px;
}

.container_8 .grid_4 {
	width:440px;
}

.container_8 .grid_5 {
	width:560px;
}

.container_8 .grid_6 {
	width:680px;
}

.container_8 .grid_7 {
	width:800px;
}

.container_8 .grid_8 {
	width:920px;
}




/* Prefix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .prefix_1 {
	padding-left:120px;
}

.container_8 .prefix_2 {
	padding-left:240px;
}

.container_8 .prefix_3 {
	padding-left:360px;
}

.container_8 .prefix_4 {
	padding-left:480px;
}

.container_8 .prefix_5 {
	padding-left:600px;
}

.container_8 .prefix_6 {
	padding-left:720px;
}

.container_8 .prefix_7 {
	padding-left:840px;
}



/* Suffix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .suffix_1 {
	padding-right:120px;
}

.container_8 .suffix_2 {
	padding-right:240px;
}

.container_8 .suffix_3 {
	padding-right:360px;
}

.container_8 .suffix_4 {
	padding-right:480px;
}

.container_8 .suffix_5 {
	padding-right:600px;
}

.container_8 .suffix_6 {
	padding-right:720px;
}

.container_8 .suffix_7 {
	padding-right:840px;
}



/* Push Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .push_1 {
	left:120px;
}

.container_8 .push_2 {
	left:240px;
}

.container_8 .push_3 {
	left:360px;
}

.container_8 .push_4 {
	left:480px;
}

.container_8 .push_5 {
	left:600px;
}

.container_8 .push_6 {
	left:720px;
}

.container_8 .push_7 {
	left:840px;
}



/* Pull Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .pull_1 {
	left:-120px;
}

.container_8 .pull_2 {
	left:-240px;
}

.container_8 .pull_3 {
	left:-360px;
}

.container_8 .pull_4 {
	left:-480px;
}

.container_8 .pull_5 {
	left:-600px;
}

.container_8 .pull_6 {
	left:-720px;
}

.container_8 .pull_7 {
	left:-840px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}



/*
   ------------------------------------------------------------------
   Solar Decathlon Theme styles
   ------------------------------------------------------------------
*/

@font-face {
	font-family: 'FuturaBT-Light';
	src: url('webfonts/23B7C3_0_0.eot');
	src: url('webfonts/23B7C3_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23B7C3_0_0.woff') format('woff'),url('webfonts/23B7C3_0_0.ttf') format('truetype');}


@font-face {
    font-family: 'FuturaBT-Medium-Italic';
    src: url('webfonts/bitstream_-_futura_md_bt_medium_italic-webfont.eot');
    src: url('webfonts/bitstream_-_futura_md_bt_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/bitstream_-_futura_md_bt_medium_italic-webfont.woff') format('woff'),
         url('webfonts/bitstream_-_futura_md_bt_medium_italic-webfont.ttf') format('truetype'),
         url('webfonts/bitstream_-_futura_md_bt_medium_italic-webfont.svg#futura_md_btmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'FuturaLT_Btlight_Italic';
    src: url('webfonts/futura_lt_bt_light_italic-webfont.eot');
    src: url('webfonts/futura_lt_bt_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura_lt_bt_light_italic-webfont.woff') format('woff'),
         url('webfonts/futura_lt_bt_light_italic-webfont.ttf') format('truetype'),
         url('webfonts/futura_lt_bt_light_italic-webfont.svg#futura_lt_btlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btmedium_italic';
    src: url('webfonts/futura_md_bt_medium_italic-webfont.eot');
    src: url('webfonts/futura_md_bt_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura_md_bt_medium_italic-webfont.woff') format('woff'),
         url('webfonts/futura_md_bt_medium_italic-webfont.ttf') format('truetype'),
         url('webfonts/futura_md_bt_medium_italic-webfont.svg#futura_md_btmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);

body {
	/*position: fixed; /*needed für mobile browsers - otherwise overflow property doesnt worl */
	background:#fff  no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 1700px 1172px; /* 1587px 1094px;  1700px 1172px*/
	/*background-size: 100%;*/
	font-size: 14px;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: FuturaBT-Light;
	font-weight: normal;
	font-style: normal;
	color: #000;
	width: 100%;
	/* overflow:hidden; *//*// if this property is on there is no scrolling on desktop */
	}
	
	.page-id-157, .page-id-159 {background: none !important;} /* jakob removed .page-id-109 .page-id-111,*/
	.page-id-32 {background:none !important;}
	
	/* main menu items*/
	.page-id-106 {background:#fff url(img/HOUSE.jpg);} /* house*/
	.page-id-109 {background:#fff url(img/COMPETITION.jpg);} /* competition*/
	/*.page-id-111 {background:#fff url(img/TEAM.jpg); }*/ /* team */
	.page-id-113 {background:#fff url(img/SPONSORS.jpg);} /* sponsors */
	.page-id-115 {/*background:#fff url(img/PARTICIPATE.jpg);*/} /* poarticipate */
	
	/* sub menu items */
	.page-id-219 {background:#fff url(img/TEAM_university_hintergrund.jpg) center top; background-repeat: no-repeat;}
	.page-id-775  {background:#fff url(img/TEAM_vienna_hintergrund.jpg) center top; background-repeat: no-repeat;}
	
.float_left 	{ float: left; }
.float_right	{ float: right; }
	
.header {
	background: url(img/op8.png);
	}
.header a {
	color: #969696;}

/* this is the mobile definition of header_top see desktop.css for desktop redefine*/
#header_top{
	height: 60px; /* was 37*/
	/*border-bottom: 2px solid #666;*/
	margin: 0px 0 0 0;
	padding: 6px 0 0 0;
	}
	#sitedescription {
			font-family: FuturaBT-Light;
			font-weight: normal;
			font-style: normal;
			font-size: 12px;
	}
	.nav_background { /* Use in: #header_top > container_8 */
		background-image: url(img/couple.png);
		background-position: 20px 81px;
		background-repeat: no-repeat;}

	#logo_center {
		margin-bottom: 20px;
		text-align: center
		}
	
	#language { 
		margin-top: 0px;
		text-align: right;
		}
	
	#language ul li{ 
		
		float: left;
		margin-top:2px;
		} 
		#language li.first {
			border-left: 1px solid #969696;}
			
	#language ul li a{ 
		padding: 0 3px 0 3px;
		text-transform:uppercase;
		text-decoration:none;}
		
	#language ul li a.selectedlang {
			text-decoration:underline;}
		
	#language #search {
		width: 90px;
		padding: 2px 3px 2px 20px;
		border: none;
		color: #fff;
		background: #323231 url(img/search.png) no-repeat left center;
		-webkit-border-radius: 10px;
		-webkit-border-top-right-radius: 11px;
		-moz-border-radius: 10px;
		-moz-border-radius-topright: 11px;
		border-radius: 10px;
		border-top-right-radius: 11px;
		border: 1px solid #323231;}

	
	#header-top-nav .nav{
		margin-left: -45px;
		}
	
	nav {
		display: inline-block;  
		}
	.nav {
		text-align: center;}	
	.nav .main li {
		padding-right: 4px;
		border-right: 1px solid #969696}
	.nav .main li.last-menu-item {
		border: none;}
		
	.nav .main li, .nav .sub li{
		float: left;
		margin-right: 4px;
		}
	.nav .main li a {
		font-size: 14px;
		letter-spacing: 1px;
		padding:2px 10px;
		text-transform:uppercase;
		text-decoration:none;}
		
	.nav .sub li a {
		letter-spacing: 1px;
		padding:4px 10px;
		text-decoration:none;}
			
	.nav .main li a:hover, .nav .main li a.active, 
	.nav .sub li a:hover, .nav .sub li a.active {
		color: #323232;
		text-decoration: underline;}
	
	/* marks current selected menu item and parents */
	.nav .main li.current-menu-item > a, .nav .main li.current-menu-parent > a, 
	.nav .sub li.current-menu-item > a, .nav .sub li.current-menu-parent > a {
		color: #323232;
		text-decoration: underline;	
	}
	
	
	.nav .sub li a {
		 font-size: 14px;}
		 
#header_bottom {
	height: 18px;
	padding: 6px 0 5px 0;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	}


#content {
	position: relative;
	min-height: 450px;
	margin-bottom: 20px;
	z-index: 1;
	}

	.content a {		
		color: #323232;
		text-decoration: underline;}
	
	.content a:hover {
		text-decoration: underline;}


	.sub_content {
		text-align: right;
		padding-bottom: 10px;}
	
	/* this is the same as content_column only it does not imply any height restrictions*/
	.content_column_topalign {	
		color: #323232;
		font-size: 13px; /* may 12px to small*/
		text-align: justify;
		font-family: 'Georgia', serif; /* 'PT Serif'*/
		font-style:normal;
	}
	.content_column {
		color: #323232;
		font-size: 13px; /* may 12px to small*/
		text-align: justify;
		/*background: #fff;
		opacity: 0.8;*/
		font-family: 'Georgia', serif; /* 'PT Serif'*/
		font-style:normal;
		/* COLUMN BOTTOM PART 1 this is needed for bottom placement of text in 960gs see http://godbit.com/forum/viewtopic.php?id=4037 */
		position: relative; 
		height:440px;
		}
		.content_column a {
			color: #323232;
			text-decoration: underline;
		}
		
	.content_column_inner {
		/* COLUMN BOTTOM PART 2 this is needed for bottom placement of text in 960gs  see http://godbit.com/forum/viewtopic.php?id=4037 */
		position: absolute;bottom: 0;
	}
	.content_column_inner_disclaimer {
		font-size: 95%;
	}
	
	.content_column_inner_mediacoverage {
		position: absolute;bottom: 0;
		font-size: 70%;
	}
	
	table#partners {
	}
		table#partners td {
			width: 112px;
			text-align:center;
			vertical-align:middle;
		}
	table#premiumpartner {
	}
		table#premiumpartners td {
			width: 170px;
			text-align:center;
			vertical-align:middle;
		}
	table#friends {
	}
		table#friends td {
			width: 112px;
			text-align:center;
			vertical-align:middle;
		}
	
	.white {
		background: url(img/op8.png);
		/*opacity: 0.8;*/
		}
	
	.yellow {
		background: #e4c01d;
		}
		
		
		
		/* #### Main Menu Content Bilder IMG-Boxen  #### */
		
		#HOUSE_headnote  {
			background: url(img/HOUSE_headnote.png) right center no-repeat;
		}
		
		#COMPETITION_headnote  {
			background: url(img/COMPETITION_headnote.png) right center no-repeat;
		}
		
		
		#TEAM_headnote  {
			background: url(img/TEAM_headnote.png) right center no-repeat;
		}
		
		#team_consortium  {
			background: url(img/TEAM_consortium.png) left top no-repeat;
		}
		
		#SPONSORS_headnote  {
			background: url(img/SPONSORS_headnote.png) right center no-repeat;
		}
		
		#PARTICIPATE_headnote  {
			background: url(img/PARTICIPATE_headnote.png) right center no-repeat;
		}
		
		/* #### Sub/Main Menu Content Bilder DIV-Boxen  #### */
					
		#house_concept{
			background: url(img/HOUSE_concept.png) left top no-repeat;
			}
			
		#house_design{
			background: url(img/HOUSE_design.png) left top no-repeat;
			}
			
		#house_groundplan{
			background: url(img/HOUSE_groundplan.png) left top no-repeat;
			}
			
		#house_construction {
			background: url(img/HOUSE_construction.png) left top no-repeat;
			}
			
		#house_eng {
			background: url(img/HOUSE_eng.png) left top no-repeat;
			}
			
		#house_materials {
			background: url(img/HOUSE_materials.png) left top no-repeat;
			}
			
		#house_cert {
			background: url(img/HOUSE_CERTIFICATES_PNG.png) left top no-repeat;
			
			}
	
		#comp_about {
			background: url(img/COMPETITION_about.png) 66px 34px no-repeat;
			background-size: 90%;
			height: 440px;}
			
		#comp_history {
			background: url(img/COMPETITION_history.png) center top no-repeat;
			height: 275px;}
			
			
		#comp_10contests {
			background: url(img/COMPETITION_10contests.png) center top no-repeat;
			height: 440px;}
		
		#comp_20teams {
			background: url(img/COMPETITION_20teams.png) center top no-repeat;
			height: 440px;
			}
		


					
		#underconstruction  {
			background: url(img/UNDERCONSTRUCTION_PNG.png) center top no-repeat;
		}
		
		#contact  {
			background: url(img/CONTACT_PNG.png) center 10px no-repeat;
		}
		
		#pressdownloads  {
			background: url(img/PRESSDOWNLOADS_PNG.png) 100px 120px no-repeat;
			height: 440px;
		}
		
				#pressdownloads_div_one {
					position:absolute;
					left: -20px;
				}
				
				#pressdownloads_div_two {
					position: relative;
					left: 220px;
				}
				
				
				#pressdownloads_div_three {
					position:absolute;
					left: 457px;
				}
				.pressdownloads_div_class {
					top: 220px;
					width: 160px;
					height: 80px;
					text-align: center;
				}
				
				.pressdownloads_div_class span {
					display: inline-block;
					 vertical-align: middle;
					 line-height: normal; 
				}
			
				.pressdownloads_div_class span a {
					font-family: FuturaBT-Light;
					font-weight: normal;
					font-style: normal;
					font-size: 11px;
					letter-spacing: 1px;
					text-decoration:underline;
					text-transform:uppercase;
					color: #e4c01d;
					}
		
		
		#participate  {
			background: url(img/PARTICIPATE_PNG.png) 100px 120px no-repeat;
			height: 440px;
		}
			#participate_div_one {
				position:absolute;
				left: -20px;
			}
			
			#participate_div_two {
				position: relative;
				left: 220px;
			}
			
			
			#participate_div_three {
				position:absolute;
				left: 457px;
			}
			.participate_div_class {
				top: 220px;
				width: 160px;
			  	height: 80px;
			  	text-align: center;
			}
			
			.participate_div_class span {
				display: inline-block;
				 vertical-align: middle;
				 line-height: normal; 
			}
		
			.participate_div_class span a {
				font-family: FuturaBT-Light;
				font-weight: normal;
				font-style: normal;
				font-size: 11px;
				letter-spacing: 1px;
				text-decoration:underline;
				text-transform:uppercase;
				color: #e4c01d;
				}
				
		#page_newsletter  {
			background: url(img/NEWSLETTER_PNG.png) 296px 120px no-repeat;
			height: 440px;
		}
	
		

		
		.uc_spacer { width: 100%; height: 425px;}
		
		
		/*#################################### */
		
		/* #### Content Text markup (highlighting words, links) #### */
		.label_word {
			font-size: 12px;
			font-style:normal;
			font-family: FuturaBT-Light;
			text-transform:uppercase;
			color: #969696;
			}

.nav_arrows {
	height: 189px;
	width: 45px;
	top: 198px;
	z-index: 10;}
	
	.nav_arrows.left {
		position: absolute;
		left: 28px;
		}
	.nav_arrows.right {
		position: absolute;
		right: 10px;
		}
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	background: url(img/op8.png);
	
	 /*	min-height: 100%;
       height:     auto !important;
        height:     100%;
     */
	}	
	
	#partner_div {}
	
		.partners {
			font-size: 10px;
			float: left;
			display: block;
			margin: 13px 11px 0 0;
		}
		
		#bmvit_logo_link {
			background: url(img/bmvit_logo.png) no-repeat scroll 0px 0px ;
			width: 90px;
			height: 24px;
		}
		
		#tu_logo_link {
			background: url(img/tu_logo.png) no-repeat scroll 0px 0px ;
			width: 30px;
			height: 30px;
		}
		
		#nrel_logo_link {
			background: url(img/nrel_logo.png) no-repeat scroll 0 0px ;
			width: 114px;
			height: 30px;
		}
		
		#doe_logo_link {
			background: url(img/doe_logo.png) no-repeat scroll 0 0px ;
			width: 108px;
			height: 30px;
		}
		
		#sd_logo_link {
			background: url(img/solardecathlon_logo.png) no-repeat scroll 0 0px ;
			width: 141px;
			height: 30px;
			
		}
		

		
	#social_div {
		text-align:right;
		padding: 20px 0 20px 0;
		text-transform:uppercase;}
		#social_div a {
			/*font-family: "Times New Roman", Times, serif;*/
			font-family: FuturaBT-Light;
			font-weight: normal;
			font-style: normal;
			font-size: 11px;
			letter-spacing: 1px;
			text-decoration:none;  /* <<<< content links müssen underlined sein, oder? */ 
			color: #000;
			padding-right: 5px;
			padding-left: 2px;
			border-right: 1px solid #333;
			}
		#social_div a.last {
			border-right: none;
			}	
	
/* ################ LIVE SECTION#################################### */

.live_postlist {
/* up right bottom left */
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	}
	
	.live_postlist_title {
		font-size: 14px;
		font-style:normal;
		font-family: FuturaBT-Light;
		text-transform:uppercase;
		color: #969696;

	}
	
	#content a.live_postlist_title{
			
			color: #969696;
			text-decoration: none;}
		
	#content a:hover.live_postlist_title {
			color: #323232;
			text-decoration: underline;}		

	.live_postlist_date {
		margin-bottom:20px;
		color: #969696;
	}

	.live_postlist_entry {
		margin-bottom: 20px;
	}
	
	
.live_postsingle {
/* up right bottom left */
	margin-top: 20px;
	padding-bottom: 20px;
	}
	
	.live_postsingle_title {
	margin-top: 20px;	
	font-size: 14px;
	font-style:normal;
	font-family: FuturaBT-Light;
	text-transform:uppercase;
	color: #969696;

	}
	
	.live_postsingle_related_ul {
	}
	.live_postsingle_related_li {
		list-style: none;
    	/*display: inline;*/
		float: left;
		margin-top: 20px;
		margin-right: 20px;
	}

.livestate { 
		background: #e4c01d;
		width:100px;
		text-align: center;
		margin-top: -3px;
		padding: 3px 0 3px 0;}
		.livestate a {
			text-transform:uppercase;
			color: #fff;
			text-decoration: none;
			letter-spacing: 1px;
			}
		.livestate a:hover {
			text-decoration: underline;}
		
.livestateimg {
	float: right;
	position: absolute;
	left: 100px;
	top: -2px;
	}

li.current-menu-item > a, li.current-menu-parent > a {
		color: #323232;
		text-decoration: underline;	
	}
	
.live_home_border {
	border-top: 1px solid #D6D6D8;
	margin-top: 10px;
	padding-top: 20px;
}

.live_home_topcolumn {
		/* COLUMN BOTTOM PART 1 this is needed for bottom placement of text in 960gs see http://godbit.com/forum/viewtopic.php?id=4037 */
		position: relative; 
		height:330px;
		}	
	.live_home_topcolumn_inner {
		/* COLUMN BOTTOM PART 2 this is needed for bottom placement of text in 960gs  see http://godbit.com/forum/viewtopic.php?id=4037 */
		position: absolute;
		bottom: 0;
		width:100%;
	}
	
.live_home_infographic_item_dark {
	background: none repeat scroll 0 0 #E4C01D;
	margin: 4px 20px 4px 20px;
	text-align:center;
}
	.live_home_infographic_item_dark span {
		color: #FFF;
		/*font: 18px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
		font-size:12px;
		font-family: FuturaBT-Light;
		font-weight: normal;
		font-style: inherit;
		text-transform:uppercase;
		/*text-shadow: 0 -1px 1px #aaa;*/
	}

.live_home_infographic_item_light {
	margin: 4px 20px 0px 20px;
	text-align:center;
}
	.live_home_infographic_item_light span {
		color: #E4C01D;
		font-size:12px;
		font-family: FuturaBT-Light;
		font-weight: bold;
		font-style: inherit;
		text-transform:uppercase;
		/*text-shadow: 0 -1px 1px #aaa;*/
	}
	
	#live_contentheight {
		position: relative;
		min-height: 600px;
		margin-bottom: 10px;
		z-index: 1;
	}
	

