/*
Theme Name: www.rezeptworld.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 {
	background-color: #ffffff;
	font-family: arial;
	font-size: 9pt;
	color: #505050;
}

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

p {
	margin-bottom: 15px;
}

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

a:hover {
	text-decoration: underline;
}

#main {
 	width: 950px;
 	margin-left: auto;
 	margin-right: auto;
 	background-color: #ffffff;
}

h3, h4, h5, h6 {
	color: #178EA4;
	font-size: 12pt;
	font-family: times new roman;
	font-weight: bold;
	font-style: normal;
}

/* H E A D E R */

#header {
	background-color: #178EA4;
	vertical-align:bottom;
	height: 120px;
}

#header .field {
	padding: 0;
	text-align: left;
	vertical-align: bottom;
}

#header .field .blogtitle{
	color: #ffffff;
 	text-transform: uppercase;
	line-height: 30px;
 	letter-spacing: 0px;
 	font-style: normal;
 	font-weight: normal;
	font-size: 45px;
	font-family: times new roman;
	margin-left: 15px;
 	letter-spacing: 2px;
 	margin: 0 0 0 100px;
	padding: 0 0 0 0;
}

#header .field .blogtitle a {
	color: #ffffff;
	text-decoration:none;
}


#header .field .blogtitle a:hover {
	text-decoration:underline;
	color: #ffffff;
}


#header .field .blogsubtitle{
 	text-transform: uppercase;
 	font-size: 9pt;
 	font-weight: bold;
 	font-style: normal;
 	color: #ffffff;
 	letter-spacing: 1px;
	line-height: 10px;
	font-family: arial;
}


/* C O N T E N T */

#main #content {
	width: 700px;
	vertical-align: top;
	padding: 0 20px 20px 20px;
}
/* POSTS */
#main #content .post {
	margin: 60px 0 60px 0;
}

#main #content .date {
	color: #000000;
	text-align: center;
	font-weight: normal;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 2px 10px 2px 10px;
}

#main #content .date .month {}

#main #content .date .day {}

#main #content .post h2{
	color: #178EA4;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	font-family: times new roman;
	margin: 0 0 5px 30px;
}

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

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

#main #content .post .entry {
	line-height: 20px;
	margin: 0 0 0 30px;
}

#main #content .post .postmetadata {
	font-size: 9pt;
	font-family: times new roman;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin: -15px 0 0 30px;
	color: #c0c0c0;
}

#main #content .post .postmetadata a {
	text-decoration: none;
}

#main #content .post .postmetadata a:hover {
	text-decoration: underline;
}

/* S I D E B A R */

#main #sidebar {
 	vertical-align: top;
	width: 250px;
}

#main #sidebar div {
	margin: 20px 0 20px 20px;
	padding: 0px;
}

/* MENU */

#main #sidebar h2 {
	font-size: 11pt;
	font-family: times new roman;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	color: #000000;
	padding: 5px;
	letter-spacing: 1px;
}

#main #sidebar ul {
	padding: 0px;
	font-size: 9pt;
 	margin-bottom: 25px;
	}
	

#main #sidebar ul ul {
 	color: #505050;
 	margin: 0 0 25px 10px;
}

#main #sidebar ul ul li {
	margin: 0px;
	display:inline;
	}
	
#main #sidebar ul li a, #main #sidebar ul li a:visited {
	color: #505050;
	text-decoration: none;
	margin: 10px 0 10px 0;
	display:block;
	}

#main #sidebar ul li a:hover, 
#main #sidebar ul li.current-cat a
{
	color: #000000;
	}


#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;
}


.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* F O O T E R */
#main #footer {
	background-color: #c0c0c0;
	height: 50px;
	width: 100%;
}

#main #footer .field {
}

/* C O M M E N T S */
.commentlist a{
}
.commentlist .commentmetadata {
	color: #b0b0b0;
}
.commentlist .commentmetadata b{
	color: #505050;
}
.commentlist .content {
	padding: 2px;
	margin-bottom: 20px;
	line-height: 25px;
}
.commentlist p {
	margin: 0px;
}