/*
Theme Name: fritzvoepel
Theme URI: 
Description: fritzvoepel theme.
Version: 1.0
Author: Fritz Goeran Voepel
Author URI: http://fritzvoepel.de/
Tags:
*/



/* Begin Typography & Colors */

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color:#333333;
	letter-spacing:1px;
	line-height:20px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow:auto;
	border:none;
	}
	
h1, h2, h3 {
clear: both; 
}

a {
color:#666666;
}

a:hover {
color:#999999;
}

a:active {

}

small{
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	}





/*#page {
	border: none;
	text-align: left;
	float:left;
	background-color:#FFFFFF;
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border: none;
	
	}*/

/*start header*/
#confiture {
	position:absolute; 
	visibility:hidden;
	font-size:6px;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	margin:0;
	height: 65px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	z-index:4;
	}
	
#headerinfo{
	position:absolute;
	top:20px;
	left:24px;
	margin:0;
	padding:0;

}
#headernav{
	position:absolute;
	left:24px;
	bottom:-9px;
	width:1000px;
	margin:0;
	padding:0;
}
#headernav ul{
	/*ul defined in header*/	
	float:right;
	}
	
#header ul  {
	/*list align left*/
	margin:0;
	padding:0;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color:#FFFFFF;

	background-color:#FFFFFF;
	}	
	
#header ul li {

	list-style-type: none;
	list-style-image: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left:5px;	
	border-color: #666666;
	}
	
#header a{
	text-decoration: none;
	}
	

#header h1 {
	font-size: 14px;
	padding: 0px;
	letter-spacing:14px;
	margin:0;
	font-weight:normal;
	}
	
#header h2 {
	font-size: 10px;
	margin:0px;
	letter-spacing:10px;
	font-weight:normal;
	}
	
	
/*end header*/

/*start sidebar*/
#sidebar {
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 100%;
	height:90px;
	z-index:3;	
	}
	
#sidebarnav{
	position:absolute;
	left:24px;
	bottom:-9px;
	width:1024px;
	margin:0;
	padding:0;
	
}



#sidebarinfo{
	position:absolute;
	left:24px;
	top:30px;
	margin:0;
	padding:0;
}





#sidebarnav .span1 {
	position: relative;
	bottom:2px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color:#FFFFFF;
	display:inline;

	

}

#sidebarnav .span2 {
	position: relative;
	padding:0;
	margin:0;
	padding-left:5px;
	border-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #666666;
	display:inline;
	
}

#sidebarnav .span3 {
	position:absolute;
	visibility:hidden;
	bottom:13px; /*-30px*/
	height:24px;
	border:none;
	margin:0;
	padding:0;
	white-space: nowrap;
	width:800px;
	display:inline;
	left:-1px;
	background-color:#FFFFFF;
	z-index:5;

	

}

#sidebarnav .span4 {
	position:absolute;
	visibility:visible;
	bottom:10px;
	height:30px;
	border:none;
	margin:0;
	padding:0;
	white-space: nowrap;
	width:800px;
	display:inline;
	left:-1px;


	

}

#sidebarnav .span3 a{
	text-decoration:none;

}

#sidebar ul, #sidebar ol{
	/*ol >nu*/
	margin:0;
	padding:0;

	background-color:#FFFFFF;


	}
	
#sidebar ul li, #sidebar ol li{
	/*ol li >nu*/
	list-style-type: none;
	list-style-image: none;
	display:inline;/**/
	margin: 0;
	padding: 0;
	padding-left:5px;
	
	border-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #666666;	

	}

	
	#sidebar h2 {
	margin:0;
	padding:0;
	}
	

/*end sidebar*/

/*start footer*/

#footer {
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 100%;
	height:20px;
	z-index:3;	
	}

	
#footernav{
	position:absolute;
	left:24px;
	bottom:-9px;
	margin:0;
	padding:0;
	width:1000px;
}

#footernav ul{
	/*ul defined in footer*/	
	float:left;
	}


#footerinfo{
	position:absolute;
	left:24px;
	bottom:-24px;
	width:1000px;
	margin:0;
	padding:0;
	font-size:9px;
}

#footerinfo span{
float:right;
}

#footer ul{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color:#FFFFFF;
	}

#footer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left:5px;	
	border-color: #666666;
	}

#footer a{
	text-decoration: none;
	}
	
#spacer {
	position:relative;
	width: 100%;
	height:30px;
	z-index:2;	
}
/*end footer*/

/*start content*/

#content {
	position:relative;
	margin:0;
	width: 100%;
	height:auto;

	z-index:2;
	min-height: 350px;
	
	}


	
#contentnav{
	position:relative;
	left:174px;
	width:800px;
	height:15px;
	margin:0;
	padding:0;
	padding-bottom:40px;
}


#contentnav ul{
	/*ul defined in sidebar*/	
	float:left;
	
	}
	
#contentnav ul span{
	font-size: 10px;
	color:#666666;
	}

#contentdata{
	position:relative;
	left:174px;
	width:800px;
	margin:0;
	padding:0;
	padding-bottom:10px;
	text-align:justify;	
}


#contentdata .entry p{

	margin:0;
	padding:0;

}

#contentdata .entry {


	padding-bottom:20px;

}
	
#content a {
color:#333333;
	
	}
	
#content a:hover {
color:#999999;
	
	}
	
#content h2 {
	
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#content h3 {
	font-weight: normal;
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#contentnav a{
	/*text-decoration: none;*/
	color:#333333;
	}

#contentnav ul{
	margin:0;
	padding:0;
	/*
	background-color:#FFFFFF;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color:#FFFFFF;
	*/
	}
	
	
#contentnav ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	
	/*border-left-width: 1px;
	border-left-style: solid;
	padding-left:5px;
	border-color: #666666;
	*/
	}
	
#contenttitle{

	position:relative;
	left:0px;
	height:39px;
	width:800px;
	margin:0;
	padding:0;
	padding-top:30px;
	}
	
#contentseq{

	position:relative;
	left:0px;
	height:50px;
	width:800px;
	margin:0;
	padding:0;
	padding-top:30px;
	}

#contentseq a{
	text-decoration: underline;
	}
	
#contentseq span{
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	}
	
#contentseq2{

	position:relative;
	left:0px;
	height:50px;
	width:800px;
	margin:0;
	padding:0;
	}

#contentseq2 a{
	text-decoration: underline;
	}
	
#contentseq2 span{
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	}

.alignnone {
	clear:both;


	}
	

.alignright {
	float: right;


	}

.alignleft {
	float: left;

	
	}
	
#contentinfo{
	clear:both;
	position:relative;
	left:0px;
	width:800px;
	margin:0;
	padding:0;
	padding-bottom:20px;

	}

	
#contentinfo ul{
	list-style:none;
	margin: 0;
	padding: 0;
	}

#contentinfo ul li {

	}

#contentinfo ul li span{
	font-size: 10px;
	color:#666666;
	}
	

/*end content*/


/*start image*/
.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: left;
	/*background-color: #f3f3f3;*/
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin: 10px;*/

}

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

.wp-caption p.wp-caption-text {
	font-size: 10px;
	color:#666666;
	line-height: 17px;
	padding: 0;
	margin: 0;
	
	
}
/*end image*/




.widecolumn .entry p {
	/*font-size: 1.05em;*/
	}

.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.4em;*/
	}

.widecolumn {
	/*line-height: 1.6em;*/
	}

.narrowcolumn .postmetadata {

	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}




h2.pagetitle {
	
	}


h3 {

	}
	


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

h2, h2 a,  h2 a:visited {

	
	}

h3, h3 a, h3 a:visited, #sidebar h2, #sidebar a, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #666666;
	}

.commentlist li, #commentform input, #commentform textarea {
	/*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}



code {
	/*font: 1.1em 'Courier New', Courier, Fixed;*/
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	/*font: normal 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.narrowcolumn {

	}

.widecolumn {

	}

.post {
	margin: 0;
	padding:0;
	text-align: justify;

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	padding:0;
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/*	Begin Headers */
h1 {

	}

h2 {
	
	}

h2.pagetitle {
	
	text-align: left;
}

#sidebar h2 {

	}

h3 {

	}

h3.comments {

	}
/* 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;
	}


/* 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 {

	
	}

html>body .entry li {
	/**margin: 7px 0 8px 10px;**/
	}

#sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	/*content: "\007C \0020";*/
	
	}
	
.entry ul li:before{
	/*content: "\00BB \0020";*/
	}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}

#sidebar #searchfield {
	width: 108px;
	padding: 2px;
	border: 1px solid;
	}

#sidebar #searchsubmit {
	
	float: left;
	margin: 0 20px 0 0;
	border: none;
	vertical-align: 15%; 
	background-color:#ffffff;  
	width: 50px; 
	height: 22px;
	cursor:pointer;
	color: #999999;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

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

.center {
	text-align: left;
	}

.hidden {
	display: none;
	}

hr {

	}

a img {
	border: none;
	}


	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/*display: inline;
list-style-type: none;*/

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
