/*   
Theme Name: WhatsInMyBelly.com Blog
Theme URI: http://www.whatsinmybelly.com

Author: MPD
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		font: 13px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }










/* #Site Styles
================================================== */

body {
	min-width:960px;
	background: #daf0fd url(img/bodybg.png) repeat-x top;
	}
.bgclouds {
	background: url(img/bgclouds.png) no-repeat center 130px;
	}
.floatright {
	float:right;
	}
#home-container {
	margin:20px auto 0;
	}


/*
Top Bar
*/
#topbar {
	position: relative;
	z-index: 10;
	min-height:26px;
	padding: 5px 0;
	background: url(img/header-ribbon.png) repeat-x bottom;
	}
.tb-fb-like {
	width:100px;
	float: left;
	padding-top:1px;
	}
.social-btn-rap {
	padding-top:1px;
	}
.social-btn-rap p {
	float: left;
	color: #5c3a12;
	margin: 0;
	margin-right:10px;
	padding: 0;
	font-weight: bold;
	font-size:12px;
	line-height: 21px;
	}
.social-fb, .social-tw, .social-pn {
	float: left;
	margin-right:5px;
	display: block;
	text-indent: -9999em;
	width:21px;
	height: 21px;
	}
.social-fb { background: url(img/social-fb.png) no-repeat 0 0; }
.social-tw { background: url(img/social-tw.png) no-repeat 0 0; }
.social-pn { background: url(img/social-pn.png) no-repeat 0 0; }
.social-fb:hover, .social-tw:hover, .social-pn:hover {
	background-position: 0 -21px;
	}
.btn-fb-login-rap {
	margin-right:12px;
	width:144px;
	height: 24px;
	float: left;
	}
.btn-fb-login-rap a {
	display: block;
	text-indent: -9909em;
	width:144px;
	height: 24px;
	background: url(img/btn-fb-login.png) no-repeat 0 0;
	}
.btn-fb-login-rap a:hover{
	background-position: 0 -24px;
	}
.login-or {
	margin-top:2px;
	display: block;
	float: left;
	margin-right:12px;
	text-indent: -9999em;
	width:17px;
	height: 17px;
	background: url(img/label-or.png) no-repeat 0 0;
	}
.tb-login-links {
	float: left;
	font-size:13px;
	margin-top:2px;
	}
.tb-login-links a {
	text-decoration: none;
	font-weight: bold;
	}
.tb-login-links a:hover {
	color: #995925;
	}



/*
Header
*/
#header {
	z-index: 10;
	padding-top:25px;
	}
.logo-rap {
	padding-top:8px;
	padding-left:20px;
	}
.logo-rap a {
	display: block;
	text-indent: -9999em;
	width:160px;
	height: 29px;
	background: url(img/logo-bellyblog.png) no-repeat 0 0;
	}
.nav-rap {
	float: right;
	padding: 14px 0;
	background: #46b5fe;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
.nav-rap a {
	color: #343C41;
	text-decoration: none;
	}
.nav-rap a:hover {
	color: #272f33;
	text-shadow: 0 1px 1px #DAF0FD;
	}
.nav-rap ul {
	margin:0;
	}
.nav-rap ul li {
	float: left;
	}
.nav-rap .alpha ul {
	font-weight: bold;
	padding-left:20px;
	}
.nav-rap .alpha ul li {
	margin:0 28px 0 0;
	}
.nav-rap .alpha ul li:last-child {
	margin-right:0;
	}
.nav-rap .omega ul {
	float: right;
	padding-right:20px;
	}
.nav-rap .omega ul li {
	margin:0 0 0 35px;
	}
.nav-rap .omega ul li:first-child {
	margin-left:0;
	}


.blog-listing {
	clear: both;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	}
.blog-entry .blog-featured-img {
	float: left;
	margin: 0;
	}
.blog-entry .blog-featured-img a {
	border:1px solid #eee;
	display: block;
	margin:0 20px 0 0;
	}
.blog-entry .blog-featured-img a:hover {
	border:1px solid #E8F6F8;
	}
h2.blog-title {
	font-size:18px;
	}
h2.blog-title a {
	
	}
h2.blog-title a:hover {
	color: #3BB3F2;
	}
.blog-meta p {
	margin: 0;
}
.blog-meta {
	margin-bottom:10px;
	}
.blog-meta,.blog-meta a {
	font-size:11px;
	color: #999;
	text-decoration: none;
	}
.blog-meta a:hover {
	color: #3BB3F2;
	}
.blog-excerpt {
	font-size:13px;
	line-height: 16px;
	}
.blog-excerpt p {
	margin: 0;
	}
.blog-excerpt a {
	color: #3BB3F2;
	text-decoration: none;
	}
.blog-excerpt a:hover {
	text-decoration: underline;
	}

/*
Home Blog
*/
#home-blog {
	clear: both;
	margin-bottom:20px;
	padding: 35px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	}
#home-blog h1,
#recent-tweets h2 {
	font-size:16px;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-weight: bold;
	border-bottom:1px solid #e9e68a;
	}
#home-blog .col1 h1 {
	color: #b663b9;
	}
#home-blog .col2 h1,
#recent-tweets h2 a{
	color: #0a689a;
	}
#recent-tweets h2 {
	padding-left:25px;
	background: url(img/h1-twitter.png) no-repeat 0 0px;
	}
#home-blog .col2 h1 span {
	color: #0d97e1;
	}
#home-blog .col1 {
	width:550px;
	float: left;
	}
#home-blog .col2 {
	color: #0a689a;
	width:300px;
	float: right;
	}
#home-blog .col1 .col1 {
	width:270px;
	float: left;
	}
#home-blog .col1 .col1 img {
	display: block;
	margin:0 0 10px;
	}	
#home-blog .col1 .col1 .blog-date {
	font-size:11px;
	color: #aaa;
	margin: 0 0 10px;
	}
#home-blog .col1 .col1 .blog-excerpt {
	font-size:12px;
	line-height: 18px;
	}
#home-blog .col1 .col1 h2 {
	font-size:17px;
	line-height: 20px;
	margin: 0 0 4px;
	}
#home-blog .col1 .col1 a img {
	border:2px solid #90cff4;
	}
#home-blog .col1 .col2 a {
	color: #222;
	}
#home-blog .col1 .col2 .list-item {
	border-bottom:1px solid #e9e68a;
	padding: 10px 0;
	width:100%;
	overflow: hidden;
	}
#home-blog .col1 .col2 .list-item p {
	color: #333;
	margin: 0 0 1px;
	font-size:14px;
	line-height: 16px;
	}
#home-blog .col1 .col2 .list-item .date-grey {
	color: #aaa;
	margin: 0 0 4px;
	font-size:11px;
	}
#home-blog .tweet,
#subpage .tweet,
#twitter_update_list li {
	margin:0 0 15px;
	padding: 0 0 25px;
	border-bottom:1px solid #e9e68a;
	}
#home-blog .tweet p,
#subpage .tweet p,
#twitter_update_list span {
	color: #222;
	font-size:13px;
	line-height: 17px;
	margin: 0;
	}
#home-blog .tweet .tweet-time,
#subpage .tweet .tweet-time,
.sb-tweets .tweet .tweet-time {
	font-size:11px;
	color: #999;
	}



/*
728x90px Ad
*/
#ad-home-bottom {
	padding: 10px;
	width:728px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	}

/*
970x90px Ad
*/
#ad-blog-top {
	padding: 10px;
	width:728px;
	height: 90px;
	overflow: hidden;
	margin: 20px auto 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	}

/*
Subpage
*/

#subpage {
	margin:20px 0;
	padding: 35px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	}
#subpage h1.pagetitle a,
#subpage h1.pagetitle {
	font-size:30px;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0;
	color: #b663b9;
	font-weight: bold;
	}
#subpage h2 {
	color: #0a689a;
	font-size:16px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
#subpage .content {
	width:565px;
	float: left;
	overflow: hidden;
	}
#subpage .content img {
	max-width: 550px;
	}
#subpage .meta {
	margin-bottom:1em;
	font-size:12px;
	color: #777;
	}
#subpage .meta a {
	text-decoration: none;
	color: #777;
	}
#subpage .meta a:hover {
	color: #3BB3F2;
	}
#subpage .meta em {
	margin-left:10px;
	}
#subpage .meta .comments-link {
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #777;
	}
#subpage .content a {
	color: #3BB3F2;
	text-decoration: none;
	}
#subpage .content a:hover {
	text-decoration: underline;
	}


/*
Sidebar
*/
.sidebar {
	width:300px;
	float: right;
	}
.sb-ad-300 {
	margin-bottom:40px;
	}
.sb-ad-135 {
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
	}
/*.sb-ad-135 a {
	display: block;
	float: left;
	width:135px;
	height: 135px;
	margin: 0 30px 30px 0;
	}*/
.sb-ad-135 td {
	padding: 5px;
	}
.sb-ad-135 a img {
	display: block;
	margin: 0;
	}
.sb-ad-300 h2,
.sb-ad-135 h2 {
	color: #f4bd15;
	font-size: 16px;
	}







/*
Style of the foot
*/
.footer-clouds {
	background: url(img/footer-clouds.png) no-repeat bottom center;
	}
.legal {
	position: absolute;
	bottom:5px;
	right:5px;
	margin: 0;
	font-size:12px;
	color: #999;
	}
.legal a {
	color: #999;
	}
.legal a:hover {
	color: #555;
	}
#footer {
	position: relative;
	width:920px;
	margin: 0 auto;
	padding: 20px 20px 140px;
	background: #3bb3f2 url(img/footer-clouds.png) no-repeat bottom center;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	}
.fnav {
	font-size:12px;
	}
.fnav ul {
	margin: 0;
	list-style-type: disc;
	}
.fnav li {
	float: left;
	padding:0 18px 0 0;
	margin:0 8px 0 0;
	}
.fnav li:first-child {
	list-style: none;
	}
.fnav a {
	text-decoration: none;
	}




.wp-pagenavi {
	text-align: right;
	font-size:13px;
	}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding:2px 3px;
	text-decoration: none;
	}
.wp-pagenavi a:hover {
	color: #3BB3F2;
	}
.wp-pagenavi .current {
	color: #3BB3F2;
	font-weight: bold;
	}
.wp-pagenavi .pages {
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #eee;
	}
.wp-pagenavi .first {
	margin-right:5px;
	}
.wp-pagenavi .last {
	margin-left:5px;
	}




.wp-caption img {
	border: 0;
	}
.wp-caption {
	border: 1px solid #eaf5f6;
	text-align: center;
	background-color: #f3f8f9;
	padding-top: 4px;
	margin: 0 0 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 5px;
	margin: 0;
	}
img.size-large {
	float: none;
	margin:0 
	}
img.size-full {
	float: none;
	}
img.alignnone {
	margin: 20px;
	}
.alignright {
	float: right;
	margin: 0 0 0px 20px;
	}
.alignleft {
	float: left;
	margin:0 20px 0px 0;
	}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
	}

#subpage-comments {
	border-top:1px solid #eee;
	padding-top:30px;
	margin-top:30px;
	}
#comments-rap {
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	}
h2#comments {
	margin-bottom:30px;
	}
#respond textarea {
	padding: 5px;
	width:550px;
	}
ol.commentlist {
	margin-bottom:30px;	
	}
ol.commentlist li {
	margin-bottom:30px;	
	}
ol.commentlist ul.children {
	margin-top:30px;
	}
.comment-body p {
	margin-bottom:0;
	}
.comment-author {
	padding-bottom:5px;
	color: #B663B9;
	font-weight: bold;
	}
#subpage .comment-meta a {
	color: #999;
	font-size:11px;
	}


























