@charset "utf-8";
/* CSS Document */

* {
background-color:#000;
color:#fff;
font-family:Tahoma;
letter-spacing:1;
word-spacing:1;
}
body {
font-size:95%;
}
#loginform {
width:760px;
font-size:95%;
}
#center {
text-align:center;
}
#loginform2 {
margin-left:25%;
margin-right:25%;
width:50%;
font-size:95%;
}
input {
width:100%;
padding:3px;
font-weight:normal;
}
.error {
font-size:90%;
color:#FF0000;
font-weight:bold;
text-transform:lowercase;
}
#gallery {
font-size:90%;
text-align:center;
width:100%;
}
#gallery img {
border:solid 2px #fff;
}
#gallery a {
text-decoration:none;
}
#gallery a:visited {
text-decoration:none;
}
#gallery a:hover {
text-decoration:none;
}
.small {
font-size:85%;
}
#galcont {
width:100%;
}
#galcell {
width:250px;
padding:3px;
}
#photo {
width:510px;
padding:5px;
text-align:center;
}
#photo img {
border:solid 2px #fff;
}
#photo a {
text-decoration:none;
}
#photo a:visited {
text-decoration:none;
}
#photo a:hover {
text-decoration:none;
}
#exif {
font-size:90%;
width:200px;
text-align:left;
}
#photodisplay {
width:760px;
font-size:95%;
}
#navleft {
float:left;
font-size:90%;
}
#navright {
float:right;
font-size:90%;
}
#forminfo {
text-align:right;
width:200px;
}
#formfield {
text-align:left;
width:560px;
}
#formfield input {
float:left;
}
h1 {
text-align:center;
}
#commentform {
width:100%;
}
#commentform textarea {
background-color:#fff;
color:#333;
width:100%;
height:200px;
font-size:90%;
}
#comment {
margin-bottom:20px;
width:100%;
text-align:left;
}
#commentheader {
border-bottom:dashed 1px #ccc;
}
#commentcell {
margin-left:20px;
padding-bottom:10px;
font-size:90%;
padding-left:5px;
border-left:dashed 1px #ccc;
}
#gallerynamechanger {
	background-color:#000000;
	border:solid 1px #ccc;
	color:#FFFFFF;
	padding:5px;
	font-size:150%;
	font-weight:bold;
	text-transform:lowercase;
	width:100%;
}