* {
	margin: 0px;
	padding: 0px;
	outline: 0;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	border: none;
}

body, html {
	background-color: #2b2b21;
}

div.sub {
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

div.floats {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

div.floats div.left {
	width: 668px;
	float: left;
}

div.floats div.right {
	width: 254px;
	float: left;
}

hr {
	display: none;
}








div#top {
	background-image: url(../images/layout/top_rx-b.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #343428;
}

div#top p {
	display: block;
	width: 550px;
	margin-left: 18px;
	border-bottom: 4px solid #bf2130;
	font-size: 11px;
	color: #eae8ce;
	line-height: 15px;
	padding: 3px 0 3px 100px;
}








div#header {
	background-image: url(../images/layout/header_rx-t.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #37372a;
}

div#header div.sub {
	background-image: url(../images/layout/header_tc.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

div#header h2 {
	display: block;
	width: 475px;
	height: 80px;
	padding: 22px 0 20px 118px;
}

div#header h2 a {
	display: block;
	background-image: url(../images/layout/title.gif);
	width: 475px;
	height: 80px;
	font-size: 1px;
	text-indent: -9999px;
}

div#header h1 {
	display: block;
	width: 246px;
	height: 100px;
	float: right;
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#header h1.blog {
	background-image: url(../images/layout/h2_blog.gif);
}
div#header h1.reviews {
	background-image: url(../images/layout/h2_reviews.gif);
}
div#header h1.about {
	background-image: url(../images/layout/h2_about.gif);
}
div#header h1.fanart {
	background-image: url(../images/layout/h2_fanart.gif);
}
div#header h1.contact {
	background-image: url(../images/layout/h2_contact.gif);
}
div#header h1.biblio {
	background-image: url(../images/layout/h2_biblio.gif);
}
div#header h1.interviews {
	background-image: url(../images/layout/h2_inter.gif);
}
div#header h1.links {
	background-image: url(../images/layout/h2_links.gif);
}

div#header h1 span {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	width: 246px;
	height: 100px;
}

div#header p {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 14px;
}







div#nav {
	height: 54px;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/layout/nav_lb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#nav ul {
	margin-left: 48px;
	list-style-type: none;
}

div#nav li {
	float: left;
	display: block;
	background-image: url(../images/layout/nav_li_lb.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 54px;
}

div#nav li a {
	display: block;
	height: 49px;
	line-height: 49px;
	padding: 5px 11px 0 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #343428;
}

div#nav li.current a {
	color: #fff;
	background-image:url(../images/layout/nav_a_current_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#nav li a:hover {
	color: #bf2130;
}

div#nav li.current a:hover {
	color: #fff;
}









div#content {
	background-image: url(../images/layout/content_rx-t.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #404031;
}

div#content div.sub {
	background-image: url(../images/layout/content_ry-t3.gif);
	background-position: 3px top;
	background-repeat: repeat-y;
}

div#content div.floats {
	background-image: url(../images/layout/content_float_b18.jpg);
	background-position: 18px bottom;
	background-repeat: no-repeat;
}

div#content div.left {
	background-image: url(../images/layout/content_float_t18.jpg);
	background-position: 18px top;
	background-repeat: no-repeat;
}








div.entry {
	width: 100%;
	overflow-y: auto;
	background-image: url(../images/layout/entry_rb.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 35px;
}

div.entry:first-child {
	background-image: none;	
}

div.entry div.date {
	width: 100px;
	float: left;
}

div.entry div.date p {
	display: block;
	padding: 8px 10px 6px 0;
	background-image: url(../images/layout/date_rb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}

div.entry div.date p span {
	display: none;
}

div.entry div.date p em {
	font-style: normal;
	line-height: 11px;
	font-size: 11px;
	display: block;
}

div.entry div.date p strong {
	line-height: 24px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}

div.entry div.date h6 {
	font-weight: normal;
	color: #7b7962;
	font-size: 11px;
	line-height: 11px;
	display: block;
	text-align: right;
	margin: 2px 3px 20px 0;
}

div.entry div.text {
	width: 526px;
	padding: 0 24px 20px 0;
	float: right;
}

div.entry div.text h3 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #404031;
	margin-bottom: 10px;
}

div.entry div.text h3 a {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #404031;
}

div.entry div.text h4 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #6e6e61;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/layout/date_rb.gif);
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
	left: -118px;
	padding-left: 118px;
	margin-top: 20px;
}

div.entry div.text h5 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #404031;
	margin-bottom: 10px;
}

div.entry div.text h6 {
	font-size: 14px;
	font-weight: bold;
	color: #404031;
	margin-bottom: 5px;
}

div.entry div.text p {
	font-size: 12px;
	line-height: 19px;
	color: #404031;
	margin-bottom: 10px;
}

div.entry div.text u {
	text-decoration: underline !important;
}

div.entry div.text strike {
	text-decoration: line-through !important;
}

div.entry div.text a {
	color: #bf2130;
	border-bottom: dashed 1px transparent;
}

div.entry div.text a:hover {
	border-bottom: dashed 1px #bf2130;
}

div.entry ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
}

div.entry li {
	font-size: 11px;
	margin-bottom: 3px;
	background-image: url(../images/layout/offline_li_lc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #404031;
}






div.entry div.text img {
	padding: 4px;
	background-color: #cecbb8;
	border: solid 1px #9b9a8c;
	margin: 10px 0;
	display: block;
	max-width: 512px;
}










div.entry div.text ul.links {
	list-style-type: none;
	display: block;
	width: 100%;
	overflow-y: auto;
}

div.entry div.text ul.links li {
	float: left;
	display: block;
	padding-left: 18px;
	background-position: left center;
	background-repeat: no-repeat;
}

div.entry div.text ul.links li a {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-right: 25px;
}
div.entry div.text ul.links li.comment {
	background-image: url(../images/layout/icon_comments.gif);
}
div.entry div.text ul.links li.lj {
	background-image: url(../images/layout/icon_lj.gif);
}








div.comment {
	background-image: url(../images/layout/entry_rb.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.comment div {
	padding: 12px 24px 12px 118px;
	background-image: url(../images/layout/icon_quote.gif);
	background-position: 73px 16px;
	background-repeat: no-repeat;
}

div.comment p {
	font-size: 12px;
	line-height: 18px;
	color: #404031;
	margin-bottom: 5px;
}

div.comment h5 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8a8a73;
}

div.comment h5 a {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #bf2130;
}

div.comment h5 span.date {
	font-weight: normal;
	color: #7B7962;
	font-size: 11px;
	font-family: Tahoma,Arial,sans-serif;
}





div.entry ul.linklist {
	display: block;	
	margin-bottom: 14px;
	width: 100%;
	overflow-y: auto;
}

div.entry ul.linklist li {
	display: block;
	float: left;
	background-image: none;
	padding: 0;
}

div.entry ul.linklist a {
	display: block;
	color: #222;
	background-color: #c8c6b2;
	border-top: solid 1px #a9a796;
	border-bottom: solid 1px #fff;
	font-size: 11px;
	line-height: 13px;
	white-space: nowrap;
	padding: 4px 8px;
	margin: 0 5px 5px 0;
}

div.entry ul.linklist a:hover {
	background-color: #dad8c2;
	border-color: #dad8c2;
	color: #000;
}






span.ljuser img {
	display: none !important;
}

span.ljuser b {
	font-weight: normal;
}






div.left form#comment_form {
	display: block;
	margin: 12px 0 0 18px;
	background-image: url(../images/layout/form_lt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ddd9bb;
	border-bottom: solid 1px #bdb9a3;
}

div.left form#comment_form fieldset {
	position: relative;
	display: block;
	top: -3px;
	background-image: url(../images/layout/form_h3.gif);
	background-position: 51px top;
	background-repeat: no-repeat;
	padding: 0 0 24px 100px;
}

div.left form#comment_form h3 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #404031;
	padding: 24px 0 0 0;
	font-style: italic;
}

div.left form#comment_form div.field {
	width: 251px;
	padding-right: 24px;
	float: left;
}

div.left form#comment_form label {
	display: block;
	clear: both;
	font-size: 12px;
	color: #404031;
	line-height: 14px;
	padding-top: 15px;
}

div.left form#comment_form div.field input, div.left form#comment_form textarea {
	border: solid 1px #8b8b72;	
	font-size: 12px;
	padding: 2px 3px;
	background-color: #fdfdf7;
	background-image: url(../images/layout/textarea_rx-lt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}

div.left form#comment_form div.field input {
	width: 243px;	
}

div.left form#comment_form div.field img {
	margin-top: 24px;
}

div.left form#comment_form textarea {
	width: 518px;
	height: 120px;
}

input.button, a.button {
	background-image: url(../images/layout/button.gif);
	background-position: left top;
	width: 168px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

input.button:hover, a.button:hover {
	background-position: left bottom;	
}

div.left form#comment_form input.button {
	margin-top: 15px;	
}








div.right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px 5px 14px;
	line-height: 22px;
	background-image: url(../images/layout/right_h3_lb.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	color: #fff;
	margin: 1px 0 14px 0;
}

div.right h4 {
	font-size: 12px;
	font-weight: normal;
	color: #eae8ce;
	border-left: solid 4px #bf2130;
	padding-left: 10px;
	margin-bottom: 14px;
	line-height: 18px;
}
div.right h4 a {
	color: #eae8ce;
}
div.right h4 a:hover {
	color: #fff;
}

div.right img {
	display: block;
	margin: 0 auto 14px auto;
	padding: 4px;
	background-color: #343428;
	border: solid 1px #767658;
}

div.right p {
	color: #eae8ce;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 14px 14px;
}

div.right p a, div.right ul a, div#footer p a {
	color: #fee281;
	border-bottom: dashed 1px transparent;
}

div.right p a:hover, div.right ul a:hover, div#footer p a:hover {
	color: #fff;
	border-bottom: dashed 1px #fee281;
}

div.right strong, div.right em {
	color: #fff;
}









div.right ul.linklist {
	display: block;	
	padding-left: 14px;
	margin-bottom: 14px;
	width: 240px;
	overflow-y: auto;
}

div.right ul.linklist li {
	display: block;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
}

div.right ul.linklist a {
	display: block;
	color: #dbdada;
	background-color: #2f2f1d;
	border-top: solid 1px #262617;
	border-bottom: solid 1px #504f36;
	font-size: 11px;
	line-height: 13px;
	white-space: nowrap;
	padding: 4px 8px;
	margin: 0 5px 5px 0;
}

div.right ul.linklist a:hover {
	color: #fff;
	background-color: #262617;
	border-top: solid 1px #262617;
	border-bottom: solid 1px #504f36;
}










div.right ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	padding-left: 14px;
}

div.right li {
	font-size: 11px;
	margin-bottom: 3px;
	background-image: url(../images/layout/offline_li_lc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #eae8ce;
}









div#footer {
	background-image: url(../images/layout/footer_rx-t.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

div#footer div.sub {
	background-image: url(../images/layout/footer_t.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 28px;
}

div#footer div.sub div {
	background-image:url(../images/layout/footer_b.gif);
	background-position:18px bottom;
	background-repeat:no-repeat;
	margin-bottom:30px;
	padding:20px 24px 32px 48px;
	width:596px;
}

div#footer ul {
	list-style-type: none;
	display: block;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 10px;
}

div#footer li {
	display: block;
	float: left;
	margin: 0 30px 3px 0;
}

div#footer li a {
	font-size: 11px;
	color: #fee281;
	border-bottom: dashed 1px transparent;
}

div#footer li a:hover {
	color: #fff;
	border-bottom: dashed 1px #fee281;
}

div#footer p {
	color: #7c7c5c;
	font-size: 11px;
	margin-bottom: 2px;
}







div#notify {
	background-image: url(../images/layout/notify_p_rxlb.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#notify p {
	padding: 15px 0 15px 118px;
	width: 804px;
	margin: auto;
	font-size: 12px;
}