/*
Theme Name: livingroom.fm
Theme URI: http://1000ff.de/wordpress-theme-sirup/
Description: A simple magazine and blog layout, easy to customize through an options page. Fast loading CSS-only theme with support for Gravatars and Sidebar Widgets. <a href="http://themes.1000ff.de">Working demo</a> / <a href="http://1000ff.de/sirup-faq/">FAQ</a>.
Version: 1.0.3
Tags: options page, magazine, two columns, right sidebar, fixed width, widget ready, simple, white, yellow, clean, valid XHTML
Author: 1000ff
Author URI: http://1000ff.de/
*/

* html {
	height: 1%;
}

body {
	font-size: 100%;
	font-family: "Georgia", Arial;
	height: 100%;
	background-image: url(images/background.png);
	background-repeat: repeat;
	position: relative;
	text-align: left;
	width: 930px;
	margin: 0 auto;
}

img {
	border: 0;
}

#page {
	width: 900px;
	height: 100%;
	background: #FFF;
	margin: 20px;
	padding: 20px;
}

.page_title {
	font-family: arial;
}

#wrap {
	height: 100%;
}

#content {
	float: left;
	width: 620px;
}

/* header + navigation
--------------------------------------------------*/

#header {
	padding: 0 0 0;
}

#headerimg h1 {
	margin: 0 0 20px 0;
}

#headerimg h1 a {
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 3px;
	background: none;
}

.page_title {
	font-family: arial;
	width: 600px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	position: relative;
	display: block;
}
#access ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#access .menu li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
	position: relative;
}
#access a {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #F7EAD2;
	background: #000;
	padding: 2px 5px;
	text-transform: uppercase;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	float: left;
	width: 120px;
	z-index: 99999;
}
#access ul ul li {
	display: block;
	min-width: 120px;
	min-height: 40px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000;
	padding: 10px;
	width: 100px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #F7EAD2;
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background: #F7EAD2;
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover,
#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #000;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}



/*#nav {
	display: block;
	padding: 0;
}

#nav a {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #F7EAD2;
	background: #000;
	padding: 2px 5px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

#nav a:hover {
	color: #000;
	background: #F7EAD2;
}*/

.description {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* colors (#F7EAD2 = yellow || #000 = black)
--------------------------------------------------*/

a {
	text-decoration: none;
}

#content h1,h2,h3,h4 {
	text-transform: uppercase;
	font-family: arial;
}

#content h1 a {
	color: #000;
	background: #F7EAD2;
	line-height: 37px;
	padding: 1px 3px;
}

#content h2 a,h3 a,h4 a {
	line-height: 29px;
}

body a,h3 a:hover,.navigation a:hover {
	color: #CC0000;
}

body a:hover,#content h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h3 a {
	color: #CC0000;
	background: #000;
}

.postmetadata {
	margin-bottom: 50px;
}

/* h3 colors, somehow needed
--------------------------------------------------*/

h3 a {
	color: #F7EAD2;
	background: #000;
}

h3 a:hover {
	color: #000;
	background: #F7EAD2;
}

h3.programm {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	font-size: 90%;
}

h3.programm a {
	color: #000;
	line-height: 18px;
	background: none;
}
h3.programm a:hover {
	color: #F7EAD2;
	background-color: #000;
}

/* sidebar
--------------------------------------------------*/

#sidebar {
	float: right;
	width: 260px;
	height: 100%;
}

#sidebar ul,li {
	list-style: square;
}

#sidebar h3 {
	margin-top: 20px;
}

#sidebar a:hover {
	color: #000;
	background: none;
}

/* frontpage
--------------------------------------------------*/

.feature {
	background-image: url(images/background.png);
	background-repeat: repeat;
	float: left;
	width: 590px;
	margin: 0 0 20px 0;
	padding: 10px;
}

.feature .addthis_toolbox {
	display: none;
}

.feature h1 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	color: #CC0000;
}

#content .feature h1 a {
	font-size: 25px;
	line-height: 34px;
}

.feature p {
	text-align: justify;
}

.feature img {
	border: 5px solid #F7EAD2;
	padding: 0;
}
.feature img:hover {
	border: 5px solid #CC0000;
}

#leadpic {
	float: left;
	margin: 0 10px 5px 0;
}

#frontpage {
	width: 620px;
	float: left;
	margin-top: 50px;
	padding: 0;
}

.frontcol img {
	float: left;
	border: 5px solid #e9e9e9;
	display: block;
	background: transparent;
	margin-bottom: 5px;
	padding: 0;
}

.frontcol img:hover {
	float: left;
	border: 5px solid #CC0000;
	display: block;
}

.frontcol {
	width: 290px;
	float: left;
	padding-right: 20px;
}

#content .frontcol h2 a {
	font-size: 14px;
	line-height: 16px;
}

#content .frontcol h2 {
	margin-bottom: 5px;
}

#content .frontcol p {
	font-size: 12px;
	color: #939598;
	padding: 0;
	margin: 0 0 20px 0;
}

#content .frontcol p a {
	color: #939598;
}

.clearfloat {
	display: block;
	padding: 0 0 30px;
}

.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.box-left {
	background-image: url(images/background.png);
	background-repeat: repeat;
	float: left;
	width: 270px;
	margin: 0 10px 20px 0;
	padding: 10px 20px;
}

.box-left h2 {
	margin-top: 15px;
}

.box-right {
	background-image: url(images/background.png);
	background-repeat: repeat;
	float: right;
	width: 270px;
	margin: 0 10px 20px 0;
	padding: 10px 20px;
}

.box-right h2 {
	margin: 15px 0;
}

/* search
--------------------------------------------------*/

#s {
	font-family: georgia;
	width: 160px;
	background-image: url(images/background-search.png);
	background-repeat: repeat;
	border: 1px solid #AFAFAF;
	margin-top: 3px;
	padding: 4px;
}

/* comments
--------------------------------------------------*/

#comments,#respond {
	width: 590px;
}

.commentlist {
	line-height: 150%;
	width: 590px;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background-image: url(images/background.png);
	background-repeat: repeat;
	list-style: none;
	width: 550px;
	float: left;
	margin: 0 0 15px;
	padding: 20px;
}

.comment-btm {
	padding: 100px 20px;
}

.commentlist cite,.commentlist cite a,.commentlist cite a:visited {
	font-style: normal;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font-size: 110%;
	width: 590px;
}

#commentform p {
	margin: 0;
	padding: 6px 0;
}

#commentform input {
	width: 250px;
	background: #FFFFDF;
	border: 1px solid #AFAFAF;
	margin-top: 3px;
	font-family: georgia;
	padding: 4px;
}

#commentform textarea {
	width: 500px;
	height: 150px;
	background: #FFFFDF;
	border: 1px solid #AFAFAF;
	margin-top: 3px;
	font-family: georgia;
	line-height: 1.5;
	padding: 4px;
}

#commentform textarea:focus,#commentform input[type="text"]:focus {
	background: #fff;
}

#commentform #submit {
	background: #F7EAD2;
	border: 1px solid #AFAFAF;
	font: 100% georgia;
	color: #000;
	float: left;
	width: 160px;
	height: 28px;
	cursor: pointer;
}

#gravatar {
	width: 400px;
}

#gravatar img {
	float: left;
	margin-right: 10px;
}

/* previous + next links
--------------------------------------------------*/

.navigation {
	width: 600px;
	padding-bottom: 15px;
	height: 20px;
}

.navigation a {
	color: #F7EAD2;
	background: #000;
	padding: 1px 3px;
}

/* wp-stuff
--------------------------------------------------*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* footer
--------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 30px;
}

#footer a,
#footer a:hover {
	background: none;
	border: none;
}

/* posts
--------------------------------------------------*/

.post,.entry {
	width: 600px;
}

.post h3,
.entry h3 {
	color: #939598;
}

.posttitle,
.post h3,
.entry h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.left,.alignleft {
	float: left;
}

.right,.alignright {
	float: right;
}

.trenner {
	color: #CC0000;
	font-weight: bold;
}

/* twitter
--------------------------------------------------*/

#sidebar h3 {
	margin: 0;
	padding: 0;
}

ul.twitter {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

ul.twitter li.twitter-item {
	font-size: 90%;
	list-style-type: none;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #F7EAD2;
}
ul.twitter a {
	text-decoration: underline;
}

/* image gallery
--------------------------------------------------*/

body div#TB_window a:hover {
	color: #CC0000;
	background-color: #fff;
}

.addthis_toolbox a:hover {
	background: none !important;
}

/* live stream
--------------------------------------------------*/

body#radio {
	width: 100%;
}

#radio-container {
	margin: 15px;
}

#radio-container h2 {
	display: block;
	margin-bottom: 15px;
}

#livestream-container {
	background-color: #fff;
	border: 4px solid #CC0000;
	padding: 0;
}

#livestream-container .livestream-logo {
	padding: 15px 0 0 15px;
	text-align: left !important;
	border-bottom: 4px solid #CC0000;
}

#livestream {
	/*margin-top: 5px;*/
}

