/* Main Styles */
html {
	font-family: Helvetica;
	color: #212121;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
body{
	background-color: #F9F9F9;
	background-image: url('../images/layout/backgrounds/darkNoise.png');
}
#main{
	position:relative;
	width:1080px;
	margin:0 auto;
	padding-top:15px;
	margin-bottom:15px;
}
a, a:active, a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* Social */
#social{
	width:1000px;
	margin:0 auto;
	font-size:0pt;
	height:35px;
	padding-bottom:5px;
}
#social a{
	height:35px;
	width:35px;
	float:right;
	margin-left: 4px;
}
#fb{
	background-image: url('../images/layout/social/facebook2.png');
}
#tw{
	background-image: url('../images/layout/social/twitter2.png');
}
#li{
	background-image: url('../images/layout/social/linkedin2.png');
}
#ig{
	background-image: url('../images/layout/social/instagram2.png');
}
/* Navigation and Header */
#header{
	height:55px;
	width:1000px;
	margin:0 auto;
	font-size: 0px;
	padding-bottom:15px;
}
#left_space{
	display:inline-block;
	background-image: url('../images/layout/backgrounds/lightNoise.png');
	background-color:#212121;
	width: 69px;
	height:100%;
}
#logo{
	display: inline-block;
	width:126px;
	height:55px;
	margin:0 8px;
	background-image: url('../images/layout/logo.png');
	background-repeat:no-repeat;
	background-position: center center;
}
#navigation{
	display:inline-block;
	width: 789px;
	height:55px;
	background-image: url('../images/layout/backgrounds/lightNoise.png');
	background-color:#212121;
}
#navigation ul{
	display:inline-block;
	float:right;
}
#navigation ul li{
	height:55px;
	width: 120px;
	display:inline-block;
	float:left;
	line-height:55px;
	text-align:center;
	border-left: 1px solid #a9a9a9;
}
#navigation ul li:first-of-type{
	border-left: 1px solid #a9a9a9;
}
#navigation a{
	height:55px;
	width:100%;
	display:inline-block;
	text-decoration: none;
	font-family: bebasregular, helvetica;
	font-size: 17px;
	color: #F9F9F9;
	background-image: url('../images/layout/backgrounds/lightNoise.png');
}
/* Cover */
#cover{
	margin:0 auto;
	width: 992px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #AEAEAE;
	margin-bottom: 3px;
	overflow: hidden;
	font-size:0;
}
#cover img{
	width:100%;
}
/* Content */
#secondary{
	padding-top:10px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 70px;
}
#sidebar{
	width: 272px;
	padding: 15px;
	font-size: 0;
	margin-right: 30px;
	height: 100%;
	display: inline-block;
	float:left;
	background-color: #F1F1F1;
	background-image: url('../images/layout/backgrounds/darkNoise.png');
}
#img_top_container_outer{
	border: 1px solid #AEAEAE;
	width: 270px;
	overflow:hidden;
	margin-bottom: 20px;
}
#img_top_container_inner{
	width: 262px;
	overflow:hidden;
	border: 4px solid #FFFFFF;
}
#img_top_container_inner img{
	height: 262px;
	width: 262px;
}
#about_thumbs li{
	display: inline-block;
	width: 133px;
	height:133px;
	margin-bottom:6px;
}
#about_thumbs li:nth-of-type(2n+1){
	margin-right:6px;
}
#about_thumbs img{
	background-color: #FFFFFF;
	padding: 4px;
	width: 123px;
	height: 123px;
	border: 1px solid #AEAEAE;
	cursor: pointer;
}
#about_thumbs li:last-of-type, #about_thumbs li:nth-last-of-type(2){
	margin-bottom:0;
}
#content{
	display: inline-block;
	width: 600px;
	margin-bottom: 20px;
}
h1{
	font-family:"bebasregular", helvetica;
	font-size: 35px;
}
#content h1{
	display:inline-block;
	margin-bottom: 20px;
}
.mixmaster h1{
	display:inline-block;
	margin-bottom: 30px;
	display: block;
	text-align:center;
}
#media h1{
	font-size: 18px;
	display:block; 
	text-align:left;
	/*background-color: #edebe3;*/
	/*background-image: url('../images/layout/backgrounds/darkNoise.png');*/
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 15px 25px;
}
.about p, .mixmaster p{
	font-size: 14px;
	line-height: 18px;
}
.mixmaster p{
	text-align: center;
	width: 700px;
	margin:0 auto;
}
.indent, .out{
	font-family:"bebasregular", helvetica;
	font-size: 40px;
	display:inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #E8E8E8;
}
.out{
	margin-right:0;
	margin-left:20px;
}
