/*  
Theme Name: rollerfink
Theme URI: http://www.rollerfink.de
Description: Your theme
Version: 1
Author: You

*/
/* Begin Structure */

body {
    margin: 0;
	font-size: small; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
	background-color: #CCCCCC;
	color: #333333;
    line-height: 150%;
	text-align: left;
	}

#page {
    width: 700px;
	position: static;
	color: #000000;
	background: #FFFFFF;
	border: 0;
	text-align: left;
	}

#content {
	background: #FFFFFF;
	}
	
#header {
	border: 0;
	height: 140px;
	background-image: url("http://www.rollerfink.de/wp-content/themes/rollerfink/images/kubrickheader.jpg");
	background-repeat: no-repeat;
	text-align: left;
	}

#header-inner { overflow: visible; padding: 0; }

#header-link {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
#header-link a {
	display: block;
	left: 0;
	top: 0;
	height: 140px;
	text-indent: -1000em;
	}

#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
	}

.narrowcolumn {
	background: #FFFFFF;
	position: relative;
	width: 500px;
	float: left;
	}

.entry {
	background: #FFFFFF;
	font-weight: normal;
	}

.entry p a:visited {
	color: #003366;
	text-decoration: underline;
	}

.widecolumn {
	padding: 15px 15px 15px 15px;
	margin: 0 0 0 0;
	width: 500px;
	}
	
.post {
	border: 0;
	padding: 15px 15px 15px 15px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-weight: normal;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	background: #FFFFFF;
	padding: 0 0 0 1px;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 150%;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	}

#sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

.description {
	font-size: small;
	text-align: center;
	}



	
#sidebar a {
	text-decoration: none;
	}	

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata {
	color: #777;
	}
	
code {
	font: small 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: small;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #003366;
	}

a:hover {
	color: #003366;
    text-decoration: underline;	}

	

/* End Typography & Colors */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#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%;
	}

/*	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, #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 ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar-box {
	background: #FFFFFF;
	position: relative;
	width: 200px;
	float: left;
	}

#sidebar {
	text-align: left;
	float: none;
	padding: 15px 15px 15px 15px;
	border: 0;
	background: #FFFFFF;
	font: .8em  Verdana, Arial, Sans-Serif;
	text-decoration: none;
    font-size: x-small;
	line-height: 150%;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


.center {
	background: #FFFFFF;
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



