/*
	Theme Name: index Standpunkt
	Theme URI: http://www.index.de
	Description: index Standpunkt-Theme, (c) 2009 by index Agentur GmbH
	Version: 0.9.0
	Author: index Agentur GmbH
	Author URI: http://www.index.de
	Tags: 
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/




/* whole page */
body {
	margin: 0px;
	padding: 0px;

	color: #666666; /* GRAU */
	background: #ffffff;
	
	/* font-family: Arial, Helvetica, sans-serif;  */
	font-family: "Georgia", "Lucida Grande", "Lucida Sans", "Lucida",sans-serif;
	font-size: 15px;
	
	/* line-height: 140%; */
	line-height: 160%;
}

/* wrapper */


#page {
	margin: 24px auto;
	padding: 0em;
	
	width: 780px;
}


img {

	margin:0px 10px 10px 0px;
	border:none;

}

a, a:visited {
	color: #669999; /* GRÜN */
	background: inherit;
	
	text-decoration: underline;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0px;
	border: none;
	padding: 0px;
	
	width: 775px;
}


#header img { border:none; }
/* end header */


/* content area */
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 450px;
	
	float: left;
}

#content .trenner {
	border-bottom:1px #999999 dotted;
	margin:36px 0px 0px 0px;
}


#content h1 {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	
	
	
	font-weight:normal;
	font-size: 19px;
	color: #990033;
}

#content h2 {
	
	padding: 0px;
	margin: 36px 0px 0px 0px;
	/*margin: 36px 0px 12px 0px;
	
	font-size: 18px;
	font-variant:small-caps;*/
	
font-weight:normal;
	font-size: 14px;
	font-stretch:extra-expanded;
	
	display:inline;
}



#content .comments a {
	margin-left:18px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

#content .comments a:hover {
	text-decoration:underline;

}



#content .post {
	margin: 2em 0em 0em;
}

#

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 50px 0px 0px 130px;
	padding: 0px 0px 0px 30px;

	width: 159px;
	float: left;
	line-height: 130%;
	
}



#sidebar .trenner {
	margin:24px 0px 0px -26px;
}

#sidebar .big-trenner {
	border-bottom:1px dotted #999999;
	margin:42px 0px 36px 0px;
}

.archiv-item {
	padding:0px;
	margin:0px;
}


#sidebar ul {
	margin: 0px 0px 24px 0px;
	padding:0px;
}


#sidebar h1 { 
	display:none;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	margin:24px 0px 12px 0px;
	border-bottom:1px dotted #666666;
}

#sidebar h2 { 
	display:block;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin:30px 0px 0px 0px;
	
}


#sidebar ul li {
	margin: 0px 0px .7em 0px;
	padding: 0px;
	
	list-style-type: none;
}

#sidebar ul li a, #sidebar a {
	color:#990033;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display:compact;
	list-style:outside;
	list-style-type:square;
	
}
#sidebar ul li a:hover, #sidebar a:hover {

text-decoration:underline;

}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 450px;
	clear: both;
	font-size:12px;
	display:block;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer li {
	display:inline;
	margin-left:10px;
	
}
/* end footer */

