/*  
Theme Name: News
Theme URI: http://calorielab.com/news
Description: A theme to conform WordPress to the design of CalorieLab Calorie Counter News, starting from the WordPress default Kubrick
Version: 1.0
Author: CalorieLab
Author URI: http://calorielab.com/news
*/

/* calorielab.com/news
   See also ./style-fontsize.css
   Other pages in site controlled by display.css
   in the Cake webroot/css directory */

/* @group Universal */

* {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", "Trebuchet", "trebuchet", sans-serif;
	color: #333;
	text-align: left;
	background-color: #dddddd;
}

#page {
	text-align: left;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-right: 0;
	padding-left: 0;
}

#header {
	}

#ad_top {
	background-color: silver;
	float: left;
}

#ad_top a img {
	float: left;
} 

#content {
	font-size: 95%;
	}

.narrowcolumn, .narrowcolumn h2 {
	color: #191919;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	font-size: 90%;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left !important;
}

#footer {
	text-transform: uppercase;
	text-align: left;
	color: #84de84;
	font-size: 80%;
	border-width: 2px;
	border-style: solid;
	border-top-color: #2da30e;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 150%;
	}

h2.pagetitle {
	color: #497149;
	font-size: 130%;
}

/* My Comment */

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.05em;
}

h1, h1 a {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #191919;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #336633;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* @end */

/* @group Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	}

#header { 
	padding: 6px 0 3px 3px;
}

.narrowcolumn {
	float: left;
	width: 468px;
	padding: 0 8px 1em 8px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin-bottom: 4px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

html body div#page div#footer {
	margin: 0;
	padding: 4px 12px;
	clear: both;
	color: #336633;
	text-align: left;
	font-size: 80%;
	text-transform: uppercase;
	border-top: 2px solid #2da30e;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

html body div#page div#footer p {
	margin: 0;
	padding: 0;
}

html body div#page div#footer p a {
	text-decoration: none;
}

/* @end */

/* @group Nav Bar */
#nav_bar {
	font-size: 80%;
	line-height: 120%;
	background-color: #2da30e;
	color: white;
	text-align: left;
	padding: 4px 0;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#nav_bar ul {
	margin: 0;
	padding-left: 229px;
}

#nav_bar ul li {
	display: inline;
	padding-top: 4px;
	padding-bottom: 5px;
	border-right: 1px solid white;
	padding-right: 5px;
}

#nav_bar ul li {
	color: white;
}

#nav_bar ul li.first {
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding-left: 3px;
}

#nav_bar ul li.current a {
	color: #a7e598;
	text-decoration: none;
}

#nav_bar ul li a {
	display: inline;
	color: white;
	text-decoration: underline;
	padding: 6px;
}

/* @end */

/* @group Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 2em 0 1em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 18px 0 4px;
	text-align: left;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* @end */

/* @group Images */

div.wp-caption img {
	border: 1px solid black;
}

div.wp-caption p.wp-caption-text {
	text-align: right;
	color: silver;
	font-weight: normal;
	font-style: normal;
	font-size: 60%;
	padding: 0 8px 0 0;
	margin: 3px 0 0;
	line-height: 100%;
}

div.wp-caption.alignleft {
	margin: 8px 8px 4px 0;
	padding: 0;
}

div.wp-caption.alignright {
	padding: 0;
	margin: 8px 0 4px 8px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

div.wp-caption img {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.wp-caption-text {
	font-size: smaller;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-right: 8px;
}

/* @end */

/* @group Lists */

html>body .entry ul, html>body .entry ol {
	margin-left: 0px;
	padding: 0 2em;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
} 

html>body .entry li {
	margin: 0.5em 1em;
}

ol li, #sidebar ul ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

div#content.narrowcolumn ul#archives {
	margin: 36px 0 12px;
	list-style-type: none;
	border: 1px dotted black;
	background-color: #eeeeee;
	padding: 0 8px 18px 24px;
	line-height: 220%;
	font-size: 90%;
}

ul#archives h2 {
	margin-top: 12px;
	font-size: 140%;
	font-weight: bold;
}

#archives li.monthly-links ul, #archives li.categories ul {
	margin: 0;
	padding: 0;
}

#archives li.monthly-links ul li, #archives li.categories ul li {
	text-decoration: none;
	display: inline;
	margin-bottom: 5px;
	margin-right: 3px;
	padding: 0;
}

#archives li ul li a {
	white-space: nowrap;
	background-color: #dfdfdf;
	padding: 3px;
}

#archives li ul li a.rss {
	background-color: #e76f1a;
	font-weight: bold;
	color: white;
	border: 1px solid #a95113;
}

/* @end */

/* @group My Group */



/* @end */

/* @group Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* @end */

/* @group Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

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

/* @end */

/* @group Left Column */

/* In #column_left, display: inline is a fix for the IE double margin bug, http://www.zoffix.com/css/ie/doublemargin.shtml */

#column_left {
	float: left;
	width: 200px;
	font-size: 85%;
	margin: 0 8px 0 12px;
	padding-bottom: 1em;
	line-height: 135%;
	display: inline;
}

#column_left div#sidebar-posts h4 {
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
	border: 1px solid #336633;
	background-color: #ddffcc;
	color: #336633;
}

#column_left div.sidebar-post {
	padding-top: 12px;
	border-bottom: 2px solid #aaccaa;
}

#column_left div.sidebar-post h2 {
	color: #336633;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	
}

#column_left .cluster {
	margin-bottom: 12px;
}

#column_left .cluster ul {
	padding: 0;
	margin-left: 2em;
}

#column_left .cluster ul li {
	list-style-type: square;
	margin-bottom: 0.3em;
}

#column_left .cluster img {
	border-style: none;
	text-decoration: none;
	margin-bottom: 6px;
}

#column_left .cluster .directory_group dl dt {
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
}

#column_left .cluster .directory_group dl dd {
	display: inline;
	text-align: left;
}

/* @end */

/* @group Sidebar */
#sidebar
{
	width: 160px;
	float: left;
	margin: 0 6px 0 8px;
	padding-bottom: 1em;
}

#sidebar form {
	margin: 0;
	}

.skyscraper {
	margin-bottom: 8px;
}

/* @end */

/* @group Calendar */

/* @end */

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

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

blockquote {
	margin: 1em 1em 0;
	padding-left: 1em;
	border-left: 4px solid #8d998d;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

div.navigation {
	display: block;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 92%;
}

div.navigation p {
	background-color: #dde8da;
	margin-bottom: 3px;
	padding: 2px 4px;
}

div.navigation p span {
	color: #647b64;
	font-weight: bold;
}

div.navigation p a {
	color: #3a553b;
	text-decoration: underline;
}

div.navigation p a:hover {
	color: blue;
}

div.navigation p a:active {
	color: #150a8a;
}

/* @end */

/* @group Special Tags & Classes for Legacy Posts */

/* @group Byline, Correspondents & Guests */


.byline {

		font-size: 80%;

		color: #225522;

		margin: 4pt 0 0 0;

		padding: 0.3em 0.6em;

		background-color: #ddeedd;

		border: 1px dashed #669966;

	}



p.correspondent {

		font-size: smaller;

		font-weight: bold;

		text-align: left;

	}


div.guest {

		font-size: 84%;

		color: #333366;

		margin: 12px 0;

		padding: 6px;

		background-color: #ddddee;

	}



div.guest img {

		float: left;

		position: relative;

		margin: 0;

		margin-right: 6px;

		display: block;

        }





div.guest p {

		margin: 0px 8px;

		padding: 0;

		line-height: 1.5em;

	}

/* @end */

/* @group Fattest, Sweatiest, Etc., Locations Tables */



	div.top-x-list {

		font: normal normal normal x-small/1.3em Helvetica,sans-serif;

	}

	div.top-x-list a {

		text-decoration: none;

		font-weight: bold;

		color: #008800;

	}

	div.top-x-list a:hover {

		text-decoration: none;

		font-weight: bold;

		color: #668866;

	}

	div.top-x-list table {

		border-collapse: separate;

		border-spacing: 4px;

		width: 440px;

	}

	div.top-x-list td {

		padding: 4px 6px;

		background-color: #eeffee;

		border: 1px solid #ccddcc;

	}

/* @end */

/* @group Diet TV Table Styles */



	div.diet-tv {

		font: normal normal normal x-small/1.3em Helvetica,sans-serif;

	}

	div.diet-tv a {

		text-decoration: none;

		font-weight: bold;

		color: #000088;

	}

	div.diet-tv a:hover {

		text-decoration: none;

		font-weight: bold;

		color: #666688;

	}

	div.diet-tv table {

		border-collapse: separate;

		border-spacing: 4px;

	}

	div.diet-tv td {

		padding: 4px 6px;

		background-color: #eeeeff;

		border: 1px solid #ccccdd;

	}

/* @end */

/* @group Fattest States Table */


div.fattest td, th { font-size: smaller; }

/* @end */

/* @group CalorieLab Reviews (Blue Layout) */



div.reviews {

	color: #000033;

	text-align: left;

	}



div.reviews h2, div.reviews h2 a, div.reviews h2 a:visited, div.reviews h3, div.reviews h3 a, div.reviews h3 a:visited {

	color: #444466;

	}



div.reviews h2, div.reviews h2 a, div.reviews h2 a:hover, div.reviews h2 a:visited, div.reviews h3, div.reviews h3 a, div.reviews h3 a:hover, div.reviews h3 a:visited, div.reviews #sidebar h2, div.reviews #wp-calendar caption, div.reviews cite {

	text-decoration: none;

	}



div.reviews h4 {

	color: #444466;

	font-weight: bold;

	font-style: normal;

	font-size: 1.2em;

	}



div.reviews h5 {

	color: #444466;

	font-weight: bold;

	font-style: italic;

	font-size: 1.1em;

	}



div.reviews h6 {

	color: #444466;

	font-weight: bold;

	font-style: normal;

	font-size: 1.0em;

	font-variant: small-caps;

	}



div.reviews div.summary {

	margin: 3.0em 0 0 0;

	padding: 0.7em 1.0em 0.3em 1.0em;

	border: 1px solid #888899;

	background-color: #ccccdd ;

	}



div.reviews div.inner-post {

	margin: 0 0 36px 0;

	padding: 0 30px 0 30px;

	text-align: left;

	background-color: #ddddee;

	border: 2px dashed #666699;

	}

/* @group Mark's Specs Tables (for Reviews) */


div.specstable { margin: 18px 0px 18px 0px; }

.specstable table { width: 100%; font-size: smaller; }

.specstable table caption { text-align: left; margin: 0 0 0.5em 0; font: normal normal bold x-small/120% Verdana, Vera, sans-serif; }

.specstable table tr { background-color: #eeeeff; }

.specstable table tr.poor-diet-and-physical-inactivity { background-color: #bbccbb; }

.specstable table tr td.stub { text-align: left; font-weight: bolder; }

.specstable table tr td { text-align: left; padding: 0.3em 1.0em; }

/* @end */

/* @end */

/* @group Style Guide */

#styleguide h3 {text-align: center; margin-top: 20px; }

#styleguide dl dd {line-height: 1.6em; }

#styleguide dl dt {font-weight: bold; margin-top: 8px; }

/* @end */

/* @end */

/* @group Lab Notes */

#labnotes.top-3 {
       border: 1px dotted black;
       background-color: #eeeeee;
       padding: 12px 18px 18px 24px;
}

#labnotes.top-3 h2 {
       padding: 0;
       margin: 1em 0 .5em;
       font-size: 120%;
       font-weight: bold;
       text-decoration: none;
}

#labnotes.top-3 h3 {
       padding: 0;
       margin: 1em 0 .5em;
       font-size: 100%;
       font-weight: bold;
       text-decoration: none;
}

#labnotes.top-3 p {
       line-height: 140%;
	font-size: 92%;
}

/* @group Cheesecake Factory */
	div.ccf table {font-family: Helvetica, 'Trebuchet MS', sans-serif; font-size: 80%;}
	div.ccf th {padding: 0.2em 0.2em 0.1em 0.2em; border-top: 1px solid #aaa; border-left: 1px solid #ddd; text-align: center;}
	div.ccf caption {font-size: 120%; font-weight: bold; margin: 1em 0 0.4em 0;}
	th.ccf_heading1 {background-color: #ccc; letter-spacing: 0.2em; text-align: center;}
	th.ccf_heading2 {text-align: left; background-color: #eee; letter-spacing: 0.2em; color: gray; text-align: left;}
	div.ccf td {padding: 0.2em 0.1em 0.1em 0.4em; border-top: 1px solid #aaa; border-left: 1px solid #ddd;}
	td.ccf_stub {font-weight: bold;}
	td.ccf_num {text-align: right;}
	td.ccf_numrange {text-align: left;}
	td.ccf_memo {text-align: center;}

/* @end */


/* @end */
