/*
Theme Name: www.l-u-s-t-i-g.de
Theme URI: http://www.trendmile.com/
Description: Einfaches Basis Template für Blogs.
Version: 1.0
Author: Carina Patzina
Author URI: http://www.trendmile.com/
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: verdana;
	font-size: 8pt;
	color: #606060;
	background-color: #ffffff;
}

ul, ol {
	list-style: none;
	margin-bottom: 15px;
}

p {
	margin: 15px 0 15px 0;
}

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

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

#main {
 	width: 830px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 20px;
 	margin-bottom: 20px;
}

h3, h4, h5, h6 {
	color: #80c83f;
	font-size: 11pt;
	font-weight: block;
	font-family:  Times new Roman, times, Arial;
	
}

/* H E A D E R */

#header {
}

#header .field {
	margin: 0px 20px 20px 0px;
 border-bottom: 1px solid #ff5e17;
	
}

#header .field .blogtitle {
	text-align: center;
}

#header .field .blogtitle h1 {
	font-size: 32pt;
	font-weight: normal;
	color: #ff5e17;
	font-family:  Times new Roman, times, Arial;
 	text-align: left;
	text-transform: uppercase;
}

#header .field .blogtitle h1 a{
	text-decoration:none;
	color: #ff5e17;
}
#header .field .blogtitle h1 a:hover {
	text-decoration:none;
	color: #ff5e17;
}

#header .field .blogsubtitle {
 	text-transform: uppercase;
 	font-size: 9pt;
 	font-weight: bold;
 	text-align: left;
 	color: #c0c0c0;
	font-family: arial, verdana;
	letter-spacing: 3px;
	margin-bottom: 10px
}


/* C O N T E N T */
#main #center {
	width: 600px;
	vertical-align: top;
}

#main #content {
	line-height: 22px;
	padding: 30px 20px 15px 0;
}
/* POSTS */
#main #content .post {
	background-color: #ffffff;
	margin-bottom: 25px;
}

#main #content .post h2{
	color: #80c83f;
	font-size: 13pt;
	font-weight: bold;
	font-family:  Times new Roman, times, Arial;
}

#main #content .post h2 a,
#main #content .post h2 a:link,
#main #content .post h2 a:active,
#main #content .post h2 a:visited {
	color: #80c83f;
	text-decoration: none;
}

#main #content .post h2 a:hover {
	color: #80c83f;
	text-decoration: underline;
}

#main #content .post .date {
	color: #a0a0a0;
	font-size: 10pt;
	font-weight: normal;
}

#main #content .post .postmetadata {
	font-weight: normal;
	font-size: 9pt;
	text-align: right;
	margin: -10px 0 0 0;
	padding: 0px;
	font-family:  Times new Roman, times, Arial;
}




/* S I D E B A R */

#main #sidebar {
 	vertical-align: top;
	width: 230px;
	color: #ffffff;
	font-size: 8pt;
	border-left: 1px solid #ff5e17;
}


#main #sidebar div.categorys {
	margin: 10px 20px 10px 20px;
	background-color: #558f1d;
	background-image: url(../../../images/navigation-category-bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

#main #sidebar div.navi {
	margin: 30px 20px 10px 20px;
	background-color: #ff5e17;
	background-image: url(../../../images/navigation-bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

/* MENU */

#main #sidebar h2 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 8px 0 8px;
	letter-spacing: 1px;
}

#main #sidebar ul {
	}
#main #sidebar ul ul {
}

#main #sidebar ul li {
	padding: 0px;
	margin: 3px;
	display:inline;
	}
	
#main #sidebar ul li a, #main #sidebar ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding: 8px 0 0 0;
	margin: 0px 8px 0px 8px;
	border-bottom: 1px dashed #ffffff;
	}

#main #sidebar ul li a:hover, 
#main #sidebar ul ul li.current-cat a {
	text-decoration: underline;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	}


#main #sidebar ul p a , #main #sidebar ul p a:visited ,#main #sidebar ul p a:active{
	display:inline;
	border: 0px;
	padding: 0px
	margin: 0px;
}
#main #sidebar ul p a:hover{
	background-color: none;
}


/* NAVIGATION */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* F O O T E R */

#main #footer .field {
 	margin: 10px;
	text-align: right;
	padding: 5px;
	font-size: 9pt;
}

/* C O M M E N T S */

.commentlist li .commentdata {
	border-bottom: 1px dashed #dfcdbe;
	margin-top: 30px;
}