/* Remove padding and margin */
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
	} 

/* Global Settings -----------------------------------------------------------------------------*/

div div {
	position: relative;
	clear: both;
	}
body
    {
    font: 12px  trebuchet ms, arial, sans-serif;
    color: #ccc;
    background-color: #3a403b;
    background-image: url(body-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
	}

ul {
	list-style-type: none;
	}
li {
	list-style-type: none;
	}

a {
	color: #939496;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}

h1 {
	clear: both;
	color: #818273;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	}

h2 {
	margin: 10px 0 3px;
	color: #939496;
	font-size: 14px;
	font-weight: normal;
	}
/* Container -----------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 768px;
	text-align: left;
	}

#header, #nav, #footer {margin: 0 10px;}

/* Navigation -----------------------------------------------------------------------------*/
#nav {
	clear: both;
	width: 748px;
	height: 19px;
	padding-top: 11px;
	color: #fff;
	}
#nav li {
	float: left;
	}
#nav a {
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	}
#nav a span {
	display: none;
	}
#mainnav a {
	width: 75px;
	height: 19px;
	}
	#mainnav li.home {background-image: url(nav-home-on.gif);}
	#mainnav .home a {background-image: url(nav-home-off.gif);}
	#mainnav .home a:hover {background-image: none;}

	#mainnav li.about {background-image: url(nav-about-on.gif);}
	#mainnav .about a {background-image: url(nav-about-off.gif);}
	#mainnav .about a:hover {background-image: none;}

	#mainnav li.archives {background-image: url(nav-archives-on.gif);}
	#mainnav .archives a {background-image: url(nav-archives-off.gif);}
	#mainnav .archives a:hover {background-image: none;}

	#mainnav li.links {background-image: url(nav-links-on.gif);}
	#mainnav .links a {background-image: url(nav-links-off.gif);}
	#mainnav .links a:hover {background-image: none;}
	
	.home #mainnav li.home a {background-image: url(nav-home-on.gif);}
	.about #mainnav li.about a {background-image: url(nav-about-on.gif);}
	.archives #mainnav li.archives a {background-image: url(nav-archives-on.gif);}
	.links #mainnav li.links a {background-image: url(nav-links-on.gif);}

#subnav {
	position: absolute;
	right: 0;
	bottom: 5px;
	}
#subnav a {
	margin: 0 0 0 7px;
	height: 9px;
	}
#subnav a span {
	display: none;
	}
	#subnav a.rss {background-image: url(rss.gif); width: 17px;}
	#subnav a.subscribe {background-image: url(subscribe.gif); width: 48px;}
	
/* Header -----------------------------------------------------------------------------*/
#header {
	clear: both;
	position: relative;
	color: #fff;
	background-color: #3a403b;
	background-image: url(header-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 47px;
	}
#logo {
	float: right;
	padding: 5px 0;
	width: 198px;
	height: 37px;
	background-image: url(logo-type.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	#logo span {
		display: none;
		}
#logodesc {
	position: absolute;
	left: 0;
	top: 12px;
	width: 204px;
	height: 15px;
	background-image: url(logo-desc.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	#logodesc span {
		display: none;
		}
/* Content -----------------------------------------------------------------------------*/
#content {
	clear: both;
	width: 748px;
	padding: 0 10px;
	background-color: #2c3331;
	background-image: url(container-bg.gif);
	background-position: center;
	}
#pagebody {
	background-color: #2c3331;
	padding: 20px 0 20px 20px;
	height: auto;
	}
#pagebody table {
	}
#col1 {
	padding-right: 20px;
	}
#col2 {
	width: 200px;
	padding-right: 20px;
	}

/* Comments -----------------------------------------------------------------------------*/
#commheader {
	height: 19px;
	color: #fff;
	padding: 7px;
	}
#commheader .title {
	font-weight: bold;
	}
#addcomment {
	text-align: left;
	}
.commentspage #pagebody {
	width: 360px;
	padding: 20px;
	margin: 0 auto 20px;
	}
#comment-middle {
	margin-bottom: 20px;
	}
#commentitems {
	width: 400px;
	margin: 0 auto;
	text-align: left;
	}
.commentspage ul {
	margin: 3px 0 20px 0;
	}
.commentspage li {
	border-left: 4px solid #5d675e;
	padding-left: 10px;
	margin-top: 20px;
	}
.comment-button {
	padding: 0 10px;
	}
#submitbutton {
	text-align: center;
	}
/* Photo -----------------------------------------------------------------------------*/
#photocont {
	clear: both;
	height: 555px;
	}
#photocont table {
	background-color: #5d675e;
	}
#photocont table img {
	}
.portrait {
	text-align: left;
	}
.imgcaption {
	margin-top: 5px;
	color: #939496;
	font-size: 11px;
	text-align: right;
	}
/* Info Bar -----------------------------------------------------------------------------*/
#infobar {
	clear: both;
	position: relative;
	background-color: #2c3331;
	padding: 5px 20px 0 20px;
	}
#photoinfo {
	width: 400px;
	}
.phototitle {
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	}
.photoinfo {
	color: #939496;
	font-weight: normal;
	}
#photonav {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 250px;
	text-align: right;
	font-size: 10px;
	}
	#photonav a {
		color: #939496;
		margin-left: 5px;
		text-decoration: none;
		}
	#photonav a:hover  {
		color: #fff;
		}
#photonav .comments {
	margin-right: 5px;
	}
/* Thumbnails -----------------------------------------------------------------------------*/
#thumbs {
	clear: both;
	background-color: #2c3331;
	width: 748px;
	height: 165px;
	}
#thumbs div {
	padding: 50px 0 10px 0;
	margin-left: 7px;
	}
#thumbs a {
	display: block;
	margin-left: 0px;
	float: left;
	padding: 0 5px;
	}
#thumbs a img {
	padding: 2px;
	background-color: #5a635b;
	}	
#thumbs a img.current-thumbnail {
	background-color: #fff;
	}
#thumbs a:hover img {
	background-color: #939496;
	}

/* Browse Page ------------------------------------------------------------------------*/
#browsebody ul {
	list-style-type: none;
	width: 748px;
	}
#browsebody li {
	list-style-type: none;
	padding: 0 8px 8px 0;
	float: left;
	}
#browsebody a {
	display: block;
	width: 91px;
	height: 91px;
	padding: 2px;
	background-color: #5a635b;
	}
#browsebody a:hover {
	background-color: #939496;
	}

/* Footer -----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 10px;
	width: 758px;
	text-align: right;
	font-size: 11px;
	color: #939496;
    background-color: #3a403b;
    background-image: url(footer-bg.gif);
    background-repeat: no-repeat;
    background-position: top center;
    cursor: default;
	}
#footer a {
	font-weight: normal;
	color: #939496;
	padding: 0 2px;
	text-decoration: none;
	}
#footer a.rss {
	color: #f5821f;
	}
#footer a:hover {
	color: #fff;
	}
#copyright {
	margin-left: 20px;
	}