/* @override 
	http://localhost/~lasse/wordpress/wp-content/themes/Topolino/style.css
	http://herrklein.com/wp-content/themes/Topolino/style.css
*/

/*
Theme Name: Topolino
Theme URI: http://herrklein.com/
Description: Based on blank theme with  style sheet changes
Version: 0.8
Author: Lasse Klein
*/

/* Main Sizes          */
/* Content area: 480px */
/* Sidebar     : 180px */

/*img { behavior: url(iepngfix.htc); }*/
img, #header, #wrapper, #footer { behavior: url(iepngfix.htc); }
/* img, #header, .class, blockquote { behavior: url(iepngfix.htc); } */

/* @group Block level */

Body {
	padding: 0px;
	margin: 0px;
	/* background: url(images/checkerboard.gif) repeat; */
	text-align: left;
	color: #888;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	background: #000 repeat;
}

#page {
	float: left;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	background: url(images/page_header_bg2.png) left top no-repeat;
	width: 768px;
	padding: 0px 64px 0px 64px;
	--margin: 0px 64px 0px 64px;
}

#header {
	float: left;
	width: 736px;
	height: 165px;
	--padding: 0px 16px 0px 16px;
	--background: url(images/header_bg.png) no-repeat bottom;
	z-index: 3;
}

#headerimg {
	padding: 65px 0px 0px;
	text-align: right;
}

#blogname a {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}

#description {
	color: #fff;
	font-size: 9.5px;
}

#wrapper {
	float: left;
	width: 736px;
	background: white; 
	--url(images/wrapper_bg.png) repeat-y;
	--margin : 0px 16px 0px 16px;
	padding: 16px 0px 0px 0px;
	--padding: 1px 16px 0px 16px;
	z-index: 3;
}

#content {
	float: left;
	width: 480px;
	padding-left: 19px;
}

#sidebar {
	float: right;
	width: 180px;
	padding-right: 19px;
}

#footer {
	float: left;
	width: 736px;
	background: white;
	--url(images/footer_bg.png) top no-repeat;
	margin: 0px 0px 32px 0px;
	padding: 16px 0px 8px 0px;
	--padding: 14px 16px 24px;
	z-index: 3;
}

/* @end */

/* @group Links */

a, a:visited {
    color: #DE7100;
	text-decoration: none;
}

a:hover, a:active {
    color: #DE7100;
	text-decoration: underline;
}

/* @end */

/* @group Headings */

h1 {
	font-size: 13pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 9pt;
}

hr {
	display: none;
}

/* @end */

/* @group Post */

.post h2 a:visited, .post h2 a, .post  h2 { /* post title link */
	color: #000000;
}

.post h3 a:visited, h3 a { /* post search title link */
	color: #000000;
}

.post {
	clear: both;
	padding: 40px 0px 20px 0px;
}

.post p {
}

.post a {

}

.post h2 {
	clear: both;
	margin: 0px 0px 2px 0px;
}

.post h3 {
	clear: both;
	margin: 0px 0px 2px 0px;
}

.post ul, ol {
	margin: 0px 0px 24px 0px;	
}

.post li {
	margin: 0px 0px 6px 0px;
}

.postmetadata {
}

.postmetadata a, .postmetadata a:visited {
	color: #888;
}

.post .postmetadata .edit {
	float: right;
}

.post .postmetadata .categories {
	float: left;
	text-transform: uppercase;
}

.post .postmetadata .time {
	float: left;
	font-size: 85%;
}

.post .postmetadata .comments {
	background: url(images/mini-comments.gif) no-repeat right center;
	padding-right: 15px;
	float: right;
	font-size: 85%;
}

/* @end */

/* @group Entry */

.entry h3{ 
	color:#555;
	margin-bottom: -10pt;
	font-size: 11pt;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.entry img.right  {
	float: right;
	padding: 0px 0px 6px 12px;
	text-align: right;
}

.entry img.left  {
	float: left;	
	padding: 0px 12px 6px 0px;
}

.entry img.center  {
	padding: 12px 0px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.wp-caption {
	float: right;
	border: 1px none #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.entrytext .postmetadata {

}

.entry {
	clear:both;
	width: 480px; /*  Real width: add padding */
	overflow: hidden;
	color: #333333;
	/* border-bottom: 2px solid #ccc; */
}

/* @end */
p a.more-link {
	float: right;
}

.widget {
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {
	border-left: medium solid #CCCCCC;
	/* border-right: medium solid #CCCCCC; */ 
	padding: 0px 12px;
	margin: 0px 24px;
	/* background-color: #FFFFdd; */
}

cite {

}

a img {
	border-color: #000;
}

acronym, abbr {

}

/* @group Sidebar */

#sidebar .title{
	padding: 0px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

#sidebar ul h2 {

}

#sidebar ul li {
}

#sidebar ul ul {

}

#sidebar ul ul li {
	padding-top: 6px;
	list-style-type: square;
	opacity: 1;
	margin-left: 15px;
	text-shadow: #000000 0 0 0;
}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a, #sidebar a:visited {
	color: #444;
}

#sidebar a:hover, #sidebar a:active {

}

/* @end */

/* @group Comments */

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/* @end */

/* @group Searchform */

#searchform {
}

#searchform input {

}

#searchform #s {
	width: 65%;
}

#searchsubmit {
	width: 30%;
}

/* @end */

/* @group Calendar */

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/* @end */

/* @group Footer */

#footer p {
	padding: 0;
	margin: 0;
}

#footer a, #footer a:visited {
	color: #444;
}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Forms */

input .stretch {
	width: 100%;
}

input .button {
	width: 100px;
}

textarea {
	width: 100%;
	height: 100px;

}

/* @end */

/* @group Ads */
#topads {
	/* padding-bottom: 50px; */
}
/* @end */


