/*
	Ego for JoniMueller.com, Version 3.1 by Pixelita.com
*/
	
a, a:link, a:active {
	color: #a55;
	text-decoration: underline;
}

a:visited {
	color: #aaa;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

blockquote {
	background: #fff;
	border-left: 5px solid #a55;
	border-right: 5px solid #a55;
	color: #a55;
	font-style: italic;
	margin: 2px 10px 2px 10px;
	padding: 5px;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	color: #333;
	font: normal 82%/200% georgia, times, serif;
}

h2 {
	color: #a55;
	font: 140% georgia, times, serif;
	margin-top: 25px;
}

h2 a, h2 a:link, h2 a:visited, h2 span {
	color: #a55;
}

h2 a:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}

h3 {
	color: #000;
	font: 150% georgia, times, serif;
	margin-top: 30px;
}

h3 a:hover {
	background: transparent;
	color: #f4cab8;
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #fff;
	clear: both;
	height: 0;
	margin: 0 0 12px 0;
	padding: 0;
	width: 65%;
}

html {
	height: 100%;
	margin-bottom: 0.1em;
	overflow-y: scroll; /* Moz */
}

img {
	border: 0;
}

label {
	cursor: pointer;
}

label:hover {
	color: #000;
}

textarea {
	background: #fff;
	border: 1px solid #a55;
	color: #333;
	font: 100%/200% "Courier New", courier, monospace;
	padding: 4px;
	width: 100%;
}

ul.pagelist {
	clear: both;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}

ul.pagelist li.current a {
	color: #333;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

ul.pagelist li.next {
	margin-left: 10px;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

.album {
	background: #fff;
	border: 1px solid #a55;
	clear: both;
	margin-bottom: 12px;
	padding: 10px;
}

.album h3 {
	margin: 0;
	padding: 0;
}

.album h3 a, .album h3 a:link {
	display: block;
	padding: 3px 0 6px 0;
	width: 340px;
}

.album img {
	border: 1px solid #000;
	float: left;
	padding: 0px !important;
}

.album p {
	margin: 0 0 4px 0;
}

.albumdesc {
	float: right;
	width: 80%; /* 480px */
}

.albumdesc small {
	color: #333;
	float: right;
	line-height: 130%;
	margin-top: 8px;
	width: 120px;
}

.checkbox {
	cursor: pointer;
}

.comment {
	background: #fff;
	border: 1px solid #a55;
	margin-bottom: 12px;
	padding: 10px;
}

.commentauthor {
	font-weight: bold;
}

.commentdate {
	color: #aaa;
	font-size: 90%;
	margin-top: 12px;
}

.commentmeta {
	margin-bottom: 12px;
}

.disabledlink {
	color: #aaa;
	cursor: default;
}

.divider {
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}

.error {
	color: #333;
	font-weight: bold;
}

.image {
	border: 0;
	margin: 0;
	padding: 0;
}

.imagethumb {
	float: left;
}

.imagethumb a {
	background: #a55;
	border: 1px solid #a55;
	display: block;
	filter: alpha(opacity=50);
	height: 85px;
	line-height: 0px;
	margin: 6px;
	moz-border-radius: 5px;
	moz-opacity: 0.5;
	opacity: 0.5;
	padding: 10px;
	width: 85px;
}

.imagethumb a:visited {
	background: #eee;
	border: 1px solid #ccc;
}

.imagethumb a:hover {
	background: #fff;
	border: 1px solid #000;
	filter: none;
	opacity: 1;
}

.imgnav {
	_margin-top: 8px; /* IE Only */
	background: #fff;
	border: 1px solid #a55;
	float: right;
	margin-top: 13px;
	text-align: center;
	width: 140px;
}

.imgnav .imgnext a {
	float: right;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	color: #a55;
	display: block;
	float: left;
	font-size: 120%;
	height: 100%;
	line-height: 200%;
	padding: 4px 0;
	text-decoration: none;
	width: 50%;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.inputbox {
	background: #eee;
	border: 1px solid #a55;
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	padding: 2px;
	width: 250px;
}

.menubar a:visited {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;
}

.menubar a:hover {
	color: #a55;
	text-decoration: none;
}

.menubar, .menubar a, .menubar a:link {
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .02em;
	padding: 5px 5px 5px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.pagenav {
	clear: both;
}

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}

#albumdesceditable {
	font-size: 100%;
	margin-bottom: 12px;
}

#comments {
	clear: both;
}

#footer {
	background: transparent;
	border-top: 1px solid #ddd;
	color: #000;
	font-family: "Trebuchet MS", arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	text-align: center;
}

#gallerytitle {
	_margin-top: 40px; /* IE Only */
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
	padding-bottom: 14px;
}

#header {
	background-color: #fff;
	color: #000;
	height: 234px;
	margin: 0px;
	padding: 0px;
	width: 930px;
}

#image {
	line-height: 0;
	text-align: center;
}

#image img {
	border: 2px solid #fff;
	padding: 0px !important;
}

#imagedesceditable {
	margin-top: 24px;
}

#main {
	background: #f4cab8;
	border: 1px solid #a55;
	margin: 20px auto;
	padding: 20px 30px 70px;
	text-align: left;
	width: 840px;
}

#narrow {
	margin: 0 auto;
	width: 440px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 930px;
}
