/*  
Theme Name: default theme empty
Theme URI: 
Description: empty WP Theme without design but full with html comments to exlain the wp template tags
Version: 1.6
Author: MTS von webdesign-in.de und texto.de
Author URI: http://www.texto.de 
*/
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
html,body{height:100%;}
a {
	color: #663399;
	text-decoration: none;
}
a:focus { outline: 0; }
body{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 76%;
	text-align: center;
	background-color: #17150A;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#container{
	position:relative;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body>div#container{height:auto;min-height:100%}
div#footer{
	position: absolute;
	bottom:0;
	width: 100%;
	background-color: #17150A;
	color: #FFFFFF;
	text-align:center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 16em;
	padding-right: 0;
	padding-bottom: 3em;
	padding-left: 0;
	z-index: -500;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#spacer {
	height: 16em;
}
#spacer a {
	display: block;
	height: 16em;
}
#content_body {
	background-color: #FFFFFF;
	border: 5px solid #002832;
}


div#content{
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	padding-bottom: 12em;
}
.librimondadori {
}

.librimondadori a {
	display: block;
	height: 61px;
	width: 184px;
	background-image: url(images/libri_mondadori.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: auto;
}
.librimondadori a:hover {
	background-image: url(images/libri_mondadori.jpg);
	background-repeat: no-repeat;
	background-position: 0px -61px;
}
.post {
	margin-bottom: 4em;
}
h2 {
	font-size: 1.2em;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.post h2 {
	font-size: 1.5em;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
#sidebar h2 {
	font-size: 1.2em;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
#sidebar  li {
	padding-left: 10px;
	margin-bottom: 5px;
}
#sidebar ul {
	margin-bottom: 20px;
}
td.sidebar {
	background-color: #f9f9f9;
	border: 1px solid #e8e2e2;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	font-size: 1em;
	text-align: justify;
}
small {
	color: #666666;
	font-size: 10px;
}
.entry {
	padding-top: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
}
.entry p {
	padding-bottom: 10px;
	text-align: justify;
}
.navigation {
	margin-bottom: 2em;
}

#wp-calendar {
	width: 100%;
}
#comment {
	width: 450px;
	margin-top: 5px;
}
input {
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#author {
	margin-top: 1em;
}

ol.commentlist {
	margin-top: 3em;
	margin-right: 1em;
	margin-bottom: 5em;
	margin-left: 1em;
	width: 470px;
}
ol.commentlist li {
	padding: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.alt {
	background-color: #f9f9f9;
}
cite {
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
}
cite a {
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
}
ol.commentlist small {
	margin-bottom: 1em;
	display: block;
}
#rss {
	margin-top: 20px;
}
#rss img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

