/* HTML elements
------------------------------ */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	color: #260ECB;
	text-align: left;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a img {
	border: none;
}
a:link {
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Page layout blocks / IDs
------------------------------ */
table#wrapper {
	width: 100%;
}
table#banner {
	background: url(images/bannerbackground.jpg) repeat-x;
	height: 118px;
	width: 100%;
}
table#header {
	width: 100%;
}
td#bannerend {
	background: url(images/bannerend.jpg) no-repeat right;
	height: 118px;
	width: 26px;
}
td#logo {
	text-align: center;
	width: 508px;
	vertical-align: middle;
	padding: 0;
	border: 0;
}
td#pagetitle {
	color: #FFFFFF;
	text-align: center;
}
.title {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;  /* decrease default margins for h<x>.title */
}
#logo img {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
/* Sidebar Style
------------------------------ */
td#sidebar-left-top {
	background: url(images/menubackground.jpg) repeat-y left;
	width: 150px;
	height: 100%;
	vertical-align: top;
}
td#sidebar-left {
	background: url(images/menubackground.jpg) repeat-y left;
	width: 150px;
	vertical-align: top;
}
td#sidebar-left-bottom {
	background: url(images/menubackground.jpg) repeat-y left;
	width: 150px;
	vertical-align: bottom;
}
/* Main Content
------------------------------ */
div#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 0 15px 0 5px;
}
td#content {
	vertical-align: top;
}
/* Sidebar Menu Style
------------------------------ */
ul#album_menu {
	padding: 0;
	margin: 0 0 0 15px;
}
ul.album_menu_sub {
	padding: 0;
	margin: 0;
}
ul#album_menu li {
	padding: 0;
	margin: 0;
	line-height: 22px;
	width: 139px;
	list-style: none;
	text-align: center;
}
ul#album_menu li a, ul.album_menu_sub li a {
	padding: 0;
	margin: 0;
	display: block;
	background: url(images/butn.gif) no-repeat center;
	text-align: center;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
	width: 139px;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}
ul#album_menu li a:visited, ul.album_menu_sub li a:visited {
	color: #FFFFFF;
}
ul#album_menu li a:hover, ul.album_menu_sub li a:hover {
	background: url(images/butnover.gif) no-repeat center;
}
ul#album_menu li a#album_menu_active, ul.album_menu_sub li a#album_menu_sub_active {
	background: url(images/butnpress.gif) no-repeat center;
}
/* Footer Style
------------------------------ */
p#showing {
	text-align: center;
}
div#footer {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
}
/* Image Thumbnails
------------------------------ */
div.thumbnail {
	float: left;
	padding: 5px;
}
div.thumbnail table {
	background: #DDEAF0;
	width:  110px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	align: middle;
	border: 1px solid #92BED3;
}
div.thumbnail table:hover {
	background: #F4F9FB;
	border: 1px solid #62A0BF;
}

/* Individual Image
------------------------------ */
#imagewrapper {
	text-align: center;
}

/* Album Thumbnails
------------------------------ */
#album {
	width: 100%;
	float: left;
	padding: 5px 0
}
#albumthumb a {
	display: block;
	text-decoration: none;
	margin: 0 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #92BED3;
	background: #DDEAF0;
}
#albumthumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
#album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 14px;
	color: #000000;
}
/* Page Navigation
------------------------------ */
#navigation {
}
/* Comments
------------------------------ */
#comments {
	clear: both;
	dispany: none;
}
.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%;
}