/*
Theme Name: Shoutitout!
Theme URI: http://www.shoutitout.to
Description: Personal Blog layout, One Column
Wordpress: 2.x
Version: 1.0
Author: Johannes Wirtz, Benedikt Volkmar
Author URI: http://www.shoutitout.to
License: GPL
*/

h1, h2, h3, h4, h5, h6 {
padding-top: 10px;
padding-bottom: 10px;
line-height: 15px;
font-size:1.5em;
}

a, a:link, a:active, a:visited a:hover{
  color: #d0dda3; 
  text-decoration: none;
}

img {
        border-style: none;
}

#body {
	background-color: #2a2d20;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
        background-position: 0px 0px;
	text-align: center;
	font: 62.5% verdana, arial, sans-serif; 
	color: #ddd; 
	line-height: 1.3em;
}

#main {
	background-image: url(images/header.gif);
        background-color: #333333;
	background-position: center top;
	background-repeat: no-repeat;
	width:759px;
        position: absolute;
        left: 148px;
	top: 160px;
        margin-bottom: -10px;
	text-align: justify;
}
#background {
        background-color: #333333;
        background-image: url(images/background_content.gif);
        background-repeat: y-repeat;
}

#footer {
	background-image: url(images/footer.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
	min-height: 80px;
	text-align: center;
}

#content {
	padding-top: 78px;
}

#next {
	margin-left: 20px;
	margin-bottom: 2px;
}

#comment {
	width: 80%;
        color: #ffffff;
}	

.hbuttons a{
	display: block;
	text-decoration: none;
	font: bold 13px Arial;
	color: #ddd;
	width: 97px;
	height: 23px;
	float: right;
	display: inline;
	margin-right: 8px;
	background-repeat: no-repeat;
        background-image: url(images/inactiv.gif);
	padding-top: 4px;
	margin-top: 56px;
	text-align:center;
}

.hbuttons a:hover{
	background-image:url(images/activ.gif);
}

.hbuttons a:active {
	background-image:url(images/activ.gif);
}

#page {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
        background-position: center 0px;
	min-height: 80px;
	margin-top: 0px;
	text-align: center;
}
.post {
	padding: 0px 0px 0px 25px;
	line-height: 15px;
        width: 700px;

}

.entry {
       padding-top: 20px;
       line-height: 18px;
       padding-right: 45px;
       padding-left: 20px;
}

.entry p {}
.entry p strong {}
.entry img {}
.entry ul { padding: 10px 0px;  }
.entry li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 11px; line-height: 15px; }
.entry blockquote { padding: 2px 15px;  font-style: oblique; }
.entry blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.entry blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 11px; line-height: 15px; color:#8ec200; }
.entry a { text-decoration: underline;}

.commentlist {
	list-style-type: none;
	padding: 10px 20px;
}

.commententry {
	padding-top: 20px;
	padding-bottom: 20px;

}

.commentnote {
	padding-left: 20px;
}

#commentwrap {
	padding: 20px 20px;
}

#comment {
	background-color: #2a2d20; 
	border-style: none;
	
}

#email {
	background-color: #2a2d20; 
	border-style: none;
	border-bottom: 5px solid  #333333;
}

#author {
	background-color: #2a2d20; 
	border-style: none;
	border-bottom: 5px solid  #333333;
}

#url {
	background-color: #2a2d20; 
	border-style: none;
	border-bottom: 5px solid  #333333;
}

#guestcomment {
	list-style-type: none;
	padding-top: 20px;
        padding-right: 20px;
}

#guestcommententry {
	padding-bottom: 20px;
}

#sidebar {
	position: absolute;
	left: 995px;
	width: 200px;
        min-height: 920px;
        max-height: 920px;
	top: 0px;
        background-image: url(images/sidebar.gif);
	background-position: center; 
	background-repeat: no-repeat;
        padding-top: 150px;
}

#sidebar ul {
	list-style-type: none;
}
#shoutbox {

        color: #ddd;
	text-align: left;
	font: 62.5% verdana, arial, sans-serif; 
	line-height: 1.3em;
}

#submit {
	background-color: #ffffff;
	border-style: 1px solid #2a2d20;
	color: #5A5A5A;
}

input {
	background-color: #2a2d20;
	border-style: none;
	color: #5A5A5A;
}

#shoutform{
margin-top: 1px;
}
#menu {
margin-top: 110px;
padding-left: 10px;
padding-right: 10px;
}
