/*  
Theme Name: stoerch.org
Theme URI: http://www.stoerch.org
Description: stoerchis wp theme
Version: 1.0
Author: Mathias Stoerch
Author URI: http://www.stoerch.org

*/

/* Allgemein */

/*IE7 Scrollleisten hack*/
*+html body {
	overflow: scroll;
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 10px 0 0 0;
}

#container {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

.alignright {
	/*position: relative;*/
	margin-right: 0;
	margin-left: auto;	
}

.alignleft {
	/*position: relative;*/
	float: left;
	margin-right: 30px;
	margin-left: 0;	
}
/*
.aligncenter{
	text-align: center;
}
*/
.more-link {
	font-weight: bold;
}

/* header */

#logo {
	margin: 0;
	margin-top: 30px;
 	margin-left: 20px;
	width: 310px;
	height: 28px;
	text-align: left;
	float: left;
	/*position: absolute;*/
	background-image: url('image/stoerch-photography_w_bl_2.png');
	background-repeat: no-repeat;
}

#header {
	float: left;
	height: 70px;
	width: 800px;
	border-bottom: 1px solid #000;
	/*position: relative;*/
}

#navi {
	height: 70px;
	/*border-bottom: 1px solid #000;
	width: 800px;*/
}	

#navi ul {
	margin: 0;
	padding-top: 40px;
	padding-right: 8px;
	text-align: right;
	list-style: none;
	float: right;
}

* html #navi ul {
	/*browserhack for ie6 */
	padding-top: 46px;
}

#navi li {
	margin: 0;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}

#navi li a {
	margin: 0;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	/*color: #6571eb;*/
	color: #000;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: verdana, arial;
	letter-spacing: 2px;
}

* html #navi li a {
	line-height: 27px;
}

#navi li a:hover {
	/*border-bottom: 3px solid #8e8e8e;*/
	border-bottom: 3px solid #6571eb;
	height: 27px;
}

* html #navi li a:hover { 
	/*browserhack for ie6 */
	border-bottom: 3px solid #6571eb;
}

.current_page_item a {
	border-bottom: 3px solid #6571eb;
	height: 27px;
}

.current_page_parent a {
	border-bottom: 3px solid #6571eb;
	height: 27px;
}

* html .current_page_parent a { 
	/*browserhack for ie6 */
	border-bottom: 3px solid #6571eb;
}

* html .current_page_item a { 
	/*browserhack for ie6 */
	border-bottom: 3px solid #6571eb;
}

#subnavi {
	text-style: none;
	width: 800px;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

#subnavi li {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0;
}

#subnavi li a {
	font-size: 16px;
	font-style: italic;
}

#subnavi .current_page_item a {
	border: 0;
	margin: 0;
	font-weight: bold;
	height: 16px;
}

.subnavi_separator {
	font-size: 18px;
}

/* content */

#pagecontent {
	margin-top: 20px;
	float: left;
	width: 800px;
}

#pagecontent p, h1, h2, h3, h4, h5, h6 {
	padding-left: 20px;
	padding-right: 20px;
}

#pagecontent h3, h4 {
	font-style: italic;
}

#content {
	margin-top: 30px;
	padding-left: 20px;
	float: left;
	width: 500px;
}


* html #content {
	margin-top: 30px;
	padding-left: 20px;
	float: left;
	width: 520px;
}

.post {

}

.post h2, .blogpost h2 {
	font-family: verdana, arial;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
}

.blogpost {
	margin-bottom: 30px;	
}

.alignright {
	float: right;	
	margin-left: 20px;
}

.entry {
	line-height: 18px;
	padding-top: 10px;	
}

.entry-content {
	line-height: 18px;
	padding-top: 10px;	
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content h1 a {
	text-decoration: none;
}

.entry-content h1 a:hover {
	text-decoration: underline;
}

.entry-content h2 a {
	text-decoration: none;
}

.entry-content h2 a:hover {
	text-decoration: underline;
}

.entry-content h3 a {
	text-decoration: none;
}

.entry-content h3 a:hover {
	text-decoration: underline;
}

.entry-content h4 a {
	text-decoration: none;
}

.entry-content h4 a:hover {
	text-decoration: underline;
}

.entry-comments {
}

	/* hide from ie on mac \*/
	html {
		height: 533px;
		//overflow: hidden;
	}
	
	#flashcontent {
		height: 533px;
	}
	/* end hide */

.postmetadata {
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 2px 0 4px 0;
	font-size: 10px;
}

* html .pagenavi {
	/* hack for ie */
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	width: 800px;
	text-align: center;
}

.pagenavi {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	width: 800px;
	float: left;
	text-align: center;
}

.pagenavi a {
	margin-left: 15px;
	margin-right: 15px;
}

/* sidebar */

.sidebar {
	float: left;
	width: 240px;
	margin: 40px 20px 0 20px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 30px;
	padding-left: 30px;
}

.sidebar ul li {
}

.sidebar ul li h2 {
	font-family: verdana, arial;
	font-size: 14px;
	padding-bottom: 5px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 20px;
}

table#wp-calendar {
	width: 100%;
}

/* footer */

#footer {
	clear: both;
	padding-top: 30px;
	font-family: verdana, arial;
	fonts-size: 12px;
	text-align: center;
}

#footer p {
	color: #aaa;
}

/* comments */

.comments-template{
	margin: 20px 0 0;
	padding: 20px 0 0;
	background-color: #fff;
	border-top: 1px solid #aaa;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/*border-bottom: 1px solid #aaa;*/
}

.comments-template h2, .comments-template h3{
	font-family: verdana, arial;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
}

.comments-template input, .comments-template textarea {
	border: 1px solid #aaa;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
