/* ===== Primary Styles ========================================================
   Author: Philip Jacob
   ========================================================================== */

/*
Bootstrap nav overrides 
*/
div.navbar-inner {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px rgba(125, 125, 125, 0.2);
}

#sidebar-ad {
	margin-left: 7px;
}

#searchform {
	margin-top: 30px;
	width: 100%;
}

header.page-header {
	border-bottom: 0px;
	padding-bottom: 0px;
}

/* Homepage and category pages. */

#sidebar .logo {
	max-width: 182px;
	width: 100%;
}

a {
	color: rgb(109, 195, 185);
}

.tile {
	width: 180px;
  	margin: 5px;
  	float: left;
  	font-family: "OswaldLight", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  	font-size: 0.8em;
  	background-color: white;
  	border: 0;
  	color: #505050;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
  	text-transform: lowercase;
}

.tile a {
	color: #505050;
}

.tile img {
	width: 100%;
	margin: 0 0 4px 0;
}

.tile:hover {
	background-color: #dae24f;
}

.tile:hover * {
	color: white;
	text-decoration: none;
}

.adtile {
	width: 203px;	
	padding: 5px 5px 5px 10px;
}

.bigpic {
	width: 410px;
}

.tile h4, .tile h4 a, .catpic h4, .catpic h4 a {
	color: #a29072;
	margin-bottom: 5px;
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 0.98em;
}

.bigpic h4 {
	font-size: 1.4em;
	letter-spacing: 0.2em;
}

.postdata {
	width: 100%;
	color: #505050;
	margin-bottom: 7px;
}

.hcommentcount {
	float: right;
}

h2.archive {
	margin: 10px 0 10px 0;
}

.catpic {
	width: 180px;
	margin: 5px;
	float: left;
}

/* Pager */
.pagination ul {
	background-color: white;
}

.pagination {
	margin-left: 4px;
}

/* Top of post */
#content h1.entry-title {
	margin-bottom: 10px;
}

h1.page-title, h1.entry-title {
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	color: rgb(162, 144, 113);
}

h1.entry-title a {
	color: rgb(162, 144, 113);
}

h1.page-title, .page h1 {
	margin-left: 1em;
}

h2 {
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #a29072;
	margin-top: 8px;
}

/* Post (and some page) */

h3#reply-title {
	border-top: 1px solid #ccc;
	padding: 1em 0 0.8em 0;
	font-family: 'Hammersmith One', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #a29072;
}

.entry-content, .entry-content p, #primary #content, #primary #content p {
	font-family: 'PT Serif', Georgia, serif;
	font-size: 16px;
	line-height: 1.8;
}

.singlepost {
	width: 604px;
	border-right: 1px dotted #eee;
	border-left: 1px dotted #eee;
	padding: 2em;
	background-color: #fff;
}

.singlepost .photolabel {
	text-align: center;
	color: #444;
	padding: 0 0 10px 0;
	color: brown;
}

div.page {
	background-color: white;
}

div.entry-content img {
	margin: 2em auto 1em auto;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ddd;
	display: block;
}

.page div.entry-content img {
	margin: 0;
}

.bkrecette {
	padding: 80px 30px 30px 30px;
	font-size: 0.9em;
	color: #a29072;
	margin: 1em 0 1em 10px;
	width: 524px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	border: 2px solid #a29072;
	box-shadow: 0 0 0 3px #e6f4f2, 0 0 0 5px #c4c2b2, 0 0 0 10px #e6f4f2;
	background: #e6f4f2 url("../img/tomo/bkrecette-header.gif") no-repeat center top;
}

x.bkrecette:nth-of-type(n+1) {
	box-shadow: 0 0 0 3px #f0edf1, 0 0 0 5px #c4c2b2, 0 0 0 10px #f0edf1;
	background: #f0edf1 url("../img/tomo/bkrecette-header-fr.gif") no-repeat center top;
}

.bkrecette ul {
	border-bottom: 2px dotted #a29072;
	padding: 0 0 1em 0;
}

.bkrecette ul:last-child {
	border-bottom: none;
}

.bkrecette li {
	padding: 0.4em 0.4em 0.4em 0;
}

.recipeTitle {
	text-align: center;
	color: #a29072;
	font-family: Helvetica, Arial, sans-serif;
	background: url("../img/tomo/coinbird.gif") no-repeat left top;
	display: inline;
	padding-left: 45px;
	margin-left: 230px;
}

.bkrecette .recipeTitle {
	display: block;
	background: none;
	font-style: italic;
	text-align: center;
	font-size: 1.4em;
	line-height: normal;
	color: #7a6035;
	margin: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 2px dotted #a29072;
	padding: 0 0 1em 0;
}

.singlepost .entry-meta {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	font-family: 'OswaldLight', sans-serif;
	letter-spacing: 1px;
	display: inline-block
}

.singlepost footer.entry-meta {
	width: 100%;
	padding-bottom: 20px;
}

/* Comments */

.comments-link {
	font-family: 'OswaldLight', sans-serif;
	letter-spacing: 1px;
	margin-top: 4px;
}

ol.commentlist {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
	color: rgb(80, 80, 80);
}

ol.commentlist li {
	border-bottom: 1px solid #aaa;
	clear: both;
	list-style-type: none;
	padding: 1.5em 0 1.5em 0;
}

ol.commentlist li:last-child {
	border-bottom: 0px
}

ol.commentlist .pingback {
	font-style: italic;
}

ol.commentlist .comment-meta {
	width: 120px;
	xfont-size: 10px;
	float: left;
	overflow:hidden;
}

ol.commentlist .comment-meta img {
	margin: 0 0 5px 0;
	width: 34px;
	height: 34px;
	display: block;
}

ol.commentlist li .comment-content {
	width: 430px;
	float: left;
	margin-left: 1em;
}

ol.commentlist p {
	line-height: 1.6;
}

ol.commentlist .commentbox {
}

.vcard .fn, .vcard .fn a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ol.commentlist .reply {
	clear: both;
}

/* Sociable */
.sociable ul {
	list-style-type: none;
}

.sociable ul li {
	display: inline;
}

.sociable img, #content .sociable img {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* Footer */

#bottom {
	padding: 2em 2em 2em 180px;
}

#bottom p {
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
}

.leftnav, .leftnav a {
	font-family: 'OswaldLight', sans-serif;
	text-transform: uppercase;
	color: #505050;
	font-size: 1.0em;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

.leftnav a:hover {
	color: red;
}

.navbar {
	font-family: 'OswaldLight', sans-serif;
	width: 100%;
	margin-left: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#accolades #bio {
	width: 400px;
	float: left;
}

#accolades img {
	margin: 0 0 0 2em;
}

#accolades {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 25px 0 25px 0;
	margin: 25px 0 25px 0;
	color: #505050;
	width: 935px;
}

@media screen and (max-width: 1200px) {
	#accolades {
		width: 100%;
	}

	#accolades img {
		margin: 0;
	}

	#accolades #bio {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#accolades img {
		width: 100%;
	}
}

/* Sharing */
#sharelinks {
	margin: 1em 0 0 0;
}

.twitter-share-button {
	float: left;
}

.pinterest {
	float: left;
}

.fb-like {
	float: right;
}


div.entry-content .workshops img {
  margin-right: 10px;
}

div.entry-content .wktitle {
	font-size: 16px;
}

div.entry-content .wkregister {
  font-weight: bold;
}
