/*  
Theme Name: eBay Bloggercontest
Theme URI: 
Description: The eBay Bloggercontest WordPress theme based on the Kubrick.
Version: 1.0
Author: Markenwerk
Author URI: http://markenwerk.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Arial, Sans-Serif;
	background-color:#262929;
	background-image:url(images/body_pattern.gif);
	color: #fff;
	text-align:center;
	}

.clear{
	clear:both;
}

.clear *{
	display:none;
}

#page {
	text-align: left;
	}

#header {
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
}

#headerimg 	{ 
	height:136px; 
	width:755px; 
	} 

#headerimg h1, #headerimg .description{
	display:none;
}

#headerimg #home_link{
	display:block;
	padding-left:47px;
	padding-top:50px;
}

#headerimg #home_link:hover{
	background:none;
	text-decoration:none;
}

#content {
	font-size: 1.1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	margin-bottom:10px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	display:none;
	}

small {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size:1.2em;
	}

#sidebar h2 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.0em;
	}

h3.posted_by{
	font-weight:normal;
}

h3.posted_by em{
	font-style:normal;
	text-decoration:underline;
}

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

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, Arial, Sans-Serif;
	}

.mw_comment{}

.commentlist li {
	display:block;
	margin-bottom:10px;
	font-weight: bold;
	list-style:none;
	clear:both;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

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 {
	color: #fff;
	text-decoration:underline;
	}

h2 a:hover{
	color:#333;
}

a:hover {
	color:#333;
	background-color:#fff;
	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 Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post_date dl{
	margin:0;
	margin-left:5px;
	margin-top:5px;
	padding:0;
}

.post_date dl dt, .post_date dl dd{
	margin:0;
	padding:0;
	clear:both;
	font-weight:bold;
	text-align:center;
}

.post_date dl dt{
	font-size:1.7em;
	letter-spacing:-0.05em;
}

.post_date dl dd{
	font-size:1.2em;
}

#footer p, #footer a, #footer a:hover{
	color:#98a3a3;
	background:none;
	text-decoration:none;
}

#footer a{
	border-bottom:1px dotted;
}

#footer a:hover{
	border-bottom:1px solid;
}

.edit_link{
	margin-left:60px;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	padding-bottom:10px;
	}

#page {
	margin:auto;
	padding: 0;
	width: 765px;
}

#wrapper{
	background-image:url(images/wrapper_pattern.gif);
	background-repeat:repeat-y;
}

#header {
	margin: 0; 
	padding: 0; 
	height: 136px; 
	width: 765px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	margin: 0;
	width:538px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

#sidebar {
	width:227px;
/*	margin-left:538px;*/
	padding-top:5px;
	font: 1em Tahoma, Arial, Sans-Serif;
	background-image:url(images/sidebar_top_bg.gif);
	background-repeat:no-repeat;
float:left;
	}

.post_wrapper{
	clear:both;
}

.post_date{
	width:47px;
	height:68px;
	margin-top:3px;
	overflow:hidden;
	background-image:url(images/date_bg.gif);
	background-repeat:no-repeat;
	float:left;
}

.post {
	width:467px;
	margin:0;
	padding:0px;
	text-align:left;
	float:left;
}

.post h2.no_link{
	margin:0px;
	margin-top:8px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	background-color:#191B1B;
	background-image:url(images/main_li_prefix.gif);
	background-repeat:no-repeat;
	background-position:12px 8px;
}

.post h2 a{
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:6px;
	padding-left:19px;
	background-color:#FF0000;
	background-image:url(images/main_a_prefix.gif);
	background-repeat:no-repeat;
	background-position:11px 0px;
	border:1px solid #980000;
}

.post h2 a:hover{
	background-color:#fff;
	background-position:11px -20px;
	color:#ff0000;
}

.post .posted_by, .post .entry, .post .entry, .post .postmetadata{
	margin-left:12px;
}

.post hr {
	display: block;
	clear:both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.post_spacer, .widget_spacer, .comment_spacer{
	display:block;
	height:0px;
	margin:12px;
	margin-left:59px;
	border:none;
	border-top:1px solid #0a0b0b;
	border-bottom:1px solid #363a3a;
	background:none;
	clear:both;
}

.post_spacer{
	margin-top:3px;
	margin-bottom:3px;
}

.comment_spacer{
	margin-left:0px;
	margin-right:0px;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	padding-top:5px;
	margin: 0;
	padding-left:54px;
	width: 711px;
	height:26px;
	clear: both;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	}

#footer p {
	margin: 0;
	padding:0;
	text-align:left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 10px;
	margin-left:60px;
	text-align: left;
	padding-left:10px;
	background-image:url(images/main_li_prefix.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	clear:both;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
#content img, p img{
	padding:3px;
	margin-right:8px;
	margin-bottom:5px;
	max-width: 100%;
	border:1px solid #0a0b0b;
	background-color:#494e4e;
	float:left;
	}



p object, p embed, object, embed{
	padding:3px;
	max-width: 100%;
	border:1px solid #0a0b0b;
	background-color:#494e4e;
	float:left;
	clear:both;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before{
	content: "\00BB \0020";
	}

#sidebar ul ul li:before {
/*	content: "\00BB \0020";*/
	}

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

#sidebar .widgettitle{
	display:none;
}

#sidebar .widget{
	width:221px;
	float:left;
}

#sidebar ul, #sidebar ul ol{
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-right:10px;
}

#sidebar #search{
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar #searchform{
	padding-left:10px;
}

#sidebar #searchform input#s{
	width:135px;
	height:18px;
	margin:0px;
	margin-right:3px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:0px;
	border:1px solid #000;
	background-color:#fff;
	font-size:1.0em;
	float:left;
}

#sidebar #searchform .submit_button{
	width:55px;
	height:24px;
	padding:0px;
	margin:0px;
	color:#fff;
	border:1px solid #636a6a;
	background-color:#292c2c;
	font-size:1.0em;
	font-weight:bold;
	float:left;
}

#sidebar ul li, #sidebar ol li{
	margin:0;
	padding:0;
	list-style-position:inside;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar .sidebar_containers{
	margin:0px;
}

#sidebar #pages, #sidebar #search, #sidebar #categories, #sidebar #text-1, #sidebar #text-2, #sidebar #text-ext{
	margin-right:6px;
}

#sidebar #pages, #sidebar #search, #sidebar #text-ext, #sidebar #links{
	border-top:1px solid #363a3a;
	border-bottom:1px solid #000000;
}

#sidebar #text-1{
	border-bottom:1px solid #000000;
}

#sidebar #categories{
	border-top:1px solid #363a3a;
	margin-bottom:10px;
}

#sidebar #pages li, #sidebar #text-1 li, #sidebar #text-ext li, #sidebar #links li{
	font-size:1.1em;
	font-weight:bold;
	list-style:none;
	list-style-position:inside;
	margin-bottom:7px;
	padding:0px;
	padding-left:10px;
	background-image:url(images/main_li_prefix.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar #categories li{
	font-size:1.1em;
	list-style:none;
	list-style-position:inside;
	margin-bottom:7px;
	padding:0px;
	padding-left:10px;
	background-image:url(images/main_li_prefix.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0;
	padding: 0;
	}

#sidebar li a{
	color:#fff;
	background:none;
	text-decoration:none;
}

#sidebar li a:hover{
	color:#d1e0e0;
	background:none;
	text-decoration:underline;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;*/
	}

#sidebar #searchform #s {
/*	width: 108px;
	padding: 2px;*/
	}

#sidebar #searchsubmit {
/*	padding: 1px;*/
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #000;
	background-color:#fff;
	font-size:1.0em;
	}

#commentform textarea {
	width: 460px;
	padding: 2px;
	border:1px solid #000;
	background-color:#fff;
	font-size:1.0em;
	}

#commentform #submit {
	margin: 0;
	margin-right:12px;
	float: right;
	height:24px;
	color:#fff;
	border:1px solid #fff;
	background-color:#636a6a;
	font-size:1.0em;
	font-weight:bold;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin-left:60px;
	margin-right:10px;
	text-align:left;
	}

.commentlist li {}

.commentlist p{}

#commentform{
	margin-left:60px;
}

#respond, #comments{
	margin-left:60px;
	clear:both;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	margin-left:50px;
	padding: 0;
	clear:both;
	}

.commentmetadata {
	margin: 0;
	}

.comment_approval{
	font-style:normal;
	font-weight:bold;
	font-size:0.9em;
}
/* End Comments */




/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left:60px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	clear:both;
	}

/* End Various Tags & Classes*/


/* RANKING */

#ranking{
	display:block;
	width:221px;
	margin:0px;
	padding:0px;
	background-image:url(images/sidebar_ranking_pattern.gif);
	background-repeat:repeat-y;
	float:left;
}

#ranking div{
	display:block;
	width:221px;
	height:86px;
	margin:0;
	padding:0;
	border-top:1px solid #363a3a;
	border-bottom:1px solid #000000;
	background-repeat:no-repeat;
}

#ranking div#winkel{
	background-image:url(images/ranking/winkel.gif);
}

#ranking div#beetlebum{
	background-image:url(images/ranking/beetlebum.gif);
}

#ranking div#malcolm{
	background-image:url(images/ranking/malcom.gif);
}

#ranking div#anne{
	background-image:url(images/ranking/anne.gif);
}

#ranking div#nilzenburger{
	background-image:url(images/ranking/nilzenburger.gif);
}

#ranking div#ninifaye{
	background-image:url(images/ranking/ninifaye.gif);
}

#ranking h3, #ranking p{
	text-align:right;
	margin:0px;
	margin-right:7px;
	font-size:1.1em;
}

#ranking h3{
	margin-bottom:3px;
	padding-top:54px;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:100% 0px;
}

#ranking h3#rank_1{
	background-image:url(images/ranking/rank_1.gif);
}

#ranking h3#rank_2{
	background-image:url(images/ranking/rank_2.gif);
}

#ranking h3#rank_3{
	background-image:url(images/ranking/rank_3.gif);
}

#ranking h3#rank_4{
	background-image:url(images/ranking/rank_4.gif);
}

#ranking h3#rank_5{
	background-image:url(images/ranking/rank_5.gif);
}

#ranking h3#rank_6{
	background-image:url(images/ranking/rank_6.gif);
}
