body, div, span, a, p, h1, h2, h3, ul, li, dt, dd , img {	
	margin:0;
	padding:0;
	border: none;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  src: local('Play'), url('Play.woff') format('woff');
}


body {
	background-color: #ACB8A2;
	font-family: 'Play', sans-serif; 
	background:#ACB8A2 url(../img/bg.jpg) fixed;
	border-left: 1px solid #E0E0E0;
	font-size: 13px;
}


h2 {
	color:#FFF;
	font-size: 15px;
	font-weight: normal;
}

h3 {font-weight: bold; margin-bottom: 6px;} 


/* href */
a, a:visited {
	text-decoration:none;
	color: #191919;
}

#credits a {
	color: #ffc578;
}

ul { 
	list-style-type: none;
}

dt, dd {	
	text-align: left;
}

dt {
	font-weight: bold;
	margin-left: 14px;
}
dd {
	margin: 0 12px 12px 24px;		
}


em {
	font-style: italic;
	font-weight: normal;
}






/* bottom-wrapper */
#bottom-wrapper {	
	margin: auto;
}


/* top content - top */ 

/* slider */
#slider {
   position: relative; /* important */
	overflow: hidden; /* important */
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 2px;
	float: left;
}

#slider ul li span {
   padding: 10px 13px; 
   background-color: #000;
	font: 11px/15px Play, Arial, Helvetica, sans-serif;
   color: #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
   opacity: 0.5;
}

/* menu */ 
#menu li {
	background-image: url("../img/bg-menu.png"); 
}


/* bottom */


#links, #social {
    display: inline-block;   
    vertical-align: top;
}



/* bottom content left: */

#links > div {
	border-bottom: 1px dashed grey; 
	margin: 10px 0; 
	padding: 2px 0 4px
}

.social-no-js {
	display: block !important;
	float: right;
}
	
/* icons */
#social span {
	width:54px;
	height:54px;
	width:53px;
	height:53px;
/*	display:block; */
	background-image:url(../img/social-sprite.png); 
	background-repeat:no-repeat;	
	margin: 6px;
}

#twitter {background-position: -106px 0;}
#linkedin {background-position:0px 0;}
#xing {background-position: -160px 0;}
#rss {background-position: -52px 0;}


/****** classes **********/
/*  in slider */
/* captions */
.bottom-right {
	bottom: 0px;
	right: 0;
/* chrome problem with hidden */	
	-webkit-border-radius: 0 0 7px;
	border-radius: 0 0 7px;		
}
.bottom-left {
	bottom: 0px;
   left: 0;	
/* chrome problem with hidden */	
	-webkit-border-radius: 0 0 0 7px;
	border-radius: 0 0 0 7px;		   
}
.top-left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 211px;	
}
.part {
	width: 90px !important;
	height: 200px;
}
.clear {
	clear: both;
}



/* bold */
.bold, p > a, span {font-weight: bold !important;}
#slider span, #links span {font-weight: normal !important;}



#disclaimer a {display: none;}

#mobile-links > a {
    display: block;
    margin: 1px;
    opacity: 0.5;
    padding: 2px 15px 2px 6px;
}

#mobile-links > a:hover { 
	border-bottom: none; 
}
.hidden {display: none;}