@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,800);

body{
	background: #000000;
	font-size: 14px;
	color: #eeeeee;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

#header{
	position: fixed;
	left: 0;
	bottom: 50px;
	right: 0;
	background: rgba(0,0,0,0.5);
}

#header.volleyball{
	bottom: 0px;
	background: rgba(0,0,0,0.5);
}

#header .content{
	padding: 30px 5%;
	font-weight: 600;
	text-transform: uppercase;
}

#header .content h2{
	padding: 0px;
	margin: 0 0 .3em 0;
	font-size: 3em;
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	text-transform: none;
	
}

#header .content .text{
	margin-left: 110px;
}

#slideshow-pager{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2em;
	padding: 0.5em 1em;
}

#prev{
	float: left;
}
#next{
	float: right;
}

#prev,
#next{
	font-size: 1.5em;
	color: rgba(255,255,255,0.8);
}

a{
	color: #ffffff;
	text-decoration: none;
}

.avatar{
	display: block;
	width: 80px;
	height: auto;
	border-radius: 50px;
	float: left;
}

/* Gallery */
.gallery-image {
    width: 100px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.gallery-image img{
	width: 100%;
}