/*
Theme Name: Motolady
Theme URI: http://www.healthfusion.com
Description: Based on the Default WordPress Theme
Version: 1.0
Author: Sanna B. Coates
Author URI: http://www.healthfusion.com
Tags: two-columns, fixed-width

*/

/** BROWSER RESET -------------------------- **/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
q:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	border-left: 10px solid #595959;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, address { 
	display: block; 
	margin: 0;
	padding: 0;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 0.8ex;
	font-size: 0.6em;
	}

/** END RESET **/


/** General Styles -------------------------- **/

body {
	margin: 0;
	color: #535353;
	background: #f0f0f0;
	font-family: Georgia, Cambria, Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 1170px;
	}
	
#container {
	margin: 0 auto;
	width: 1170px;
	background: #f0f0f0;
	}	
	
p, ul {
	margin-bottom: 1em;
	}

blockquote {
    margin: 0 0 1em 25px;
    font-size: 14px;
    font-style: italic;
    border-left: 10px solid #cccccc;
    padding: 20px 20px 5px 20px;
    background-color: #f9f9f9;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p:first-child {
  	display: inline;
	margin-bottom: 1em;
}
	
#main, #nav_wrapper {
	width: 845px;
	float: left;
	}
	
#main {
	clear: left;
	}	

#main_full, .widecolumn {
	width: 1100px;	
	padding: 0 35px;
}	

/*
#main .item {
	float: left;
	background: #fff url(images/postbottom.png) no-repeat bottom center;
	margin: 0 20px 20px 0;
	padding: 20px 20px 5px 20px;
	width: 355px;
	}
*/	
	
#main .item img, .blogentry img {
	max-width: 100%;
	height: auto;
	}
	
#main .itemFull {
	background: #fff;
	padding: 20px 20px 20px 20px;
	margin: 0 0 20px 0px;
	}		

.pageentry {
	min-height: 300px;
	}
	
#masonry-loop {
	
    width: 845px;
	
	}	
	
#masonry-loop .item {
	display: inline-block;
    margin-bottom: 20px;	
    width: 400px;
	background: #fff url(images/postbottom.png) no-repeat bottom center;
	}	
	
#masonry-loop .masonry-details {
	padding: 20px 20px 5px 20px;
	}	
	
	
.item a.thumblink {
	margin: 0 0 20px 0;
	padding: 0;
	text-decoration: none!important;
	display: block;
	}

	
.item a.thumblink img {
	width: 100%;
	height: auto;
	border: 0;
	}	

/** End General Styles **/


/** Misc Styles -------------------------- **/

.shareThis {
	padding-top: 0px;
	text-align: right;
	width: 45%;
	margin: 0;
	float: right;
	}
	
.postedin {
	width: 45%;
	float: left;
	font-size: 11px;
	color: #a3a4aa;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	}	
	
.postedin a {
	color: #666;
	}	

.clear {
	clear: both;
	}
	
.space {
	padding-bottom: 25px;
	}	
	
.nomargin {
	margin: 0!important;
	}	
	
.noborder {
	border: 0!important;
	}	

.alignleft {
	text-align: left;
	}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.aligncenter {
	display: block;
	margin: 0 auto;
	}
	
figure.imgright {
	float: right;
	display: table;
	width: 1px;
	margin: 0 0 15px 15px;
	}	

figure figcaption {
	text-align: center;
	font-size: 13px;
	line-height: 1.2em;
	}	

small {
	font-size: 12px;
	}

.hide {
	display: none!important;
	}
	
.halfleft {
	width: 48%;
	float: left;
	}

.halfright {
	width: 48%;
	float: right;
	}	
	
.gray {
	color: #57585b;
	}	
	
.blue {
	color: #477ebb;
	}	
	
.underline {
	border-bottom: 1px #d1d8d8 solid;
	margin: