@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
@import url('/themes/bootstrap/css/bootstrap.min.css');
@import url('/themes/bootstrap/css/bootstrap-theme.min.css');
@import url('/themes/font-awesome/css/font-awesome.min.css');
@import url('/themes/css/reset.css');

header
{
	position: relative;
	z-index: 1000;
	box-shadow: 0px 3px 15px #212121;
}

header h1
{
	margin: 0;
	padding: 0;
}

header h1 a
{
	font-family: 'Yanone Kaffeesatz', 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

header h1 a:hover
{
	text-decoration: none;
}

header nav ul li a
{
	font-size: 14px;
}

#top-header
{
	padding-top: 5px;
	padding-bottom: 5px;
	background: -webkit-radial-gradient(circle, #5064C9, #522173);
	color: #fff;
	font-size: 14px;
}

#bottom-header
{
	padding-top: 25px;
	padding-bottom: 30px;
	border-top: 2px #fff solid;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#page-title
{
	padding-top: 30px;
	padding-bottom: 30px;
	background: -webkit-radial-gradient(circle, #5064C9, #522173);
	color: #fff;
}

#page-title h2
{
	margin: 0;
	padding: 0;
	font-size: 24px;
}

#page-content
{
	position: relative;
	z-index: 999;
	margin-top: 10px;
	padding-bottom: 25px;
	box-shadow: 0px 3px 15px -15px #212121;
}

aside img
{
	margin-bottom: 10px;
}

aside .lead
{
	margin: 10px 0;
}

footer
{
	padding-top: 25px;
	padding-bottom: 25px;
	background: -webkit-radial-gradient(circle, #5064C9, #522173);
	color: #fff;
	font-size: 85%;
}

#copyright
{
	margin-top: 5px;
}