/*   
Theme Name: Amsterdam Nights
Theme URI: http://www.rollsroick.de/
Description: You can have it here and now. Your Blog in the look and feel of a warm summernight in Amsterdam.
Author: Oliver Roick
Author URI: http://www.rollsroick.de/
Version: 1.5.1


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* Da Basics */

body {
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea {
	background-color: #FFF7D1;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

#wrapper {

}


/* Header */

#head {
   margin-bottom: 30px;
}

#blog_title {
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	/*color: #FCFFF7;*/
}

#rsslink {
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	/*color: #FCFFF7;*/
}


#blog_title a {
	text-decoration: none;
}

#blog_title a:hover {
	background-color: transparent;
}


#instructions {
   font-size:12px;
}

#instructions  a{
   text-decoration:underline;
}

/*Main Content*/

#main {

}

#main h1, #main h2, #main h3 {
	font-size:16px;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#main h1.post_topic { 
   margin-bottom: 15px;
   margin-top: 15px;
   border-top: 1px dotted #141C29;
   padding-top: 15px;
}

#main h2 {
	font-size:14px;
}

#main h3 {
	font-size:12px;
	
}

#main h1 a, #main h2 a, #main h3 a {
	text-decoration: none;
}

#main p, #main div.navigation, #main dl, #main ul, #main ol, #main div.post_info, #main div.date, #main #searchform {	
	text-align: justify;
	line-height: 1.4em;
}

#main div.navigation {
	clear: both;
	
}

.left {
	text-align: left;
	width: 50%;
	float: left;
}

.right {
	text-align: right;
	width: 50%;
	float: right;
}

.pods {
   border:1px solid black; width: 100%; background-color: #FFFFFF; 
   margin: 0px;
}

.pods td {
	 color: black;
}
.description { margin: 0px }

.pods td a:link, .pods td a:visited, .pods td a:active { text-decoration: underline; color: black}
.pods td a:hover {
	text-decoration: underline; color: #444444;
}

.flPlayer { padding: 5px; float: left; }
.download_info {
	padding: 5px;
   vertical-align: bottom;
   float: right;
}

.post {
   margin-bottom: 10px;
}

#main div.post_info {
	
}

#main div.post_info a{
	text-decoration:underline;
}

#main div.date {
	margin-bottom: 0px;
}


/* Sidebar */

#sidebar {
	float: left;
	padding: 0;
	list-style: none;
}

#sidebar h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

#sidebar ul, #sidebar ol, #sidebar dl {
	margin: 0;
	list-style: none;
}

#sidebar p {

}

#sidebar ul li {
	float: left;
   background: transparent;
}

#sidebar a { text-decoration: underline }


/*Footer*/

#footer {
	width: 410px;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
}

#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;
}

h2.commentheadline {
padding: 0 0 6px 0;
}

.commentflash {
float: left;
padding: 0 10px 5px 4px;
}

#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;
}

textarea {
height: 200px;
}

#commentform input[type=submit] {
	width: 13em;
	float: right;
}

#commentform input.commentfile {
width: auto;
}

#commentform label {
	display: block;
	padding-bottom: 3px;
}


#commentlist {
	margin: 0;
	padding: 0;
	margin: 0 20px 15px 50px;
	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;
}

#searchform input[type=submit] {
	margin-top: 2px;
}

#prevnext {
}

#prevnext p {
text-align: right;
}

