/*  
Theme Name: Podcastjournal Super Thema
Theme URI: http://www.podcastjournal.de
Description: Podcastjournal
Version: 1.0
Author: Ben Schnopp
Author URI: http://www.schnopp.com/

Begin Typography & Colors */

html { overflow: -moz-scrollbars-vertical; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ECECEC;
	text-align: center;
}

#header {
	background: #ECECEC url('images/podcastjournal_header_900x250.jpg') no-repeat bottom center;
}

#headerimg 	{
	height: 250px;
	width: 900px;
}

#page {
	text-align: center;
	width: 900px;
	background: #ECECEC url('images/podcastjournal_bg_900x1.jpg') repeat-y bottom center;
/*	border: 1px solid #959596; */
	margin: auto;
}

#content {
	padding: 30px;
}

#searchsubmit {
	height: 29px;
	width: 89px;
	border: none;
	background-image: url('images/podcastjournal_searchbutton_89x33.jpg');
}

#s {
	height: 20px;
	width: 150px;
	border: 2px solid #00b7cc;
}

.post {
	text-align: justify;
}

.posttitle {
	font-size: 2em;
	color: #00b7cc;
	text-decoration: none;
}

.respond {
	font-size: 1.7em;
	color: #00b7cc;
	font-weight: bold;
}

.post a.posttitle:link, .post a.posttitle:visited, .post a.posttitle:active {
	font-size: 2em;
	color: #00b7cc;
	text-decoration: none;
}

.post a.posttitle:hover {
	text-decoration: underline;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	font-size: 1em;
	color: #00b7cc;
	text-decoration: none;
}

.postmetadata a:hover {
	text-decoration: underline;
}

.formText {
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

cite {
	font-size: 1.3em;
	color: #00b7cc;
	text-decoration: none;
}

.podPress_content a:link, .podPress_content a:visited, .podPress_content a:active {
	font-size: 1em;
	color: #00b7cc;
	text-decoration: none;
}

.podPress_content a:hover {
	font-size: 1em;
	color: #00b7cc;
	text-decoration: underline;
}

.titlearrow {
	margin-right: 5px;
}

.entry, .postdate, .postmetadata {
	font-size: 1.1em;
	padding-left: 33px;
}

.commentmetadata {
	font-size: 1.1em;
}

.singleEntry {
	font-size: 1.1em;
}

.narrowcolumn {
	float: left;
	width: 550px;
	padding-right: 20px;
}

.alignright { 
	float: right;
	}

.alignleft {
	float: left
	}
	
.sidebartitle {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}

#sidebar {
	text-align: left;
	margin-right: 30px;
	float: right;
}


li {
	margin-left: 20px;
	list-style-image: url('images/podcastjournal_smallarrow_10x12.jpg');
}


a:link, a:visited, a:active {
	font-size: 1em;
	color: #00b7cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li a:link, li a:visited, li a:active {
	font-size: 1em;
	color: #00b7cc;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}



#footer {
	background: #ECECEC url('images/podcastjournal_footer_900x55.jpg') no-repeat bottom center;
}

#footerimg 	{
	height: 55px;
	width: 900px;
}


#comment, #author, #email, #url, #submit {
	border: 1px solid #000000;
}

#comment {
	width: 400px;
	height: 200px;
}
