@charset "UTF-8";
/* CSS Document */
body {
    background: rgb(69,72,77); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
height:98%;
    background-size: cover;
    background-repeat: no-repeat;
}

body a {
    transition-property: color;  
      transition-duration: 0.5s;  
      transition-timing-function: ease-out; 
      -moz-transition-property: color; 
	  -moz-transition-duration: 0.5s;
      -webkit-transition-property: color;  
      -webkit-transition-duration: 0.5s;  
      -o-transition-property: color;  
      -o-transition-duration: 0.5s;
}
body a:hover {
    transition-property: color;  
      transition-duration: 0.5s;  
      transition-timing-function: ease-out; 
      -moz-transition-property: color; 
      -moz-transition-duration: 0.5s;
      -webkit-transition-property: color;  
      -webkit-transition-duration: 0.5s;  
      -o-transition-property: color;  
      -o-transition-duration: 0.5s;
}
#wrapper {
	width:1173px;
	height:788px;
	background:url(../img/bg1.jpg);
	border:1px solid #7311ac;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.5);
}

#banner {
	width:850px;
	height:74px;
	background-image:url(../img/banner2.png);
	margin-left:20px;
	margin-top:20px;
	background-repeat:no-repeat;
}
nav {
	width:1000px;
	height:30px;
	margin-left:30px;
	font-family: 'Alegreya SC', serif;
	font-weight:900;
}
nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
nav li {
	float:left;
	text-align:left;
	font-size:25px;
	
}
nav a {
	display:block;
	height:100%;
	color:rgba(0,0,0,0.8);
	text-decoration: none;
	padding-left:12px;
	padding-right:16px;
	padding-top:4px;
	  position: relative;  
	  text-decoration: none;
	  font-weight:100;
	
}

nav a:hover {
		  position: relative;  
	  color:#5837cd;

}
	
#content_wrap {
	width:840px;
	height:620px;
	border:thin solid #000;
	margin-left:20px;
	float:left;
	background:rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 3px 0px  rgba(0, 0, 0, 0.3);
	overflow:auto;
	padding-left:10px;
	font-family: 'Source Sans Pro', sans-serif;

}
#content_wrap_reverb {
	width:850px;
	height:620px;
	border:thin solid #000;
	margin-left:20px;
	float:left;
	background:rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 3px 0px  rgba(0, 0, 0, 0.3);
	overflow:none;
	font-family: 'Source Sans Pro', sans-serif;

}
#content_wrap img {
	padding:10px;
	float:left;
}
#social {
	width:55px;
	height:25px;
	float:right;
	margin-right:10px;
	margin-top:620px;
}
#social a {
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#social a:hover {
    opacity:1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#face {
	background-image:url(../img/face.png);
	width:24px;
	height:24px;
	float:left;
}
#twit {
	background-image:url(../img/twit.png);
	width:24px;
	height:24px;
	float:right;
}
.bigpurple {
	font-size:25px;
	color:#362570;
}
