/* ----------------- STANDARDIZE DEFAULTS ----------------- */
/* default whitespace [ref:http://leftjustified.net/journal/2004/10/19/global-ws-reset/] and font-size */
	* { padding:0; margin:0; }
	input { padding: 0.08em 0; }
	option { margin-right:0.5em; }
/* optional, to bring all browsers to use the same as Firefox
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
	li, dd { margin-left:2em; }
	fieldset { padding:0.5em; }
*/
/* /whitespace */

/* font : set base size, then configure for em usage */
	body { font:14px Verdana, Arial, Helvetica, sans-serif; } /* REQ: IE resize-font hack */
	* { font-size:1em; }
	input, select, textarea { font-size:1.18em; }
/* /font */

/* form tags: start and end tag add carriage returns */
	form { display:inline; }
/* /form tags */

img { border:none; }
/* ----------------- /STANDARDIZE DEFAULTS ----------------- */


/* send accessibility-only texts off-left */
.helperText { overflow:hidden; text-indent:-10000px; width:0; height:0; }

/* ----------------------------- GLOBALS ----------------------------- */
/*
	Global styles should apply throughout the site and declare the baseline
	that everything else evolves from.
*/


/* ----------- LAYOUT --------------- */

body {
	padding: 100px 0 20px 0;
	}

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 40px;
	margin: 0; padding: 0;
	background: #000;
	}
#logo {
	position: absolute;
	top: 12px; left: 50%;
	margin: 0 0 0 -350px;
	}
#mainNav {
	position: absolute;
	top: 14px; left: 50%;
	margin: 0 0 0 -25px;
	}
#mainNav dl {
	position: fixed;
	top: 128px; left:50%;
	margin-left:-355px;
	width: 15em; /* matches mainContent margin-left */
	}

#wrapper {
	position: relative;
	margin: 0 auto; /* REQ: Win IE centering hack */
	width: 750px;
	}
#mainContent {
	margin: -4px 0 0 15em;
	padding: 0 0 .3em 1.5em;
	border-left: 1px solid #000;
	}
#mainContent h1 {
	position: relative; top: -7px;
	margin: 0 0 0.25em 0;
	}
#bioPics { width: 612px; }
ul {
	/* list-style-image: url(/img/global/bullet.gif); */
	padding: .5em 0 0 2em;
	margin: 0 0 2em 0;
	line-height: 1.7em;
	}


#footer {
	display: block;
	width: 550px;
	margin: 3em auto;
	text-align: center;
	font-size: 0.75em;
	font-weight: normal;
	color: #999;
	}
#footer ul {
	list-style: none;
	padding: 2em 0 0 0;
	margin: 0 0 0.5em 0;
	}
#footer li {
	display: inline;
	padding: 1px 0.75em; margin: 1em -1px 1em 0;
	border-left: 1px dotted #999;
	}
#footer #newsDateline { margin: 0.5em 0 3em 0; }
#footer li.first { border: none; }
#footer p { width:500px; margin: .0 auto; text-align: center; }
#footer a { font-weight: normal; color: #f60; }

/* -------------- LOOK ---------------------------*/

body {
	background: #fff;
	color: #000;
	font-family: verdana, geneva, helvetica, sans-serif;
	}

a,
a:link,
a:visited {
	color: #f60;
	text-decoration: none;
	font-weight: normal;
	}
a:hover,
a:active { text-decoration: underline; }

h1, h2, h3 { font-weight: bold; }
h1 {
	font-size: 1.7em;
	
	}
h2 {
	font-weight: normal;
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1em;
	font-weight: normal;
	}

p {
	line-height: 1.4em;
	margin-bottom: 1.2em;
	width: 480px;
	}

hr {
	border: none;
	background-color: #999;
	color: #999;
	height: 1px;
	width: 85%;
	margin-bottom: 2em;
	}
.newsPic { border: 1px solid #000; margin-bottom: 2em; }
.shopPic { border: 1px solid #000; margin:1.5em 0 0 0; }
.shopCaption {
	width: 250px;
	font-size: .9em;
	color: #333;
	width: 270px;
	margin: 0;
	}
.bioCaption {
	width: 250px;
	font-size: .9em;
	color: #333;
	width: 270px;
	margin: 0;
	padding-bottom: 5em;
	}
#bioPics tr { vertical-align: bottom; }
#bioPics img { border: 1px solid #000; }
.film_title, .tv_title, .magazine_title {
	font-style: italic;
	font-size: 1em;
	color: #000;
	}

.detail {
	font-style: italic;
	color: #555;
	}
p.byline {
	font-size: .9em;
	margin-bottom: 1.5em;
	}
p.byline small { font-size: 0.875em; }
p.credit { font-size: .9em; color: #333; width: 270px; }
p.intro { margin-top: 1.5em; font-style: italic; }

div#newsHilite {
	border: 1px solid #666;
	padding: 1em;
	margin: 0 0 2em 0;
	}
div#newsHilite h2 { font-size:1em; font-weight:bold; text-transform:uppercase; }
div#newsHilite h3 { font-size:0.625em; font-weight:normal; text-transform:uppercase; }
div#newsHilite ul,
div#newsHilite li { font-size:0.95em; margin:0; }
div#newsHilite li { padding:0; }

tr { vertical-align: top; }

#bivia {
	font-size:0.95em; color: #999; text-align: center;
	}
#footer #bivia a,
#footer #bivia a:link,
#footer #bivia a:visited { color: #aaa; }
#footer #bivia a:hover,
#footer #bivia a:active { color: #bbb; }
body.layoutText #footer #bivia a,
body.layoutText #footer #bivia a:link,
body.layoutText #footer #bivia a:visited { color: #888; }
body.layoutText #footer #bivia a:hover,
body.layoutText #footer #bivia a:active { color: #333; }


/* Forms */
fieldset {
	padding:0.5em 1em;
	margin:1em 0;
	text-align:left;
	}
legend { margin:-0.85em 0 0 0; padding:0.5em; font-weight:bold; }
label {
	display:block;
	width:25%; text-align:right;
	float:left; clear:left;
	margin:0.5em 0.5em 0.5em 0;
	}
label.clearAfter {
	float:none;
	width:auto;
	text-align:left;
	}
label.encloser {
	width:auto; 
	text-align:left;
	float:none;
	}
fieldset input {
	width:60%;
	margin:0.25em 0;
	}
label input { width:auto; }
label.encloser input { margin:0 0.75em 0 0; width:auto; }
input#gbCity { width:400px; margin:0 1.75em; }
textarea { float:none; width:400px; }
/* /Forms */

/* ---------------------------- /GLOBALS ----------------------------- */


/* -- MENU -- */
#mainNav {
	list-style:none;
	width:420px;
	white-space:nowrap;
/* prevent reaction to font-size */
	padding:0;
	line-height:0; letter-spacing:-1em;
	}
#mainNav li {
	display:inline;
	margin:0;
	padding: 0 5px;
	}

/* subnav */
#mainNav dl {
	display:none;
	white-space:normal;
	line-height:normal; letter-spacing:normal;
	}
#mainNav dl dt {
	display:block;
	padding:0 0 0 28px; margin:0 0 0 -3em;
	text-transform:uppercase;
	}
#mainNav dl dd {
	display:block;
	padding:0.25em 1em 0.25em 0;
	margin:0 0 0 -3em;
	}
#mainNav dl a,
#mainNav dl a:link,
#mainNav dl a:visited {
	padding:0 0 0 28px;
	background:none;
	font: normal 1em Arial;
	letter-spacing: 0;
	color:#000;
	text-decoration:none;
	}
#mainNav dl a:hover,
#mainNav dl a:active { color:#f60; text-decoration:underline; }

#mainNav dl#subNavGallery dt,
#mainNav dl#subNavSubjects dt { display:none; }

/* sub-subnav */
#mainNav dl dd div { display:none; padding:0 0 0 28px; }
/* prefix with header, for it's more specific than later */
#header #mainNav dl dd div a { background:none; padding:0; }
/* /sub-subnav */

/* turn on the proper submenu for the section */
body.sectionBio #subNavBio,
body.sectionUnion #subNavUnion,
body.sectionGallery #subNavGallery,
body.sectionGalleryFilm #subNavGalleryFilm div,
body.sectionGalleryReggae #subNavGalleryReggae div,
#pageSubjects #subNavSubjects { display:block; }
/* /subnavs */



/* turn on the proper layout's indicator for hover and current page */
body.layoutText #mainNav dl a:hover,
#pageBioPersgallery #subNavBioPersGallery a,
#pageBioIntphoto #subNavBioIntphoto a,
#pageBioPetersen #subNavBioPetersen a,
#pageBioCommunity #subNavBioCommunity a,
#pageUnionWritings #subNavUnionWritings a,
#pageUnionActivities #subNavUnionActivities a,
#pageUnionSetiquette #subNavUnionSetiquette a,
#pageUnionMembership #subNavUnionMembership a { background: url(/img/menu/indicator_000.gif) 0 65% no-repeat; }

body.layoutText #mainNav #subNavUnionFreeChoiceAct a,
body.layoutText #mainNav #subNavUnionFreeChoiceAct a:hover {
	display:block;
	margin:25px 0 0 -25px;
	background:none;
}

body.layoutGallery #mainNav dl a:hover,
#pageGalleryCulture #subNavGalleryCulture a,
#pageGalleryPolitics #subNavGalleryPolitics a,
#pageGalleryReggae #subNavGalleryReggae a,
#pageGalleryRock #subNavGalleryRock a,
#pageGalleryTv #subNavGalleryTv a,
#pageGalleryFilm #subNavGalleryFilm a,
#pageGalleryScifi #subNavGalleryScifi a,
#pageGalleryMix #subNavGalleryMix a { background: url(/img/menu/indicator_fff.gif) 0 65% no-repeat; }

/* -- /MENU -- */


/* ------------------------- HOMEPAGE-SPECIFIC -------------------------- */
/*
	Homepage selectors should be prepended with #pageHome
*/

#pageHome {
	padding:0;
	background:#000;
	text-align:center;
	}
#pageHome * { text-align:center; }
#pageHome h1 {
	display:block;
	height:62px; width:100%;
	margin: 50px 0 375px;
	font: 28px Geneva,Helvetica,Verdana,sans-serif;
	color:#ccc;
	background: #000 url(/img/home/home_welcome.gif) 50% 50% no-repeat;
	text-indent:-10000px;
	}
#pageHome h1 strong {
	display:block;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	}

#pageHome a:link,
#pageHome a:visited,
#pageHome a:hover,
#pageHome a:active {
	color:#fff;
	font-size:0.875em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	}
#pageHome a:hover,
#pageHome a:active { color:#fc0; }
#pageHome a:hover img,
#pageHome a:active img { border-color:#fc0; }

#pageHome #logo { display:none; }
#pageHome #mainNav {
	top:165px; left:50%;
	margin:0 0 0 -250px;
	padding:0;
	width: 490px;
	}
#pageHome #mainNav li { padding: 0 10px; }

#homePics {
	position:absolute;
	top:225px; left:50%;
	margin: 0 0 0 -370px;
	padding:0;
	float:left;
	width: 740px;
	list-style:none;
	}
#homePics li {
	float:left;
	width:138px;
	margin:0 5px;
	padding:0;
	}
#homePics img {
	padding:2px;
	border:1px solid #333;
	}

#pageHome #costOfWar { margin-bottom:1.5em; font-size:1.125em; }

#pageHome #footer { clear:both; }

#pageHome #newsDateline a {
	font-size:1.125em;
	font-weight:bold;
}
#footer #newsDateline p a {
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

/* ------------------------ /HOMEPAGE-SPECIFIC -------------------------- */

/* ------------------------- GALLERY-SPECIFIC -------------------------- */
/*
	Gallery selectors should be prepended with a class or id that targets 
	gallery pages, such as body.layoutGallery
*/

body.layoutGallery {
	background:#000;
	color:#fff;
	}

body.layoutGallery h1 { display:none; }
body.layoutGallery #mainNav dl a,
body.layoutGallery #mainNav dl a:link,
body.layoutGallery #mainNav dl a:visited { color:#fff; }
body.layoutGallery #mainNav dl a:hover,
body.layoutGallery #mainNav dl a:active { color:#fc0; }

body.layoutGallery a,
body.layoutGallery #footer a { color:#fc0; }
body.layoutGallery #footer { margin-top: 7em; }

#picList {
	position:absolute;
	top:-12px; left:620px;
	width:105px;
	}
#picList ul {
	position:absolute;
	top:auto; left:0;
	list-style:none;
	background:#424242;
	padding: 2px 0;
	}
#picList li { line-height:0; margin:0 2px; }
#picList a,
#picList img { display:block; border:1px solid #424242; }
#picList a:hover,
#picList a:active,
#picList a.current { border-color:#fc0; }

div.scrollUp {
	position:absolute;
	top:-32px; left:666px;
	width:13px; height:15px;
	background: transparent url(/img/gallery/arrows_up.gif) 0 0 no-repeat;
	visibility:hidden;
	cursor:pointer;
	z-index:2;
	}
div.scrollDown {
	position:absolute;
	top:397px; left:666px;
	width:13px; height:15px;
	background: transparent url(/img/gallery/arrows_down.gif) 0 0 no-repeat;
	visibility:hidden;
	cursor:pointer;
	z-index:2;
	}

/* style scroller once JS is enabled */
div.enabled      { visibility:visible; }
#picList.enabled { visibility:visible; height:404px; overflow:hidden; }
/* END js-enabled styles */


#mainPic {
	position:relative;
	margin:0 0 0 160px;
	height:385px; width:615px; overflow:visible;
	background: #000 url(/img/gallery/bg.gif) 32px 18px no-repeat;
	font-size:0.875em;
	}

#mainPic h2 {
	position:absolute;
	text-transform:uppercase;
	font-size:1em;
	font-weight:normal;
	}
#mainPic p { width:260px; margin:0.4em 0; }

#mainPic.picPortrait { padding:0 0 0 64px; }
#mainPic.picPortrait h2 { left:64px; top:-1.75em; }

#mainPic.picLandscape { padding:64px 0 0 45px; height:321px; }
#mainPic.picLandscape h2 { left:45px; top:64px; margin:-1.75em 0 1.75em 0; }
#mainPic.picLandscape img { margin:0 0 0 -45px; }

/* ------------------------ /GALLERY-SPECIFIC -------------------------- */


/* ------------------------ GUESTBOOK-SPECIFIC -------------------------- */

div.pageifier {
	clear:both;
	padding:0.35em;
	margin:1em;
	text-align:right;
	font-size:0.75em;
	text-transform:uppercase;
}

#guestbook {
	list-style:none;
	padding:0; margin:0;
}
#guestbook li {
	display:block;
	float:left; width:100%;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
	padding: 0 0 1em 0; margin: 0 0 1em 0;
}
#guestbook h2 { /* names */
	font-size:1.125em;
	font-weight:bold;
	text-transform:none;
	margin:0.5em 0.5em 0.25em 0.5em;
}
#guestbook h3 { /* dates */
	float:right;
	margin: 0 0.75em 0 2em;
	font-size:0.75em;
	font-weight:normal;
	text-transform:uppercase;
	color:#777;
}
#guestbook h4 { /* hilites */
	display:block;
	float:left; clear:left;
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin: 0.125em 1em 0 0.5em;
	line-height:1;
}
#guestbook p { margin:0.5em; }
#guestbook p.editorStatement {
	font-style:italic;
	font-size:0.9em;
	margin-top:1.5em;
}

/* ------------------------ /GUESTBOOK-SPECIFIC -------------------------- */


