@charset "utf-8";
/*can you get vampirism from sharing needles?
wish i was a morphine shooting accidental vampire.*/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border-style:none;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li {
	list-style-type:none;
}

img {
	border:none;
	margin:auto;
	padding:0;
}

/* Header */
#gradient{
	position:fixed;
	background-color:transparent;
	width:100%;
	margin-top:-10px;
	height:50px;
	background-image:url(grad.png);
	background-repeat:repeat-x;
	z-index:1;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
#header-container-topline {
	color:#000;
	position:fixed;
	background-color:transparent;
	width:100%;
	font-size:11px;
	font-weight:bold;
	margin-top:0.5em;
	
	border-bottom:1px;
	border-top:0;
	border-right:0;
	border-left:0;
	border-style:solid;
	border-color:#7B9067;
	padding-bottom:2px;
	z-index:2;
}
#header-container-bottomline {
	color:#000;
	position:fixed;
	background-color:transparent;
	width:100%;
	font-size:11px;
	font-weight:bold;
	margin-top:0.5em;
	
	padding-top:2px;
	z-index:2;
}
#head {
	position:relative;
	background-color:transparent;
	float:left;
	line-height:137%;
	margin-left:30px;
}
#head a:visited, a:link {
    color:#949494;
    text-decoration:none;
}
#head a:hover {
    color:#000;
    text-decoration:none;
}

/* Content */
#content-container {
	position:absolute;
	font-size:11px;
	color:#000;
	font-weight:bold;
	top:90px;
	height:443px;
    text-decoration:none;
	border:1px;
	border-style:solid;
	border-color:#7B9067;
	left:10px;
	margin-right:10px;
	padding:5px;
	background-color:#FFFFFF;
}
#content-container a img{
	filter:alpha(opacity=67);
	opacity: 0.67;
}
#content-container a:hover img{
	filter:alpha(opacity=100);
	opacity: 1.0;
}

/* Content for Index */
#story {
	position:relative;
	margin-left:25px;
	float:left;
	padding-top:17px;
	width:250px;
	text-align:center;
}
#story p {
	display:block;
	width:250px;
	text-align:justify;
	margin:0;
	padding-top:15px;
	font-size:10px;
	font-style:bold;
	line-height:normal;
}
#caption {
	position:relative;
	padding-top:2px;
	width:250px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:#000;
	text-decoration:none;
}

/* Strips */
#strip{
	position:relative;
	margin-left:25px;
	float:left;

	height:400px;
	text-align:center;
	top:50%;
	margin-top:-200px;
}
#strip p {
	display:block;
	width:250px;
	text-align:justify;
	margin:0;
	font-size:10px;
	font-style:bold;
	line-height:137%;
	padding-left:90px;
	padding-right:90px;
}
#name{
	font-size:18px;
	font-style:normal;
	font-weight:lighter;
	font-family:"Times New Roman", Times, serif;
	color:#949494;
	width:558px;
	text-align:right;
}
#credit{
	font-size:10px;
	font-style:normal;
	font-weight:lighter;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#949494;
	width:558px;
	text-align:right;
	position:relative;
	top:10px;
}


/* Footer */
#footer-container {
	color:#000;
	position:absolute;
	width:100%;
	height:43px;
	font-size:11px;
	font-weight:bold;
	bottom:0px;
	text-decoration:none;
}
#footer-container a:visited, a:link {
    color:#949494;
    text-decoration:none;
}
#footer-container a:hover {
    color:#000;
    text-decoration:none;
}
#foot-back {
	position:fixed;
	float:left;
}
#foot-next {
	position:fixed;
	float:right;
	right:3em;
}

/* INDEX */
#indexcard{
	position:absolute;
	left:146px;
	top:55px;
}
#indexBox{
	position:absolute;
	top:151px;
	left:225px;
	float:left;
	width:600px;
	height:325px;
	text-align:center;
	border:1px;
	border-style:solid;
	border-color:#7B9067;
	padding:15px;
	background-color:#FFFFFF;
}
#indexBox a:visited, a:link {
    color:#000;
	text-decoration:none;
}
#indexBox a:hover {
    color:#000;
    text-decoration:none;
}
#indexBoxTxt{
	position:relative;
	float:left;
	display:block;
	width:300px;
	text-align:justify;
	font-size:11px;
	font-style:bold;
	color:#000000;
	line-height:137%;
	margin-top:45px;
}
#indexBoxPic{
	position:relative;
	float:left;
	text-align:center;
	width:300px;
	margin-top:68px;
}

/* INFO -- briefs TAs etc.*/
#pdfDisclaimer{
	position:absolute;
	font-size:11px;
	font-weight:bold;
}
#infoBigBox{
	position:absolute;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#infoLittleBoxfirst{
	position:relative;
	float:left;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#7B9067;
	background-color:#FFFFFF;
	padding:6px 8px;
}
#infoLittleBoxnext{
	position:relative;
	float:left;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#7B9067;
	border-left:0;
	background-color:#FFFFFF;
	padding:6px 8px;
}
#infoBigBox a:visited, a:link {
    color:#949494;
    text-decoration:none;
}
#infoBigBox a:hover {
    color:#000;
    text-decoration:none;
}