@font-face {
	font-family: "Code Pro Bold LC";
	src: url("type/Code_Pro_Bold_LC.otf");
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    color: #00C0FF;    
}
p a{
    text-decoration: none;

    color: #00C0FF;
}
p a:hover{
    color: white;
}
body{

	background: #4f4f4f url('../images/bgd/texture.png');	
	font-family: "Code Pro Bold LC";
	        color: white;
	

	position: relative;

}
.clear{
	clear: both;
}
#layout{
	width: 851px;
	margin: auto;	
	position: relative;
	z-index: 1;
}
#header{
	width: 100%;
}
#content{
	width: 100%;	
}
.layout-logo{
    margin-left: 13px;
    margin-top: 12px;
    float: left;
}
.top-navigation{
    position: absolute;
    right: 19px;
    top: 47px;
    font-size: 9px;
    text-transform: uppercase;
}
.top-navigation li{
    display: inline;
    border-right: 2px solid white;
    }
.top-navigation li a{
    padding: 0 2px 0 6px;
}
.bottom-navigation{
    position: absolute;
    right: 19px;
    bottom: 15px;
    font-size: 9px;
    text-transform: uppercase;
}
.bottom-navigation li{
    display: inline;
    border-right: 2px solid white;
    }
.bottom-navigation li a{
    padding: 0 2px 0 6px;
}

.layout-tint-top{
	background: transparent url('../images/bgd/top-tint.png') repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 210px;
}
.layout-tint-right{
	background: transparent url('../images/bgd/right-tint.png') repeat-y;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 210px;
}
.layout-tint-left{
	background: transparent url('../images/bgd/left-tint.png') repeat-y;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 210px;
}
.layout-tint-bottom{
	background: transparent url('../images/bgd/bottom-tint.png') repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 210px;
	z-index: -1;
}
.layout-header-top{
    height: 82px;
}
.layout-heading{
    float: left;
    color: white;
    margin-left: 10px;
    margin-top: 35px;
    font-size: 23px;
    text-transform: uppercase;
}
.layout-navigation{
    margin-top: 4px;
    
}
.layout-navigation li{
    display: block;
    float: left;
    height: 34px;
    background: #00c0ff;

}
.layout-navigation li a, .load-more, .load-more-stuff{
    color: white;
    line-height: 37px;
    font-size: 23px;
    text-transform: uppercase;    
    height: 100%;
    display: block;
    margin: 0 10px;
}
.layout-navigation li:hover a{
    color: #00C0FF;
}
.layout-navigation li:hover{
  background: white;
}
.content-col-main{
    float:left;
    width: 539px;
    margin-right: 5px
}
.content-col-side{
    float:left;
    width: 307px;    
}
.content-block{
    background: black;
    margin: 5px 0;
    border: 1px solid black;    
}
.content-block-inner{
    margin: 8px 6px 6px 8px;

}
.layout-navigation-item-left{
	width: 539px;
}
.layout-navigation-item-mid, .layout-navigation-item-right{
    margin-left: 5px;
	
    width: 151px;
}
.content-block h2{
    text-transform: uppercase;
	
    font-size: 23px;
    margin: 5px 0;
}
.content-block-stories img.first,.content-block-networks img.first {
    margin-left: 0;
    
}
.content-block-stories img, .content-block-networks img{
    margin-left: 9px;
}
input[type=text], textarea{
    background: #666666;
    padding: 6px 5px 5px 5px;
    margin: 0;
    border: 0;
    line-height: 11px;
    color: #999;
    font-size: 11px;
    outline: none;
    font-family: Arial;
}
button{
    border: 0;
    margin:0;
    height: 25px;
    padding: 0 4px;
    background: #00C0FF;
    color: white;
    font-family: "Code Pro Bold LC";    
    font-size: 18px;    
    cursor: pointer;
}
button:hover{
  background: white;
  color: #00C0FF;
}
input.promo-list-input{
    width: 234px;
	
    vertical-align: middle;
}
.promo-list-submit{
    vertical-align: middle;
	
}
.content-side-mixcloud{
	margin-top: 6px;
}
.contact-wrapper{
    
}
#content p{
    margin: 12px 0 2px 0;
    font-size: 0.8em;
    font-family: Helvetica;
    line-height: 1.4em;
}
.message{
  border: 1px solid gray;
  padding: 5px;
  text-align: center;

  display: none;
}
#content p.contact-input-paragraph{
    margin: 5px 0 0 0;
    
}
.contact-wrapper input[type=text]{
    width: 513px;
    height: 15px;
}
.contact-wrapper textarea{
    width: 513px;
    
    height: 88px;
}
.contact-input-paragraph-right{
	text-align: right;
}
p.contact-input-paragraph-right{
    margin: 2px 0 10px 0;
}
#footer{
	position: relative;
	height: 80px;
    
}
.footer-copyright{
    position: absolute;
    
    bottom: 13px;
    left: 63px;
    font-size: 0.6em;
    text-transform: uppercase;
}
.layout-cover-wrapper{
  width: 851px;
  height: 315px;
  overflow: hidden;
}
.layout-cover-image{
  width: 100%;
  height: 100%;
}
.load-more-wrapper{
    background: #00c0ff;
  
}
.load-more-wrapper:hover{
    background: white;
  
}
div.fbConnectWidgetTopmost{
	border: none;
}
