html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    height: 100%;
}
body {
	background: #020202 url(../imgs/body.jpg) top center no-repeat;
	color: #b6aa82;
    font-family: Georgia, serif;
    font-size: 11px;
	letter-spacing: 1px;
    line-height: 1.4em;
	text-transform: normal;
    width: 100%;
}
a {
	color: #e0d19f;
    text-decoration: none;
}
a:hover {
	color: #FFF;
}
a:active {
    outline: none;
}
#facebook {
	background: url(../imgs/facebook-box.png) no-repeat transparent;
	cursor: pointer;
	display: block;
	height: 290px;
	overflow: hidden;
	padding: 10px 0 10px 52px;
	position: fixed;
	right: -304px;
	top: 45px;
	width: 292px;
	z-index: 99;
}
#wrap {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 960px;		
}
h1#logo {
	padding: 12px 144px 18px;
	position: relative;	
}
h1#logo a {
	background: url(../imgs/logo.png) no-repeat transparent;
	display: block;
	height: 140px;
	text-indent: -9999px;
	width: 400px;	
}
#left-wrap {
	display: block;
	float: left;
	position: relative;
	width: 250px;
}
#menu {
	background: url(../imgs/menu-line.png) no-repeat bottom left transparent;	
	padding: 0 0 1px 0;
	position: relative;		
}
#menu ul {
	background: url(../imgs/menu.png) repeat-y transparent;	
	position: relative;
	width: 250px;
}
#menu ul li {
	background: url(../imgs/menu-line.png) no-repeat top left transparent;	
	padding: 12px 0 12px 12px;	
}
#menu ul li a {
	color: #E0D19F;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #FFFFFF;	
}
#right-wrap {
	display: block;
	float: right;
	position: relative;
	width: 660px;
}
.content-box {
	background: url(../imgs/content-box.png) repeat-y transparent;
	margin: 0 0 20px 0;
	position: relative;
	width: 660px;	
}
.content-box .bottom-line,
.content-box .top-line {
	background: url(../imgs/content-box-line.png) no-repeat transparent;
	clear: both;
	display: block;
	height: 1px;
	position: relative;
	width: 660px;	
}
.content-box .inner {
	padding: 13px 20px 13px 20px;
	position: relative;
}
.content-box h3 {
	font-size: 12px;
	font-weight: normal;
}
.content-box h3 a {
	font-weight: bold;
}
h1 {
	color: #e0d09a;
	font-size: 18px;
}
h1,
h2,
h3 {
	line-height: 1.3em;	
}
.post {
	background: url(../imgs/post-line.png) bottom left no-repeat transparent;
	margin: 20px 0 40px 0;
	padding: 0 20px 20px 20px;
	position: relative;
}
.post h1 {
	margin: 0 0 10px 0;	
}
.post p a {
	color: #9B6200;
	font-weight: bold;	
}
.post p a:hover {
	color: #FFF;
	font-weight: bold;	
}
.post img {
	background: #0b0b0a;
	border: 1px solid #272110;
	margin: 0 0 10px 0;
	padding: 5px;
}
.page {
	margin: 10px 0;
	padding: 0 20px 20px 20px;
	position: relative;
}
.page a.disabled {
	visibility: hidden !important;		
}
.page h1 {
	margin: 0 0 10px 0;	
	width: 540px;
}
.page ol {
	list-style: lower-roman inside;	
	margin: 10px 0 20px 0;
}
.page ol li,
.page ul li {
	margin: 3px 0;	
}
.page ul {
	list-style: square inside;	
	margin: 10px 0 20px 0;
}
.page ul li {
	margin: 3px 0;	
}
.page ul.media {
	list-style: none;
	margin: 10px 0 0 0;		
}
.page ul.media li {
	background: #0b0b0a;
	border: 1px solid #272110;
	float: left;
	line-height: 0;
	margin: 30px 30px 0 0;
	padding: 5px 5px 5px 5px;
	position: relative;	
}
.page .post {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.page .post h1  {
	font-size: 16px;
}
.leading {
	margin: 0 20px 40px 20px;
	position: relative;
}
.gallery {
	background: #0b0b0a;
	border: 1px solid #272110;
	display: block;
	height: 250px;
	margin: 60px 0 10px 0;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 550px;	
}
.gallery-scroll {
	display: block;
	float: left;
	height: 91px;
	overflow: hidden;
	position: relative;
	width: 480px;
}
.gallery-scroll a {
	cursor: pointer;	
}
.gallery-scroll img {
	background: #0b0b0a;
	border: 1px solid #000;
	padding: 3px;
	margin: 5px 15px;
}
.gallery-scroll .items {
	width: 20000em;
	position: absolute;
	clear: both;
}
.gallery-scroll .items div {
	float: left;
}
.gallery-nav {
	display: block;
	height: 16px;
	margin: 0 55px;
	position: relative;
	width: 440px;
}
.gallery-nav a {
	background: url(../imgs/gallery-paging.png) -10px 0 no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 3px;
	width: 10px;
}
.gallery-nav a.active {
	background-position: 0 0;
}
a.gallery-next,
a.gallery-prev {
	background: url(../imgs/gallery-nav.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 30px 10px;
	cursor: pointer;
	font-size: 1px;
}
a.gallery-next {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}
a.gallery-next:hover {
	background-position: -30px -30px;
}
a.gallery-next:active {
	background-position: -60px -30px;
} 
a.gallery-prev {
	margin-left: 0px;
} 
a.gallery-prev:hover {
	background-position: -30px 0;
}
a.gallery-prev:active {
	background-position: -60px 0;
}
a.back {
	background: url(../imgs/back.png) no-repeat transparent;	
	display: block;
	float: right;
	height: 32px;
	position: absolute;
	right: 40px;
	top: 4px;
	width: 32px;
	z-index: 1;
}
.paging {
	color: #4e4930;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;	
}
.paging a {
	color: #4e4930;
	font-size: 16px;
	font-weight: bold;
	margin: 0 4px;
}
.paging a:hover {
	color: #FFF;
}
.paging span {
	background: #020202;
	border: 1px solid #1b170b;
	color: #e0d09a;	
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin: 0 4px;
	padding: 4px 7px 3px 7px;
}


#contact {
	margin: 10px 0;
	padding: 0 20px 20px 20px;
	position: relative;
}
#contact form {
	margin: 10px 0 0 0;
	position: relative;
}
#contact form p {
	margin: 0 0 12px 0;
	width: 400px;
}
#contact form input {
    background: #16140f;
    border: 1px solid #342f23;
	color: #B6AA82;
    font-size: 16px;
	margin: 3px 0 0 0;
    padding: 8px;
    width: 384px;
}
#contact form label {
	color: #6b644d;
	padding: 0 4px;	
}
#contact form textarea {
    background: #16140f;
    border: 1px solid #342f23;
	color: #B6AA82;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 16px;
	height: 144px;
	margin: 3px 0 0 0;
	padding: 8px;
    width: 384px;
}
#contact a#send {
	cursor: pointer;
	font-size: 16px;
	padding: 0 4px;
}
#contact-message ul {
	background: #0a0907;
	border: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 380px;
}
#contact-message ul li {
	margin: 3px 0;
}
#contact-message ul li.error {
	color: #F00;
}
#contact-message ul li.success {
	color: #090;
}
.info {
	margin: 0 0 15px 0;	
}
.info img {
	float: left;
	margin: 0 18px;
}
.info p {
	color: #9b6200;
	float: left;
	font-size: 10px;
	max-width: 520px;
}
#footer {
	display: block;
	height: 50px;
	padding: 0 0 10px 20px;
	position: relative;
	width: 640px;
}
#footer p {
	color: #504b38;
	float: left;
	font-size: 10px;
	margin: 12px 1px 0 0;	
}
#footer a {
	background: url(../imgs/sexytrends.png) no-repeat transparent;
	display: block;
	float: left;
	height: 50px;
	text-indent: -9999px;
	width: 120px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #111111;
}
.lbLoading {
	background: #fff url(../imgs/lightbox-loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #111111;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../imgs/lightbox-prev.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../imgs/lightbox-next.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #111111;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../imgs/lightbox-close.jpg) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
#featured {
	background: url(../imgs/featured.png) no-repeat transparent;
	display: block;
	height: 252px;
	margin:0 0 36px 2px;
	overflow: hidden;
	padding: 10px 25px 10px 25px;	
	position: relative;
	width: 552px;
}
#slider {
	background: url(../imgs/loading.gif) no-repeat 50% 50%;
	border: 1px solid #000;
	display: block;
	height: 250px;
	position: relative;
	width: 550px;
}
#slider img {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px;
	position: absolute;
	top: 0px;
}
.nivoSlider a.nivo-imageLink {
	border: 0;
	display: none;
	left: 0px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 60;
}
.nivo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 50;
}
.nivo-caption {
	background:#000;
	bottom: 0px;
	color: #fff;
	display: none;
	left: 0px;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	margin: 0;
	padding: 6px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {	
	border: 0;
	cursor: pointer;
	display: block;
	height: 34px;
	position: absolute;
	top: 40%;
	width: 32px;
	z-index: 99;	
}
.nivo-prevNav {	
	background: url(../imgs/slider.png) 0 0 no-repeat;	
	left: 10px;
	text-indent: -9999px;
}
.nivo-nextNav {	
	background: url(../imgs/slider.png) -32px 0 no-repeat;
	right: 10px;
	text-indent: 9999px;
}
.nivo-controlNav {
	right: 10px;
	top: 10px;
	position: absolute;
}
.nivo-controlNav a {
	background: url(../imgs/slider.png) -10px -34px no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin-right: 3px;
	position: relative;
	text-indent: -9999px;
	width: 10px;
	z-index: 99;	
}
.nivo-controlNav a.active {
	background-position: 0px -34px;
}
.clear:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}