/* Stylesheet - feast2follow Landing Page Mockup */

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200);

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	font-family: Arial, sans-serif;
}

html {
	background: url(/images/bg800kb.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

body {
	position: relative;
}

nav {
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F000000', EndColorStr='#7F000000');
	width: 170px;
	min-width: 50px;
	height: 200px;
	padding: 30px 20px 50px 25px;
	position: absolute;
	top: 30px;
	left: -140px;
	display: block;
	color: #fff;
	text-align: right;

	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5 ease 0.1s;
}

nav:hover {
	left: 0px;
}

nav a,
nav a:visited {
	font-family: 'Advent Pro', sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin: 0px 0px 10px;
}

nav a:hover,
nav a:active,
nav a:focus {
	color: #fff;
}

img#f2flogo {
	height: 100%;
}

nav:hover img#f2flogo {
	display: none;
}

nav div#navlinks {
	display: none;
	margin-top: -3px;
}

nav:hover div#navlinks {
	display: block;

}

nav a.active {
	color: #fff !important;
}

aside {
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F000000', EndColorStr='#7F000000');
	width: 20px;
	height: auto;
	padding: 10px 15px;
	position: absolute;
	top: 350px;
	display: block;
	color: #fff;
	text-align: center;
	font-family: "fontello";
	font-weight: normal;
	font-size: 20px;
	line-height: 2;

	-webkit-transition: all 0.2s ease 0.0s;
	-moz-transition: all 0.2s ease 0.0s;
	-o-transition: all 0.2s ease 0.0s;
	transition: all 0.2 ease 0.0s;
}

aside:hover {
	background: rgba(0,0,0, 0.6);
}

div#cwrapper {
	width: 393px;
	min-height: 260px;
	height: auto;
	padding: 0px 0px 0px;
	display: block;
	z-index: 999;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 90%;
}

div#content {
	width: 343px;
	min-height: 260px;
	height: auto;
	padding: 10px 25px;
	margin: 0px 0px 50px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F000000', EndColorStr='#7F000000');
	color: #fff;
	font-size: 12px;
	display: block;
	font-family: Arial;
	z-index: 9999;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
}

div#imprintcontent {
	width: 343px;
	height: auto;
	padding: 10px 25px;
	font-size: 12px;
	display: block;
	font-family: Arial;
	color: #fff;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F000000', EndColorStr='#7F000000');
}

section {
	margin: 0px;
}

p#imprint {
	position: fixed;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 13px;
	font-family: 'Advent Pro';
	color: #cdcdcd;
	padding: 7px 15px 7px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F000000', EndColorStr='#7F000000');
}



hr {height: 9px; width: 406px; margin: 20px auto; border:0px; background: transparent url('/images/hr_white.png') center center no-repeat;   }

a.img {border: 0px;}

.left {float: left;}

.right {float: right;}

.relative {position: relative;}

.clear {clear:both;}



/************************************************
*
* Text format
*
************************************************/

strong, p strong {font-weight:bold;}

u, p u {text-decoration: underline;}

i, p i {font-style: italic;}

a,a:visited {color: #cdcdcd; text-decoration: none;}

a:hover, a:active, a:focus {color: #f8f4f0;}

h1 {font-family: 'Advent Pro', sans-serif; font-size: 40px; font-weight: 200; margin-bottom: 20px; margin-top: 10px;}

h2 {font-family: 'Advent Pro', sans-serif; font-size: 28px; font-weight: 200; margin-bottom: 10px; margin-top: 15px;}

h3 {font-family: 'Advent Pro', sans-serif; font-size: 18px; font-weight: 200; margin-bottom: 5px; margin-top: 10px;}

h1 {margin-top: 30px;}

p {line-height: 20px; margin-bottom: 20px;}



/* Audio Player */

div.song {
	float: left;
	display: block;
	min-width: 50px;
	width: 90px;
	min-height: 50px;
	height: 85px;
	margin: 0px 12px 10px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
} 


.mejstitle {
text-align: center;
font-size: 14px;
} 