/*
Theme Name: Andrea
Author: http://www.derGrafiker.de
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px; padding: 0px;
	color: #555555;
}
#wrapper {
	width: 1030px;
	margin: 12px auto 20px auto;
	padding: 0px;
	background:url(images/andrea-groh-lektorin_13.png) 723px 377px no-repeat;
	/*gruenes haeckchen*/
}
#header {
	display:block;
	height: 116px;
	width: 1000px;
	margin: 0px; 
	background:url(images/andrea-groh-lektorin_05.png) 0 40px no-repeat;
}
#main {
	width: 1000px;
}
#content {
	min-height:470px;
	width: 407px;
	padding: 30px 60px 20px 60px;
	float: left;
	line-height: 1.6em;
	background:url(images/andrea-groh-lektorin_02.png) 0 -70px no-repeat;
}
#sidebar-right {
	width: 245px;
	float: left; 
	margin-top: 46px;
}
#sidebar-left {
	width: 178px;
	float: left;
	margin: 70px 0 0 20px;
	/*background:url(images/andrea-groh-lektorin_11.png) no-repeat;
	grosses herz*/
}

/*der stempel*/
#text-5 {
 padding-top:250px;
}

#footer {
	width: 950px;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding: 10px 0px 10px 0px ;
}


/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}

/* ausblenden meta bei nur 1 artikel */
#post-247 .entry-meta{
display:none;
}
#post-247 .entry-date {
display:none;
}


/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color:#25AF1D;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color:#25AF1D;
}
#footer a:hover {
	text-decoration: none;
}


/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li a:link, #menu li a:visited {
 display: block;
 text-decoration: none;
 height:20px;
 padding: 7px 0px 5px 0px;
 color:#25AF1D;
 background: url(images/navi.png) -20px 0  no-repeat;
}
#menu li a:hover {
 background: url(images/navi.png) -10px 0 no-repeat;
 padding-left:10px;
}

#menu ul li.current_page_item a{ 
 background: url(images/navi.png) 0 0 no-repeat;
 padding-left:20px;
}


/*===START SECTION 5 - sidebar links===*/

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

#sidebar-left li a:link, #sidebar-left li a:visited {
 display: block;
 text-decoration: underline;
 margin-bottom: 0.1em;
 padding: 1px;
 color:#25AF1D;
}
#sidebar-left li a:hover {
 text-decoration: none;
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*===START SECTION 6 - headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 0.1em;
        color:#fff; /*ausblenden des titels*/
	float: left;
	margin: 0px;
	width: 400px;
	padding: 0 0 103px 0px;
	clear: both;
}

#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;

}
.post h2 {
	font-size: 1.5em;
	margin: 45px 0 10px 0;
	padding: 0;
}

.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0px 0px 10px 0px;
}

#content h2 a:link, #content h2 a:visited {
 text-decoration:none;
 color: #555555;
}


/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 30px;
	width: 30px;
	display: inline;
	float: left;
	border: 1px solid #999;
}
.entry-month {
	color:#999;
	text-align: center;
	height: 10px;
}
.entry-day {
	text-align: center;
	height: 16px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color:#fff;
	background:#999;
}

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
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;
}


/*===START SECTION 9 - 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;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}


/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

/*=== Kategorien und Archiv im Footer ===*/
ul.footerlinks {
 padding-right:30px;
}

.footerlinks li{ 
 display: inline;
 list-style-type:none;
 margin:3px;
}
