body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCCCFF;
	margin:0;
	padding:0;
}

/*  *** WORDPRESS Header copy *** */
/* Header */
#wp_header
{
	background-color:#00FF00;
	background-image:url(wordpress/wp-content/themes/animetoon/images/header.jpg);
	height:120px;
	color:#FFFFFF;
	text-align:center;
	font-size:30px;
	padding-top:30px;
}

#wp_header a
{
	font-size:48px;
	font-weight:bold;
	color:#FFFFFF;
}


/*  *** WORDPRESS Page copy *** */
#wp_pagecentersize
{
	width:1024px;
	margin:auto;
	padding:0;
}

#wp_page
{
	padding:0;
	margin:0;
}

/*  *** WORDPRESS Table copy *** */
#wp_content table
{
	margin:0;
	background-color:#DDDDFF;
	padding:0;
	clear:both;
}

#wp_content table tr td
{
	vertical-align:top;
}

#wp_table_left
{
	padding: 0;
	margin: 0;
}

#wp_table_right
{
	/*background-color:#9966CC;*/
	background-color:#666666;
	background-image:url(images/kimpossible_hang_trans.png);
	background-repeat:no-repeat;
}

/* Merged with the wp_post_content class */
.wp_post
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E3FAEE;
	margin:0;
	/*padding:0; get's overruled by wp_post_content class*/
	clear:both;
	padding:2px 2px 14px 2px;
}


/*  *** WORDPRESS Footer copy *** */
#wp_footer
{
	margin:0em 0em 3em 0em;
	padding:0.5em 0em 0em 0em;
	background-color:#AACCCC;
	background-image:url(wordpress/wp-content/themes/animetoon/images/footerfade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	font-size:10px;
	font-style:italic;
}


/* The illage refered pages in anime/images/*/
.TextBorder {
	background-color: #CCFFFF;
}

/*Anime Ost File List*/
.animeOstFileList tr:hover {
	background-color:#CCCCCC;
}
.animeOstFileList td:hover {
	background-color:#CCCCCC;
}

/*AnimeInf*/
.animeTitle {
	text-align:center;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:capitalize;
}

/*Anime files List*/
.animeOstFileListEven
{
	background-color:#CCCCCC;
}	

.animeFileList caption
{
	font-size:18px;
	font-weight:bold;
}

.animeFileList tr:hover {
	background-color:#AFBCD8;
}
.animeFileList td:hover {
	background-color:#3AE;
}
.animeFileList th {
	background-color:#AAAAAA;
}
.animeFileList a {
	text-decoration:none;
	color:#009900;
	font-weight:normal;
}
.animeFileNew{
	text-decoration:none;
	color:#009900;
	font-weight:bold;
}

/*AnimeOST*/
.animeOstAlbum {
	font-style:italic;
}
.animeOstAlbum img {
	height:200px;
	width:200px;
	padding:0;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	border:none;
}
.animeOstAlbum td {
	vertical-align:middle;
	text-align:center;
	white-space:normal;
}
.animeOstAlbum a {
	text-decoration:none;
}

/* dropDown mainmenu css script thanks to http://rapidshare.com/ */
ul.dropdown
{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0;
	width:1024px;
	background-image:url(wordpress/wp-content/themes/animetoon/images/header_down.jpg);
	background-position:top;
}
ul.dropdown img, ul.dropdown ul * img
{
	margin:0;
	padding:0;
	border:0;
	width:120px;
}
ul.dropdown * ul
{
	list-style: none;
	margin:0;
	padding: 0;
	display:none;
	position:absolute;
	z-index:99;
}
ul.dropdown li
{
	float: left;
	padding: 0px; /* padding: 2px; helps Opera with hover */
}
ul.dropdown li * li
{
	float: none;
	position: relative;
}
ul.dropdown ul * ul
{
	left:98%;
	top:0;
	width:100%;
}
ul.dropdown a
{
	display:block;
}
ul.dropdown ul * a
{
	width:140px;
}
ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
	display:none;
}
ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
	display:block;
}
ul.dropdown a
{
	background-color:#66CCCC;
	color: #fff;
	padding: 2px 9px 2px 9px;
	text-decoration: none;
}
ul.dropdown a:hover
{
	background-color: #66AAAA;
	color: #fff;
}
ul.dropdown ul
{
	border: 0;
	background-color: #66EEEE;
}
ul.dropdown ul a
{
	background-color: #66EEEE;
	color: #000;
	padding: 4px;
	text-decoration: none;
}
ul.dropdown ul a:hover
{
	background-color: #99FFFF;
	color: #000;
}
ul.dropdown ul li
{
	font-size:12px;
	font-weight:normal;
	background-color: #66EEEE;
}
ul.dropdown hr, ul.dropdown li ul li hr
{
	background-color: #0066CC;
	height: 2px;
	margin: 3px;
	border: 0;
}

#mainmenu
{
	width:100%;
	margin:0;
	background-color:#55AAFF;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

#mainmenu ul
{
	/*background: url(http://images.rapidshare.com/img/img/terminatr_back.png) #666666 repeat-x;*/
	height: 20px;	
}
/********************************* END RAPIDSHARE.COM SCRIPT *************************/