body {
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#695F52;
	background: #7C7061 url(images/bg68.jpg) top left
}

a {
	color: #758C2F;
}

a:hover {
	color:#494638;
}

input, textarea, select {
	font: normal 14px "Arial", Arial, Helvetica, sans-serif;
	color:#695F52;
}

textarea {
	width:500px;
}


/* 
-------------------------
	HEADER & CONTAINER
-------------------------
*/


#header {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 40px 40px 40px;
}
#logo {
	width:200px;
	margin-right:40px;
	float:left;
}

#logo img {
	border:0;
}

#nav {
	margin-left:240Px;
	padding-top:16px;
	text-align:right;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	margin:0 0 0 20px;
	padding:0;
}
#nav ul li a {
	text-decoration:none;
	color:#e6e2df;
	font: bold 18px segoe ui, lucida sans, Trebuchet MS, sans-serif;
	text-transform:uppercase;
}

#nav ul li a:hover {
	color:#ffffff;
}

#nav ul li a.active {
	color:#ffffff;
}

#bg-container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/container68.png) top left no-repeat;
}
#container {
	width:850px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:0px 40px 40px 40px;
	overflow:auto;
}



/* 
----------------------
	CONTENT 
----------------------
*/


#content {
	width:550px;
	margin-right:40px;
	float:left;
	line-height:20px;
}



/* 
----------------------
	ASIDE
----------------------
*/


#sidebar-right {
	margin-left:590Px;
	font-size:12px;
	line-height:18px;
	margin-top:40px;
}


#sidebar-right ul {
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar-right ul li {
	margin-bottom:4px;
}

#sidebar-right h2 {
	color:#887C6A;
	font:13px;
	font-weight:bold;
	border-top:1px solid #e0DDD6;
	padding-top:15px;
	margin-top:15px;
	margin-bottom:5px;
}

#sidebar-right img, #sidebar-right a img {
	border:0;
}

#sidebar-right h2.loginblock {
	font-weight:bold;
}


#footer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	font-size:10px;
	color:#bbbbbb;
	text-align:center;
}

#footer a {
	color:#bbbbbb;
}


/* 
----------------------
	VARIOUS 
----------------------
*/


h1, h1 a {
	font-family:"Georgia", Arial;
	font-weight:normal;
	font-size:28px;
	line-height:28px;
	text-decoration:none;
	color:#695F52;
	margin-top:40px;
}

h1 a:hover {
	color:#758C2F;
}

h2, h2 a {
	font-size:15px;
	text-decoration:none;
	color:#74695A;
	margin-top:30px;
	margin-bottom:-5px;
}

h3, h3 a {
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
}

blockquote {
	border-left:3px solid #e0DDD6;
	padding-left:10px;
	margin-bottom:20px;
	font-family: Georgia;
	font-style:italic;
}


h6, h6 a, cite, cite a {
	font:11px "Georgia", Times New Roman, serif;
	font-style:italic;
	color:#A4998A;
	text-decoration:none;
}

h6 a:hover, cite a:hover {
	color:#494638;
}

h6 {
	margin-top:-14px;
}

#search {
	background-color:#F4F3F2;
	border:1px solid #e0DDD6;
	padding:5px;
	
}

#search-input {
	width:182px;
	height:21px;
	font-size:16px;
}

#search-submit {
	background: url(images/search68.png) no-repeat;
    height: 25px;
    width: 55px;
    border: none;
	cursor:pointer;
}


#content table {
	font-size:12px;
}

#blog img, .recipepicture {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	background-color:#ffffff;
	border:1px solid #e0DDD6;
}


.noindent {
	margin-left:20px;
	padding:0;
	list-style-type:disc;
}

.noindent li {
	margin-bottom:5px;
}

.softline {
	display:block;
	border-top:1px solid #e0DDD6;
	height:1px;
}

.hardline {
	display:block;
	border-top:1px solid #A4998A;
	height:1px;
}


.rss {
	border:0;
	vertical-align:middle;
	margin-right:6px;
}

.recipe-action {
	border:1px solid #dddddd;
	width:150px;
	float:right;
	margin:10px;
	padding-bottom:5px;
}

.recipe-action img {
	border:0;
	margin-right:6px;
	vertical-align:middle;
}

.recipe-action ul {
	margin:0;
	padding:0;
	list-style:none;
}

.recipe-action ul li.action-teaser {
	background-color:#f4f4f4;
	border-bottom:1px solid #dddddd;
	padding:6px;
	line-height:22px;
	font-size:11px;
	text-align:center;
}

.recipe-action ul li{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
}

.recipe-action ul li a {
	color:#5e5e5e;
}


.error {
	font-weight:bold;
	color:red;
}

#kookforum {
	border-collapse:collapse;
}

#kookforum th {
	text-align:left;
	padding:6px;
	border-bottom:2px solid #e0DDD6;
	margin:0;
}

#kookforum td {
	padding:6px;
	margin:0;
	border-bottom:1px solid #e0DDD6;
}

.new {
	font:9px "Georgia", Times New Roman, serif;
	background-color:#FF9933;
	letter-spacing:-1px;
	padding:1px;
	text-transform:lowercase;
	color:#ffffff;
}

.tag-intermediate {
	font-size:13px;
}

.tag-advanced {
	font-size:16px;
}


/*             styles for the star rater                */
.star-rating{
	list-style:none;
	padding:0px;
	width: 80px;
	height: 20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background: url(../images/star-rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../images/star-rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}

.gravatar {
	float:left;
	width:80px;
	text-align:center;
	margin-right:20px;
	margin-bottom:10px;
}

.gravatar img {
	margin-bottom:2px;
	padding:3px;
	background-color:#ffffff;
	border:1px solid #e0DDD6;
}

.recept-thumbnail {
	width:200px;
	float:right;
	margin-left:15px;
	margin-top:30px;
	margin-bottom:15px;
}

.paging {
	border:1px solid #dddddd;
	padding:5px;
	font-size:12px;
	text-decoration:none;
}

a.paging:hover {
	background-color:#eeeeee;
	color:#494638;
}

.button {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-decoration:none;
	text-indent: -5000px;
	height:23px;
}

.button:hover {
	background-position: 0 -23px;
	cursor:pointer;
}

#btn-bericht-toevoegen {
	background-image:url(images/btn-bericht-toevoegen.png);
	width:121px;
}

#btn-recept-toevoegen {
	background-image:url(images/btn-recept-toevoegen.png);
	width:121px;
}

#btn-recepten-toevoegen {
	background-image:url(images/btn-recepten-toevoegen.png);
	width:156px;
	float:left;
}


