/* Powder Screen CSS */

/* structure */
#container { width: 980px; margin: 30px auto; }
	#header { background: url(../images/headerBg.jpg) no-repeat; height: 145px; }
	#content { background: url(../images/contentBg.jpg) repeat-y; }
		#innerContent { background: url(../images/boxesMiddle.jpg) repeat-y; width: 960px; margin: 40px 0 0 10px; }
		* html #innerContent { margin-top: 10px; }
		body.single-column #innerContent { background: url(../images/boxesMiddleSingle.jpg) repeat-y; width: 960px; margin: 40px 0 0 10px; }
			#innerContentTop { background: url(../images/boxesTop.jpg) no-repeat; width: 960px; height: 360px; margin: 0; }
			body.single-column #innerContentTop { background: url(../images/boxesTopSingle.jpg) no-repeat; width: 960px; height: 360px; margin: 0 0 0 0; }
			#contentSides { margin-top: -342px; }
				#left { float: left; width: 630px; margin: 0 12px 0 32px; padding-right: 30px; }
				#right { float: left; width: 230px; padding: 5px 20px 0 0; }
				#fullpage { width: 900px; margin: 0 0 0 32px; }
					#fullpage .left { float: left; width: 400px; margin: 20px 0 0; } 
					#fullpage .right { float: left; width: 400px; margin: 20px 0 0 60px; } 
			#login { margin: 0px 32px 0 32px; padding-bottom: 130px; }
			#preview { background: white; padding: 10px; margin-top: 20px; }
			#innerContentBottom { background: url(../images/boxesBottom.jpg) no-repeat; width: 960px; height: 25px; }
			body.single-column #innerContentBottom { background: url(../images/boxesBottomSingle.jpg) no-repeat; width: 960px; height: 25px; }
	#footer { background: url(../images/contentBottomBg.jpg) no-repeat; height: 25px; position: relative; top: -5px; margin-bottom: 20px; }
body  { font-size: 12px; color: #333; }

	/* IE6 */
	* html #left { margin-left: 16px; }

/* headers */	
h1 { text-indent: -1000em; background: url(../images/logo.png) no-repeat; width: 421px; height: 37px; position: absolute; top: 130px; margin-left: 40px; }
h2 { color: #333; font-size: 16px; margin: 5px 0 10px; }
h3 { font-size: 12px; color: #333; margin-bottom: 5px; font-weight: bold; }
#left h3 {
	color: #666;
	font-size: 12px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
/* full page */
#fullpage .left h2 { clear: left; font-size: 14px; margin: 10px 0 15px; }
#fullpage h3 { font-weight: bold; margin-bottom: 0; }
.cols { margin-bottom: 5px; }
.cols h3 { float: left; width: 18em; }
/* gallery page */
div.gallery h3 { margin-top: 10px; }
div.gallery h3:first-child { margin-top: 0; }

/* lists */
#global { margin: 0 0 0 40px; padding: 20px 0 0; }
body.home #global { padding: 20px 0; }
#global li { float: left; margin-right: 30px; list-style: none; }
#global li a { color: #828383; font-size: 14px; }
#global li a:hover, #global li a.current { text-decoration: underline; }
ul { margin: 10px 0 10px 15px; clear: left; }
* html ul { margin: 10px 0 10px 16px; clear: left; }
li { font-size: 12px; color: #333; line-height: 16px; list-style-type: disc; }

/* paragraphs */
p { font-size: 12px; color: #333; margin-bottom: 10px; line-height: 16px; }
p.quote { color: #333; font-style: italic; border-top: 1px dotted #999; padding-top: 15px; }
div.bios p, div.bios p a { color: #666; }
p.quoteName { color: #666; font-size: 11px; margin-top: -5px; line-height:normal; }
#see-it p { font-size: 12px; color: #666; border-top: 1px dotted #999; padding-top: 10px; }
body.home p.see-it { margin-top: 0; }
div.interviews p { margin-bottom: 5px; }
.cols p { display: inline; position: relative; top: -4px; }
p.caption { margin-top: 0; font-size: 11px; color: #666; }
p.lbQuote { font-size: 11px; }
#footer p { color: #999; font-size: 10px; position: relative; top: 25px; margin-left: 40px; }
p.error { color: red; margin: 0 0 10px; }

/* links */
a { color: #333; }
a:hover { text-decoration: underline; }
#left a, #fullpage a, #login a { text-decoration: underline; }
#right a.current { text-decoration: underline; }
#footer a { color: #999; }
#footer a:hover { text-decoration: underline; }

/* images */
img#homeFrames { position: relative; top: -30px; }
* html img#homeFrames { position: relative; top: 5px; }
div.description img { float: left; padding: 2px; border: 1px solid #999; margin: 3px 25px 10px 0; }
.wrapleft { float: left; padding: 2px; margin: 3px 20px 5px 0; }
.wrapleftOutlined { float: left; padding: 2px; border: 1px solid #999; margin: 3px 20px 5px 0; }
.wrapright { float: right; padding: 2px; margin: 3px 0 5px 20px; }
.wraprightOutlined { float: right; padding: 2px; border: 1px solid #999; margin: 3px 0 5px 20px; }
div.description-detail img { padding: 2px; border: 1px solid #999; }
div#credits img, div.news img, div.outreach img { padding: 2px; border: 1px solid #999; }
div.gallery img { padding: 1px; border: 1px solid #ddd; margin: 0 3px 3px 0; }
div.gallery a:hover img { padding: 1px; border: 1px solid #666; }
div#credits img.footerImg, div.news img.footerImg, div.outreach img.footerImg, div.description img.footerImg, div.description-detail img.footerImg { border: none; }



/* forms */
form { margin-top: 25px; }
label { color: #333; display: block; font-size: 14px; margin-bottom: 2px; }
input.text { width: 300px; margin: 0; border: 1px solid #bbb; background: #f6f6f6; padding: 5px; }
input.text:focus { border: 1px solid #bbb; background: #fff; }
textarea { width: 400px; height: 150px; border: 1px solid #bbb; background: #eee; padding: 5px; }
textarea.cms { width: 625px; height: 300px; }
textarea.cms-small { width: 625px; height: 100px; }
textarea.cms-narrow { width: 230px; height: 400px; }
textarea:focus { border: 1px solid #bbb; background: #fff; }
fieldset p { margin-bottom: 10px; }
input[type='submit'] { margin-top: 10px; }

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


.textIndent {
	margin-left:30px;
}
.noSpaceBelow {
	margin-bottom:0;
}
.noSpaceAbove {
	margin-top:0;
}