/*
*************************************************

FOGBUGZ
Print Styles

Created by the wacky troop at Happy Cog
http://www.happycog.com/

*************************************************
*/

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/

* { margin: 0; padding: 0; line-height: 1.5; font-style: normal; font-weight: normal; }
/* body { font: normal 62.5% Corbel, 'Trebuchet MS', Verdana, Arial, sans-serif; background: #9ec8ee url(/FogBugz/i/screen/page-bg.jpg) repeat-x 0 0; } */

body { font: 12px Corbel, 'Trebuchet MS', Verdana, Arial, sans-serif; width: 5in; margin-left: 1in; margin-right: auto; }


/* block level */

h1 { font-size: 20px; color: #000; margin: 0 0 0.8em; font-weight: bold; }
h2 { font-size: 18px; color: #000; margin: 0 0 0.6em; font-weight: bold; }
h3 { font-size: 16px; color: #000; margin: 0 0 0.8em; font-weight: bold; }
h4 { font-size: 14px; color: #000; margin: 0 0 0.8em; font-weight: bold; }
h5 { font-size: 12px; color: #000; margin: 0 0 0.8em; font-weight: bold; }
h6 { font-size: 11px; color: #000; margin: 0 0 0.8em; font-weight: bold;}

p, ul, dl, ol { font-size: 11px; color: #333; margin: 0 0 1.5em; }

blockquote { margin: 0 0 1.2em; background: transparent url(/FogBugz/i/screen/open-quote.gif) no-repeat 0 0; padding: 5px 0 0 50px; }
	blockquote * { font-style: italic; color: #455768; }
	blockquote cite:before { content: "\2014\2002"; }

table { margin: 0 0 1em; font-size: 11px; border-collapse: collapse; }
	th { color: #fff; font-weight: bold; }
	thead tr { background-color: #455768; }
	th, td { border-bottom: 1px solid #dbd5c5; padding: 3px 5px; }
	tbody tr td:first-child { border-right: 1px solid #dbd5cd; }
	tbody tr td { border-left: 1px solid #dbd5cd; }
	tbody tr td:first-child { border-left: none; }
	
	

/* inline */

em, cite { font-style: italic; }
strong { font-weight: bold; }

a { color: #0269c9; }

img { display: block; margin: 0 10px 10px 0; float: left; }

a img { border: none; }

code, em.menu-command { font: 12px/1 'Courier New', Courier, monospace; }

sub, sup { line-height: 0; }

abbr, * > acronym { border: none; }

form ul { list-style: none; border-top: 1px solid #dbd5cd; }
	form li { border-bottom: 1px solid #dbd5cd; padding: 0.5em 0; overflow: hidden; }
		form li label { vertical-align: top; display: block; width: 100px; float: left; }
		form li input, form li select, form li textarea { width: 300px; }
		form li input.submit { clear: left; display: block; width: auto; margin: 1em 0 1em 100px; }

/*-------------------------------------------    
    Global combinations
-------------------------------------------*/
#search, #lang-switcher, #header h1, #try-buy-wrap, .anchors, #subnav, #support-search, .navigator { display: none; }

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#logo { float: none; position: relative; left: -0.88in; }

#nav { list-style: none; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; float: left;  width: 100%; }
	#nav li { float: left; margin: 3px 0; }
		#nav a { display: block; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; padding: 0.2em 10px; color: #444; font-weight: bold; } 
		
		.home #nav-home a, .learn #nav-learn a, .details #nav-details a, .plugins #nav-plugins a, .blog #nav-blog a, .support #nav-support a { color: #419cee; }
		
#learn-subnav-container { display: none; }

#blognavigation { display: none; }
.blog #main div.info {display: none; }
.blog form ul { border: none; }
.blog form li { border: none; }
		
#footer { float: left; border-top: 1px solid #ccc; padding-top: .1in; }
	#footer p, #footer ul, #footer li { display: inline; }
	#footer li { margin: 0 0.4em; }
	#footer img { margin-top: 1em; } 

	
/*-------------------------------------------    
    Learn More
-------------------------------------------*/
	
.learn #main div { position: static; margin: 0px; }
	.learn #main div .frame { margin-left: 0; }
	.learn #main .frame img { width: 2in !important; }
