/*
Theme Name: FoodiePrints
Theme URI: http://ontrackdesignz.com/
Description: Theme by <a href="http://ontrackdesignz.com/" target="_blank">OnTrackDesignz</a>
Version: 1.0
Author: Nicolae Litvac
Author URI: mailto:colean2005@gmail.com
Tags: litvac, ontrackdesignz
*/

/* BASIC SETUP */

* {
	margin: 0;
	padding: 0;
}

header, footer, section, aside, nav, article {
	display: block;
}

html {
	background: #FFFFFF;
}

body {
	margin: auto;
	font-size: 13px;
	color: #545454;
	font-family: "Open Sans";
	font-weight: normal;
	font-style: normal;
	text-transform: normal;
	line-height: 1.4;
}

h1, h2, h3, h4, h5 {
	font-family: "Droid Sans", serif;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #3F3F3F;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;	
}

h1, h2 {
	line-height: 25px;
	padding-bottom: 5px;
}
	
h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	padding: 0;
}

ol {
	list-style-position: inside;
}

span.red {
	color: #f23233;	
}

span.blue {
	color: #0061D8;
}

span.more {
	display: inline-block;
}

	span.more a {
		color: #488793;	
	}

a {
	color: #488793;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
a img {
	border: 0;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;}
.clear {
	clear: both;	
}

.smallspacer {
	display: block;
	height: 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img.attachment-small:hover { border: 1px solid #000; opacity:0.8; }

/* WRAPPER */

.wrapper {
	width: 100%;
}

.col-left { 
	float: left; 
}

.col-right { 
	float: right; 
}

.col-full  { 
	width: 960px; 
	margin: 0 auto; 
}

/* HEADER */

header#top {
	display: block;
	width: 960px;
	margin: auto;
	height: 103px;
	border-bottom: 4px solid black;
}

	header#top #logo {
		float: left;
		width: 265px;
		height: 85px;
		background: url('images/logo.png') no-repeat left top;
		margin-top: 14px;
		font-family: Jerry_B4s_handwriting,Verdana,Geneva,sans-serif;
	}
			
		
/* NAVIGATION */

nav {
	color: #707070;
	max-width: 700px;
	padding: 0;
	float: right;
	border-color: #D6D7D7;
	border-width: 0 0 0 1px;
	height: 103px;
	border-style: solid;
	list-style: none outside none;
	margin: 0;
	z-index: 99;
	font-family: "Droid Sans", serif;
}
		
	nav select {
		display: none;
	}
	nav ul {
		list-style: none;
	}

		nav ul li {
			height: 37px;
			float: left;
			text-align: center;
		}
		
		nav ul li a {
		    border-color: #D6D7D7;
		    border-style: solid;
		    border-width: 0 1px 0 0;
		    color: #060606;
		    display: block;
		    font-size: 15px;
		    font-weight: bold;
		    line-height: 18px;
		    min-width: 60px;
		    padding: 55px 20px 30px 20px;
		    position: relative;
		    text-decoration: none;
		    text-shadow: 0 1px 0 #DDD;
		    z-index: 100;
		}
		
			nav ul li ul {
				background: #fff;
				border: 1px solid #D7D7D7;
				display: none;
				float: right;
				margin-left: -100px;
				position: absolute;
				z-index: 200;
				width: 200px;
			}
			
				nav ul li ul li {
					float: right;
					margin: 0;
					height: 39px;
					width: 200px;
					text-align: left;
					border: none;
					display: block;
				}
								
				nav ul li ul li a {
					padding: 11px 20px;
					line-height: 1.2;
					border: none;
					color: #444;
				}
											
			nav ul li:hover ul{
				display: block;
			}
			
				nav ul li a:hover, nav ul li.current-menu-item a {
					background: none repeat scroll 0 0 #FFCD61;
					text-decoration: none;
				}
				
				nav ul li ul li:hover a {
					background: none repeat scroll 0 0 #CCCCCC;	
					color: #000;
				}
		
			nav ul li.selected a {
				background: none repeat scroll 0 0 #FFCD61;
			}

/* CONTENT AREA AND ARTICLE LAYOUT */

#container {
	margin-top: 45px;
	width: 960px;
	margin: auto;
}

	#content {
		display: block;
		float: left;
		width: 632px;
		padding: 20px 20px 20px 0;
	}
	
		#content article section img {
			max-width: 628px;
			width: auto;
			height: auto;
		}
	
		#content h3.section {
			background: url("images/strips.png") repeat scroll 0 0 transparent;
		    line-height: 1em;
		    margin-bottom: 25px;
		    color: #000;
		    padding: 10px;
		    border: 1px solid #eee;
		}
		
		#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
			padding: 5px 0;
			margin: 0;
		}
		
		#content header h1, #content header h2, #content header h3, #content header h4, #content header h5, #content header h6 {
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		#content .categoryhead {
			background: #7db0b1;
			width: 592px;
			height: 44px;
			margin-bottom: 25px;
			text-transform: uppercase;
			color: #fff;
			font-family: "Droid Sans", serif;
			padding-left: 10px;
		}
		
			#content .categoryhead span {
				font-size: 34px;
				margin-top: -8px;
				display: block;
			}
	
		
		#content article section {
			padding: 5px 0;
		}
		
			#content article section img { 
				margin: 0;
				margin-bottom: 18px;
			}
			
				#content article section img.alignright {
					margin-left: 10px;
				}

				#content article section img.alignleft {
					margin-right: 10px;
				}

				#content article section img.aligncenter {
					margin: auto;
				} 

			#content article section p {
				margin: 12px 4px 18px 0;
			}
						
			#content article section blockquote {
				width: 570px;
				height: auto;
				background: #fff url('images/blockquote.png') no-repeat top left;
				margin: 0 20px 20px 0;
				color: #545454;
				padding-left: 50px;
				font-size: 14px;
				font-family: "Droid Sans", serif;
				font-style: italic;
			}
			
				#content article section blockquote p {
					padding-bottom: 0;
				}
				
			#content article section .pullquote {
				width: 200px;
				float: right;
				border-top: 1px solid #D9D9D9;
				border-bottom: 1px solid #D9D9D9;
				text-align: center;
				font-family: Georgia, serif;
				color: #696969;
				background-color: inherit;
				margin: 10px 0 10px 15px;
				padding: 15px 5px 15px 15px;
			}
			
		#content article .media {
			padding: 12px 15px 10px 0;
			float: left;
			display: table;
			width: 300px;
			margin-bottom: 10px;
			line-height: 1.2;
		}	

			#content article section img.size-medium.alignleft {
				display: inline-block;
				margin-right: 15px;
				float: left;
			}
		
			#content article section img.size-medium.alignright {
				display: inline-block;
				float: right;
			}

			#content article .media .caption, #content article section p.wp-caption-text {
				font-size: 11px;
				font-style: italic;
				max-width: 628px;
			}

			#content article section .wp-caption {
				display: inline-block;
				margin: 0 4px 20px 0;
			}

				#content article section .wp-caption.aligncenter {
					text-align: center;
					margin-left: auto !important;
					margin-right: auto !important;
					width: 628px !important;
					/*max-width: 100% !important*/
				}

				#content article section .wp-caption.alignright {
					text-align: right;
					float: right;
				}


			#content article section .wp-caption a img {
				margin: 0;
			}

			#content article section .wp-caption a {
				display: block;
			}
			
			/*#content article .media a, #content article .media figcaption {
				display: table-row;
			}*/
		
			#content article section p.wp-caption-text {
				padding: 0;
				margin: 0;
			}
			
			#content article .media figcaption {
				font-size: 11px;
				font-style: italic;
			}	
			
			#content article .listingwrap .media img {
				border: 1px solid #D9D9D9;
			}
			
			#content article .listingwrap .media figcaption {
				margin: 0;
				padding: 0;
				font-size: 12px;
			}
			
		#content article .info {
			font-size: 12px;
			color: #9C9C9C;
			margin-bottom: 2px;
		}

		#content article .print {
			float:right;
		}

			#content article .print img {
				vertical-align: bottom;
			}
		
		#content article .author {
		    background: url("images/strips.png") repeat scroll 0 0 transparent;
		    border-color: #E6E6E6;
		    border-style: solid;
		    border-width: 1px 0;
		    clear: both;
		    margin: 20px 0;
		    padding: 15px;
		}
		
			#content article .author .author-image {
			    border: 1px solid #E6E6E6;
				padding: 5px;
				background: #FFFFFF;
				display: block;
				width: 72px;
				height: 72px;
				float: left;
			}
		
			#content article .author .author-content {
				float: left;
				display: block;
				width: 500px;
				margin-left: 15px;
				margin-top: -5px;
			}
			
				#content article .author .author-content h3 {
					font-size: 16px;
				}
					
				#content article .author .author-content p {
					padding-bottom: 0;
				}
		
		#content article .articlenav {
			border-bottom: 1px solid #D9D9D9;
			border-top: 1px solid #D9D9D9;
			margin: 20px 0;
			min-height: 40px;
			display: table;
			width: 100%;
		}
		
			#content article .articlenav .nav-next {
				float: right;
				padding: 10px;
				width: 45%;
				text-align: right;
			}
			
			#content article .articlenav .nav-previous {
				float: left;
				padding: 10px;
				width: 45%;	
				text-align: left;		
			}
		
		
		#content article .meta {
			background: #ddd;
			width: 600px;
			height: 29px;
			clear: both;
			margin: 15px 0 5px 0;
		}
	
			#content article .meta p {
				float: left;
				padding: 4px;
				margin-left: 10px;
				vertical-align: middle;
			}
			
			#content article .meta span.bubble {
				float: left;
				display: inline-block;
				text-align: center;
				margin: 4px 50px 0 5px;
				padding: 2px;
				padding-left: 5px;
				font-size: 11px;
				height: 20px;
				width: 22px;
				background: url('images/bubble.png') no-repeat top left;
			}
		
		#content article .category {
			margin-top: 10px;
			clear: both;
		}
		
		#content article ul {
			margin: 0 0 18px 25px;
		}

		#content article ol {
			margin: 0 0 18px 28px;
			list-style: decimal;
		}
		
/* SLIDES */

#slides_container { 
	width: 652px; 
	background: #000; 
	height: 290px;
}

	#slides_container .slide  { 
		display:none; 
	}
	
		#slides_container .slide h2 { 
			font-size: 22px; 
			color: #fff; 
			margin-bottom: 10px; 
		}

			#slides_container .slide h2 a { 
				color: #fff; 
				text-shadow: #000 0 0 2px; 
			}
			
			#slides_container .slide .entry p { 
				font-size: 12px; 
				color:#fff; 
				text-shadow: #000 0 0 4px; 
				padding: 0;
				margin: 0;
			}
			
		#slides_container .slide .featured-category { 
			display: block;
			margin-bottom: 2px; 
		}
		
			#slides_container .slide .featured-category a { 
				color: #FFCD61; 
				text-transform: uppercase; 
				font-size: 11px; 
				text-shadow: #000 0 0 2px; 
			}
			
	#slides_container .caption {
		position:absolute;
		background:#000;
		background:rgba(0,0,0,.4);
		color:#fff;
		text-shadow:none;
		width: 612px;
		padding: 20px 20px;
   	 	left: 0;
	}
	
#slide-nav { 
	border-left: 1px solid #000; 
	width: 307px; 
	height: 290px; 
	background: #000; 
}

	#slide-nav ul {
		list-style: none;	
	}
	
	#slide-nav ul li a { 
		border-top: 1px solid #000; 
		display: block; 
		position: relative; 
		height: 96px; 
	}
	
		#slide-nav ul li a img { 
			opacity: 0.6; 
			position: absolute;
		}
		
		#slide-nav ul li a:hover img { 
			opacity: 0.8; 
		}
		
		#slide-nav ul li a:hover {
			text-decoration: none; 
		}

		#slide-nav ul li:first-child a { 
			border: 0; 
		}
		
		#slide-nav ul li a span { 
			position: absolute; 
		}
		
			#slide-nav ul li a span.info { 
				color: #fff; 
				text-shadow: #000 0 0 2px; 
				font-size: 18px; 
				font-weight: normal; 
				padding: 15px 20px; 
				bottom: 0; 
			}
			
				#slide-nav ul li a span.info .featured-category { 
					color: #FFCD61; 
					text-transform: uppercase; 
					font-size: 11px; 
					text-shadow: #000 0 0 2px; 
					font-weight: normal; 
					display: block; 
					position: relative; 
				}
			
				#slide-nav ul li a span.info .title { 
					display: block; 
					position: relative; 
					color: #fff !important; 
					text-shadow: #000 0 0 2px; 
					font-size: 16px !important;
					line-height: 1.1;
				}
			
			
/* SHARING */

#content article .meta .facebook {
	background: none;
	margin: 4px;
	margin-right: 30px;
	float: left;
}

#content article .meta .st_sharethis_hcount {
	padding-top: 3px;	
	display: block;
	float: left;
	margin-right: 30px;
}

.dc-social-slick.left .dc-social-slick-content {
	padding: 0;	
	margin: 0;
}

#nav-dcssb {
	width: 100%;
	padding: 0;
}

#nav-dcssb li.size-box {
	margin: auto;
	width: 100%;
	padding: 10px 0;
	display: block;
	clear: both;
}			

	#nav-dcssb li#dcssb-facebook {
		padding-left: 3px;
	}
	
/* SMALL FEATURES ON FRONT PAGE */
	
#content #smallfeatures {
	margin: 20px 0;
}	

	#content #smallfeatures article {
		float: left;
		width: 194px;
		height: 300px;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.4;
		margin-left: 25px;
	}
	@media (min-width: 769px) {
		#content #smallfeatures article:nth-child(4) {
			display: none;}	
	}
	
		#content #smallfeatures article:first-child {
			margin-left: 0;
		}				
	
	#content #smallfeatures article h2 {
		font-size: 15px;
		margin: 0 auto;
		margin-top: 5px;
		line-height: 1.3;
		padding-bottom: 0;
	}
	
		#content #smallfeatures article h2 a {
			color: #488793;	
			padding-bottom: 0;
		}
	
	#content #smallfeatures article .media {
		text-align: center;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 5px;
		width: 100%;
	}
	
		#content #smallfeatures article .media img {
			border: 1px solid #999999;
		}
	
	#content #smallfeatures article section {
		margin: 0 auto;
		word-wrap: break-word;
		padding: 0;
		display: block;
	}
		
		#content #smallfeatures article section p {
			padding-bottom: 0px;
		}
	
/* ARTICLE LISTINGS */

#content #listings article {
	margin: 10px 0 0;
	padding: 0 0 10px;	
	border-bottom: 1px solid #E6E6E6;
}

	#content #listings article:last-child {
		border-bottom: none;
	}

	#content #listings article:first-child {
		margin: 0;	
	}
	
	#content #listings article .listingwrap {
		display: table;
	}

	#content article .listingwrap .media img {
				border: 1px solid #D9D9D9;
				max-width: 100%;
				height: auto;
			}
			
			#content article .listingwrap .media figcaption {
				margin: 0;
				padding: 0;
				font-size: 12px;
			}
	
		#content #listings article h1 a {
			color: #488793;
		}
	
		#content #listings article .listingwrap .media {
			padding: 7px 12px 10px 0;
			float: left;
		}
				
		#content #listings article .listingwrap section {
			padding: 5px 0;
			float: right;
		}
			
			#content #listings article .listingwrap section {
				width: 311px;
			}
				
			#content #listings article .listingwrap section p {
				padding-bottom: 8px;
			}
		
		#content article .listingwrap .listexcerpt a {
			word-wrap: break-word;	
		}

	#content article .listingwrap .listexcerpt {
		font-size: 12px;
	}		

#pagination {
	height: 20px;
	padding: 13px;
	border: 1px solid #ddd;
	margin: 30px 0;
	display: block;
	text-align: right;
	color: #707070;
	clear: both;
}

	#pagination a, #pagination span {
		margin: 0 4px;
	}
		
/* ARCHIVES */

.archivecontainer {
	margin: 30px 0;
}

	.archivecontainer .archivebox {
		padding: 13px;
		margin: 0 17px 30px 17px;
		width: 418px;
		border: 1px solid #ddd;
		float: left;
	}
	
		.archivecontainer .archivebox:nth-child(2n) {
			margin-right: 0;
		}
		
		.archivecontainer .archivebox header {
			text-align: center;	
			border-top: 1px solid #D9D9D9;
			border-bottom: 1px solid #D9D9D9;
			margin-bottom: 20px;
		}
			
			.archivecontainer .archivebox header h3 {
				font-size: 20px;
				padding: 5px;
			}
			
		.archivecontainer .archivebox ul {
			height: 120px;
			width: 115px;
			margin-left: 35px;
			list-style: none;
			display: block;
			float: left;
		}
		
			.archivecontainer .archivebox ul.first {
				margin-left: 0;
			}
			
			.archivecontainer .archivebox ul li {
				padding: 5px;
			}

.archive {
	padding: 13px;
	width: 934px;
	margin-bottom: 30px;
	clear: both;
	margin-top: 10px;
}
	
	.archive .sidebutton {
		float: left;
		display: block;
		height: 20px;
		width: 100px;
		font-size: 14px;
		margin: 0;
		padding: 7px 20px;
		color: #fff;
		font-family: "Droid Sans", serif;
		background: #488793 url('images/sidebutton2.png') left no-repeat;		
	}	

	.archive .archivebit {
		width: 430px;
		float: right;
		margin-bottom: 20px;
	}
	
		.archive .archivebit:nth-child(2n+1) {
			float: left;
			clear: both;
		}	
	
	.archive header {
		text-align: left;	
		float: left;
		width: 790px;
		color: #488793;
		border-top: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 30px;
	}
		
		.archive header h3 {
			margin-left: 20px;
			font-size: 20px;
			padding: 5px;
		}
	
/* SIDEBAR */

aside {
	display: block;
	float: left;
	width: 307px;
    background: #F7F7F7 repeat scroll 0 0;
    border-left: 1px solid #D6D7D7;
    box-shadow: 3px 0 0 #EEE inset;
}

aside section {
	padding: 20px;
	font-size: 12px;
	line-height: 1.4;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #FFFFFF;
}
	
	aside section header {
		text-transform: uppercase;
		text-align: left;	
	}
	
		aside section header h3 {
			font-size: 14px;
			padding: 5px 0px;
			color: #040404;
			font-family: "Droid Sans",sans-serif;
		}
		
	aside section ul {
		margin: 0;
		list-style: none;
	}
	
		aside section ul li {
			margin: 5px 0;
			list-style: none;
		}
	
	aside section a {
		text-decoration: none;
		color: #488793;
	}
		
		aside section a:hover {
			text-decoration: underline;
		}

/* SPECIFIC WIDGETS */
		
	aside section h2 {
		font-size: 15px;
		padding: 0;
		margin: 16px 0 5px 0;
		line-height: 1.2;
	}
	
		aside section h2 a {
			color: #3F3F3F;
			text-decoration: none;
		}
		
	aside section p {
		padding-bottom: 0;
	}
	
		aside section p a {
			display: inline;
		}
	
	aside section hr {
		clear: both;
		border: 0;
		margin: 8px 0;
		border-top: 1px solid #fbc1c1;
	}
	
	aside section .sm-icon {
		opacity: 0.7;
		margin: 10px 2px 0 0;
	}

		aside section .sm-icon:hover {
			opacity: 1;
		}
				
	aside section.rss-image-grid-item ul#sb-pic-cycle {
		text-align: center;
	}	
	
		aside section.rss-image-grid-item h3 {
			background: url('images/ico-flickr.png') no-repeat left;
			padding-left: 25px;
		}	
		
		aside section.rss-image-grid-item ul li {
			text-align: center;
			margin: 3px;	
			display: block;	
			float: left;		
		}
		
			aside section.rss-image-grid-item ul li img {
				display: block;
				padding: 3px;
				border: 1px solid #CECFC6;
			}
			
			aside section.rss-image-grid-item ul li img:hover {
				border: 1px solid #A8AA99;
			}
			
	aside section div.srp-widget-container {
		display : table;
		clear : both;
	}

	aside section div.srp-widget-container h3.widget-title{
		display : table-caption;
		margin-bottom : 10px;
	}

	aside section div.srp-widget-singlepost {
		padding : 0px 0px 10px 0px;
		margin : 0px 0px 10px 0px;
		border-bottom : 1px solid #CCCCCC;
	}
	
	footer section div.srp-widget-singlepost { 
		padding : 0px 0px 10px 0px;
		margin : 0px 0px 10px 0px;
		border-bottom : 1px solid #333333;
	}
	
		footer section div.srp-widget-singlepost:last-child {
			border-bottom: none;
		} 

	aside section div.srp-thumbnail-box, footer section div.srp-thumbnail-box {
		display : table-cell;
		vertical-align : top;
		padding-right : 10px;
	}

	aside section  div.srp-content-box, footer section div.srp-content-box{
		display : table-cell;
		vertical-align : top;
	}

	aside section p.srp-widget-excerpt {
		margin: 0px;
	}
			
	aside section a.sidebutton {
		display: block;
		width: 232px;
		font-size: 14px;
		margin: 14px 0;
		padding: 5px 10px;
		color: #fff;
		font-family: "Droid Sans", serif;
		background: #488793 url('images/sidebutton.png') right no-repeat;
	}
	
	aside section.twitter-item h3 {
		background: url('images/ico-twitter.png') no-repeat left;
		padding-left: 20px;
	}	
	
	aside section.twitter-item ul {
		margin-bottom: 20px;
	}
	
		aside section.twitter-item ul li, aside section.rss-post-item ul li {
			border-bottom: 1px solid #E6E6E6;
			padding: 10px 0;
			display: block;
		}
		
			aside section.twitter-item ul li span, aside section.rss-post-item ul li span {
				font-style: italic;
				color: #aaa;
				display: block;
			}
			
			aside section.rss-post-item ul li:last-child {
				border-bottom: none;
			}
		
	aside section.widget_oak_google_search {
		color: #aaa;
	}	
			
		aside section.widget_oak_google_search input {
			width: 90%;
			height: 34px;
			margin: 10px 0;
			border: 1px solid #ddd;
			padding-left: 25px;
			background: #fff url('images/search.png') no-repeat left;
			font-family: "Open Sans";
		}
						
		aside section.tabbertabs .tabberlive {
			padding: 15px 0 3px;
		}
		
			aside section.tabbertabs .tabberlive .tabbertabhide {
				display: none;
			}
			
			aside section.tabbertabs .tabberlive h3 { 
				display: none;
			}
		
		aside section.tabbertabs ul.tabbernav {
			padding: 1px 0;
			font: bold 12px;
			margin-bottom: 5px;
		}
		
			aside section.tabbertabs ul.tabbernav li {
				list-style: none;
				margin: 0;
				display: inline;
				text-transform: uppercase;
				background: none;
				padding: 5px 5px 5px 0;
			}
			
				aside section.tabbertabs ul.tabbernav li a {
					border: 1px solid #ccc;
					color: #666769;
					font-size: 11px;
					padding: 5px;
					font-weight: bold;
				    background: none repeat scroll 0 0 #E4E4E4;
				    border-color: #DDDDDD #C4C4C4 #C4C4C4 #DDDDDD;
				    border-style: solid;
				    border-width: 1px;
				    color: #858585;
				}
				
					aside section.tabbertabs ul.tabbernav li a:hover, aside section.tabbertabs ul.tabbernav li.tabberactive a { 
						background:#FFCD61; 
						color: #9E6F09; 
						text-decoration:none; 
						border-top:1px solid #FAC95E; 
						border-right: 1px solid #DFB65E; 
						border-bottom: 1px solid #DFB65E; 
						border-left: 1px solid #FAC95E; 
						text-shadow:0 1px 0 rgba(255,255,255,0.6); 
					}
		
			aside section.tabbertabs ul.tabbernav a:hover {
				background: #666769;
				text-decoration: none;
				color: #fff;
			}
		
		aside section.tabbertabs .tabberlive .tabbertab {
			padding-top: 15px;
		}
		
		aside section.tabbertabs .tabberlive#tab2 .tabbertab {
			height: 200px;
			overflow: auto;
		}
		
		aside section.tabbertabs ul li, aside section.tabbertabs .srp-widget-container .srp-widget-singlepost {
			border-bottom: 1px solid #E4E4E4;
			border-top: 1px solid #FFFFFF;	
			margin: 0;
			padding: 10px 0;	
		}
		
			aside section.tabbertabs ul li:first-child, aside section.tabbertabs .srp-widget-container .srp-widget-singlepost:first-child {
				border-top: none;
			}
			
			aside section.tabbertabs ul li:last-child, aside section.tabbertabs .srp-widget-container .srp-widget-singlepost:last-child {
				border-bottom: none;
			}
	
				aside section.tabbertabs .srp-widget-container .srp-widget-singlepost .srp-widget-thmb {
					border: 1px solid #D7D7D7;
				}
				
				aside section.tabbertabs .srp-widget-container .srp-widget-singlepost .srp-widget-date {
					color: #AAAAAA;
					font-size: 12px;
					font-style: italic;
				}
/* COMMENTS */

#comments {
	margin-top: 21px;
	padding-top: 22px;
}

	#comments .commentwrap {
		vertical-align: middle;
		position: relative;
	}

	#comments article {
		display: block;
		border: 1px solid #ddd;
		padding: 12px;
		margin-left: 8px;
		margin-bottom: 20px;
		width: 82%;
		min-height: 46px;
		float: right;
		background: #F7F7F7;
	}
	
	#comments .sideborder {
		float: left;
		width: 10px;
		height: 17px;
		position:absolute; 
		top: 40px; 
		left: 79px;
		margin-top: -9px;
		background: #fff;
	}
	
		#comments article .info {
			padding: 0;
			color: #666666;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
			#comments article .info time {
				float: right;
				font-style: italic;
				font-size: 12px;	
				color: #999999;
				font-family: Georgia,serif;	
				font-weight: normal;		
			}
			
		
		#comments article p {
			padding: 0;
		}

	#recaptcha_area {
		float: left;
	}
	
		#recaptcha_area #recaptcha_table {
			width: 630px;
			border: 1px solid #D7D7D7 !important;
		}


/* COMMENT FORM */

section#commentform {
	margin-top: 21px;
	padding-top: 22px;
}

	section#commentform header {
		text-transform: uppercase;
		text-align: left;	
		color: #488793;
		border-top: 1px solid #fbc1c1;
		border-bottom: 1px solid #fbc1c1;
		margin-bottom: 20px;
	}
	
		section#commentform header h3 {
			font-size: 24px;
			padding: 5px;
		}
		
		section#commentform label {
			text-align: left;
			vertical-align: top;
			font-family: "Droid Sans", serif;
		}
		
		section#commentform p.comment-form-comment {
			padding-bottom: 10px;
		}
		
		section#commentform .required {
			float: left;
			color: #f23233;
		}
		
		section#commentform .comment-form-author, section#commentform .comment-form-email {
			float: left;
			margin-right: 20px;
		}
		
		section#commentform .comment-form-url {
			float: left;
			margin-right: 0px;
		}
	
		section#commentform input[type="text"], form input[type="email"], form input[type="url"] {
			display: block;
			width: 190px;
			height: 18px;
			padding: 2px;
			border: 1px solid #d7d7d7;
		}
		
		section#commentform textarea {
			width: 628px;
			height: 150px;
			border: 1px solid #d7d7d7;
			margin-top: 15px;
		}
		
		section#commentform input[type="submit"] {
		    background: -moz-linear-gradient(center top , #FFFFFF 20%, #E5E5E5 100%) repeat scroll 0 0 transparent;
		    border-color: #E4E4E4 #C4C4C4 #C4C4C4 #E4E4E4;
		    border-radius: 2px 2px 2px 2px;
		    border-right: 1px solid #C4C4C4;
		    border-style: solid;
		    border-width: 1px;
		    color: #424242 !important;
		    display: inline-block;
		    font-weight: bold;
		    margin: 5px 0;
		    padding: 7px 10px;
		    text-align: center;
		    text-decoration: none;
		    text-shadow: 0 -1px 0 #FFFFFF;
		}
		
		section#commentform .form-allowed-tags {
			display: none;
		}
		
/* GOOGLE SEARCH */

#cse {
	margin-top: 13px;
}
	
	#cse .gsc-search-box {
		display: none;	
	}
	
		#cse .gsc-control-cse, .gsc-control-cse .gsc-table-result {
			font-family: "Open Sans";
		}
	
		#cse .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title {
			font-family: "Droid Sans", serif;
			text-decoration: none;
			color: #488793;
			height: 20px;
		}
	
			#cse .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title b {
				color: #488793;
			}
		
	#cse .gsc-webResult {
		padding: 12px;
	}
	
		#cse .gsc-webResult:after {
			height: 10px;
		}
	
		#cse .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
		color: #000;
	}
	
	#cse .gs-result .gs-snippet {
		font-family: "Open Sans";
		font-size: 12px;
	}
	
		#cse .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
			display: none;
		}
	
	#cse .gsc-control-cse div {
		padding-left: 0;
		font-size: 12px;
	}
	
	#cse .gs-result .gs-snippet {
		margin-top: 5px;
	}
	
/* FOOTER */

footer {
	width: 100%;
	min-height: 250px;
	background: #222;
	padding-top: 40px;
	border-top: 4px solid #616161;
	clear:both;
	z-index:900;
	font-size: 12px;
	color: #666;
}

	footer a {
		color: #CCC;
		font-weight: bold;
	}
	
	footer #widgetwrap {
		margin: 10px auto;
		width: 922px;
		border-bottom: 1px solid #444;
		display: table;
		background: url('./images/foodielogo.png') center right no-repeat;
	}
	
	footer #foodBlogEthics {
	    background-color: green;
	    border-radius: 5px 5px 5px 5px;
	    font-size: 0.7em;
	    line-height: 1.1em;
	    margin: 0;
	    padding: 2px;
	    text-align: center;
	    width: 120px;
	    color: #D3D3D3;
	}
	
	footer #footbottom {
		width: 922px;
		display: block;
		padding-bottom: 20px;
		vertical-align: middle;
		height: 50px;
	}
	
		footer .footcol {
			display: block;
			float: left;
			width: 200px;
			margin-left: 40px;
		}
		
			footer .footcol:first-child {
				margin-left: 0px;
			}
		
		footer h3 {
			color: #fff;
			text-transform: uppercase;
			font-size: 11px;
			background: url("images/footer-strips.png") repeat scroll 0 0 transparent;
			line-height: 1em;
			margin-bottom: 25px;
			padding: 10px 15px;
		}
		
			footer h3 img {
				vertical-align: middle;
				margin-right: 5px;
			}
		
		footer ul {
			margin: 10px 0;
		}
		
			footer ul li {
				color: #666;
				display: block;
				padding: 10px 5px;
			}
			
				footer ul li:last-child {
					border-bottom: none;
				}
			
				footer ul li img {
					float: left;
					margin-left: 0;
					vertical-align: top;
				}
				
				footer ul li span {
					color: #666;
					display: block;
					line-height: 1;
					padding-top: 4px;
				}

#slides .slidesjs-navigation {
  margin-top:3px;
}

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left;
}

#slides .slidesjs-next {
  margin-right: 5px;
  float: left;
}

.slidesjs-pagination {
  margin: 6px 0 0 !important;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(images/slider_pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

.socialicon {
    display: inline-block;
    width: 30px;
}
#content ul {
display: inline-block;
}

#mobilenav, #mobileNavTrigger { display: none }

h4.srp-post-title { font-weight: normal; }

@media ( max-width: 768px ){

    #dcssb-slick { display: none !important }

	#content article section .wp-caption,
	#content article section img,
	section#commentform textarea,
	#content article .media .caption,
	#content article section p.wp-caption-text,
	#content article section .wp-caption.aligncenter { max-width: 100% !important }

	#mobilenav {
		display: block;
		position: fixed;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 9999999;
		top: 0;
		right: 0;
		overflow: auto;
		-webkit-transform: translateX(250px);
		transform: translateX(250px);
	}
	#mobilenav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#mobilenav .nav-menu a {
		color: #FFF !important;
		display: block;
		padding: 10px;
		border-bottom: 1px solid #444;
		text-transform: capitalize;
		text-decoration: none;
	}
	#mobilenav {
		padding: 20px 20px 40px;
	}

	#mobilenav .sub-menu {
	    background: rgba(121, 121, 121, 0.06);
	    text-indent: 20px;
	}
	#mobilenav .nav-menu a:hover,
	#mobilenav .nav-menu a:active {
		background: #444;
	}
	#mobilenav .logo,
	#mobilenav #logo {
		display: block;
		width: 80px;
		height: 80px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		text-indent: -9999999px;
		background-image: url('images/foodielogo.png');
		margin: 0 auto 20px;
	}

	#mobilenav, #wrapper {
		-webkit-transition: -webkit-transform .3s ease-out;
		-moz-transition: -moz-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
	}

	#mobileNavTrigger { 
		display: block; 
		width: 30px;
		height: 30px;
		background: url('images/menu-trigger.png') center / contain no-repeat;
		margin-top: 0;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -15px;
	}

	header#top {
    	position: relative;
	}

	body.mobilenav #wrapper {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	body.mobilenav #mobilenav {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

}

@media ( max-width: 420px ){

	header#top #logo {
		width: 175px;
		height: 56px;
		background-size: contain;
		position: relative;
		top: 10px
	}
}

nav select { display: none !important }


/* WP Gallery */

.hb-gallery-wrapper {
    margin-right: -10px;
    margin-left: -10px;
}

.hb-gallery-wrapper:before,
.hb-gallery-wrapper:after {
    display: table;
    content: " ";
}

.hb-gallery-wrapper,
.hb-gallery-wrapper:before
.hb-gallery-wrapper:after,
.hb-gallery-wrapper *,
.hb-gallery-wrapper *:before,
.hb-gallery-wrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hb-gallery-wrapper .item {
    position: relative;
    padding: 10px;
}
.hb-gallery-wrapper .item a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hb-gallery-wrapper .capt {
    font-size: 11px;
    font-style: italic;
}

.hb-gallery-wrapper .item a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}
.hb-gallery-wrapper .item a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5%;
    background: #494949;
    color: #fff;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    opacity: 0;
    overflow: auto;
    max-height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item.hb-gallery-1 a:hover span,
.item.hb-gallery-2 a:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.item.hb-gallery-2 {
    width: 50%;
    float: left;
}
.item.hb-gallery-2:nth-child(2n+1) {
    clear: left;
}
.item.hb-gallery-3 {
    width: 33.3333%;
    float: left;
}
.item.hb-gallery-4 {
    width: 25%;
    float: left;
}
.item.hb-gallery-5 {
    width: 20%;
    float: left;
}
.item.hb-gallery-6 {
    width: 16.6667%;
    float: left;
}
.item.hb-gallery-7 {
    width: 14.2857%;
    float: left;
}
.item.hb-gallery-8 {
    width: 12.5%;
    float: left;
}
.item.hb-gallery-9 {
    width: 11.1111%;
    float: left;
}

@media (max-width: 768px){

	.hb-gallery-wrapper .capt {
		display: none;
	}
}