/*
Theme Name: Blank HTML E
Theme URI: http://www.WPThemerKit.com
Description: Blank Html Theme E
Version: 0.1
Author: Cal
*/


/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	
}
#wrapper {
	width: 820px;
	margin: 20px auto 20px auto;
	padding: 0px;
	background-image: url(images/back_full.gif);
	background-repeat: repeat-y;
	border: 1px solid #7D7D7D;
}
#header {
	height: 145px;
	margin-top: -18px;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#main {
	width: 820px;
}
#content {
	width: 545px;
	padding: 0px;
	float: right;
	line-height: 1.3em;
}

#sidebar {
	width: 275px;
	float: left;
	margin-top: 10px;

}
#footer {
	height: 22px;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 3px 0 0 0;

}

/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding-left: 50px;
	font-size: 12px;
}
.post img{
	margin-left: -50px;
	margin-top: -12px;
	
}
.post p {
margin-right: 15px;}

.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
	display: none;

}

#header .description {
display: none;}

#header #topnav {
float: right;
width: 250px;
margin: 5px;
	color: #999999;
	font-size: 11px;
	margin-top: 10px;}
	
#topnav a:link, #topnav a:visited {
color: #999999;
text-decoration: none;
padding: 10px;


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

}




/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
display: none;
}


/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	display: none;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.post h3 {
	display: none;
}
.post a:link, .post a:visited {
color: #999999;
text-decoration: underline;



}
.post a:hover {
color: #B9D362;
text-decoration: none;

}

.post h6 img {
margin-left: 0px;
margin-bottom: -10px;
margin-top: 20px; }

/*style the post date*/
.entry-date {
	height: 89px;
	width: 71px;
	display: none;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

/*style content and footer links*/

.post ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 10px;
}
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	padding-top: 5px;
	list-style-type: none;


	
}
* html #sidebar ul {
font-weight: bold;}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 12px;
	color: #333333;	

}
/*
#sidebar ul li ul li {

	background-image: url(images/spots.gif);
	background-repeat: no-repeat;
	background-position: top;
}
*/
#sidebar > ul > li > ul > li:before, #sidebar > ul > li > ul > li:last-child:after {
	content: url(images/spots.gif);
}

#sidebar > ul > li > ul > li:first-child:before {
	content: "";
}

/*
#sidebar ul li ul li:first-child {

	background-image: none;
}
*/
#sidebar ul li a:hover {
	color: #ffffff;	
}
#sidebar ul ul {
  margin-left: 0px;

}
#sidebar ul ul li, #sidebar ul ul li {
    font-size: 11px;
  margin-left: 0px;


}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited {

	font-size: 14px;
}
#sidebar ul ul ul li a:link, #sidebar ul ul ul li a:visited {
	font-size: 12px;
	padding-left: 35px;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-top: 0px;
	margin-top: -10px;
	padding-bottom: 15px;
}



/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
} 

/* IEFIX */
* html .post img {
	margin-left: -50px;
	margin-top: -12px;
	margin-right: -15px;
	
}

* html #sidebar ul li ul li {
	background: transparent url(images/spots.gif) bottom left no-repeat;
}

* html #sidebar ul li ul li ul li {
	background-image: none ! important;
}
.page_item .current_page_item a:link, .page_item .current_page_item a:visited {
color: #ffffff ! important;
}
* html #header #topnav {

	margin-top: 30px;}
	
* html .post h6 img {
margin-left: 0px;
margin-bottom: -20px;
margin-top: 20px; }	

