nav, header, footer {
	display: block;
}

body, div, input, textarea, td, h1, h2, h3, h4 {
	font-family:  'Patrick Hand', cursive, 'Arial', Helvetica, Verdana;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

body {
	margin: 0;
	/*
	background-image: url('/elements/images/bkg-cover.jpg');
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	*/
	background: url('/elements/images/bkg-xy.jpg') repeat;
}

p {
	margin: 24px 0;
}

/* Stuff */
h1 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid #b50000;
	padding-bottom: 0;
}


h2 {
	font-size: 24px;
	line-height: 22px;
	margin-top: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #b50000;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}

.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}

a:link, a:visited {
	color: #b50000;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #000;
}


a img {
	border: 0;
}

hr {
	font-size: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
}

img.left { float: left; margin-right: 20px; margin-bottom: 10px; }

.left {
	text-align: left !important;
}

.bold {
	font-weight: bold;
}

/* Containers */
.site {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#content {
	min-height: 800px;
	padding: 40px 0;
	background: url('/elements/images/lines-xy.png') repeat;
}

/* Headers */
#header {
	position: relative;
	height: 281px; /* 234 */
	background: url('/elements/images/header-bkg-x.jpg') repeat-x;
	border-bottom: 1px solid #d2917c;
}

	#header .site {
		height: 269px;
	}

	#topbar {
		height: 12px;
		background: url('/elements/images/topbar-bkg-x.png') repeat-x;
	}

	#logo {
		position: absolute;
		top: 0;
		text-align: center;
	}

#main-menu, #social {
	position: absolute;
	bottom: 0;
	height: 41px;
}

#social {
	right: 0;
}

#main-menu nav, #social nav {
	height: 41px;
	text-align: left;
}


#main-menu nav a, #social nav a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #5e0101;
	text-shadow: 1px 1px 0 #fff;
	font-size: 20px;
	padding: 0 10px;
	border: 1px solid #d2917c;
	border-bottom: 0;
	background: url('/elements/images/tags-bkg.jpg') no-repeat;
	background-size: cover;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}

#main-menu nav a:hover, #main-menu nav a.current, #social nav a:hover { 
	text-decoration: none;
	color: #a70000;
}

#main-menu nav a.mobile-menu-icon {
	display: none;
}

#mobile-main-menu {
	display: none;
}


.breadcrumbs {
	color: #b9b9b9;
	margin-bottom: 20px;
	font-size: 14px;
}

	.breadcrumbs a:hover { color: #000; }



/* Columns */
.col-2 {
	float: left;
	width: 640px;
}

.col-1 {
	float: right;
	width: 300px;
}

.col-1 h2 { margin-top: 40px; }
	.col-1 h2:first-child { margin-top: 0; }

/* Boxes */
.category_info {
	margin-bottom: 40px;
}

.box {
	position: relative;
	float: left;
	background: rgba(255, 255, 255, 1);
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	padding-bottom: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

	.box .cont {
		position: absolute;
		bottom: 10px;
		left: -2px;
		text-align: center;
		padding: 0 10px;
		background: url('/elements/images/title-bkg.png');
		background-size: cover;
		width: 294px;
		min-height: 32px;
		max-height: 52px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
		border-radius: 3px;
	}

		.box .cont a {
			color: #a70000;
			text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
		}

		.box .gfx {
			position: absolute;
			left: 77px;
			top: -7px;
			z-index: 500;
		}

	.box .date {
		position: absolute;
		top: 0;
		right: 0;
		background: url('/elements/images/date-bkg.png') no-repeat;
		width: 77px;
		height: 77px;
	}

		.box .date span {
			font-size: 16px;
			font-weight: bold;
			line-height: 16px;
			color: #4e3f30;
			position: absolute;
			top: 23px;
			right: -3px;
			display: block;
			transform: rotate(45deg);
		}

	.box.c1 {
		width: 300px;
	}

.col-2 .boxes .c1:nth-child(2n) { margin-right: 0; }

/* Book */

	.photo {
		position: relative;
		background: #fff;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
		padding: 5px;
		/*padding-bottom: 30px;
		*/
		transform: rotate(-1deg);
	}

		.photo img { display: block; }

	.ingridients-cont {
		margin-top: 40px;
		margin-bottom: 40px;
		/*background: url('/elements/images/ingridients-bkg-xy.png') repeat;*/
		background: url('/elements/images/ingridients-bkg.jpg') no-repeat;
		background-size: cover;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
		padding: 40px;
		position: relative;
		border-radius: 8px;
		transform: rotate(0.5deg);
	}

		.ingridients-cont .ingridients-gfx {
			position: absolute;
			top: -13px;
			left: 50%;
			margin-left: -68px;
		}

		.ingridients-cont .ingridients-gfx2 {
			position: absolute;
			bottom: -13px;
			right: -13px;
		}

		.ingridients-cont .ingridients {
			background: url('/elements/images/book-lines.png') repeat;
			color: #023b7c;
			font-family: 'Courier New';
			font-size: 18px;
			font-weight: bold;
		}

		.ingridients p {
			margin-top: 0;
		}

	img { max-width: 100%;}

ul {
	margin: 0;
	margin-bottom: 20px;
}

section img {
	width: 100%;
	height: auto;
}

.popular {
	margin: 10px 0;
	padding: 5px;
	background: url('/elements/images/popular-bkg.jpg') no-repeat;
	background-size: cover;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	font-size: 16px;
	line-height: 18px;
}

	.popular a {
		display: block;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.popular p {
		margin: 0;
	}

	.popular img {
		padding: 5px;
		background: #fff;
		display: block;
	}

.small-photo {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
}

/* Pagination */
.pagination {
	clear: both;
}

.pagination a {
	display: inline-block;
	background: url('/elements/images/tags-bkg.jpg') no-repeat;
	background-size: cover;
	padding: 3px 5px;
	min-width: 22px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	color: #893c3c;
	font-size: 20px;
	line-height: 22px;
	margin-right: 5px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}

	.pagination a.current, .pagination a:hover {
		background: #a70000;
		color: #fff;
	}

/* Tags */
.tags {
	
}

.tag { 
	position: relative;
	display: inline-block;
}

.tag-gfx {
	position: absolute;
	left: -5px;
	top: -5px;
}

.tag a {
	display: inline-block;
	background: url('/elements/images/tags-bkg.jpg') no-repeat;
	background-size: cover;
	padding: 3px 7px 5px 17px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	color: #893c3c;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 8px;
	margin-right: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
}

/* Footer */
#footer {
	background: url('/elements/images/footer-bkg.jpg') repeat;
	min-height: 150px;
	padding: 30px 0;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
	color: #3c3120;
	text-shadow: 1px 1px 0 #f8e1bc;
	border-top: 1px solid rgba(255, 255, 255, 0.75);
	text-align: center;
}

	#footer .col {
		float: left;
		width: 300px;
		margin-right: 40px;
		font-size: 28px;
		line-height: 32px;
	}

	#footer .col:last-child {
		margin-right: 0;
	}

	#footer nav a {
		display: inline-block;
		margin: 0 10px;
		color: #3c3120;
	}

	#footer nav a:hover {
		color: #000;
	}

	nav#foot-social {
		margin: 20px 0;
	}

	nav#foot-social a {
		display: inline-block;
		font-size: 32px;
		padding: 0 5px;
	}

	.copyright {
		font-size: 22px;
	}

	.copyright span {
		color: #b50000;
	}

	.foot-logo {
		height: 150px;
		width: auto;	
	}

/* Comments */
.comments, .similar, .share {
	margin-top: 30px;
}

.fb_iframe_widget { line-height: 14px; }

/* Form */
form {

}

input, textarea {
	
}

textarea {

}

input[type="search"] {
	background: #fff url('/elements/images/search-icon.png') right 10px center no-repeat;
	border: 2px solid #b50000;
	width: 300px;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
	font-size: 18px;
}

input[type="submit"] {

}


/* Responsive */
/* Responsive */
@media (max-width: 980px){

	.site {
		width: 90%;
		margin: 0 5%;
	}
	
	#header, #header .site { height: auto; }
	#logo { position: relative; }
	#main-menu { position: relative; }

	#header {
		background-repeat: repeat;
	}

	.col-2, .col-1 {
		float: none;
		width: 100%;
	}

	.col-1 {
		margin-top: 50px;
	}

	.box { margin-right: 0; }
	.box.c1 { width: 100%; }
	.box .media img {
		width: 100%;
		height: auto;
	}

	.box .cont {
		width: 100%;
		padding: 1% 1%;
		margin-left: -0.5%;
		min-height: auto;
		max-height: auto;
	}

	.box .gfx {
		left: 50%;
		margin-left: -68px;
	}

	.photo img {
		width: 100%;
		height: auto;
	}

	#main-menu nav a { display: none; }
	#main-menu nav a.mobile-menu-icon { display: inline-block; }

	#mobile-main-menu {
		background: rgba(255, 255, 255, 0.75);
		margin-bottom: 10px;
	}

	#mobile-main-menu nav a {
		display: block;
		padding: 10px 20px;
	}
}