/*
Theme Name: Google Fanblog
Theme URI: http://www.sjmfreelancing.de
Description: Fanblog-Theme
Version: 1.0
Author: Christopher Mioduszewski
Author URI: http://www.sjmfreelancing.de/

*/



/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #dae5ef url('images/pagebg.gif') repeat-x;
	color: #333;
	text-align: center;
	margin: 14px 0 0 0;
}
a { color: #000; }

#page {
	text-align: left;
	width: 980px;
}

#header {
	background: url(images/logo.gif) no-repeat center 20px;
	height: 225px;
}
#header div.info-top {
	float: right;
}
#header div.info-top a {
	text-decoration: underline;
	color: #000;
}
#header div.info-top a:hover { text-decoration: none; }

#header div.menue ul {
	list-style: none;
	padding: 86px 0 0 0;
	margin: 0;
}
#header div.menue ul li,
#header div.menue ul li a { float: left; }
#header div.menue ul li a {
	display: block;
	padding: 11px 4px 14px 4px;
	font-size: 12px;
	color: #000;
	line-height: 10px;
	margin: 0 6px 0 0;
}
#header div.menue ul li.current_page_item a,
#header div.menue ul li.current_page_parent a {
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
}


.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 21px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman";
	padding: 0 0 12px 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

div.sidebar h2 {
	font-family: Verdana;
	font-size: 1.2em;
	}

h3 {
	font-size: 21px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman";
	
}
small.time { font-family: "Georgia", "Times New Roman"; }
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, div.sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0 auto;
	padding: 0;
	}


#content {
	float: left;
	margin: 0 60px 20px 60px;
	width: 440px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.clear {
	clear: both;
}

#footer {
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #fff;
	clear: both;
	}

#footer p {
	text-align: center;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

div.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

div.sidebar ul, div.sidebar ul ol {
	margin: 0;
	padding: 0;
	}

div.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

div.sidebar ul p, div.sidebar ul select {
	margin: 5px 0 8px;
	}

div.sidebar ul ul, div.sidebar ul ol {
	margin: 5px 0 0 10px;
	}

div.sidebar ul ul ul, div.sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, div.sidebar ul ol li {
	list-style: decimal outside;
	}

div.sidebar ul ul li, div.sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
div.sidebar div { padding: 8px 5px 0 5px; }
div.sidebar div span.img { text-align: center; display: block; padding: 0 0 15px 0; }

div.sidebar li.search div { text-align: right; }
/* End Entry Lists */



/* Begin Form Elements */


div.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 0 0 0;
}
#commentform p { margin: 3px 0; }

#commentform input {
	padding: 2px;
	margin: 5px 0 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	background: #e5e5e5;
	padding: 30px 0 20px 0;
	margin: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
div.sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 770px;
	width: 210px;
	}
div.leftsidebar { margin-left: 0; float: left; }
div.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


li.categories h2 {
	background: url(images/bg1.gif) no-repeat;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 11px;
}
li.comments h2 {
	background: url(images/bg2.gif) no-repeat;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 11px;
}
li.about h2 {
	background: url(images/bg3.gif) no-repeat;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 11px;
}
li.about p { padding: 0 5px; }
li.search h2 {
	background: url(images/bg4.gif) no-repeat;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 11px;
}
li.search input.s { font-size: 12px; padding: 2px 5px; width: 187px; border: 1px solid #969da3; }
li.tags h2 {
	background: url(images/bg3.gif) no-repeat;
	padding: 8px 10px 0 10px;
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 11px;
}
li.tags ul { font-family: "Georgia", "Times New Roman"; }



div#respond { background: #d3d3d3; border-top: 1px solid #000; margin-bottom: 1px; padding: 0 15px 10px 5px; }
div#respond h3 { margin: 0; padding: 0; height: 40px; padding-top: 20px; }

div.comment-author { font-family: "Georgia", "Times New Roman"; margin-top: 10px; margin-bottom: 5px; }


#header div.search {
	clear: both;
	text-align: center;
	padding-top: 40px;
}
#header div.search table {
	margin: 0 auto;
}
#header div.search table tr td {
	vertical-align: middle;
}
#header div.search table tr td input {
	width: 252px;
	padding: 6px 5px;
	font-size: 12px;
}
