/*
Theme Name: pindarsign|Style
Theme URI: http://pindarsign.de/webblog
Description: My own Style
Version: 1.0
Author: Simon Dittlmann

*/



html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	padding: 0px;
	margin: 0px;
    background: #fff;
	font-family: Verdana;
	font-size: 12px;
    height: 100%; 
    color: #55555f;
}

#wrap {
    width: 930px;
    padding-left: 30px;
    padding: 50px 0px 20px 30px;
}


/************************************************
*	Header, Headings, etc.                      *
************************************************/

#head {
    height: 180px;
    width: 100%;
    font-size: 30px;
    background-color: #1688bf;
/*    border-top: 5px solid #442100;*/
}

#head h1 a{
    position: absolute;
    font-size: 30px;
    font-family: Tahoma;
    color: #442100;
    top: 50px;
    left: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*- Main Menu in Header */


ul.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
    top: 100px;
	left: 50px;
    font-size: 18px;
    text-align: left;
    list-style: none;
    list-style-position:inside;
    line-height: 24px;
}

ul.menu li {
    float: left;
	display: block;
	margin: 0;
	padding-right: 35px;
}

ul.menu,
ul.menu li a {
	padding: 10px 0px 0px 0px;
	color: #dedede;
	}

ul.menu li a {
    color: #dedede;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #442100;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #442100!important;
	text-decoration: none;
}

/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img { border:none }    



a, a:link {
	color: #1688bf;
	text-decoration: none;
}

a:hover {
	color: #595441;
	text-decoration: none;
}

h1 {
    font-size: 18px;
	color: #1688bf;
	font-weight: normal;
    margin: 0px;
    padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #1688bf;
}

h2 {
	font-size: 16px;
	color: #1688bf;
	font-weight: normal;
}


h5 {
	color: #1688bf;
    margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
    font-size: 14px;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.displaycode {
	font: 1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
    width: 650px;
    float: left;
}

.item {
    background-color: #f8f8f8;
    padding: 0px 10px 10px 30px;
    margin-bottom: 10px;
    color: #55555f;
}


.item p {
    font-size: 12px;
}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #1688bf;
}

.item img {
    padding: 5px;
    margin: 5px;
    background: #ffffff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;	
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
    margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
    margin-bottom: 20px;
}

input#s{
	font-size: 18px;
	color: #dedede;
	background-color: #1688bf;
	border: 0px;
	width: 190px;
}

.metadata, bookmarkify{
	font-size: 11px;
    margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #4A8797;
}

cite{
	font-size: 11px;
	font-style: italic;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar									*
************************************************/

#secondary {
    width: 250px;
	padding: 0px;
	float: right;
}

#sidebar {
	float: left;
	width: 195px;
	padding: 0px 10px 20px 0px;
	}
	
#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
}
	
#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
    font-size: 13px;
    list-style-type: circle;
    list-style-position: outside;
}

#sidebar li {
    margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#sidebar ul li a {
    color: #595441;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color:#1688bf;
}

#sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
    font-size: 12px;
    list-style-type: circle;
    list-style-position: outside;
}

#sidebar ul ul li{
	margin: 0px;
}

#sidebar ul ul ul{
	margin-top:0; 
    margin-bottom:0;
	padding: 0px 0px 0px 14px;
    font-size: 12px;
    list-style-type: circle;
    list-style-position: outside;
}

#sidebar ul ul ul li{
	margin: 0px;
}


li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}



/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 470px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
}
	
#comment {
    padding: 10px 20px 20px 20px;
    margin-bottom: 3em;
    color: #515441;  
}

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #E88337;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
    font-weight: bold;
}
	
.commentdate {
	padding-left: 0px;
    font-weight: bold;
}
	
.commentlist p {
	clear: both;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
    font-weight: normal;
}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
}

.commentinfo{
	clear: both;
}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 450px;
}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
}

#commentsformheader{
	padding-left: 0px;
}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form{
	text-align: left;
	margin: 0px;
}

#commentsform p{
	margin: 0px;
}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	float: right;
}

.commentlist li {
	padding: 2px;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #515441;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #1688bf;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}



/************************************************
*	Footer									*
************************************************/


#foot {
    width: 680px; 
    height: 40px;	
    text-align: left;
	margin-top: 20px;
}

#foot a:link, #foot a:hover, #foot a:visited{
	color: #1688bf;
    text-decoration: underline;
}

#searchform {
    position: absolute;
    top: 110px;
	left: 710px;
    font-size: 11px;
}

.bookmarkifyPoweredBy {
    visibility: hidden;
}