/*======================================================================= 
	[CONTENTS]
*Body, Headings and Type
*Links
*Forms
*Code Listings
*Layout: Header/Content/Nav/Footer

	[NOTES]

=======================================================================*/

/*======================================================================= 
	[BODY, HEADINGS, AND TYPE]
=======================================================================*/
body{ font-family: Georgia,serif; font-size:100%; line-height:1.125em; /* 16×1.125=18 */ }

/* Page Title / logo */
h1 { font-size: 3em; }

h2 { font: bold 2em Georgia, serif; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; text-align: center; }
h5 { font-size: 1em; } 
h6 { font-size: 0.85em; } 

strong { font-weight: bold; }
em { font-style:italic; }

p, li, blockquote { font-size:0.875em; }
p.byline { font-weight:bold; font-size:0.75em; }

p.homepage { font-size: 1.25em; line-height: 1.375em; }
span.strike { text-decoration: line-through; }
/*======================================================================= 
		[LINKS]
=======================================================================*/
a, a:visited { font-weight: bold; text-decoration: underline; }

/*======================================================================= 
	[FORMS]
=======================================================================*/
textarea, input, select 
{
	font-family: Georgia,serif;
	font-size: 1em;
}

/*======================================================================= 
	[CODE LISTINGS]
=======================================================================*/
code, pre { font-size: .875em; font-family: "Lucida Console", "Courier New", Courier; }

/*======================================================================= 
	[LAYOUT]
*Header
*Content
*Footer
=======================================================================*/

/*
-----------------------------------------------------------------------
		Header
-----------------------------------------------------------------------
*/
div#header h1 a, div#header h1 a:hover 
{
	text-decoration: none;
}

/* Menu */
ul#nav li { text-align: center; font-weight: bold; }
ul#nav a { text-decoration:none; }

/*
-----------------------------------------------------------------------
		Content 
-----------------------------------------------------------------------
*/
#message-result { font-weight: bold; text-align: center; }
.rating { font-size: 2em; font-weight: bold; }
.rating span { font-size:.5em; /* Half of 2em = 1em */ }

/*
-----------------------------------------------------------------------
		Entertainment Subnav
-----------------------------------------------------------------------
*/
.subnav-container .subnav { text-align: center; }
.subnav li a { text-decoration: none; }

/*
-----------------------------------------------------------------------
		Footer 
-----------------------------------------------------------------------
*/
h6 { text-align: center; font-weight: normal; }