/* Designed by: D3 <http://d3done.com/> */

body{
	background: #231e20 url(../images/background.gif) repeat-x;
	color: #5d5e60;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	line-height: 20px;
}
#wrapper{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
a:link,a:visited{
	color: #5d5e60;
}

.hr{
	background: url(../images/divider.gif) no-repeat center center;
	width: 495px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: -24px;
}
.hr hr{
	display: none;
}

#dview {
	width: 150px;
	height: 22px;
	background: url(../images/dview.gif) no-repeat;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 20px;
}

/* @group Logo */
#logo{
	text-indent: -2000px;
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
}
#logo h1{
	background: url(../images/logo.gif) no-repeat;
	width: 495px;
	height: 160px;
	padding: 0;
	margin: 0 auto 52px;
}
#logo em{
	background: url(../images/tagline.gif) no-repeat;
	width: 332px;
	height: 36px;
	display: block;
	padding: 0;
	margin: 0 auto 70px;
}

/* @end */

/* @group Post */

.post {
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 40px;
	min-height: 100px;
	text-align: justify;
}
.post h2{
	color: #a1947f;
	padding: 0;
	margin: 0;
	font: normal normal 24px "Times New Roman", Times, serif;
}
.post p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.post img {
	float: left;
	border: 1px solid #a1947f;
	padding: 4px;
	margin: 1px 20px 6px 0;
}
.post img, .post img a{
	background: url(../images/gradient.gif) no-repeat center bottom;
}

/* @group About */

#about {
	margin-top: 13px;
}
#about p{
	padding-bottom: 20px;
}
#about h2{
	background: url(../images/about.gif) no-repeat 0 4px;
	text-indent: -1000px;
	overflow: hidden;
}
#about img{
	margin-top: 2px;
}

/* @end */

/* @end */

/* @group Slim Box */

.lbLoading {
	background: #231f20 url(../images/loading.gif) no-repeat center;
}

#lbImage {
	text-align: center;
	border: 4px solid #231f20;
	background: #a0957f no-repeat center center;
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #231e20;
	cursor: pointer;
}

#lbCenter{
	border: 1px solid #a1947f;
	padding: 0;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
}

#lbPrevLink, #lbNextLink, #lbCloseLink{
	display: block;
	color: #a0957f;
	text-decoration: none;
	font-size: 18px;
	height: 20px;
	padding-top: 10px;
	margin-top: 0;
	padding-bottom: 10px;
}

#lbPrevLink, #lbNextLink {
	position: absolute;
	top: 0;
	width: 100px;
}

#lbCloseLink {
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#lbPrevLink {
	left: 0;
}

#lbNextLink {
	right: 0;
	text-align: right;
}

/* @end */

