/*
 * Resetting styles
 */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

*::-moz-focus-inner {
	border: 0;
}

/**
 * Setting body css
 */
body {
	text-align: center;
	background: url($URL_ABSOLUTE/images/body-bg.png) repeat-x center top #d4cfc1;
}

/**
 * Setting default css
 */
body,table,p,input,select,textarea {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

p {
	margin: 0 0 7px;
}

ul {
	list-style-position: inside;
}

table td {
	vertical-align: top;
}

a:link,a:active,a:visited {
	color: #7e9133;
	text-decoration: underline;
}

a:hover {
	color: #7e9133;
	text-decoration: none;
}

.pager ul {
	list-style-type: none;
}
.pager li {
	float: left;
	margin-left: 10px;
}
.pager li.current {
	font-weight: bold;
}

/* Setup */
#wrapper-full {
	width: 100%;
	background: url($URL_ABSOLUTE/images/wrapper-full-bg.jpg) no-repeat center top transparent;
}

#wrapper-outline {
	width: 968px;
	margin: 0 auto;
	background-image: url($URL_ABSOLUTE/images/wrapper-outline-bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 342px;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

#logo {
	display:none;
	margin-bottom: 30px;
}

#top {
	background: url($URL_ABSOLUTE/images/top.jpg) no-repeat;
	width: 960px;
	height: 122px;
}

#top a {
	display: block;
	position: relative;
	top: 30px;
	left: 20px;
	height: 53px;
	width: 291px;
}

#search-top {
	display: block;
	position: relative;
	top: -8px;
	left: 390px;
	width: 249px;
	height: 23px;
}

#search-top input {
	float: left;
}

#search-top input.query {
	background: url($URL_ABSOLUTE/images/search-top-bg.png) no-repeat;
	width: 192px;
	height: 23px;
	border: 0;
	margin-right: 2px;
	line-height: 24px;
}

#search-top input.query:hover,#search-top input.query:focus {
	border: 0;
}

#add-recipe {
	background: url($URL_ABSOLUTE/images/btn-add-recipe.png) no-repeat;
	display: block;
	position: relative;
	top: -50px;
	left: 722px;
	width: 219px;
	height: 60px;
}

#add-recipe a {
	display: block;
	position: relative;
	top: 13px;
	left: 13px;
	width: 194px;
	height: 35px;
}

#menu-top {
	background: url($URL_ABSOLUTE/images/menu-top-bg.png) repeat-x;
	width: 100%;
	height: 42px;
	font-family: tahoma;
	font-size: 15px;
}

#menu-standard {
	float:left;
}

#menu-standard {
	list-style-type: none;
}

#menu-standard li {
	float: left;
	margin-left: 17px;
	padding-right: 17px;
	height : 42px;
	background: url($URL_ABSOLUTE/images/menu-top-delimiter.png) no-repeat center right;
}

#menu-standard a {
	display: block;
	color : #565248;
	text-decoration: none;
	margin-top: 10px;
	color: #565248;
}

#login {
	padding: 3px 11px 0 0;
}

#login table {
	font-size: 11px;
}

#login td {
	padding-left: 7px;
	height: 18px;
}

#login a {
	margin:0;
	padding:0;
}

#login label {
	cursor: pointer;
}

#login #remember-me, #login label {
	float:left;
	margin-right: 5px;
}

#login input.text {
	background: url($URL_ABSOLUTE/images/login-fields-bg.png) repeat-x #e1dfda;
	border-top: 0;
	border-right: 1px solid #c6c6c6;
	border-bottom: 0;
	border-left: 1px solid #c6c6c6;
	padding:0 3px;
	height: 18px;
	font-size: 11px;
	width: 130px;
}

#login input.text:hover,#login input.text:focus {
	border-top: 0;
	border-right: 1px solid #c6c6c6;
	border-bottom: 0;
	border-left: 1px solid #c6c6c6;
}

#login td {
	vertical-align: middle;
}

#login input.checkbox {
	display: inline-block;
	margin-top: 2px;
}

#container-content {
	padding: 22px 10px;
}

#bottom {
	background: url($URL_ABSOLUTE/images/bottom-bg.png) no-repeat;
	height: 47px;
	text-align: center;
	font-size: 11px;
}
#bottom div {
	padding-top:10px;
	margin: 0 auto;
}

#container-help {
	background-color:#fff7cd;
	border:1px solid #e3d482;
	padding: 10px;
	display:inline-block;
}

#container-help .header {
	font-weight:bold;
	font-size:13px;
}

.ui-autocomplete {
	text-align:left;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}

* html .ui-autocomplete {
	height: 150px;
}

#quicklinks {
	margin-top: 40px;
}

#quicklinks a, #quicklinks a:hover {
	color: #333333;
	text-decoration: none;
}

#quicklinks .header {
	font-weight: bold;
	color:#879a3b;
	border-bottom: 2px solid #e9e6dd;
	padding-bottom: 3px;
}

#quicklinks .col {
	width: 300px;
	margin-right: 20px;
	float: left;
}

#quicklinks .last {
	margin:0;
}

#quicklinks ul {
	list-style-image:url($URL_ABSOLUTE/images/listitem-gray.gif);
}

#quicklinks li {
	border-bottom: 1px dashed #d4cfc1;
	line-height: 20px;
	font-size: 11px;
}

#search-filters ul {
	list-style-type: none;
}

#search-filters .header {
	font-weight: bold;
	color:#879a3b;
	border-bottom: 2px solid #e9e6dd;
	padding-bottom: 3px;
	margin: 7px 0;
}

#search-filters .first {
	margin-top: 0;
}

/*
 * Content
 */
#messenger {
	margin-bottom: 20px;
	padding: 7px;
	display: inline-block;
	background-color: #f0ebc8;
	border:1px solid #879A3B;
}

#messenger ul.single {
	list-style-type: none;
}

.messenger-error {
	color: #bc0000;
}

.recipe-thumb {
	width: 229px;
}

.recipe-thumb p {
	font-size: 11px;
	line-height: 15px;
	margin:0;
}

.recipe-thumb-image {
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.recipe-thumb-col-right {
	padding-left: 8px;
}

.recipe-thumb-header a, .recipe-thumb-header a:hover {
	font-weight: bold;
	text-decoration: none;
}

.recipe-thumb-image a {
	display: block;
	width: 100px;
	height: 100px;
	background: url($URL_ABSOLUTE/images/recipe-thumb-overlay.png) no-repeat center center;
}

.recipe-thumb-hits {
	padding-top:83px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}

.recipe-thumb-image a, .recipe-thumb-image a:hover {
	text-decoration: none;
	color: #333333;
}

.recipe-thumb-text {
	height: 83px;
	overflow: hidden;
}

#newest-comments ul {
	list-style-type: none;
}

#newest-comments li {
	background: url($URL_ABSOLUTE/images/newest-comments-bg.png) repeat-x;
	width:100%;
	height:60px;
	margin-bottom:1px;
}
#newest-comments li.last {
	margin:0;
}
#newest-comments li div {
	padding:7px;
}
#newest-comments p.header {
	color: #879a3b;
	font-size: 14px;
	font-weight: bold;
}
#newest-comments p.meta {
	color: #7e7e7e;
	font-size: 11px;
}


/**
 * BEGIN - Headers
 */
h1,.h1,h2,.h2,h3,.h3 {
	color: #879a3b;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

h1,.h1 {
	font-size: 16px;
	margin-bottom: 10px;
	background: url($URL_ABSOLUTE/images/h1-bg.png) no-repeat center left;
	padding-left: 10px;
}

h2,.h2 {
	font-size: 14px;
	margin-bottom: 7px;
	background: url($URL_ABSOLUTE/images/h2-bg.png) no-repeat center left;
	padding-left: 10px;
}

h3,.h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

/**
 * Misc. 
 */
a img {
	border: 0;
}
acronym {
	cursor: help;
}
.clear {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background: transparent;
	overflow: hidden;
	height: 0;
}
hr {
	border: 0;
	color: #ececec;
	background-color: #ececec;
	height: 1px;
	width: 100%;
	display: block;
	margin:7px 0;
}
hr.size2 {
	height: 2px;
}
.btn-back {
	background: url($URL_ABSOLUTE/images/btn-back.png) no-repeat center center;
	width: 107px;
	height: 29px;
	cursor: pointer;
}
.bullet-image {
	background: url($URL_ABSOLUTE/images/list-image.gif) no-repeat center 8px;
}
ul.bullet-image {
	list-style-image: url($URL_ABSOLUTE/images/list-image.gif);
	background: none;
}
.icon-hourglass {
	background: url($URL_ABSOLUTE/images/icon-hourglass.png) no-repeat center center transparent;
	width: 18px;
	height: 24px;
}
.icon-clock {
	background: url($URL_ABSOLUTE/images/icon-clock.png) no-repeat center center transparent;
	width: 20px;
	height: 20px;
}
.toggle-favorite {
	background: url(/images/icon-toggle-favorite.png) no-repeat center top transparent;
	width:18px;
	height: 17px;
	display: inline-block;
}
.toggle-favorite-remove {
	background-position: center bottom;
}
.img-border {
	border: 2px solid #879A3B;
}

/**
 * Forms
 */
.form-tabular label, .form-tabular input, .form-tabular select, .form-tabular span, .form-tabular textarea {
	float:left;
	margin-bottom:5px;
	line-height: 18px;
}
.form-tabular label {
	font-weight: bold;
}
label {
	display: block;
}
input.text, textarea {
	padding:3px 2px;
}
option {
	padding:3px 15px 0 2px;
}
.form-tabular label {
	width:120px;
	padding-right:10px;
}
.form-tabular label.error {
	width: auto;
	padding: 0 0 0 10px;
	color: #ff0000;
}
.form-tabular br {
	display: block;
	clear: left;
	font-size: 0px;
	line-height: 0px;
	background: transparent;
	overflow: hidden;
}
input,select,textarea {
	border: 1px solid #252525;
}

input.submit, .submit-image {
	cursor: pointer;
}
.form-tabular input.submit, .form-tabular .submit-image {
	margin-left:130px;
}

input.submit {
	background: url($URL_ABSOLUTE/images/btn-submit-bg.png) repeat-x center center transparent;
	border-top:0;
	border-right: 1px solid #858f40;
	border-bottom:0;
	border-left: 1px solid #858f40;
	padding: 0 7px;
	color: #f8f8f8;
	height: 23px;
	font-size: 14px;
}

input.submit-image {
	border:0;
	padding:0;
	margin:0;
}
.submit-image:hover, .submit-image:focus {
	border:0;
}

select:focus,select:hover,input:focus,input:hover,textarea:focus,textarea:hover {
	border-color: #7e9133;
}

form {
	display: inline;
}

input.checkbox,input.radio {
	border: 0;
}

input.placeholder {
	color: #6c6c6c;
}

/**
 * Tables
 */
.table td, .table th {
	padding:0 3px 3px 0;
}
.table td.last, .table td.last {
	padding-right:0;
}
.table tr.last td {
	padding-bottom:0;
}
.table th {
	text-align: left;
	font-weight: bold;
}
