/* reset */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}a{outline:none;}

body,html {
	background-color: #fff;
	font-size: 100%;
}

a, a:visited, a:active {
	color: #aaa;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #DC4314;
}

div#alliance {
	position: absolute;
	margin-top: 50px;
	margin-left: 100px;
	padding: 15px;
	width: 810px;
	border-left: 10px solid #DC4314;
	background: url('black.png');
	color: #eee;
	font-family: helvetica, arial, sans-serif;
	font-size: 2.25em;
	z-index: 3;
}

div#photoCredit {
	position: fixed;
	margin-left: 25px;
	bottom: 0;
	padding: 3px 3px 15px 3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
	background: url('black.png');
	font-family: helvetica, arial, sans-serif;
	font-size: .75em;
	z-index: 3;
}

div#background { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 2; 
	overflow: hidden; 
}
			
div#background img { 
	position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1; 
}


div#nav ul{
	display: inline;
	position: absolute;
	top: 0px;
	left: 25px;
	padding: 5px;
	z-index: 99;
	background: url('white.png');
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
}

div#nav li {
	display: inline;
	list-style: none;
	border-left: 1px solid #333;
	padding-left: 4px;
}

div#nav li.first {
	display: inline;
	list-style: none;
	border-left: none;
}

table, td {
	font-size: .75em;
	padding: 4px;
	margin: 4px;
	border-bottom: 1px dotted #eee;
	width: 400px;
}

th {
	font-size: .90em;
	color: #aaa;
}

tr:hover td {
	background: #000;
}

ol {
	padding-left: 100px;
}

.tumblr_body, .tumblr_caption {
	font-size: .45em;
	margin-left: 0px;
	margin-bottom: 20px;
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
}

img.left {
	float: left; 
	margin: 5px; 
}

#bio {
	font-size: .40em;
	font-family: helvetica, arial, sans-serif;
	float:right;
}

#bio h1 {
	font-size: 4em;
}