body {
	background: #f4f4eb;
	background: #f4f4eb url(/images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	margin: 10px auto 10px auto;
}

a {
	text-decoration: none;
	color: #75a500;
}
a:hover {
	text-decoration: underline;
	color: #75a500;
}

h1, h2, h3 {
	margin: 0;
	padding: 3px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #af283f;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	color: #75a500;
	font-size:16px;
}

.btm_green {
	border-bottom: #75a500 1px solid;
}

.container {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
	border: #d0d0c5 1px solid;
}

.green {
	color: #75a500;
}
.gray {
	color: #525252;
}
.maroon {
	color: #af283f;
}
.bold {
	font-weight: bold;
}
.rightalign {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

a {
	text-decoration: none;
}

.logo {
	text-align: center;
	height: 80px;
}

.search {
	height: 60px;
	padding-top: 20px;
	text-align: center;
}

.search input {
	color: #666666;
	padding: 10px 10px;
	border: #cccccc 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #75a500;
  border-color: #060; }

.login {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #ececec;
	padding: 5px;
}

.login_title {
	font-weight: bold;
}
.login_left {
	float: left;
	width: 49%;
}
.login_right {
	float: right;
	text-align: right;
	width: 49%;
}
.login input {
	width: 100%;
}
.login .login_submit_button {
	width: 50px;
}

.menu {
	background: #e56f18 url(/images/header2_menubg.gif) repeat-x;
	height: 34px;
	padding-left: 20px;
}
.menu .mainlinks {
	float: left;
	height: 34px;
}
.menu ul, .menu ul li, .menu2 ul, .menu2 ul li {
	list-style: none;
	display: inline;
}
.menu ul li a {
	float: left;
	color: #fefefe;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	height: 29px;
	border-right: #e57b2d 1px solid;
}
.menu ul li .m1_last {
	border: none;
}
.menu ul li .m1_recipes {
	background: #75a500 url(/images/header2_menubgg.gif) repeat-x;
}
.menu ul li a:hover {
	background: #75a500 url(/images/header2_menubgg.gif) repeat-x;
	text-decoration: none;
}

.menu .sublinks {
	float: left;
	background: #dc5f15 url(/images/header2_menubgo.gif) repeat-x;
	height: 24px;
	padding: 10px 0px 0px 10px;
	color: #f6e2c7;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu .sublinks a {
	color: #f6e2c7;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 8px;
}

.menu2 {
	background: #75a500 url(/images/header2_menubgg.gif) repeat-x;
	height: 34px;
	padding-left: 20px;
}
.menu2 ul li a {
	float: left;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 13px 0 13px;
}

/*** Sidebar ***/
.sidebar {
	/* min-width: 300px; */
}

.latest_recipes, .latest_blog, .latest_comments, .home_categories {
	border: #d0d0c5 1px solid;
	border-bottom: #d0d0c5 5px solid;
	background: #f5f5f5;
	color: #af283f;
	margin: 0px 5px 5px 0px;
	text-align: left;
}

.latest_recipes a, .rlist a {
	color: #525252;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.latest_recipes a:hover, .rlist a:hover {
	color: #af283f;
	text-decoration: none;
}

.latest_head {
	background: #75a500;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 10px;
}


.recipelist_thumb {
	float: left;
	height: 54px;
	width: 90px;
	margin-right: 3px;
	padding: 1px;
	border: #999 1px solid;
	overflow: hidden;
}
.recipelist_thumb img {
	height: 67px;
	width: 90px;
}

.latest_list {
	height: 400px;
	overflow: auto;
}

.latest_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.latest_list ul li {
	padding: 2px;
	border-bottom: #d0d0c5 1px solid;
}

.latest_blog a {
	color: #af283f;
}

.latest_blog ul {
	padding-left: 20px;
}
.latest_blog ul li {
	padding: 3px 0;
	border-bottom: #d0d0c5 1px solid;
}
.latest_blog ul li:last-child {
	border-bottom: none;
}

.latest_comments_com {
	padding: 5px;
}

/*** END sidebar ***/

.leftgap {
	margin-left: 5px;
}
.rightgap {
	margin-right: 5px;
}
.topgap {
	margin-top: 10px;
}

.home_categories {
	color: #525252;
	margin: 0px 0px 5px 5px;
	background: #ebebdd;
}
.home_categories p {
	padding: 0 5px;
}
.home_categories a {
	float: left;
	display: inline;
	width: 92px;
	height: 90px;
	text-align: center;
	color: #525252;
	margin: 2px;
}
.home_categories a:hover {
	color: #af283f;
	text-decoration: none;
}

.home_allcats {
	float:left;
	text-align:right;
	width: 100%;
}
.home_allcats a {
	float: right;
	margin: 5px 10px;
	width: auto;
	height: auto;
	color: #af283f;
}
.home_allcats a:hover {
	text-decoration: underline;
}

.latest_bloghome {
	margin-bottom: 5px;
}
.blog_largethumb {
	float: left;
	width: 150px;
	height: 130px;
	margin: 3px;
	padding: 1px;
	border: #999 1px solid;
	overflow: hidden;
}
/*
.blog_largethumb img {
	margin-left: -50px;
}
*/

.blogmore {
	border: #525252 1px dashed;
	background-color: #af283f;
	padding: 2px 5px;
	margin: 2px;
	color: #fff;
}

.latest_bloghome_small {
	width: 49%;
	background: #ebebdd;
	margin: 5px 0px;
}
.latest_bloghome_small img {
	float: left;
	margin: 3px;
}
.latest_bloghome_small h3 {
	font-size: 14px;
}

/*** Recipes ***/
#breadcrumb a {
	color: #999;
}
#breadcrumb {
	padding-left: 3px;
}

.pnums {
	font-weight: bold;
	padding: 2px 0px;
	color:#af283f;
}
.pnums a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: #d0d0c5 1px dashed;
	background-color: #f9f9f6;
	padding: 2px 5px;
	margin: 2px;
	color: #af283f;
}
.pnums a:hover {
	text-decoration: underline;
	color: #525252;
	border: #525252 1px dashed
}
.cpage {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: #525252 1px dashed;
	background-color: #af283f;
	padding: 2px 5px;
	margin: 2px;
	color: #fff;
}
.rlist {

}
.rlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rlist ul li {
	padding: 5px;
	margin: 5px 0px;
	background: #f9f9f6;
	border: #b2b2a5 1px dashed;
}
.rlist ul li:hover {
	background: #fff;
}

.recipebox {
	border: #d0d0c5 1px dashed;
	background: #f9f9f6;
	padding: 10px;
	margin: 5px 0;
	font-size: 14px;
	line-height: 180%;
}

.recipebox h2 {
	margin-bottom: 20px;
}

.recipebox ol, .recipebox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.recipebox ul li {
	margin-bottom: 15px;
	margin-left: 28px;
}

.recipebox ul li:before {
	font: normal normal normal 18px/1 'FontAwesome';
	content: '\f1b1';
	margin:0 5px 0 -15px;
	color: #AF283F;
}

.recipebox ol li {
	counter-increment: step-counter;
	margin-bottom: 15px;
	margin-left: 10px;
}

.recipebox ol li::before {
	content: counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: rgb(175,40,63);
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
}

.recipe_author .authinfo {
	padding: 5px;
	margin: 2px;
	clear: right;
	background: #f9f9f6;
	border: #d0d0c5 1px solid;
}

.tags {
	color: #af283f;
	font-weight: bold;
	padding-left: 10px;
}

.rchildlist ul {
	list-style: none;
	margin: 0;
}
.rchildlist ul li {
	padding: 5px;
	margin: 5px 0px;
	background: #ffffff;
}
.rchildlist ul li a {
	font-size: 16px;
}

.related_categories {
	border: #d0d0c5 1px solid;
}

.related_list {
	background: #f9f9f6;
}
.related_list a {
	display: inline-block;
	background: #ffffff;
	padding: 5px 10px;
	margin: 5px;
}

.comments {
	margin: 5px 0;
	border: #d0d0c5 1px solid;
}
.comments form {
	margin: 5px;
}
.comments textarea {
	width: 98%;
}

.comments ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.comments ul li {
	border: #d0d0c5 1px solid;
	padding: 5px;
	margin: 10px 0;
	background: #f9f9f6;
}

.recipe_categories a {
	display: inline-block;
	background: #f9f9f6;
	color: #525252;
	padding: 5px 10px;
	margin: 5px 2px;
}

.recipes_catbox {
	margin-bottom: 20px;
}

.recipes_catbox a {
	text-align: center;
}

.recipes_catbox_list {
	width: 130px;
	height: 170px;
	margin: 0 10px;
	float: left;
	text-align: center;
}

.vidallowed {
	border: #d0d0c5 1px solid;
	background: #ffffff;
	padding: 5px;
	margin: 5px 0;
}

/*** articles ***/
.articles {
	font-size: 14px;
	line-height: 180%;
}
.articles .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.articles p {
	margin-top: 0;
}
.articles h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.articles img {
	max-width: 100%;
	height: auto;
}
.articles_single a {
	background: #FF9;
}
.articles_list h2 a {
	color: #af283f;
}
.articles_list {
	margin-bottom: 30px;
}
.articles_thumb {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 5px;
	padding: 2px;
	border: #999 1px solid;
	overflow: hidden;
}

.carticle_rdesc {
	font-weight: normal !important;
	font-size: 11px !important;
	line-height: 100% !important;
}
.articles .rlist {
	line-height: 100% !important;
}

.recipes_more {
	border: #525252 1px dashed;
	background-color: #75a500;
	font-size: 16px;
	padding: 5px 10px;
	margin: 5px;
	color: #fff;
}
.recipes_more:hover {
	color: #fff;
}


/*** END: articles ***/

.footer {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.adbox {
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
}
.adbox2 { /* recipe page - user info, change below 650 */
	padding: 5px;
	margin: 5px;
}

@media only screen and (max-width: 850px) {
.hide850, ul li.hide850 {
	display: none;
}
}

@media only screen and (max-width: 780px) {

.logo {
	height: 50px;
	padding-top: 10px;
}
.logoimg {
	width: 126px;
	height: 57px;
}
.search {
	padding-top: 10px;
}
.search .stxt {
	width: 115px;
}
.hide780, ul li.hide780 {
	display: none;
}

}

@media only screen and (max-width: 650px) {
.menu .sublinks {
	display: none;
}
.search .stxt {
	width: 60px;
}

.recipe_author .authinfo {
	clear: none;
}

.hide650, ul li.hide650 {
	display: none;
}

.adbox2 {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

}

@media only screen and (max-width: 480px) {
.col { margin: 1% 0 1% 0%;}
.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }

.logo {
	height: 58px;
	padding-top: 0;
}
.search {
	height: 40px;
}
.search .stxt {
	width: auto;
}

.menu2 {
	display: none;
}

.latest_recipes, .latest_blog, .latest_comments, .home_categories {
	margin: 5px 0px;
}
.leftgap {
	margin-left: 0;
}
.rightgap {
	margin-right: 0;
}
.recipebox {
	padding: 0;
}

.menu {
	padding-left: 5px;
}
.menu ul li a {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 0 5px;
}

}

/*** Homepage Latest Recipes ***/
.homep_recipes {
	border: #d0d0c5 1px solid;
	float: left;
	width: 126px;
	height: 300px;
	padding: 5px;
	margin: 9px;
	text-align: center;
}
.homep_recipes_thumb {
	border: #d0d0c5 1px solid;
	padding: 2px;
}