/*
	SAGA Website r081214
	by Sean Schumacher
	armchairfuturist.com
*/

/***** Eric Meyer's CSS Reset Reloaded (1.0, r20080212) *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;}

/***** Basic Styles *****/
body {background: #c9493e url("img/bg.png") repeat-x; color: #e5bbb9; font: 62.5% "Lucida Grande", "Lucida Sans", Calibri, Tahoma, sans-serif;}
	.bglogo {background: transparent url("img/bg-logo.png") top left no-repeat; _background-image: url("img/bg-logo.gif");}
a {font-weight: bold; color: #fff; text-decoration: none; color: #fff;}
	a:hover {color: #fff; background-color: #d16969;}
h1 {display: block; background: transparent url("img/logo.gif") no-repeat; width: 150px; height: 99px; text-indent: -5000px; margin-top: 64px;}
h2 {font-size: 2.2em; _font-size: 26px; color: #f5e6e6; padding: 36px 0 10px 0; border-top: 30px solid #f5e6e6;}
h3 {font-weight: bold; color: #f5e6e6; margin: 0 0 0.5em; clear: both;}
h4, dt {font-size: 1.4em;}
	dd, small {font-size: 1.2em; display: block;}
abbr {font-size: 85%; letter-spacing: 1.2;}


h3, #headLine, .membersSection p, p.headDisclosure {font-size: 1.7em; _font-size: 18px;}

.floatleft {float: left;}
.floatright {float: right;}
.clearboth {clear: both;}
	
.onecol {width: 237px;}
.twocol {width: 50%; min-width: 474px;}
.threecol {width: 75%; min-width: 711px; clear: both;}


/***** Page Structure *****/
.content {padding: 0 5em;}
#headLine {line-height: 1.75; padding-bottom: 2em;} /* I'd be using selectors here if IE would stop sucking for just a minute */
	.membersSection p {line-height: 1.3; padding-bottom: 1em;}
	.membersSection p span {visibility: hidden; font-size: 0.8em;}
		.membersSection p:hover span {visibility: visible;}
#more p, .article p {font-size: 1.3em; line-height: 1.5; padding: 1.5em 0 1em;}
p.headDisclosure {border-top: 3px solid #f5e6e6; margin: 0 0 8em; padding: 0; _height: 1px;}
	.headDisclosure a, .headDisclosure a:hover {margin: 0; line-height: 20px; color: #aa1c19; padding: 3px 35px 3px 5px; background: #f5e6e6 url("./img/disclosure-up.gif") 110px center no-repeat; .background-position: 95px center; _background-position: 100px center; } /* Multi-layered hack ("." for IE6 & 7 first, then correct for just IE6 with "_") */
#more {display: none;}
	#more p.second {margin-bottom: 1em;}

.article {margin-right: 2em;}
	.article small {margin: 0.2em 0 1.2em;}

.flickrSection div {clear: left; line-height: 0;}
.flickrSection img {width: 60px; height: 60px;}
.flickrSection a.floatleft {display: block; border: 2px solid #f5e6e6; margin: 0 0.8em 0.8em 0; padding: 0.2em;}

.newsSection {padding-top: 4em;}

#footer {background-color: #f5e6e6; color: #aa1c19; padding: 1em 1em 1em 5em; margin-top: 1em;}
	#footer a, #footer a:hover {color: #aa1c19; background-color: transparent; margin: 0 0.5em;}
	#footer li {display: inline;}