/*
Theme Name: FYILiving-2011 based on ImmersionMedia Minimal 4
Theme URI: http://immersionmedia.com
Author: Tracy Mikulec
Author URI: http://immersionmedia.com
Description: A semantic, HTML5, canvas with a ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PRINT STYLESHEET
*/

/* General styling */
/*-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	color: black;
	font-size: 12pt;
}
p, ul, ol, cite {
	color: black;
}
a:link, a:visited {
	color:black;
	font-weight: bold;
	text-decoration:underline;
}

article {

}
header {

}
nav {
	display: none;
}

/* General Classes */
.outline {
	color: black;
}
.outline p {
	font-size: 12pt;
}

/* Alignment */

/* =Images
-------------------------------------------------------------- */

/* =Forms
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

/* =Structure*/
#page {
	margin: 0;
	width: 100%;
}
#wrapper {
	width: 100%;
	float: left;
	height: 100%;
}
#primary {
	float: none;
	margin: 0;
	width: 100%;
	padding: 0;
	border-right: none;
}
#content {
	margin-right: 0;
	margin-left: 0;
}

/* =Header
-------------------------------------------------------------- */
#print-header {
	display: block;
}
#print-logo {
	display: block;
	float: left;
}
#print-title {
	float: left;
	margin-left: 20px;
	width: 500px;
}
#print-title h1 {
	font-weight:bold;
	font-size: 20pt;
}
#print-title p {
	font-size: 11pt;
	color: #999999;
}
#print-tagline h2 {
	font-weight:bold;
	font-size: 9pt;
	text-transform: uppercase;
	line-height: 13px;
	margin: 0;
	display: block;
	clear: both;
	width: 110px;
	text-align: center;
	clear: both;
}
#branding, header#branding {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

/* Sidebar-left */
#sidebar-left {
	display: none;
}

/* Sidebar-right */
#sidebar-right {
	display: none;
}

/* =Content
-------------------------------------------------------------- */
#content nav, #nav-below, .page-link {
	display: none;
}

/* HOMEPAGE */
#bodyhealth, #diet, #mind {
	background: none;
}
#bodyhealth h2, #diet h2, #mind h2 {
	background: none;
}

/* Category Pages */
body.category #content {
	margin-top: 20px;
}
body.category .readmore a {
	font-weight: bold;
}

#nav-below, #nav-above {
	display: none;
}

/* Single page */
body.single #primary {
	width: 100%;
}
#breadcrumbs {
	display: none;
}
.tabsrow, .share, .floatright, .socialmedia {
	display: none;
}
.author-avatar {
	display: none;
}
body.single .entry-meta a.readmore, #comment-line, .edit-link {
	display: none;
}
body.single h1 {
	font-size:14pt;
}


#post-left-elements {
}
.tweet-tip, .attached-labreport, .attached-article, #allreports-link {
	display: none;
}
p.you-may-like {
	display: none;
}
#bottom-share, #post-ad {
	display: none;
}
/* Related posts */
#more-fyiliving, #most-recent-in-category {
	display: none;
}

#livefyre {
	display: none;
}
/* Lab Report Pages */
body.page-template-page-labreports-php .cat-page-header {
	margin-top: 0;
	margin-bottom: 20px;
}

/* 404 page */

/* Notices */

/* Image Attachments */


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

article.comment {
	display: block;
}
#respond input[type=text], #respond textarea, #respond .form-allowed-tags, #respond .form-allowed-tags code {
	display: none;
	width: 60%;
}


/* =Footer
-------------------------------------------------------------- */
#footer, #footer-content{
	display: none;
}