/*   
Theme Name: RevierWide BVB - inspired by: Amsterdam Nights
Theme URI: http://www.pottblog.de/ 
Description: Variation von Amsterdam Nights von Oliver Roick (http://www.rollsroick.de/).
Author: Oliver Roick (des Originals)
Author URI: http://www.rollsroick.de/
Version: 2.0


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* Da Basics */

body {
	background-color: #141C29;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited, a:link {
	color: #2E60A9;
}

a:hover {
	text-decoration: none;
	background-color: #FFF7D1;
}

a:active {
	background-color: #FFF7D1;
}

input, textarea {
	background-color: #FFF7D1;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

#wrapper {
	background-color: #2D5FA8;
	background-image: url(images/bg_main_wide.png);
	background-repeat: repeat-y;
	margin: 10px auto;
	width: 900px;
}


/* Header */

#head {
	height: 314px;
	width: 900px;
	background-image: url(images/bg_head_wide_reduced4.jpg);
}

#head div#blog_title {
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 5.0em;
	color: #FCFFF7;
	position: relative;
	top: 35px;
	left: 35px;
}

#head div#blog_title a {
	color: #FCFFF7;
	text-decoration: none;
}

#head div#blog_title a:hover {
	background-color: transparent;
}


/*Main Content*/

#main {
	width: 450px;
	float: left;
	color: #141C29;
}

#main h1, #main h2, #main h3 {
	margin: 0 20px 5px 20px;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #2E60A9;
	clear: both;
        sub, sup {line-height:0;};
}

#main h2 {
	font-size: 1.5em;
	margin-left: 20px;
}

#main h3 {
	font-size: 1.2em;
	margin-left: 20px;
}

#main h1 a, #main h2 a, #main h3 a {
	text-decoration: none;
}

#main p, #main div.navigation, #main div.grau, #main div.bottomnavigation, #main dl, #main ul, #main ol, #main div.date, #main #searchform {
	margin: 0 20px 15px 20px;
	text-align: justify;
	line-height: 1.4em;
}

#main p.lar, #main div.post_info {
	margin: 0 20px 15px 20px;
	text-align: left;
	line-height: 1.4em;
}

#main ul.lar {
	margin: 0px 20px 15px -20px;
	text-align: left;
	line-height: 1.4em;
}

#main object {
	margin: 0px 20px 15px -35px;
	text-align: left;
	line-height: 1.4em;
}

#main li {
	margin-left: 20px;
	text-align: left;
	line-height: 1.4em;
}

main li.lar {
	margin-left: 0px;
	text-align: justify;
	line-height: 1.4em;
}

.footnotes, .footnote-link, .footnote-identifier-link

{
	vertical-align: super;
	font-size: 0.8em;
        sub, sup {line-height:0;};
}

/* auskommentiert wg. Opera-Problemen
#main div.navigation {
	clear: both;
	margin: -18px 20px 0px 20px;
}
*/

#main div.bottomnavigation {
	clear: both;
	margin: -5px 20px 0px 20px;
}

.left {
	text-align: left;
	width: 50%;
	float: left;
}

.right {
	text-align: right;
	width: 50%;
	float: right;
}

#main div.post_info {
	border-top: 1px dotted #141C29;
}

#main div.date {
	margin-bottom: 0px;
}

#main embed {
	font-size: 1.5em;
	margin-left: 20px;
}

#main img.left {
	font-size: 1.5em;
	margin-left: 20px;
}

#main img.leftalign {
	font-size: 1.5em;
	margin-left: 20px;
}

.info_right {
	text-align: right;
	vertical-align: middle;
	width: 50%;
	float: right;
        margin-left: 5px;
        margin-right: -28px;
        margin-top: 5px;
}

.info_left {
	text-align: left;
	vertical-align: middle;
	width: 50%;
	float: left;
        margin-left: 5px;
        margin-right: -28px;
        margin-top: 5px;
}



.grau {
	display: block;
	background-color: #C0C0C0;
	padding: 3px;
	font-style: normal;
	margin-bottom: 3px;
}


/* Leftbar */

#leftbar {
	float: left;
	width: 225px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	background-image: url(images/bg_leftbar_main.png);
	background-repeat: repeat-y;
}

#leftbar h4 {
	background-image: url(images/bg_leftbar_head.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 25px 0 14px 30px;
}

#leftbar ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	background-image: url(images/bg_leftbar_footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#leftbar ul li {
	background: transparent;
	padding: 0 15px 3px 40px;
}


/* Sidebar right (rightbar) */

#sidebar {
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	background-image: url(images/bg_rightbar_main.png);
	background-repeat: repeat-y;
}

#sidebar h4 {
	background-image: url(images/bg_rightbar_head.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 25px 0 14px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	background-image: url(images/bg_rightbar_footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#sidebar ul li {
	background: transparent;
	padding: 0 20px 3px 30px;
}

/*Footer*/

#footer {
	width: 900px;
	background-image: url(images/bg_footer_wide.png);
	background-repeat: no-repeat;
	background-color: #2D5FA8;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #FCFFF7;
}

#footer p {
	margin: 0 50px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FCFFF7;
	background: transparent;
}

/* Comment Styles */

#commentform {
	margin-bottom: 40px;
}


#commentform input, #commentform textarea {
	width: 305px;
	margin: 0 20px;
	padding: 3px;
	color: #141C29;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}

#commentform input[type=submit] {
	width: 13em;
	float: right;
}

#commentform label {
	display: block;
	padding-bottom: 3px;
}


#commentlist {
	margin: 0;
	padding: 0;
	margin: 0 20px 15px 0;
	line-height: 1.4em;
	list-style-type: none;
}

#commentlist li {
	padding: 0;
	margin: 0 0 30px 0;
}

#commentlist li p {
	padding: 0;
	margin:  0 3px 10px 3px;
}

#commentlist cite {
	display: block;
	background-color: #FFF7D1;
	padding: 3px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
}

.highlighted {
	display: block;
	background-color: #C0C0C0;
	padding: 3px;
	font-style: normal;
	margin-bottom: 3px;
}

#searchform input[type=submit] {
	margin-top: 2px;
}


/*Comments Popup*/

#comments_popup {
	background-color: #FCFFF7;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#comments_popup h1#header {
	background-color: #2D5FA8;
	margin: 0 0 20px 0;
	padding: 10px;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #FCFFF7;
}

#comments_popup h1#header a {
	color: #FCFFF7;
	text-decoration: none;
}

#comments_popup h1#header a:hover {
	background-color: transparent;
}

#comments_popup #main {
	width: 100%;
}

#comments_popup #main p, #comments_popup #main h2, #comments_popup #main #commentlist {
	margin: 0 10px 15px 10px;
	padding: 0;
}

#comments_popup #footer {
	background-color: #2D5FA8;
	background-image: none;
	width: 100%;
	padding: 10px 0;
}

		/* Begin Contact Form CSS */

		.contactform {
			width: 70%; 
			position: relative;
			padding: 30px; 
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 0px 0; 
			}
		
		.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 0px 0; 
			}

        .contacterror {
            border: 1px solid #ff0000;
        	}
		/* End Contact Form CSS */
		
img.comvatar {
    /* just an example configuration */
    border: 1px solid #000;
    background: #fff;
}

/* pagebar-plugin */

.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}
	
/* link indicator plugin */

/* For Link Indication plugin */
a.liexcel { padding-right: 12px; background: url(images/link-icon_excel_10x10.png) no-repeat right; }
a.liexternal { padding-right: 12px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.limailto { padding-right: 12px; background: url(images/link-icon_mail_03.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf_03.png) no-repeat right;  }
a.litechnorati { padding-right: 13px; background: url(images/link-icon_technorati.png) no-repeat right;  }
a.liwikipedia { padding-right: 12px; background: url(images/link-icon_wikipedia_02.gif) no-repeat right; }
a.liword { padding-right: 12px; background: url(images/link-icon_word_10x10.png) no-repeat right; }
a.lizip { padding-right: 13px; background: url(images/link-icon_zip_01.png) no-repeat right;  }
a.liderwesten { padding-right: 18px; background: url(images/link-icon_derwesten.gif) no-repeat right; }
a.liwaz { padding-right: 30px; background: url(images/link-icon_waz.gif) no-repeat right; }
a.liwr { padding-right: 15px; background: url(images/link-icon_wr.gif) no-repeat right; }
a.liwp { padding-right: 15px; background: url(images/link-icon_wp.gif) no-repeat right; }
a.linrz { padding-right: 30px; background: url(images/link-icon_nrz.gif) no-repeat right; }
a.liikz { padding-right: 30px; background: url(images/link-icon_ikz.gif) no-repeat right; }
a.liruhrnachrichten { padding-right: 12px; background: url(images/link-icon_ruhrnachrichten.gif) no-repeat right; }
a.liruhrbarone { padding-right: 12px; background: url(images/link-icon_ruhrbarone.gif) no-repeat right; }
a.lifocus { padding-right: 12px; background: url(images/link-icon_focus.gif) no-repeat right;  }
a.lifreitag { padding-right: 13px; background: url(images/link-icon_freitag.gif) no-repeat right;  }
a.licoffeeandtv { padding-right: 12px; background: url(images/link-icon_coffeeandtv.gif) no-repeat right; }
a.lihandelsblatt { padding-right: 21px; background: url(images/link-icon_handelsblatt.gif) no-repeat right; }
a.lispiegel { padding-right: 12px; background: url(images/link-icon_spiegel.gif) no-repeat right; }
a.litagesspiegel { padding-right: 12px; background: url(images/link-icon_tagesspiegel.gif) no-repeat right; }
a.liwdr { padding-right: 12px; background: url(images/link-icon_wdr.gif) no-repeat right; }
a.liwelt { padding-right: 12px; background: url(images/link-icon_welt.gif) no-repeat right; }
a.lirponline { padding-right: 12px; background: url(images/link-icon_rponline.gif) no-repeat right; }
a.lisueddeutsche { padding-right: 12px; background: url(images/link-icon_sueddeutsche.gif) no-repeat right; }
a.liwiwo { padding-right: 17px; background: url(images/link-icon_wiwo.gif) no-repeat right; }
a.liyoutube { padding-right: 12px; background: url(images/link-icon_youtube.gif) no-repeat right; }
a.lilr { padding-right: 12px; background: url(images/link-icon_lr.gif) no-repeat right; }