/*
Theme Name: Geography of NYC
Theme URI: http://geognyc.com/
Description: Based on the original design of www.geognyc.com
Version: 1.0
Author: Greg Kuwaye
Author URI: http://gregkuwaye.com/
*/

@import url("reset-min-clear.css");
@import url("style.css");

BODY { font: 50% Verdana, sans-serif; background: #777777; }

A { outline: none; }

#page { width: 870px; margin: 20px auto; background: #7d0909 url(img/g_pagebg.png) repeat-y; }

#header { float: left; width: 190px; padding: 0 0 0 10px; }

	#menu { padding: 0 0 20px; }
	#menu LI { font: 14px 'Cronos Pro', CronosPro, Verdana, sans-serif; line-height: 1.3em; }
	#menu A:link, #menu A:visited { color: #fff; text-decoration: none; }
	#menu A:hover { text-decoration: underline; }
	
	#menu LI UL { margin: 3px 0 3px 15px; }

	.current_page_item LI A { font-weight: normal; }
	.current_page_item A { font-weight: bold; }

#content { float: right; width: 640px; padding: 10px 15px 20px; height: 100%; background: #fff; }

#content A:link, #content A:visited { color: #7d0909; }
#content A:hover { }

#footer { background: #777777; padding: 15px 0 0; }
#footer P, #footer a:link, #footer a:visited { color: #CCCCCC; font-size: 11px; }
#footer a:hover { color: #FFFFFF; font-size: 11px; }


HR { display: none; }

#header H1, #header #logo { position: relative; float: left; margin-left: -3px; margin-bottom: 30px; }
#header H1 B, #header #logo B { display: none; }
#header H1 A, #header #logo A { display: block; width: 189px; height: 56px; background: url(img/g_logo.png) no-repeat; }

STRONG, B { font-weight: bold; }
EM, I { font-style: italic; }

#content H2 { font: bold 30px 'Cronos Pro', Verdana, sans-serif; letter-spacing: -0.02em; color: #7d0909; line-height: 1.1em; margin-bottom: 0.5em; }
#content H3, #content .subheader { font: bold 17px 'Cronos Pro', Verdana, sans-serif; color: #7d0909; line-height: 1.2em; margin-bottom: 1em; }
#content P { font-size: 15px; line-height: 1.4em; margin-bottom: 1.5em; }
#content TD { font-size: 15px; line-height: 1.4em; margin-bottom: 1.5em; }
#content LI { font-size: 15px; list-style: disc; margin-left: 16px; }
