/*
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: 25px 0;
	}	
	
.postmetadata {
	font-size: 11px;
	color: #a3a4aa;
	line-height: 1.3em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	}
	
.postmetadata a {
	color: #acabab!important;
	border: none!important;
	}
	
.postmetadata a:hover {
	border: none!important;
	color: #888787!important;
	}		
	
.sticky {
	margin: 0 0 30px 0;
	background: #f0f0f0;
	font-size: 14px;
	padding: 15px 15px 5px 15px;
	}	
	
.sticky p {
	margin: 0;
	}	
	
.sticky h2 {
	font-size: 16px!important;
	font-weight: normal;
	margin: 5px 0 5px 0;
	}
	
.sidebarwidget {
	margin: 0 0 25px 0;
	}		
	
.noposts {
	width: 230px;
	margin: 0 auto;
	}
		
	
/** End Misc **/


/** Header -------------------------- **/

header {
	background: url(images/ml-header.jpg) no-repeat bottom center;
	height: 142px;
	width: 1170px;
	border-bottom: 8px #fff solid;
	position: relative;
	margin: 0 auto;
	}
		
.logo a {
	display: block;
	background: url(images/sprite.png) no-repeat 0 0;
	width: 399px;
	height: 122px;
	position: absolute;
	top: 7px;
	left: 10px;
	}			

/** End Header**/


/** Main Navigation -------------------------- **/

nav#mainNav {
	margin: 10px 0 10px 0;
	}

nav#mainNav ul, nav#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	}

nav#mainNav ul {
	width: 540px;
	float: left;
	padding: 5px 0 10px 0;
	}

nav#mainNav ul li, nav#subnav ul li {
	display: inline;
	padding: 0 20px;
	}
	
nav#subnav ul li  {
	padding: 0 40px 0 0;
	}	

nav#mainNav ul li a, nav#subnav ul li a {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 17px;
	}
	
nav#mainNav ul li a {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'pt_sans_narrowregular', Arial, sans-serif;
	text-shadow: 1px 1px 3px #7D7D7D;
	}
	
nav#mainNav ul li a:hover, nav#subnav ul li a:hover {
	text-decoration: none;
	color: #2e4a72;
	}
	
	
nav#subnav {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 20px;
	clear: both;
	}	

nav#subnav ul {
	width: 470px;
	float: left;
	padding: 5px 0 0 0;
	text-transform: lowercase;
	}	

/** End Main Navigation **/



/** Social Media -------------------------- **/

.socialmedia {
	width: 254px;
	float: right;
	height: 35px;
	background: url(images/sprite.png) no-repeat 0 -135px;
	}

.socialmedia ul li {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	}

.socialmedia ul li a {
	display: block;
	float: left;
	width: 29px;
	height: 25px;
	margin: 0 8px 0 0;
}

/** End Social Media **/


/** Links -------------------------- **/

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

a:hover {
	text-decoration: underline;
	}
	
#main p a {
	color: #7e9151;
	text-decoration: underline;
	}	

#main p a:hover {
	text-decoration: none;
	}	
	
#main .item a {
	color: #000;
	border-bottom: 1px #ccccce solid;
	text-decoration: none;
	}	
	
#main .item a:hover {
	border-bottom: 1px #535353 solid;
	text-decoration: none;
	}	
	
.item h2 a, .item a h2 {
	border: none!important;
	}	


/** End Links **/


/** Headings -------------------------- **/

h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 30px;
	margin: 0 0 15px 0;
	line-height: 1.1em;
	font-weight: normal;
	}

h2 {
	font-size: 24px;
	}
	
h2.pagetitle {
	margin-left: 20px;
	}	
	
#sidebar h2 {
	font-size: 18px;
	}	
	
.narrowcolumn h2 {
	font-size: 22px;
	}	

h3 {
	font-size: 20px;
	}

h4 {
	font-size: 18px;
	}

h5 {
	font-size: 16px;
	}
	
h6 {
	font-size: 13px;
	display: block;
	background: #e4e2e2;
	font-style: italic;
	padding: 8px;
	text-align: right;
	}		


/** EndHeadings **/

/** Lists -------------------------- **/

ul, ol {
	margin: 0 0 1em 25px;
	line-height: 1.5em;
	}

ul li {
	list-style: disc;
	}

ol li {
	list-style: decimal;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin: 0;
	list-style: none;
	list-style-image: none; /** IE7 fix **/
	}

#sidebar ul li ul {
margin: 0;	
}

#sidebar ul li ul li {
list-style-image: disc;
margin: 0 0 0 20px;
padding-bottom: 8px;
}

	
/** End Lists **/



/** Footer -------------------------- **/


footer#footer {
	border-top: 5px #fff solid;
	padding: 15px 0 30px 0;
	color: #ccccd5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

footer#footer a {
	color: #999999;
	}


/** End Footer **/



/** Sidebars -------------------------- **/

aside#sidebar {
	width: 300px;
	float: right;
	padding-top: 20px;
	}
	

/** End Sidebar **/

/** Ads  -------------------------- **/

.bigad {
	margin-bottom: 15px;
	}

.smalladleft {
	width: 125px;
	float: left;
	margin: 0 0 15px 10px;
	}

.smalladright {
	width: 125px;
	float: right;
	margin: 0 10px 15px 0;
	}
	
.smalladleft img, .smalladright img {
	max-width: 125px;
	height: auto;
	}	
	
.bigadimg {
	max-width: 300px;
	height: auto;
	}

/** End Ads **/

/** Images -------------------------- **/
p img, img.size-full {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

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;
	}
	
.imgborder {
padding: 3px;
border: 1px #ccc solid;
}

.gallery-item img {
	border: 0!important;
	}

/* End Images */



/* Begin Form Elements */

.search {
	border: 1px #dfdfdf solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 200px;
	float: right;
	background: #fff;
	padding: 2px 0;	
	}

.search .searchfield {
	border: 0;
	color: #666;
	font-size: 11px;
	width: 165px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	}

.search .searchsubmit {
	background: url(images/sprite.png) no-repeat -272px -136px;
	width: 20px;
	height: 22px;
	border: 0;
	cursor: pointer;
	float: right;
	}

.clearleft {
	clear: left;
}

#sidebar #searchform {
	padding: 0;
	margin: 0;
	height: 50px;
}

#sidebar #searchsubmit, #searchsubmit {
	
	}	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	float: none;
	}
#commentform #submit {
	float: none!important;
	clear: both!important;
	}
	
#respond {
	min-height: 300px;
	}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}


.wpcf7-form {
	text-align: left!important;
	width: 80%;
	}

.wpcf7-text, .wpcf7-textarea {
		margin: 0 0 20px 0;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		border: 0;
		padding: 3px 10px;
		color: #666;
		border: 1px #ccc solid;
		}
		
.wpcf7-text, .wpcf7-textarea {
		font-size: 1.0em;
		margin: 0 0 10px 0;
		}	
		
.wpcf7-textarea {
		height: 60px;
		}			
		
.wpcf7-submit {
		background: #7e9151;
		color: #fff;
		font-weight: bold;
		border: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		padding: 5px 10px;
		font-size: 17px;
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
		}	
		
.wpcf7-submit:hover {
		background: #9cb74f;
		}	

	
.applyForm .textfield input, #sidebar #s, #mainColumn #s {
	border: 1px #ccc solid;
	clear: both;
	margin: 0 0 5px 0;
	}
	
span.required {
	color: #80231a;
	}	
	
.wpcf7-validation-errors, .wpcf7-not-valid-tip {
	color: red;
	clear: both;
	}	
	
.wpcf7-mail-sent-ok {
	color: green;
	font-size: 1.2em;
	margin: 10px 0;
	}	
	
.screen-reader-response, .screen-reader-text {
	display: none;
	}	

/* End Form Elements */



/** Comments -------------------------- **/


.comments {
	background: url(images/sprite.png) no-repeat -304px -136px;
	padding-left: 17px; 
}

.commentlist, .commentlist li ul li {
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #ccc dotted;
}

.commentlist li ul, .commentlist li ul li {
	border-bottom: none;
	}
	
.commentlist li ul {
	padding-top: 20px;
	}	

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 15px 5px 0;
	}

.commentlist cite, .commentlist cite a, #respond cite {
	font-style: normal;
	font-weight: normal;
	font-family: 'droid_sansbold', 'Droid Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	}

.commentlist, .commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	font-size: 15px;
	font-family: 'droid_sansregular', 'Droid Sans', Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}



/** End Comments **/



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	border-left: 10px solid #595959;
	
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.bigger {
	font-size: 16px;
	line-height: 1.3em;
	}	

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.thumbnail-wrapper img {
	text-align: center;
	margin: 0 auto 20px auto!important;
	display: block;
	clear: both;
	height: auto!important;
	}
	
#huge_it_slideshow_left_1, #huge_it_slideshow_right_1 {
	display: none!important;
	}
	
.postnav {
	text-align: center;
	color: #ccc;
	border-bottom: 1px #f1f1f1 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	}	

.postnav a {
	color: #ccc;
	}	

.postnav a:hover {
	text-decoration: none;
	}	
	
.rssfeed {
	padding: 10px 0 20px 0;
	}	
	
.rssfeed ul {
	margin: 0;
	padding: 0;
	}	
	
.rssfeed ul li {
	display: block;
	width: 247px;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	line-height: 1.2em;
	}	
	
.rssfeed h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #000;
	padding: 0;
	}	
	
/** AUTHORS **/	
	
.authorinfo {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	}

.authorinfo img {
	float: left; 
	margin: 0 10px 10px 0;
	width: 120px;
	height: 120px;
	}	
	

/** SHOPP **/	

.shopcategories {
	clear: both;
	padding-left: 15px;
	background: #fff;
	}

.shopcategories a img {
	float: left;
	margin: 10px 10px 20px 10px;
	}

.shopcatalogs .view.controls, .shopcatalogs ul.breadcrumb, #shopp .featuredProducts ul.breadcrumb, 
#shopp .featuredProducts .view.controls, #mainShopp ul.breadcrumb {
	display: none!important;
	}	
	
.entry .brandLogo {
	display: none;
	}	
	
#shopp .brandLogo {
	display: block;
	max-width: 187px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
	}
	
#shopp .brandLogo.logoWide {
	max-height: 187px;
	width: auto;
	}		
	
#shopp .featuredProducts {
	background: #f0f0f0;
	padding: 10px 5px;
	margin: 0 0 30px 0;
	}	
	
#shopp .slider {
	margin: 0 0 30px 0;
	}	
	
#shopp .mainCatalog {
	border-top: 1px #ccc solid;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	}	
	
#sidebar .shoppSidebar h2 {
	font-size: 24px!important;
	}	
	
.shoppSidebar p a {
	display: block;
	background: #fff;
	padding: 5px;
	margin: 0 0 5px 0;
	}	

.shoppSidebar p a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	}	