
/* Color palette

#5c3f22/312424 - light brown
#170e0e - deep brown
#5ba127 - bright green

*/


/* Mini reset
*/

body, h1, h2, h3, h4, p, img, hr, ul, li, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

body {
	color: #000;
	opacity: .9999;
	text-align: center;
	background: #100a0a;
	font: 12px/1.6em "lucida sans", "lucida grande", "arial mt", arial, helvetica, sans-serif;
}
img {
	border: 0;
}
h1, h2, h3 {
	font-weight: 400;
}
h2 {
	font-size: 19px;
	font-weight: 800;
	text-align: left;
	line-height: 1.3em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
h4 {
	font-size: 15px;
	font-weight: 800;
}
p {
	margin: .5em  0 1em;
}

a {
	color: #3C2916;
	text-decoration: none;
}
	a:hover {
		color: #5ba127;
	}

.hi {
	color: #5ba228;
	font-weight: 800;
}
.lo {
	color: #999;
}
.sm {
	font-size: .9em;
}
.intro {
	font-size: 1.3em;
	line-height: 1.6em;
}
	.intro span {
		float: left;
		font-size: 3em;
		margin: .3em 3px 0 0;
	}
.left {
	margin-right: 2em;
	float: left !important;
}
.right {
	margin-left: 2em;
	float: right !important;
}
.center {
	display: block;
	margin: .5em auto;
}
.clear {
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.col0, .col1, .col2, .col3 {
	float: left;
	width: 300px;
}
	.col0 {
		margin-right: 20px;
		padding-right: 19px;
		border-right: 1px dotted #999;
	}
.errors {
	color: #300;
	padding: 1em;
	font-size: .9em;
	background: #f9f9f9;
}
#head ul.menu, #foot ul.menu {
	clear: both;
}
	#head ul.menu li, #foot ul.menu li {
		float: left;
		text-align: center;
	}
		ul.menu li.here a {
			cursor: default;
		}

fieldset {
	position: relative;
}
	fieldset legend {
		display: none;
	}
	fieldset label {
		display: block;
		margin-bottom: 1em;
	}
		fieldset label input, fieldset label select {
			left: 90px;
			position: absolute;
		}
label {
	clear: left;
	display: block;
	margin-bottom: .5em;
}
	label span, label strong {
		float: left;
		width: 95px;
		color: #444;
		display: block;
		font-weight: 400;
		text-align: right;
		margin: 2px 8px 0 0;
	}
	label input.txt, label select, label textarea {
		width: 180px;
		padding: 2px;
		border: 1px solid #999;
		font: 12px/1.4 "lucida sans", "lucida grande", "arial mt", arial, helvetica, sans-serif;
	}
	label textarea {
		height: 80px;
		overflow-y: auto;
	}
	input.btn {
		padding: 2px 10px;
	}
		input#submit.btn {
			font-weight: 800;
			margin-left: 153px;
		}
p.btns {
	text-align: center;
}

#skin {
 	width: 910px;
	margin: 0 auto;
/*	min-height: 100%;
*/	text-align: left;
	position: relative;
	background: #170e0e;
}
	#head {
		z-index: 10;
		height: 63px;
		margin-top: 15px;
		position: relative;
	}
		#head h1 {
			width: 186px;
			height: 55px;
			margin: 0 15px;
			text-indent: -999em;
			background: transparent url("img/logo.png")
		}
			#head h1 a {
				height: 55px;
				outline: none;
				display: block;
			}
		#head #q-search {
			top: 74px;
			width: 196px;
			position: absolute;
		}
			#head #q-search input.txt {
				border: 0;
				color: #333;
				width: 141px;
				height: 20px;
				font-size: 12px;
				margin-left: 10px;
				padding: 6px 27px 1px 7px;
				background: transparent url("img/search-field.png") 50% 50% no-repeat;
			}
			#head #q-search input.img {
				right: 15px;
				width: 15px;
				z-index: 40;
				float: right;
				height: 15px;
				outline: none;
				display: block;
				line-height: 0;
				margin: -20px 0 0;
				position: relative;
			}
		#head ul.menu {
			height: 26px;
			bottom: 3px;
			position: absolute;
			margin-left: 200px;
		}
			#head ul.menu li a {
				color: #e6e3e3;
				display: block;
				font-weight: 800;
				margin-left: 5px;
				padding: 5px 17px;
				text-decoration: none;
				background: transparent url("img/guts.png") 50% repeat-x;
			}
				#head ul.menu li a:hover {
					color: #fff;
					border-bottom-color: #332312;
					background-position: 50% -5px;
				}
					#head ul.menu li.here a {
						color: #fff;
						border-bottom: 0;
						background: #403a24;
					}
		#head ul#lang-sel.menu li a img {
			width: 20px;
			height: 21px;
		}
		#head ul#lang-sel.menu {
			top: -3px;
			border: 0;
			right: 12px;
			color: #ccc;
			font-size: .9em;
			position: absolute;
		}
			#head ul#lang-sel.menu li a {
				border: 0;
				opacity: .5;
				padding: 3px;
				background: none;
			}
				#head ul#lang-sel.menu li a:hover, #head ul#lang-sel.menu li.here a {
					opacity: 1;
				}
				#head ul#lang-sel.menu li a img {
					margin-top: -5px;
				}

	#guts {
		clear: both;
/*		z-index: 20;
*/		padding: 12px 0;
		position: relative;
		background: #170e0e url("img/guts.png") top repeat-x;
	}
		#guts li {
			list-style: square;
			margin: 0 0 .5em 2em;
		}
		#guts ol li {
			list-style: decimal;
			margin: 0 0 .5em 2em;
		}
		#guts #side {
			color: #eee;
			float: left;
			width: 175px;
			height: 100%;
			padding: 0 0 0 12px;
			margin: 35px 12px 0 0;
		}
			#guts #side h3 {
				margin: 1em 0;
				font-size: 1.1em;
			}
				#guts #side h3 a {
					color: #fff;
					font-weight: 800;
					margin-left: 10px;
				}
					#guts #side h3 a:hover {
						text-decoration: underline;
					}
			#guts #side ul.menu {
				margin: 1em 0;
				background: #393838;
			}
				#guts #side ul.menu li {
					margin: 0;
					list-style: none;
					background: #393838;
				}
					#guts #side ul.menu li a {
						color: #fff;
						display: block;
						font-weight: 400;
						padding: 5px 15px 5px 10px;
						text-transform: capitalize;
						background: #333 url("img/side-menu-li-a.png") left 50%;
					}
						#guts #side ul.menu li a:hover {
							text-decoration: none;
							background-position: right 50%;
						}
							#guts #side ul.menu li.here a,
							#guts #side ul.menu li.here a.here {
								text-decoration: none;
								background: #5ba228 url("img/side-menu-li-a_here.png") 50% repeat-x;
							}
							#guts #side ul.menu li a.here {
								text-decoration: none;
								background: #666 url("img/side-menu-li-a_here.png") 50% repeat-x;
							}
							#guts #side ul.menu li.here ul li a,
							#guts #side ul.menu li ul li a {
								color: #fff;
								margin: 0 5px;
								padding-left: 15px;
								background: #393838;
								border-bottom: 1px solid #555;
							}
								#guts #side ul.menu li.here ul li.last a,
								#guts #side ul.menu li ul li.last a {
									border-bottom: 0 !important;
								}
								#guts #side ul.menu li ul li a:hover {
									color: #fff;
									cursor: pointer;
									background: #444;
								}
								#guts #side ul.menu li ul li.here a {
									color: #fff;
									cursor: default;
									background: #3d3d3d url("img/side-menu-li-ul-li-a_here.png") 153px 50% no-repeat;
								}
				#guts #side img.feat {
					width: 175px;
					bottom: -12px;
					border-bottom: 0;
				}
		#guts img.feat {
			margin-bottom: -2px;
			padding-bottom: 3px;
			border-bottom: 2px solid #5ba228;
		}

		#guts #food {
			width: 640px;
			float: right;
			min-height: 200px;
			padding: 20px 30px;
			margin-right: 11px;
			background: #ededed;
		}
			#guts #food ul, #guts #food ol {
				margin-top: 1em;
				padding-left: 1em;
			}
			#guts #food a {
				font-weight: 800;
				text-decoration: underline;
			}
			#guts #food div.summ,
			.ajaxSearch_result {
				padding: 5px 10px;
				margin-bottom: 10px;
				border: 3px solid #90d24e;
			}
			#guts #food div.summ {
				background: #ddd url('img/bg-ad-body.png') 20px repeat-x;
			}
				#guts #food .summ h3.hi {
					color: #fff;
					padding:5px 10px;
					margin:-5px -10px 0;
					text-transform: uppercase;
					background: #222 url('img/bg-ad-title.png') 50% repeat-x;
				}
					#guts #food .summ h3.hi a {
						color: #fff;
						text-decoration: none;
					}
						#guts #food .summ h3.hi a:hover {
							border-bottom-color: #fff;
						}
					body.ad #guts #food .summ {
						background: #fff;
					}
						body.ad #guts #food .summ .intro {
							padding: 10px;
							font-size: 1em;
							margin: 0 -10px 1em;
							background: #90d24e;
						}
					#guts #food .summ .info {
					    background: #fff;
					    padding: .5em 1em;
					    margin: 0 -10px -.45em;
					}

	#foot {
		clear: both;
		color: #aaa;
		z-index: 30;
		width: 880px;
		height: 22px;
		margin: 0 -5px;
		font-size: 11px;
		padding: 2px 20px;
		position: relative;
		background: transparent url("img/foot.png") 50% top no-repeat;
	}
		#foot a {
			color: #888;
			text-decoration: none;
		}
			#foot a:hover {
				color: #666;
				text-decoration: none;
			}
		#foot ul.menu {
			margin-left: 1.5em;
		}
			#foot ul.menu li {
				margin-right: 2em;
			}
				#foot ul.menu li.right {
					margin-right: 0;
				}
			#foot a#creative-plug {
				text-decoration: none;
			}

/* Page specific
*/

body.landing #head #q-search {
	display: none;
}
body.landing #food {
	background: #170e0e url("img/guts.png") top repeat-x;
}
	body.landing #food a.block {
		color: #eee;
		display: block;
	}
		body.landing #food a.block:hover {
			background: #170e0e url("img/landing-hover.png") 50% 280px no-repeat;
		}
body.landing .col0, body.landing .col1, body.landing .col2 {
	border: 0;
	padding: 0;
	color: #fff;
	margin: 20px 0 50px;
}
body.landing .col1 {
	margin: 20px 5px 50px;
}
body.landing div#food img {
	padding-bottom: 4px;
	border-bottom: 2px solid #45741f;
}
		body.landing #food a:hover img {
		}
body.landing div#food h2 {
	color: #5ba228;
}
body.landing div#food p {
	font-size: 13px;
}
body.landing div#food h2, body.landing div#food h3, body.landing div#food p {
	margin: 1em 10px .5em 10px;
}
body.landing div#food h3 {
	margin: 0em 10px 1.5em 10px;
}

body#p-contact p.vcard, body#p-contact p.tel {
	font-size: 1.1em;
	margin-left: 2em;
}


/* MODx snippet specific steez
*/

a.QE_Link {
	z-index: 100;
	opacity: .5 !important;
	position: absolute !important;
	text-transform: none !important;
}
	a.QE_Link:hover {
		opacity: 1 !important;
	}
a#qe-imgHeader {
	right: 11px;
}
#qe-imgSidebar {
	bottom: 0;
	position: absolute;
}
.col2 a.QE_Link {
	margin-left: 100px;
}

.searched {
	color: #000;
	opacity: .8;
	padding: 5px;
	font-size: .9em;
	background: #fff;
}
	.searched a {
		display: block;
		text-align: right;
	}
.ajaxSearch_highlight {
	background: #fed;
	padding: 0 2px 1px;
}
	.ajaxSearch_highlight2 {
		background: #dfe;
	}
	.ajaxSearch_highlight3 {
		background: #fde;
	}
	.ajaxSearch_highlight4 {
		background: #edf;
	}

.managecontainer {
	top: 20px;
	left: 320px;
	width: 400px;
	padding: 10px;
	background: #fff;
	position: absolute;
	border: 1px solid #999;
}

#wlpeLoginButtons {
	margin-top: 1em;
	text-align: right;
}
#wlpeReminderButton, #wlpeRegisterButton {
	display: none;
}
