/*******
TV Journal Layout
Author: Nahum Reduta <freshredmeat@netscape.net>
Edition: 20040409
*******/

@charset "US-ASCII";
@import url("../5DS-Global.css");

/*******Class Properties*/

.fine	{font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; font-size: 0.8em; }

/*******Element Properties*/

BODY	{font-family: Georgia, Serif; font-size: 14px; width: 520px; margin: 3%; padding: 0px;}

H1	{border-bottom: solid 1px #606060; margin-bottom: 0px; font-size: 1.5em; }
H2	{margin-bottom: 0px; font-size: 1.2em; text-align: center; }
H3	{padding-top: 1.5em; color: #606060; padding-bottom: 0px; margin-bottom: 0px; font-size: 1em; }

HR	{color: #606060; background: transparent; height: 1px; }

IMG	{border: none; }

/*******Special Sections*/

DIV.blogPost	{padding: 0 10% 1em 5%; }
DIV.byline	{color: #555555; background: transparent; }

/*******Media specific*/

	@media screen	{

BODY	{color: #000000; background: #ffffff; }

	/*END @media screen*/	}

	@media print	{

BODY	{color: #000000 ! important; background: #transparent; }
	/*END @media print*/	}