/* global */
* { margin: 0; padding: 0; }
body { background: white url(../images/bgStripe.gif) repeat-x; font-family: arial; }
p { margin-top: 10px; font-size: .9em; }
h4 { margin-top: 10px; }
h3 { clear: left; }
fieldset { border: none; }
label { display: block; margin-bottom: 1px; }
textarea { width: 275px; height: 250px; }
select { width: 100px; }
img { border: none; }
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #333; }
strong { font-size: 1em; }
em { display: block; margin-bottom: 5px; }
sup { font-size: .5em; vertical-align: baseline; position: relative; bottom: 4px; }

/* divs */
#header { width: 750px; margin: 40px auto 0; border-bottom: 1px solid #ccc; }
	#header img { width: 275px; height: 109px; margin-bottom: 5px; }
	#header ul { list-style: none; }
		#header li { float: left; color: #999; font-size: 14px; }
			#header li a { color: #999; text-decoration: none; font-size: .9em; }
			#header li a:hover { color: #666; text-decoration: none; font-size: .9em; }

#container { width: 750px; margin: 0 auto; }

	#leftContent { clear: left; float: left; width: 330px; }
		#leftContent h2 { font-family: georgia; font-size: 1.2em; margin: 100px 0 25px; color: white; font-weight: normal; }
		#leftContent p { font-size: .7em; margin-bottom: 20px; color: #666; }
		
	#rightContent { float: right; width: 390px; margin: -10px -5px 50px 0; border: 1px solid #ccc; color: #666;
			background-color: white; padding: 0; }
		#layer1 { width: 390px; padding: 0; border: 1px solid #ccc; background-color: white; position: relative; top: 5px; left: 5px; margin-bottom: -2px; }
			#layer2 { width: 370px; padding: 10px 10px 8px; border: 1px solid #ccc; background-color: white; position: relative; top: 5px; left: 5px; margin-bottom: -2px; }
				
				/* home page */
				#intro { float: left; width: 250px; }
				ul#introNav { float: left; width: 90px; padding: 12px 0 0 30px; }
				ul#introNav li { list-style: none; margin-bottom: 5px; }
				ul#introNav li a { display: block; width: 80px; padding: 5px 0; background-color: #eee; text-align: center; }
				ul#introNav li a:hover { text-decoration: none; background-color: #ddd; color: #333; }
				
				ul.include { list-style: none; }
				ul.include li { float: left; margin: 0 5px 20px 0; }
					ul.include li.current a { text-decoration: underline; }
				#ajax { xmargin-top: 15px; }
					#ajax p { xmargin-top: 10px; }
			#layer2 img { margin-top: 10px; }
		#footer { font-size: .6em; color: #ccc; margin: 10px -15px 0 0; float: right; }
			#footer a { color: #999; text-decoration: none; }
			#footer a:hover { color: #999; text-decoration: underline; }
			
	/* admin */
	p#returnLink { margin-top: 20px; }
	p.title { margin-top: 15px; font-weight: bold; }
	p.date { margin: 0; color: #666; font-size: .8em; }
	p.body { margin: 5px 0 0; }
	p.body a { text-decoration: underline; }
	p.icons { margin: -8px 0 0 0; }
	p.icons img { margin-right: 5px; }
	h4#addArticle { margin-top: 20px; }
	
/* classes */
.clr { clear: both; }
.small { font-size: .8em; }
a.underline { text-decoration: underline; }
a.underline:hover { color: #333; }

img.thumb { width: 66px; height: 50px; padding: 1px; border: 1px solid #ccc; }
				