/*

Theme Name: Pepperminta

Theme URI: http://www.pepperminta.ch

Description: Theme

Version: 1.0

Author: Niklas Palm, Spoiled Milk

Author URI: http://www.spoiledmilk.ch/

Tags: Custom



*/
* {	margin: 0; padding: 0; }
.clear { font-size: 1px; clear: both; }
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	text-align: center;
}
a {
	color: #ff2e94;
}
a:hover {
	color: #fff;
}
:-moz-any-link:focus {
	outline: none;
}

@media screen {
	body>div#img {
		position: fixed;
	}
}

#container {
	width: 975px;
	height: 100%;
	background: url("images/container.png") repeat-y top left;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	z-index: 2;
}
#img {
	overflow: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#img img {
	width: 100%;
	display: none;
}
#wrapper {
	width: 975px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	z-index: 3;
	text-align: left;
}
#big_header {
	width: 975px;
	height: 450px;
	background: url("images/latest_big.png");
	text-indent: -50000px;
	overflow: hidden;
}
#big_header h1 a {
	display: block;
	width: 450px;
	height: 150px;
}
#small_header {
	width: 975px;
	height: 170px;
	background: url("images/header_small.jpg");
	text-indent: -50000px;
	overflow: hidden;
}
#small_header h1 a {
	display: block;
	float: right;
	width: 340px;
	height: 116px;
}
.no_video {
	background: url("images/header_no_vide.png");
}
#navigation {
	list-style: none;
	font: bold 11px Verdana;
	width: 976px;
	overflow-x: hidden;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	width: 81px;
	padding: 8px 20px;
	background: #57cbff;
	border-right: 1px solid #21698a;
	border-bottom: 1px solid #21698a;
	border-top: 1px solid #21698a;
	color: #143d4c;
	text-decoration: none;
}

#navigation li:last-child a {
	border-right: none;
}
#navigation .current_page_item a, #navigation li a:hover  {
	color: #fff;
	text-decoration: underline;
	background: #3984a6;
}
#content {
	width: 555px;
	padding: 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5;
	float: left;
}
#content h2 {
	margin-bottom: 1em;
	color: #ff2e94;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	list-style: square;
	font-size: 11px;
	margin-bottom: 1em;
	margin-left: 25px;
}
#sidebar {
	width: 300px;
	padding: 30px;
	float: left;
	font-size: 0.8em;
}
#sidebar h2 {
	color: #fff;
	margin-bottom: 1em;
}
#sidebar .c {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #57cbff;
}
#sidebar p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
}
#sidebar p em {
	color: #666;
	font-size: 10px;
}
#sidebar .tweet_list {
	list-style: none;
}
#sidebar .tweet_list li {
	border-bottom: none;
}

#footer {
	width: 555px;
	padding: 0 30px 30px 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5;
	position: relative;
}
#footer ul {
	list-style: none;
	color: #fff;
	width: 33%;
	float: left;
	border-top: 1px solid #57cbff;
	padding-top: 30px;
}
#footer ul li strong {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 7px;
}
#footer ul li a {
	font-size: 12px;
	color: #ccc;
	text-indent: 10px;
	display: block;
	width: 90%;
	margin-bottom: 4px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer #credits {
	position: absolute;
	right: -330px;
	bottom: 30px;
	font-size: 11px;
	color: #666;
}
#footer #credits a {
	color: #fff;
	text-decoration: none;
}
#footer #credits a:hover {
	text-decoration: underline;
}
label {
	display: block;
	font-size: 11px;
}

.social_bookmark {
	background: #000;
	text-align: left;
	font-size: 10px;
}
.social_bookmark br, .social_bookmark em {
	display: none;
}

#quotes {
    list-style: none;
    font: bold 20px Helvetica, Arial, sans-serif;
    width: 480px;
    text-align: center;
	color: #003036;
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 999;
}
.quote {
    display: none;
}
.quote strong {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    color: #1f393b;
}