/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background: url(images/mainbackground.jpg) repeat-y #000000;
	background-position: top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/background.png) repeat-y;
}

#header {
	height: 199px;
	width: 960px;
	margin: 0px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

#main {
	width: 960px;
	
}
#content {
	width: 643px;
	padding: 10px 16px 10px 10px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 250px;
	float: left;
	margin: 10px 5px 0 0;
}
#footer {
	height: 306px;
	background: url(images/alienfooter.png) no-repeat;
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
#footercontent {
width: 960px;
padding: 60px 0 0 25px;
}
#logo {
width: 245px;
height: 95px;
background: url(images/logo.png) no-repeat;
border-right: 1px dotted white;
float: left;
margin-right: 90px;
}
#footerinfo {
padding: 10px;
}
#footernav {
float: left;
height: 95px;
width: 350px;
border-right: 1px dotted white;
margin-right: 10px;
}
#footersocial {
float: left;
height: 83px;
}
#footertwitter {
height: 43px;
background: url(images/twitterfooter.png) no-repeat;
padding-left: 45px;
}
#rssfooter {
height: 40px;
background: url(images/rssfooter.png) no-repeat;
padding-left: 29px;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 11px 0 5px 410px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 -10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
h1 {
margin: 0;
}
.entryfooterline {
height: 5px;
width: 640px;
border-bottom: solid black 2px;
margin-bottom: 5px;
}
#entryinfo {
float: left;
width: 630px;
}
.entryfootercat {
font-weight: bold;
color: #333333;
}
#social {
float: right;
width: 35px;
padding-top: 20px;
}
.facebook {
height: 5px;
}
#footercomments {
margin-top:10px;
height: 17px;
background: url(images/commentbubble.gif) no-repeat;
padding-left: 25px;
}
#headinfo {
float: left;
width: 590px;
}
.clear {
clear:both;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	text-decoration: none;
	color: #003399;
	font-weight: bold;
	outline: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	
}
#footer a:hover {
	text-shadow: 0 0 4px #00CCFF;
}
#readmore {
padding-top: 10px;
}
#footer p {
color: white;
font-size: 1.1em;
font-weight: bold;
padding: 20px 75px 0 0;
line-height: 1.8em;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu {
	width: 960px;
	height: 35px;
}

ul#navi {
list-style: none;
width: 960px;
height: 35px;
margin: 0;
padding: 0;
text-indent: -9999px;
}
ul#navi li {
float: left;
}
ul#navi li a {
margin: 0;
display: block;
outline: none;
}

ul#navi li.home a {
width: 73px;
height: 35px;
background: url(images/homesprite.png) bottom center;
}
ul#navi li.news a {
width: 77px;
height: 35px;
background: url(images/newssprite.png) bottom center;
}
ul#navi li.trailer a {
width: 82px;
height: 35px;
background: url(images/trailersprite.png) bottom center;
}
ul#navi li.reviews a {
width: 105px;
height: 35px;
background: url(images/reviewssprite.png) bottom center;
}
ul#navi li.podcast a {
width: 103px;
height: 35px;
background: url(images/podcastsprite.png) bottom center;
}
ul#navi li.impressum a {
width: 127px;
height: 35px;
background: url(images/impressumsprite.png) bottom center;
}
ul#navi li.kontakt a {
width: 93px;
height: 35px;
background: url(images/kontaktsprite.png) bottom center;
}
ul#navi li.rssfeednav a {
width: 153px;
height: 35px;
background: url(images/rsssprite.png) bottom center;
}
ul#navi li.twitternav a {
width: 147px;
height: 35px;
background: url(images/twittersprite.png) bottom center;
}

ul#navi li a:hover {
background-position: top center;
}



/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #cccccc;
	font-weight: bold;
}
#sidebar li a:hover {
	color: white;
	text-shadow: 0 0 4px #00CCFF;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebarcontent {
padding-left: 10px;
}
#sucheheader {
height: 39px;
width: 264px;
background: url(images/sucheheader.png) no-repeat;
}
#sidebarsuche {
height: 25px;
}
#sidebarpodcast {
height: 149px;
width: 264px;
margin-top: 10px;
background: url(images/podcastheader.png) no-repeat;
}
#sidebar p {
color: white;
font-size: 0.9em;
width: 245px;
}
#podcasttext {
width: 248px;
padding: 45px 0 0 10px;
}
#podcastlink {
padding-left: 75px;
}
#twitterheader {
height: 54px;
width: 264px;
background: url(images/twitterheader.png) no-repeat;
margin-top: 5px;
}
#twitterwidget {
margin-top: 5px;
}
#updatesheader {
height: 49px;
width: 269px;
background: url(images/updatesheader.png) no-repeat;
}
#articleslist p
{
display: block;
width: 230px;
margin: 0;
border-bottom: 2px dotted #333333;
line-height: 1.9em;
}
#sidecommentsheader {
height: 40px;
width: 264px;
background: url(images/kommentareheader.png) no-repeat;
margin-top: 10px;
}
#sidecommentscontainer {
width: 300px;
}
.sidecommentstext {
width: 300px;
display: block;
}
.sidecommentstext p {
color: white;
margin-bottom: 20px;
width: 300px;
display: block;

}
.sidecommentstext img {
margin-right: 5px;
float: left;
}
#commenttop {
height: 35px;
width: 270px;
}
#blogrollheader {
height: 43px;
width: 264px;
background: url(images/blogrollheader.png) no-repeat;
}
#blogroll p {
display: block;
width: 230px;
margin: 0;
border-bottom: 2px dotted #333333;
line-height: 1.9em;
}
#blurayheader {
height: 43px;
width: 264px;
background: url(images/blurayheader.png) no-repeat;
margin-bottom: 10px;
}
#amazonslide {
margin: 0 0 10px 45px;
}
#listbuttons {
margin-top: 20px;
padding-left: 25px;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 {
margin-top: 0;
}

#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	width: 600px;
	padding: 76px 0 0 393px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 25px 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}
.post h2 a {
text-decoration: none;
}
.post h2 a:hover {
text-decoration: underline;
}
h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.2em;
  margin-top: 25px;
}
.entry-meta p {
font-size: 0.9em;
}
.entry-meta-line {
height: 1px;
width: 440px;
border-bottom: 1px solid black;
}

/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {

}
#commentform form {
text-align: left;
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding-left: 75px;
	width: 500px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	padding-left: 20px;
	border-left: 5px solid #333333;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
ol.commentlist p {
font-size: .9em;
padding-bottom: 15px;
}
li.author {
	padding: 5px;
}


#commentwrapper {
width: 500px;
}
.alt {
background: #EDEDED;
}
ol.commentlist li:hover {
border-left: 5px solid lightBlue;
}
#respond {
background: #ededed;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/
