@import 'blueprint/screen.css';

body { background:#000; color:#fff; }
#logo { padding-top:15px; }
#head { text-align:right; font-size:13px; font-weight:bold; }
#nav { margin-top:15px; background:url(img/border-white.gif) repeat-x 0 12px; border-bottom:1px solid #fff; min-height:20px; }
	#nav ul { list-style-type:none; text-align:center; margin-left:60px; }
		#nav li { display:inline; }
			#nav a { color:#fff; display:block; padding:15px 5px 2px 5px; margin:0 12px; text-transform:uppercase; text-decoration:none; float:left;  }
			#nav a:hover { background:url(img/nav-hover-bg.gif) repeat-x 0 0; }
			#nav .current_page_item a { color:#0070a2; }
			#nav .current_page_item a:hover { color:#003851; }
			
#content { margin:15px 0; }
	div.child { margin-bottom:40px; clear:left; overflow:hidden; }
	.post-image { float:left; }
	div.child .image-text { margin-left:300px; }
			
#footer { background:url(img/footer-bg.gif) repeat-x 0 0; text-align:right; padding-top:20px; margin-bottom:30px; }
			
a { color:#0070a2; }
a:hover { color:#80B8D1; }
h2, h3 { color:#fff; font-family:Georgia,'Times New Roman',serif; font-weight:normal; font-size:24px; }
h3 { font-size:20px; }
label, input.text { float:left; }
label { clear:left; width:9em; padding-right:1em; text-align:right; line-height:2.2; }
input.submit { display:block; margin-left:10em; }
			