html,body{
width:100%;
height:100%;
overflow:hidden;
border:0;
margin:0;
padding:0;
font:12px/17px "Helvetica","Arial",sans-serif;
letter-spacing: 0.05em;
font-weight: normal;
background-color: #000000;
}

.bolder { font-weight: bolder; }



/*For making the background size*/
img{
	border-style: none;
	border-width: 0px;
}

.scaler{
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
background:#000000;
}

.scaler[class]{
display:table;
}

.scaler div{
position:absolute;
left:0;
top:50%;
display:block;
margin:0;
padding:0;
}

.scaler[class] div{
display:table-cell;
vertical-align:middle;
position:static;
}

.scaler img{
position:relative;
top:-50%;
margin:0 auto;
display:block;
width:50%;
-ms-interpolation-mode:bicubic
}

*:first-child+html .scaler div{
position:absolute;
} /*force IE 7 back to position:absolute*/

/*Footer navigation*/
.scaler-nav{
position:absolute;
bottom:30px;
right:30px;
overflow:hidden;
text-align:center;
z-index:10;
list-style:none;
}

.scaler-nav li{
float:left;
width:21px;
margin-left:1px;
line-height:21px;
font-size:11px;
list-style:none;
}

.scaler-nav a{
overflow:hidden;
height:21px;
display:block;
background:#000;
text-decoration:none;
color:#fff;
}

.scaler-nav a:hover,.scaler-nav a:focus,.scaler-nav a.cur{
background:#fff;
color:#333;
outline:none;
}

.scaler-nav img{
display:block;
}

/*Floating next/previous button navigation*/
.scaler-float{
position:absolute;
top:-99px;
left:-99px;
z-index:9;
width:40px;
height:20px;
background:url() 0 0;
display:block;
outline:none;
}

.scaler-next{
background-position:-40px 0;
} /*both {options:css}-next and {options:css}-prev is class names the script uses*/

/*Example of alternative body-element, since the body is covered with the scaling image*/
#body{
position:absolute;
top:0;
left:0;
z-index:2;
width:100%;
height:100%;
overflow:auto;
}

#about a, #close a { text-decoration: none; color: #6F0000; }

#about  { font-size: 14px; }

#header {

	margin-top: 5px;
	width: 100%;
}

#close { background-color: #191919; text-align: center; width: 80px; padding: 5px; position: relative; top: 90px; right: -620px;  }

.vertical { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }

#twitter_link { float: right; font-size: 18px; font-weight: bolder; margin: 10px; }
.headline { font-size: 18px; font-weight: bolder; margin-top: -16px; margin-bottom: 10px; }
.entry-name { font-weight: bold; }
.email { color: #666; }

#credits { text-align: center; margin: 40px auto 0px auto; font-size: 10px; }
#about {
	display: none;
	z-index: 200 !important;
	width: 640px;
	padding: 6px 20px 20px 20px;
	margin: 30px auto 0px auto;
	border: 1px solid #191919;
	background: #fff;
	color: #191919;
	opacity: 0.9;
	font-size: 12px;
}

#sidebar {

	background-color: #191919;

	padding-top: 0px;

	padding-bottom: 0px;

	margin-left: 0px;

	margin-top: 0px;

	float: left;

}

#homemenu {
	margin-top: 0px;
}

#homemenu ul{
	padding-left: 6px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 4px;
	float: left;
	margin: 0px;
	list-style-type: none;
	display: block;
}


#homemenu li{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#homemenu a, #close a{
	font-weight: 700;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #cccccc;
	text-decoration: none;
}

#homemenu a:hover, #close a:hover{
	color: #ffffff;
}


#title{
	position: fixed; 
	bottom: 0; 
	right: 0; 
	z-index: -1; 
	width: 100%;
}

#biocopy{
	margin-bottom: 20px;
	padding: 10px;
	background-color: white;
	line-height: 16px;
	margin-top: 20px;
	color: #4c4c4c;
	margin-right: 20px;
	text-align: left;
	font-size: 14px;
	width: 400px;
	float: right;
}


#amie a {
	font-size: 16px;
	margin-left: 60px;
	padding-left: 15px;
	padding-top: 0px;
	text-decoration: none;
	color: #cccccc;
}
