/* Normal, standard links. */

a:link

{

	color: #4E4E4E;

	text-decoration: none;

}

a:visited

{

	color: #4E4E4E;

	text-decoration: none;

}

a:hover

{

	color:#BE462B;

	text-decoration:underline overline;

}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited

{

	color: #000000;

	text-decoration: none;

}

a.nav:hover

{

	color: #cc3333;

	text-decoration:underline overline;

}



/* Tables should show empty cells. */

table

{

	empty-cells: show;

}



/* By default (td, body..) use verdana in black. */

body, td, th, tr

{

	color: #000000;

	font-size: small;

	font-family: verdana, sans-serif;

}



/* The main body of the entire forum. */

body

{

	margin: 0;

	padding: 0px;

	background: url('images/bg.jpg');

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button

{

	color: #000000;

	font-family: verdana, sans-serif;

}

input, button

{

	font-size: 90%;

}



textarea

{

	font-size: 100%;

	color: #000000;

	font-family: verdana, sans-serif;

}



/* All input elements that are checkboxes or radio buttons. */

input.check

{

}



/* Selects are a bit smaller, because it makes them look even better 8). */

select

{

	font-size: 90%;

	font-weight: normal;

	color: #000000;

	font-family: verdana, sans-serif;

}



/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor

{

	height: 1px;

	border: 0px none;

	color: #666666;

	background-color: #666666

}



/* No image should have a border when linked */

a img

{

	border: 0px none;

}

/* A quote, perhaps from another post. */

.quote

{

	color: #000000;

	background-color: #A1BFD9;

	border: 1px solid #000000;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

}



/* A code block - maybe even PHP ;). */

.code

{

	color: #000000;

	background-color: #dddddd;

	font-family: "courier new", "times new roman", monospace;

	font-size: x-small;

	line-height: 1.3em;

	/* Put a nice border around it. */

	border: 1px solid #000000;

	margin: 1px auto 1px auto;

	padding: 1px;

	width: 99%;

	/* Don't wrap its contents, and show scrollbars. */

	white-space: nowrap;

	overflow: auto;

	/* Stop after about 24 lines, and just show a scrollbar. */

	max-height: 24em;

}



/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

	color: #000000;

	text-decoration: none;

	font-style: normal;

	font-weight: bold;

	font-size: x-small;

	line-height: 1.2em;

}



/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help

{

	cursor: help;

}



/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction

{

	color: red;

}



/* The main post box - this makes it as wide as possible. */

.editor

{

	width: 96%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: yellow;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg, #preview_body

{

	color: #000000;

	background-color: #BDEDFF;

}

.windowbg:hover

{

background-color:#8FE3E3;

}



.windowbg2

{

	color: #000000;

	background-color: #8FE3E3;

}

.windowbg2:hover

{

background-color:#BDEDFF;

}

.windowbg3

{

	color: #000000;

	background-color: #BDEDFF;

}

.windowbg3:hover

{

background-color:#8FE3E3;

}



.windowbg4

{

	color: #000000;

	background-color: #FFFFFF;

}

/* the today container in calendar */

.calendar_today

{

	background-color: #FFFFFF;

}



/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td

{

	color: black;

	font-style: normal;

	background: #A1BFD9 url('images/titlebgbg.png') no-repeat;

	height: 20px;

	border-bottom: 1px solid #9BAEBF;

	border-top: 1px solid #FFFFFF;

	padding-left: 10px;

	padding-right: 10px

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	color: black;

	font-style: normal;

}



.titlebg a:hover

{

	color: #404040;

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{

	color: black;

	font-style: normal;

	text-decoration: underline;

}



.titlebg2 a:hover

{

	text-decoration: underline;

}



/* This is used for categories, page indexes, and several other areas in the forum.

.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg, tr.catbg td

{

	background: #88A6C0 url('images/catbg.png') no-repeat;

	height: 70px;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px

}

.catbg3, tr.catbg3 td

{

	background: #88A6C0 url('images/catbg3.png') no-repeat;

	height: 70px;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px

}

.catbg2, tr.catbg2 td

{

	background: #A1BFD9 url('images/catbghid.png') no-repeat;

	height: 70px;

	color: #ffffff;

	padding-left: 10px;

	padding-right: 10px

}

.catbg, .catbg2, .catbg3

{

	border-bottom:none;

}

.catbg, .catbg2

{

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited

{

	font-size: 95%;

	color: white;

	text-decoration: none;

}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited

{

	color: white;

	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover

{

	color: #e0e0ff;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

	background-color: #0FD4A1;

	padding: 0px;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

	padding: 1px;

	border: 1px solid #0FD4A1;

	background-color: #0FD4A1;

}



/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: verdana, sans-serif;

}

.middletext

{

	font-size: 90%;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}





/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{

	width: 100%;

	overflow: auto;

	line-height: 1.3em;

}



/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature

{

	width: 100%;

	overflow: auto;

	padding-bottom: 3px;

	line-height: 1.3em;

}



/* Sometimes there will be an error when you post */

.error

{

	color: red;

}





/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first {



	VERTICAL-ALIGN: top



}



.maintab_back {



	VERTICAL-ALIGN: top



}



.maintab_last {



	VERTICAL-ALIGN: top



}



.maintab_active_first {



	VERTICAL-ALIGN: top



}



.maintab_active_back {



	VERTICAL-ALIGN: top



}



.maintab_active_last {



	VERTICAL-ALIGN: top



}



.maintab_back {



	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none



}



.maintab_active_back {



	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none



}



.maintab_first {



	DISPLAY: none



}



.maintab_back {



	BORDER-BOTTOM: #d77455 3px solid



}



.maintab_last {



	DISPLAY: none



}



.maintab_active_first {



	DISPLAY: none



}



.maintab_active_back {



	COLOR: black; BORDER-BOTTOM: #d77455 3px solid; TEXT-DECORATION: none



}



.maintab_active_last {



	DISPLAY: none



}



.maintab_back A:link {



	TEXT-DECORATION: none



}



.maintab_back A:visited {



	TEXT-DECORATION: none



}



.maintab_active_back A:link {



	TEXT-DECORATION: none



}



.maintab_active_back A:visited {



	TEXT-DECORATION: none



}



.maintab_back A:hover {



	BORDER-BOTTOM-WIDTH: 3px; BORDER-BOTTOM-COLOR: #d77455; COLOR: black; TEXT-DECORATION: none



}



.maintab_active_back A:hover {



		BORDER-BOTTOM-WIDTH: 3px; BORDER-BOTTOM-COLOR: #d77455; COLOR: black; TEXT-DECORATION: none



}



.mirrortab_first {



	VERTICAL-ALIGN: top



}



.mirrortab_back {



	VERTICAL-ALIGN: top



}



.mirrortab_last {



	VERTICAL-ALIGN: top



}



.mirrortab_active_first {



	VERTICAL-ALIGN: top



}



.mirrortab_active_back {



	VERTICAL-ALIGN: top



}



.mirrortab_active_last {



	VERTICAL-ALIGN: top



}



.mirrortab_back {



	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none



}



.mirrortab_active_back {



	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none



}



.mirrortab_first {



	DISPLAY: none



}



.mirrortab_back {



	BORDER-TOP: #d77455 3px solid



}



.mirrortab_last {



	DISPLAY: none



}



.mirrortab_active_first {



	DISPLAY: none



}



.mirrortab_active_back {



	BORDER-TOP: #d77455 3px solid; COLOR: black; TEXT-DECORATION: none



}



.mirrortab_active_last {



	DISPLAY: none



}



.mirrortab_back A:link {



	TEXT-DECORATION: none



}



.mirrortab_back A:visited {



	TEXT-DECORATION: none



}



.mirrortab_active_back A:link {



	TEXT-DECORATION: none



}



.mirrortab_active_back A:visited {



	TEXT-DECORATION: none



}



.mirrortab_back A:hover {



	BORDER-TOP-WIDTH: 3px; COLOR: black; BORDER-TOP-COLOR: #d77455; TEXT-DECORATION: none



}



.mirrortab_active_back A:hover {



	BORDER-TOP-WIDTH: 3px; COLOR: black; BORDER-TOP-COLOR: #d77455; TEXT-DECORATION: none



}



/* The AJAX notifier */

#ajax_in_progress

{

	background: #FFFFFF;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

}

/* Header */

#header2 {

	background: url('http://www.eclipse-scans.net/wp-content/themes/AnimeVisual_2_0_Theme/anime-visual-theme/images/headers/forum/toplogo.jpg') no-repeat center top;; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:347px	

}



#header {

	width: 800px;

	height: 50px;

	margin: 0 auto;

	background: url('images/img02.jpg') no-repeat left top;

}

#wrapper {

	background:url('images/pagebg.png') repeat-y top;

	width:800px;

	padding:0px;

	margin:0 auto

}



.clear {

	clear:both;

}

 #navigation {

	text-align: right;

	float: right;

}



 #navigation ul {

	list-style:none;

	margin:0;

	padding:0;

}



 #navigation ul li {

	margin:0px 0px 0px 0px;

	padding:0;

	display: block;

	float: left;
	
	font-family:"Trebuchet MS", Helvetica, sans-serif;

	font-size:18px;

	height:28px;

	line-height:28px;

}



 #navigation ul li a {

	text-decoration: none;

	color:#e7c69e;

	padding:0 12px;

	display: block;

	float: left;

	margin:0;

	border-top:4px solid #ebcda9;

}

 #navigation ul li a:hover{

	border-top:4px solid #fef7e5;

}

 #navigation ul li.current_page_item a {

	border-top:4px solid #6bb5ce;

	color:#6bb5ce;

}

 #navigation ul li.current_page_item a:hover {

	border-top:4px solid #6bb5ce;

	color:#6bb5ce;

}

  

#clear_head {

	clear: both;

	height:8px;

	line-height: 8px;

}



.clear_head {

	clear: both;

	height:8px;

	line-height: 8px;

}

#name h1 {

	display: none;

}

#top_extras {

	width:90px;

	float: left;

	padding-left:10px;

	padding-top:12px;

	height:300px;

}



#top_extras img{

	margin-bottom:10px;

}



img#toprss {

	background-image:url('images/toprss.png');

	background-repeat : no-repeat

}



#say {

	display: none;

	float:left;

	color:#89c3e0;

	font-size:14px;

	font-weight:bold;

	text-align:center;

	width:173px;

	height:65px;

	padding-top: 40px;

	background:url('images/say.png') no-repeat top;

}

  

#undertop {

	height:42px;
	background: url('http://www.eclipse-scans.net/wp-content/themes/AnimeVisual_2_0_Theme/anime-visual-theme/images/headers/forum/undertop.jpg') no-repeat center top;

}



ul#nav {

	margin: 0px;

	padding: 0px 8px;
	
	font-family:"Trebuchet MS", Helvetica, sans-serif;

	}



ul#nav li{

	margin: 0px;

	padding: 0px 0px;

	}

	

#nav ul {

	float: left;

	list-style: none;

	margin: 0px;

	padding: 0px 0px;

	}

	

#nav li {

	list-style: none;

	margin: 0px;

	padding: 0px;

	font-size:10px;
	
	font-family:"Trebuchet MS", Helvetica, sans-serif;

	text-transform:uppercase;

	}

	

#nav li a, #nav li a:link, #nav li a:visited {

	color:#607e89;

	display: block;

    margin: 0px;

	padding:0px 10px;

	line-height:42px;

	text-decoration: none;

	}



#nav li a:hover, #nav li a:active {

	background-color:#e3f0f6;

    margin: 0px;

	line-height:42px;

	text-decoration: none;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	background: #e3f0f6;

	width: 150px;

	float: none;

	margin: 0px;

	line-height:30px;

	border-bottom: 1px solid #FFFFFF;

	border-right: 1px solid #FFFFFF;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #A1DF7A;

	color: #FFFFFF;

	line-height:30px;

	margin: 0px;

	padding:0px 10px;

	}



#nav li {

	float: left;

	padding: 0px;

	}



#nav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 170px;

	margin: 0px;

	padding: 0px;

	}



#nav li li { 

	}



#nav li ul a { 

	width: 140px;

	}



#nav li ul a:hover, #nav li ul a:active { 

	}



#nav li ul ul {

	margin: -32px 0 0 171px;

	}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

	}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

	}



#nav li:hover, #nav li.sfhover { 

	position: static;

	}



  

#showcategories {

	float: left;

}  

#title {



	display: block;



	overflow:hidden;



	background:url('images/') no-repeat top right;



	padding-top: 59px;



	height: 20px; margin-left:0; margin-right:0px; margin-top:0px; margin-bottom:0



}



#chatadsense {

  	width: 700px;

	position: inherit;

 	margin-left: 80%;

	margin-right: auto;

}



/* Menu */



#menu {

	float: left;

	width: 800px;

	height: 50px;

}



#menu ul {

	margin: 0;

	padding: 0px 0 0 20px;

	list-style: none;

	line-height: normal;

}



#menu li {

	display: block;

	float: left;

}



#menu a {

	display: block;

	float: left;

	margin-right: 3px;

	padding: 12px 20px;

	letter-spacing: -.5px;

	text-decoration: none;

	text-transform: lowercase;

	font: 16px "augie", Felt, Comic Sans MS, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



#menu a:hover { 

	text-decoration: none; 

	background: #8FE3E3;

	color: #FFFFFF;

}



#menu .current_page_item a {

	background: #BDEDFF;

	color: #FFFFFF;

}



/** LOGO */



#logo {

	width: 800px;

	height: 120px;

	margin: 0 auto;

	background: url('images/img15.png') no-repeat left top;

}



#logo h1, #logo h2 {

	float: right;

	margin: 0;

	padding: 0 0 0 20px;

	line-height: normal;

}



#logo h1 { padding-top: 0px; }



#logo h1 a {

	text-decoration: none;

	color: #000000;

}



#logo h1 a:hover { text-decoration: underline; }



#logo h2 {

	padding: 10px 0 0 120px;

	font: italic 13px Georgia, "Times New Roman", Times, serif;

	color: #A1BFD9;

}



#logo p a {

	text-decoration: none;

	color: #A1BFD9;

}



#logo p a:hover { text-decoration: underline; }





#menu .current

{

background: #A1BFD9;

	color: #FFFFFF;

}

	

/* Footer */

#footer-wrap {

	width: 860px;

	height: 64px;

	margin: 0 auto;

	background: url('images/') no-repeat left top;

}



#footer {

	margin: 0 auto;

	height: 64px;

	min-height: 64px;

	padding: 0;

	background: #A1BFD9 url('images/') repeat-x;

}



html>body #footer {

	height: auto;

}



#footer p {

	background: #BDEDFF;

}



#legal {

	clear: both;

	padding-top: 10px;

	text-align: center;

	color: #FFFFFF;

}



#legal a {

	color: #000000;

}





.friede{ 

color:#CCCCCC;

	margin: 0 auto;

	padding: 5px 10px;

	background: white;

	border: 2px solid #BE462B;

	}

	

.forumwrap

{

padding:0px 60px 0px 60px;

}



.headertext

{

padding:10px 0px 0px 130px;

	font: italic 13px Georgia, "Times New Roman", Times, serif;

	color: #33CCFF;

	}