/*
  Maian Recipe v2.0 - Stylesheet
  Written by David Ian Bennett
  http://www.maianscriptworld.co.uk
*/

/*==============
  BODY
  ==============
*/  
@charset "utf-8";

body {
	 /* Fallback */	
		background: #2F3B55;	 
	 /* Firefox 3.6+ */   
		background-image: -moz-linear-gradient(#1E2537, #2F3B55);
   /* Safari 4+, Chrome 1+ */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1E2537), to(#2F3B55));
   /* Safari 5.1+, Chrome 10+ */
		background-image: -webkit-linear-gradient(#1E2537, #2F3B55); 
   /* Opera 11.10+ */		
		background-image: -o-linear-gradient(#1E2537, #2F3B55);
	/* IE */	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E2537', endColorstr='#2F3B55',GradientType=0 );		

  padding:0;
  margin:0;
  font:12px verdana,sans-serif;
  color:#ccc;
}

/*================
  GLOBAL
  ================
*/  

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin:0;
  padding:0;
}

img {
  border:0;
}

a {
  color:#FFCC33;
}

a:hover {
  color:#fbefbf;
}

td {
  text-align: left;
  vertical-align: top;
}

/*======================
  WRAPPER / HEADER
  ======================
*/  

#wrapper {
  width: 960px;
  margin:0 auto;
}

#topBar {
  text-align:left;
  padding:2px;
}

#topBar a {
  color:#ffffff;
  font-size:11px;
}

#topBar a:hover {
  text-decoration: none;
}

#topBar .rss {
  background:url(templates/images/rss.png) no-repeat 1px 4px;
  padding-left:15px;
}

#topBar .no-rss {
}

#topBar p {
  color:#ffffff;
  font-size:11px;
  float:right;
  padding-top:2px;
}

#header {
  text-align:center;
  padding:14px 0 6px 0;
}

/*=========================
  MENU / SEARCH BAR
  =========================
*/

#menu {
  text-align: left;
  height:55px;
}

#menu a {
	display: block;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	width:125px;
	height:14px;
	padding:13px 0 10px 0;
	text-align:center;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
}

#menu .search {
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	width:460px;
	color:#ffffff;
	height:34px;
}

#menu .box {
  padding:3px;
  font:12px verdana,sans-serif;
  border:1px solid #ccc;
  width:75%;
  background:#000000;
  color:#FBEFBF;
}

#menu .button {
		font:12px verdana,sans-serif;
		border:1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		padding:2px 0 2px 0;
		color:#ffffff;
		width:60px;
}
#menu .button:hover {
		background: #b5bdc8;
		background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b));
		background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
		background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		border: 1px solid #aaa;
	}

#menu .search form {
  padding:7px 0 5px 10px;
}

#menu a.first {
	background: #000;
}

#menu a:hover {
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		text-decoration: none;
		color:#fbefbf;
}

#menu .bullets {
  color:#e0ecb5;
  font-size:10px;
}

#menu p {
  float: right;
  color:#ffffff;
  padding-top:10px;
  font-size:11px;
}

#searchBar {

  height:50px; 
  margin-top:10px;
}

/*===============================
  CONTENT WRAPPER / FLASH BAR
  ===============================
*/  

#contentWrapper {
		background:#000000;
		padding:10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

#flashBar {
	padding:5px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#000000;
	text-align:center;
	margin:0 5px 0 5px;
}

/*====================================
  MAIN CONTENT HEADERS / WRAPPERS
  ====================================
*/

#bodyArea {
  padding:0 0 0 5px;
  margin-top:10px;
  text-align: center;
}

#bodyArea .break {
  clear:both;
}

#bodyArea .left {
  width: 69%;
  float:left;
  clear:both;
  text-align:left;
  margin-right:2px;
}

#bodyArea .right {
  width:30%;
  text-align:left;
  float: left;
}

#bodyArea .headLeft {
	padding:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	display:block;
	font-weight: bold;
}

#bodyArea .smallRSS {
  display: block;
  float:right;
}

#bodyArea .errorHeadLeft {
  padding:10px;
  background:#000000;
  border:1px solid 000000;
  display:block;
  color:#ffffff;
  font-weight: bold;
}

#bodyArea h1,#bodyArea h2 {
  padding:10px;
  background:#eee9b1;
  border:1px solid #000000;
  display:block;
  font-weight: bold;
  font-size:12px;
}

#bodyArea .headRight {
	padding:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	display:block;
	clear:both;
	font-weight: bold;
}

#bodyArea .headRightMid {
	padding:10px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	display:block;
	font-weight: bold;
}

#bodyArea .rightP {
		padding:10px 10px 10px 5px;
		margin:2px 0 2px 0;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	}

#bodyArea .rightP .link a {
  background:url(templates/images/arrow.png) no-repeat 4px 4px;
  padding:5px 5px 5px 25px;
  display:block;
}

#bodyArea .rightP .link a:hover {
  background:#000000 url(templates/images/arrow.png) no-repeat 4px 4px;
  text-decoration: none;
  color:#fbefbf;
}

#bodyArea .rightP .link a.submit {
  background:url(templates/images/submit.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.contact {
  background:url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.friend {
  background:url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.submit:hover {
  background:#000000 url(templates/images/submit.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.contact:hover {
  background:#000000 url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.friend:hover {
  background:#000000 url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.print:hover {
  background:#000000 url(templates/images/print.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.print {
  background:url(templates/images/print.png) no-repeat 4px 4px;
}

/*=========================================
  VARIOUS STYLING DIRECTIVES
  =========================================
*/

#bodyArea .dateBar {
		padding:5px;
		margin:2px 0 2px 0;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		display:block;
		font-size:11px;
		color:#fbefbf;
}

#bodyArea .highlight {
  color:#ccc;
}

#bodyArea .categories {
		padding:20px 10px 20px 5px;
		line-height:18px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;	
		color:#fbefbf;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	}

#bodyArea .addMsg {
  padding:10px;
  line-height:18px;
  text-align: left;
}

#bodyArea .ingredients {
  padding:10px 10px 20px 5px;
  line-height:18px;
}

#bodyArea .instructions {
  padding:15px 10px 20px 5px;
  line-height:18px;
}

#bodyArea .headImgIngredients {
		display: block;
		margin-top:15px;
  		width:130px;
		text-align:center;
		font-size:18px;
  		border:1px solid #aaa;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#fbefbf;
}

#bodyArea .headImgInstructions {
		display: block;
  		width:130px;
		text-align:center;
		font-size:18px;
		border:1px solid #aaa;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#fbefbf;
}

#bodyArea .comment {
		margin:2px 0 2px 0;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#ccc;
	}

#bodyArea .comment .text {
  display:block;
  font-size:11px;
  border-bottom:2px solid #ccc;
  padding:10px 10px 10px 5px;
}

#bodyArea .comment .leftBy {
		display: block;
		background:#000000;
		color:#aaa;
		font-size:11px;
		text-align:right;
		padding:5px;
		font-style:bold;
	}

#recipePics {
  font-size:12px;
  border:1px solid #ccc;
  padding:10px 10px 10px 5px;
  background:#000000;
  margin:2px 0 2px 0;
  color:#fbefbf;
}

#recipePics p.noPictures {
  font-size:11px;
}

#categories {
  width:100%;
  height:100%;
  padding:0 10px 20px 5px;
}

#bodyArea .restrictions {
		font-size:11px;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#ccc;
		padding:5px;
		margin:2px 0 2px 0;
		clear:both;
		display:block;
		text-align:left;
	}

#bodyArea p.noData {
		font-size:11px;
		padding:10px 10px 10px 5px;
 		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		margin:2px 0 2px 0;
}

#hitCount {
  text-align: center;
}

#hitCount .hitCountTxt {
		display: block;
		font-size:10px;
		margin-bottom:10px;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#fbefbf;
		padding:5px;
	}

#categories .leftCatsList {
  width:48%;
  float:left;
  padding:5px;
  border-right:1px solid #ccc;
}

#categories .rightCatsList {
  width:45%;
  float:left;
  padding:5px 5px 5px 20px;
}

#categories .leftCatsList .parent,#categories .rightCatsList .parent {
  background:url(templates/images/parent.png) no-repeat left center;
  padding-left:20px;
  margin-top:20px;
  font-weight:bold;
}

#categories .leftCatsList .children,#categories .rightCatsList .children {
  display: block;
  margin-top:5px;
  font-size:11px;
}

#categories .leftCatsList .parent a:hover,#categories .rightCatsList .parent a:hover,
#categories .leftCatsList .children a:hover,#categories .rightCatsList .children a:hover {
  color:#fffff;
}

#bodyArea .addCommWrap {
		padding:10px;
		margin:2px 0 2px 0;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	}

#bodyArea .recipe {
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: rgb(125,126,125); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */	
		padding:10px 5px 10px 25px;
		margin-top:3px; 
}

#bodyArea .recipe:hover {
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
		background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
		text-decoration:none;
}

#bodyArea .recipe .by {
  float: right;
  font-size:10px;
  font-style:italic;
}

#bodyArea p.pages {
		padding:5px;
		margin:2px 0 15px 0;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: rgb(125,126,125); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */	
		font-size:11px;
		text-align:center;
}

#bodyArea .recipe a {
  text-decoration: none;
}

#bodyArea .recipe a:hover {
  text-decoration: none;
  color:#fbefbf;
}

/*===============
  THUMBNAILS
  ===============
*/  

#bodyArea img.pic {
  background:#000000;
  padding:3px;
  border:1px solid #4e626c;
  width:135px;
  height:93px;
}

/*=====================
  CLOUD TAGS
  =====================
*/  

#wrapCloud {
  padding:0px 10px 10px 5px;
  margin:2px 0 2px 0;
  border:1px solid #c5c089;
  background:#000000;
}

#cloudTags {
	list-style:none;
	padding: 2px; 
  line-height: 2.6em; 
  text-align: left; 
  width:100%;
  height:100%;
  float:left;
  margin:0;
}
#cloudTags li {		
	float:left;
	padding:0;
	margin:0;
	border-right:2px solid #000000;
}
#cloudTags li a {
	text-decoration:none;		
}
			
#cloudTags li.tag1 a { font-family: tahoma,verdana,sans-serif; font-size:80%; font-weight:normal; color:#000000; background:#000000; padding:3px; }
#cloudTags li.tag2 a { font-family: tahoma,verdana,sans-serif; font-size:120%; font-weight:bold; color:#FFCC33; background:#000000; padding:3px; }
#cloudTags li.tag3 a { font-family: tahoma,verdana,sans-serif; font-size:160%; font-weight:normal; color:#000000; background:#000000; padding:3px; }
#cloudTags li.tag4 a { font-family: tahoma,verdana,sans-serif; font-size:180%; font-weight:bold; color:#FFCC33; background:#000000; padding:3px; }
#cloudTags li.tag5 a { font-family: tahoma,verdana,sans-serif; font-size:200%; font-weight:normal; color:#000000; background:#000000; padding:3px; }

#cloudTags li.tag1 a:hover,#cloudTags li.tag2 a:hover,#cloudTags li.tag3 a:hover,#cloudTags li.tag4 a:hover,#cloudTags li.tag5 a:hover {
  color:#ffffff; 
  background:#000000; 
  padding:3px; 
}

/*============
  FORMS
  ============
*/

#bodyArea .sc_button_area {
  display: block;
  padding-top:5px;
}

#bodyArea .ac_box {
		width:90%;
		background:#c0c0c0;
		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font:11px verdana,sans-serif;
		padding:2px;
	}

#bodyArea .ac_textarea {
		width:248px;
		background:#c0c0c0;
		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font:11px verdana,sans-serif;
		padding:2px;
	}

#bodyArea .ac_button {
		color: #ffffff;
		background: #cedce7;
		background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
		background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%);
		background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%);
		background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
		background: linear-gradient(top, #cedce7 0%,#596a72 100%); 
		border: 1px solid #aaa;
		-webkit-border-radius:50px;
		-moz-border-radius:50px;
		border-radius:50px;
		-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		box-shadow:0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		cursor: pointer;
		font: bold 1em Arial,Helvetica;
		height: 25px;
		margin: 0 0 0 3px;
		padding: 0;
		width: 80px;
	}

#bodyArea .ac_button:hover {
		background: #b5bdc8;
		background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b));
		background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
		background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);
		border: 1px solid #aaa;
	}

#bodyArea .addCommWrap label {
  display: block;
  padding:3px 0 3px 0;
  font-size:11px;
}

#bodyArea .ac_captcha_box {
		width:40%;
		background:#c0c0c0;
		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font:11px verdana,sans-serif;
		padding:2px;
	}

#bodyArea .ac_captcha_wrap {
  display: block;
  padding:5px 0 5px 0;
  font-size:11px;
  border-top:1px solid #c5c089;
  border-bottom:1px solid #c5c089;
  height:100%;
  margin-top:5px;
  width:100%;
}

#bodyArea .ac_captcha_wrap img {
  border:1px solid #c5c089;
}

#bodyArea .ac_captcha_txt {
  display: block;
  padding-bottom:5px;
  font-weight:bold;
}

#bodyArea .ac_captcha_image {
  display: block;
  float:left;
  width:40%;
}

#bodyArea .ac_captcha_code {
  display: block;
  float: left;
  width:52%;
  text-align:right;
}

#bodyArea h1.cu {
		text-align:left;
  		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#ccc;
	}

#bodyArea h2.cu {
		text-align:left;
		border:1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #7d7e7d;
		background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
		background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
		background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
		color:#ccc;	
	}

.cu_name_email_wrapper .box,#bodyArea .cu_captcha_wrapper .box,.add_recipe_wrapper .box {
		width:90%;
		background:#000000fff;
		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font:12px verdana,sans-serif;
		padding:3px;
	}

#bodyArea .cu_comments_wrap textarea,.add_recipe_wrapper textarea {
		width:95%;
		background:#000000fff;
		border:1px solid #ccc;
  		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font:12px verdana,sans-serif;
		padding:3px;
	}

#bodyArea .ac_button {
}

.cu_name_email_wrapper label,#bodyArea .cu_comments_wrap label,.add_recipe_wrapper label {
  display: block;
  padding:3px 0 3px 0;
}

.cu_name_email_wrapper {
  clear:both;
  text-align:left;
  height:100%;
  margin-top:15px;
}

.add_recipe_wrapper {
  clear:both;
  text-align:left;
  height:100%;
  margin:15px 0 15px 0;
}

.cu_name_email_wrapper .cu_left,.add_recipe_wrapper .ar_left {
  width: 47%;
  float: left;
}

.cu_name_email_wrapper .cu_right,.add_recipe_wrapper .ar_right {
  width: 47%;
  float: left;
}


#bodyArea .cu_comments_wrap {
  margin:10px 0 20px 0;
  clear:both;
  text-align:left;
}

#bodyArea .cu_captcha_wrapper {
  height:100%;
  margin-top:20px;
}

#bodyArea .cu_captcha_wrapper img {
  border:1px solid #c5c089;
}

#bodyArea .cu_captcha_wrapper .box {
  width:25%;
}

#bodyArea .cu_captcha_wrapper .capImg {
  width: 57%;
  float: left;
  text-align:left;
}

#bodyArea .cu_captcha_wrapper .capCode {
  width: 37%;
  float: left;
  text-align: left;
}

#bodyArea .cu_button_wrapper {
  margin-top:10px;
  border-top:1px dashed #c5c089;
  padding-top:10px;
}

#bodyArea .formError {
  display: block;
  margin-top:2px;
  font-size:11px;
  padding:2px;
  color:#ffffff;
  background:#000000;
  width:250px;
}

#bodyArea .messageSent {
  padding:10px 10px 10px 5px;
  margin:2px 0 100px 0;
  border:1px solid #c5c089;
  background:#000000;
  display:block;
  text-align:left;
}

/*====================
  UPLOAD BOXES
  ====================
*/

#bodyArea .uploadWrapper {
  height:100%;
  padding:5px;
}

#bodyArea .uploadWrapper .uploadBox {
  float:left;
  width: 30%;
}

#bodyArea .uploadWrapper .fbox {
  width:90%;
  background:#000000fff;
  border:1px solid #c5c089;
  border-left:3px solid #c5c089;
  font:12px verdana,sans-serif;
  padding:3px;
}

#bodyArea .uploadWrapper .spaceError {
  display: block;
  padding-top:3px;
}

#bodyArea .error {
  display: block;
  margin-top:2px;
  font-size:11px;
  padding:2px;
  color:#ffffff;
  background:#000000;
}

/*=============
  FOOTER
  =============
*/

#footer {
	text-align: center;
	color:#000000;
}

#footer p.links {
	color:#000000;
	background:#2e2c85;
  padding:5px;
  font:10px verdana,sans-serif;
}

#footer p.links a {
  color:#000000;
}

#footer p.copyright {
	color:#4e626c;
	background:#18132e;
  padding:10px;
  font:10px verdana,sans-serif;
}

#footer p.copyright a {
  color:#4e626c;
}

#footer p.copyright a:hover,#footer p.links a:hover {
  text-decoration: none;
}

#msgCommentsAdded {
  text-align: center;
  padding:5px;
  display:none;
}

#msgCommentsAdded p.text {
}

/*===================
  PRINTER FRIENDLY
  ===================
*/
  
.printHead {
  display: block;
  padding-bottom:5px;
  border-bottom:1px solid 000000;
}

.printBar {
  display: block;
  font-size:11px;
  padding:10px 0 10px 0;
}

p.printFoot {
  border-top:1px dashed 000000;
  padding-top:10px;
  font-size:11px;
}

/* Urheberrechtshinweis */

.urheberrecht {
		font-size:10px;
		color:#ccc;
		text-align:center;
		padding: 10px;
	}
