#menubar {
	position: fixed;
	bottom: 10px;
	left: 0px;
	right: 0px;
	padding: 20px;
	opacity: 0.85;
	background-color: black;
	color: white;
	z-index: 10;
}

#menubar h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: "century gothic";
	letter-spacing: 5px;
	display: inline;
}

#menubar ul {
	display: inline;
}

#menubar ul li {
	list-style: none;
	display: inline;
	margin: 0px 20px;
}

#menubar ul li:hover {
	border-bottom: solid 20px white;
	cursor: pointer;
}

#menubar a {
	color: white;
	text-decoration: none;
}

.spacer{clear:both; height:1px;}

div.form {
	width:400px;
	padding:14px;
}

div.form {
}

div.form h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

div.form p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

div.form label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

div.form .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

div.form a {
	color:#666666;
}

div.form input[type="text"], div.form input[type="password"], div.form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

div.form div.thumb {
	float:left;
	width:200px;
	margin:2px 0 20px 10px;
	text-align: left;
	overflow: none;
}

div.form input[type="submit"], div.form input[type="button"], div.form input[type="checkbox"] {
	clear:both;
	margin-left:150px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
}

div.form img.loading {
	clear:both;
	margin-left:150px;
}

#error {
	color: red;
	margin-bottom: 10px;
}

#errorExplanation {
	margin-bottom: 10px;
}

#errorExplanation p {
	font-size:11px;
	color:#666666;
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom:10px;
}

#errorExplanation li {
	font-size:12px;
	color: red;
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom:3px;
}



.image {
	position: relative;
	display: inline;
}

.image p {
	position: absolute;
	bottom: 24px;
	left: 20px;
	width: 198px;
	font-size: 12px;
	line-height: 15px;
	background-color: black;
	color: white;
	padding: 2px;
}

.image img {
	margin: 20px;
	border: solid 1px black;
}

.image a {
	text-decoration: none;
}

#images {
	margin-bottom: 64px;
}

.user_image {
	clear: both;
}

.user_image img { 
	margin: 10px;
	border: solid 1px black;
	float: left;
}

.user_image h1 {
	padding-top: 10px;
}

.user_image p.date {
	padding-top: 5px;
}

.user_image p.links {
	padding-top: 5px;
}

.user_image a {
	color: black;
}

.user_image a.external, .user_image p.date {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}