/**
 * Theme: Wellness Theme for WordPress *
	* @copyright for wellness      Copyright 2010, Lotus Seeds Design  *
 * @link            http://www.lotusseedsdeisgn.com * 
 
 * @demo         http://demo.lotusseedsdesign.com/?___store=yoga * 
 * @license    	Single Domain License
 * @revision        $Revision: 2 $
 * @lastmodified     1.1  $Date: Jan 21st, 2010 $


The CSS and XHTML are released under GPL:
http://www.opensource.org/licenses/gpl-license.php

@import url(css3support.css);

/* ======================================
[common and reset elements]
======================= */
*{margin: 0;padding: 0;}
a {color: #252525;text-decoration: underline;}
body,  #hdr {background-image: none;background-color: #fff;}
/* ======================================
[site structure]
======================= */
#blog_content {width:90%;float:none}
h1 {margin-bottom: 10px;border-bottom: 1px solid #ddd;}

#blog_content h2
#blog_content h3,
#blog_content h4,
#blog_content h5,
#blog_content h6,
#blog_content dt {font-weight: normal;font-size: 16px;margin-top: 15px;padding-bottom: 15px;padding-top: 0;font-family: Georgia, "Times New Roman", Times, serif;color: #000;}
	
/* ======================================
[Blog home items]
======================= */	
#blog_content, 

.box-full {display: block;
width: 100%;}
.blog-article {width: 100%;float: none; height: auto}

#blog_content p {padding: 5px 0;font-size: 14px;color: #000;}




#breadcrumbs {margin:0;}


/*floated box*/
	.box {float: none;display: block;}




/*hide following content*/
#mini-search,
#breadcrumbs,
.wp-pagenavi,
#commentform,
#blog_sidebar,
 p.continued-reading, 
 #quick-access,
 .nocomments,
 #mini-newsletter,
 #blog_content img,
 #footer,
#leave-comment,
 .tags   {display: none;}


