body
	{
	margin: 0;
	color: #AAAAAA;
	overflow: hidden;
	font-family: verdana, sans-serif;
	}

#sitebar
	{
	position: relative;
	height: 5em;
	background-color: black;
	}

#sitebar h1
	{
	margin: 0;
	position: absolute;
	bottom: -22px;
	left: 20%;
	font-size: 630%;
	z-index: 5;
	font-family: georgia, serif;
	font-weight: lighter;
	color: #161616;
	text-shadow: 0 -1px #555, 1px 0 #555, 0 1px #555, -1px 0 #555;
	/*line-height: 117px;*/
	width: 80%;
	overflow: hidden;
	}

#sitebar h1 a
	{
	color: #161616;
	/*cursor: default;*/
	}

#sitebar h1 a:hover
	{
	color: #161616;
	/*cursor: default;*/
	}

#sitebar h2
	{
	margin: 0 0 -0.5ex;
	position: absolute;
	bottom: 23px;
	right: 60px;
	z-index: 1;
	}

#sitebar h2 a
	{
	font-size: 17pt;
	font-style: normal;
	}

#sitebar a
	{
	text-decoration: none;
	}

#sitebar a:hover
	{
	color: white;
	}

#sitebar #status
	{
	margin: 0;
	background-color: transparent;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2.5ex;
	}

#sitebar #status #thumbnails-status
	{
	position: absolute;
	left: 1em;
	width: 50%;
	height: 2.5ex;
	max-width: 300px;
	}

#sitebar #status #viewer-status
	{
	position: absolute;
	right: 1em;
	width: 50%;
	text-align: right;
	height: 2.5ex;
	z-index: 3;
	}

#content
	{
	position: absolute;
	width: 100%;
	top: 5em;
	bottom: 2.5ex;
	background-color: #222222;
	}

#content #thumbnails-wrapper
	{
	position: absolute;
	width: 41%;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	}

#content #viewer-wrapper
	{
	position: absolute;
	width: 59%;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	}

#content #thumbnails
	{
	padding: 20px;
	}

#content #viewer
	{
	padding: 20px;
	}

#information
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5ex;
	background-color: black;
	}

#login-login
	{
	height: 2ex;
	background-color: #666666;
	border: none;
	padding: 0;
	}

#login-password
	{
	height: 2ex;
	background-color: #666666;
	border: none;
	padding: 0;
	}

#login-submit
	{
	height: 2ex;
	background-color: #666666;
	border: none;
	padding: 0;
	}

#information #legal
	{
	position: absolute;
	left: 0;
	width: 41%;
	height: 2.5ex;
	text-align: center;
	}

#information #account
	{
	position: absolute;
	right: 0;
	width: 59%;
	height: 2.5ex;
	text-align: center;
	}

a
	{
	color: #AAAAAA;
	font-style: italic;
	text-decoration: underline;
	}

a:hover
	{
	text-decoration: none;
	}

a.thumbnail-link
	{
	border: none;
	text-decoration: none;
	}

a.thumbnail-link img
	{
	margin: 3px;
	border: 5px solid white;
	padding: 1px;
	background-color: black;
	}

div.image-big
	{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align: center;
	}

div.image-big a
	{
	}

div.image-big img
	{
	border: 9px solid white;
	padding: 1px;
	background-color: black;
	}

#upload-methods dd
	{
	margin-bottom: 1em;
	}

#upload-methods label
	{
	display: inline-block;
	width: 3em;
	}

#upload-methods input[type=submit]
	{
	display: inline-block;
	vertical-align: middle;
	height: 2ex;
	}

p.medium-external-link
	{
	margin-top: 0;
	margin-bottom: 20px;
	}

div.image-big a.permalink
	{
	text-decoration: none;
	vertical-align: top;
	color: #AAAAAA;
	font-style: normal;
	}

div.image-big a.permalink:hover
	{
	color: #FFFFFF;
	}

#register-form input
	{
	font-size: 50px;
	width: 100%;
	font-family: georgia, serif;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	border: none;
	}

#register-form input#register-submit
	{
	font-family: sans-serif;
	}

#register-form dl
	{
	width: 60%;
	margin: auto;
	}

#register-form dt
	{
	font-family: sans-serif;
	}

#register-form dd
	{
	margin-bottom: 1em;
	}

#register-comment
	{
	display: none;
	}
