@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(background.png);
}

div .text {
	padding-bottom: 10px;
	line-height: 20pt;
}

strong {
	font-weight: bold;
}

#guestcode {
	margin: 5px;
	padding: 10px;
	border: 1px dashed #999999;
	vertical-align: baseline;
	background-color: #dddddd;
}

.code {
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #999999;
	color: #666666;
	padding: 2px;
	font-size: 9pt;
	align: center;
}

.warning {
	color: #ffffff;
	background-color: #ff0000;
	padding: 5px;
	border: 1px dashed #ffffff;
}

span#statAlbums {
	font-size: 12pt;
}

span#statImages {
	font-size: 14pt;
}

/*
LINKS
*/

a:link, a:active { text-decoration: underline; color: #333333; }
a:visited { text-decoration: underline; color: #333333; }
a:hover, a:focus { text-decoration: none; color: #000000; }

#bottom #copyright #copyright-right a {
	text-decoration: underline;
	color: #937218;
}

#bottom #copyright #copyright-right a:hover {
	text-decoration: underline;
	color: #000000;
}

#ad {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url(topbg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 40px;
	width: 100%;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

.navigation {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.topnavigation {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 8px;
}

#bottom {
	clear: both;
	width: 100%;
/*	border-top: 5px solid #333333; */
}

#copyright {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #937218;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.info {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#copyright-left {
	float: left;
}

#copyright-right {
	float: right;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 2px;
	margin: 2px;
	float: left;
	border: 1px solid transparent;
/*	background: #ffffff;*/
	width: 440px;
}

.album:hover {
/*	background: #dddddd;*/
	border: 1px dashed #000000;
}

.album img {
	border: 0px solid #000000;
	float: none;
}
.album h3 {
	padding: 0;
	margin: 0;
	font-size: 0.75em;
}
.album h3 a {
	display: block;
	width: 440px;
/*	padding: 3px 0 6px 0;*/
	padding: 0px;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	width: 400px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

/* Image Thumbnails
------------------------------ */

.imagethumb a {
	display: block;
	padding: 0;
	margin: 0;

/*	border: 3px solid #ffffff;*/
	border: 1px solid #ffffff;
	background: #ffffff;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	line-height: 0px;
}
.imagethumb a:visited {
/*	border: 3px solid #aaaaaa;*/
	border: 1px solid #ffffff;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	background: #ffffff;
}
.imagethumb a:hover {
/*	border: 3px solid #333333;*/
	border: 1px solid #333333;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
	background: #dddddd;
}
.imagethumb {
	float: left;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	padding-top: 10px;
	margin: 20px 0 20px 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 1px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #333333;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #333333;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	width: 900px;
	text-align: center;
}

.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}


/* Facebook crap */
#facebook
{
	padding: 5px;
	padding-left: 50px;
}

#facebook-like-float
{
	float: right;
	height: 10px;
	padding: 0;
}
