/* ------------------------------------basic structure------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

body, html {
    background: #000;
	color: #c0cbde;
    font: 11px/18px "trebuchet ms", verdana, arial, sans-serif;
	text-align: left;
}

body {
    min-width: 800px;
    }

img {
	border: 0;
	}

a, a strong {
        border: 0;
	text-decoration: none;
	color: #c32929;
	}

div#content a:hover {
	border-bottom: 2px solid #5f5f5f;
}

a img {
	border: 0;
        text-decoration: none;
	}

p {
        text-align: left;
        margin: 18px 0;
}

p.date {
        text-align: center;
}

b, strong {
	color: #7b7b8e;
}

#content i, #content em {
	color: #fff;
}

input, select, textarea {
	background: #000;
	border-color: #505050;
	border-style: dotted;
	border-width: 1px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 11px;
	color: #c0cbde;
	}

blockquote {
	margin: 0 15px;
}

blockquote p.author {
	background-image: none;
	padding: 0px 50px 0px 60px;
	text-align: right;
}

blockquote {
	background: #FAEDE4;
	border: 1px dotted #D9C3B8;
	margin: 0 25px;
    padding: 10px;
}

blockquote p {
	background-image: none;
	margin: 2px 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------------------------------start layout------------------------------------------- */

div#wrap {
	background: url(/images/layout_bg.jpg) 0 0 no-repeat;
	height: 500px;
	margin: 7% 0 0 auto;
	width: 900px;
}

div.tocenter {
	margin: 0 24px;
	width: 600px;
}

p.sof {
	height: 15px;
	margin: 0 270px 0 0;
	overflow: hidden;
	text-indent: -2000px;
	width: 230px;
}

p.sof a {
	display: block;
	height: 15px;
	outline-style: none;
	padding: 0;
	width: 230px;
}

h1 {
	background: url(/images/lag_ani.gif) 463px 0 no-repeat;
	height: 54px;
	margin: 0;
	overflow: hidden;
	padding: 0 321px 0 48px;
	text-indent: -2000px;
	width: 231px;
}

h1 a {
	display: block;
	height: 54px;
	outline-style: none;
	padding: 0;
	width: 231px;
}

h1 a:hover {
	background: url(/images/h1_bg.jpg) 0 0 no-repeat;
}

div#container {
	width: 900px;
	height: 350px;
}

body#fanlist div#container {
	background: url(/images/layout_bg.jpg) 0 -575px no-repeat;
}

ul#nav {
	display: block;
	height: 40px;
	list-style: none;
	margin: 0 0 35px 495px;
	padding: 0;
	width: 405px;
}

ul#nav li {
	display: block;
	float: left;
	height: 40px;
	overflow: hidden;
	text-indent: -2000px;
}

ul#nav li a {
	display: block;
	height: 40px;
	outline-style: none;
	padding: 0;
}

ul#nav li#bee2 {
	width: 105px;
}

ul#nav li#depth2 {
	width: 125px;
}

ul#nav li#fanlist2 {
	width: 76px;
}

ul#nav li#site2 {
	width: 99px;
}

ul#nav li#bee2 a:hover {
	background: url(/images/layout_bg.jpg) -495px -500px no-repeat;
}

ul#nav li#depth2 a:hover {
	background: url(/images/layout_bg.jpg) -600px -500px no-repeat;
}

ul#nav li#fanlist2 a:hover {
	background: url(/images/layout_bg.jpg) -725px -500px no-repeat;
}

ul#nav li#site2 a:hover {
	background: url(/images/layout_bg.jpg) -801px -500px no-repeat;
}

ul#nav_sub {
	float: left;
	height: 315px;
	margin: 25px 20px 10px 10px;
	padding: 0;
	width: 125px;
}

ul#nav_sub li {
	background: #000;
	display: block;
	float: left;
	height: 30px;
	margin: 2px 0;
	text-align: left;
	text-indent: 10px;
	width: 125px;
}

ul#nav_sub li a {
	color: #fff;
	display: block;
	font: 10px/30px "century gothic", times;
	letter-spacing: 1px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	width: 125px;
}

ul#nav_sub li a:hover {
	color: #fff;
	height: 30px;
}

div#content {
	padding: 10px 0 0 0;
	width: 720px;
	float: left;
}

h2 {
	color: #6c6971;
	font: bold italic 24px/36px times;
	letter-spacing: 1px;
	text-indent: 15px;
}

h3 {
    text-align: left;
	color:#89bbda;
	font: bold 1.2em Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	text-indent: 15px;
	text-transform:uppercase;
}

fieldset {
	border: 1px dotted #757575;
	float: left;
	margin: 0 15px 0 0;
	padding: 5px;
	width: 330px;
}

fieldset legend {
	color: #6c6971;
	font: bold italic 18px/20px times;
	letter-spacing: 1px;
}

p.crimson_date {
        color: #89cada;
        margin: -5px 0 0 0;
		padding: 0 10px 0 0;
        text-indent: 25px;
        text-align: right;
        text-transform: uppercase;
	font: bold 10px/14px "century gothic", arial, sans-serif;
        letter-spacing: 1px;
}

p.crimson_comment {
        text-align: right;
        font-size: 11px;
}

p.toquote {
	color: #e1e4eb;
	font: italic 24px/36px times;
	margin: 80px 0 18px 0;
}

p.toquote span {
	padding: 0 0 0 100px;
}

p.toquote span.righted {
	padding: 0 0 0 200px;
}

div#footer {
	margin: 10px 250px 0 175px;
}

div#footer p {
	color: #fff;
	margin: 10px 0;
	padding: 5px 10px;
}

div#footer a {
	color: #eafafa;
	}

div#footer a:hover {
	border-bottom: 2px solid #fafcef;
}

/* others */

div.credit p, p.number, p.noindent, div#codes p, p.center {
	text-align: center;
}

div#codes p img {
	background: #2f3034;
	padding: 4px;
}

#fansort {
    width: 250px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border: 0;   
}

div#show_member_table table td, #fansort table td {
	line-height: 18px;
	text-align: center;
}

#fansort table td.browse_left {
	text-align: right;   
	padding-right: 10px;
	width: 55%;
}

#fansort table td.browse_right {
	width: 45%;
	text-align: left;   
	padding-left: 10px;
}

div#profile table {
	width: 325px;
	margin: 10px 0;
}

/* special Styles */



.tool-tip {
	border: 1px dotted #505050;
	color: #fff;
	width: 150px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #000;
	text-align: center;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
	text-align: center;
}
 
.custom-tip {
	color: #a3d4ad;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #000;
	border-bottom: 1px solid #505050;
	text-align: center;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
	text-align: center;
}