body {
	color: #aaa;
	background: #000 url('../images/background.png') repeat-x top;
	font-size: 12px;
	line-height: 1.6;
	font-family: Geneva, Helvetica, sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#header h1 a {
	text-indent: -999999px;
	display: block;
	width: 395px;
	height: 100px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
body.thin div#header h1 a {
	width: 460px;
}
h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 5px;
	font-family: serif;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
.post h3 {
	font-size: 32px;
}
#mainblog h3 {
	font-size: 24px!important;
}
hr {
	border-color: #333;
	margin: 50px 0;
}
.smalltitle, .cartHeaders div {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: Helvetica, sans-serif;
}
div#top {
	margin-top: 50px;
}
ul#top_navigation {
	margin: 29px 0 0 0;
}
body.thin ul#top_navigation {
	margin-top: 0!important;
}
ul#top_navigation li {
	list-style: none;
	margin: 0!important;
	display: inline;
}
ul#top_navigation li a {
	text-decoration: none;
	border: none;
	text-align: center;
	color: #999;
	text-shadow: 0px 0px 2px #000;
	font-family: Helvetica;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 17px;
	padding-bottom: 11px;
}
ul#top_navigation li a:hover {
	color: #ccc;
	text-decoration: underline;
}
ul#top_navigation li.active a {
	color: #fff;
	background-image: url('../images/navigation_active.png'); 
}
div#bloglatest ul {
	margin: 0;
}
div#bloglatest li {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #333;
	padding: 5px 0 3px 0;
}
div#bloglatest li.top {
	border-top: 1px solid #333;
}
div#bloglatest li a {
	display: block;
	text-decoration: none;
}
div#bloglatest li a:hover {
	text-decoration: underline;
}
div#bloglatest li small {
	display: block;
	font-size: 10px;
	position: relative;
	top: 2px;
}
ul#slideshow {
	overflow: hidden;
	margin: 0;
	position: relative;
	top: -32px;
}
ul#slideshow, ul#slideshow li, ul#slideshow li img {
	width: 940px;
	height: 391px;
}
ul#slideshow li {
	list-style: none;
	margin: 0;
}
div#slideshow_overlay {
	margin: 0;
	display: block;
	z-index: 1000;
	position: relative;
	top: 10px;
}
a#viewphotogallery {
	z-index: 100;
	position: relative;
	width: 139px;
	height: 30px;
	background-image: url('../images/viewphotogallery.png');
	display: block;
	float: right;
	left: 14px;
	text-indent: -99999px;
}
.float_right {
	float: right;
	display: inline;
	clear: none;
	margin: 0 0 20px 20px;
}
div#pager_outer {
	display: block;
	width: 960px;
	height: 400px;
	position: relative;
	z-index: 500;
	margin-top: -400px;
}
div#pager {
	height: 1px!important;
	display: block;
	position: relative;
	left: 19px;
	top: 334px;
}
div#pager a {
	width: 14px;
	height: 14px;
	text-indent: -99999px;
	display: block;
	float: left;
	margin: 2px;
	background-image: url('../images/pager.png');
	background-repeat: no-repeat;
	background-position: top;
	opacity: 0.5;
}
div#pager a.activeSlide {
	background-position: bottom;
	opacity: 1;
}
div#pager a:hover {
	opacity: 1;
}
div#footer ul, div#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
div#footer li {
	display: inline;
	font-family: Helvetica;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #333;
}
div#footer li a {
}
.postmetadata .smalltitle {
	font-weight: normal;
	color: #555;
}
.postmetadata strong {
	color: #888;
	font-weight: normal;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 30px 20px 10px;
	border-bottom: 1px solid #555;
	background: #222;
}
.comment-meta {
	display: none;
}
.comment-author {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	color: #ccc;
	font-style: normal;
	background: #222;
}
.comment-author img {
	margin-right: 5px;
}
.comment-author cite, .comment-author span {
	position: relative;
	top: -10px;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica;
}
.comment-author span {
	color: #777;
}

ul#list_pages li {
	display: inline;
	list-style: none;
	font-size: 24px;
}