@charset "utf-8";
/* CSS Document */
/* Feminine Divinity Website Global Styles*/

/* Global Styles */
body{
	margin:0 auto;
	padding:0px;
	background-color:#000;
	border:0;
	height:100%;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
}
img{border:0;}

/* Links styles*/
a{ color:#FFCCFF;  text-decoration:none; }
a:link{ color:#FFCCFF;}
a:visited{ color:#FF33FF}
a:active{ color:#FFF}
a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* Text headers styles*/
h2{	font-family:Verdana, Tahoma, Arial;	font-size:15px; font-weight:bold; color:#FFF; margin-bottom:-14px;}
h3{
	font-family:Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	color:#F0F;
	margin-bottom:-14px;
}
h4{ font-family:Verdana, Tahoma, Arial;	font-size:12px; font-weight:bold; color:#FFF; margin-bottom:-14px;}
h5{ font-family:Verdana, Tahoma, Arial;	font-size:11px; font-weight:bold; color:#FFF;}

/* Styles for top menu */
#topnavdown{ top:270px; z-index:700; width: 100%; margin:0 auto; text-align:center; position:absolute; border:0;} /* For Splashscreen*/
#topnavnormal{ top:100px; z-index:700; width: 100%; margin:0 auto; text-align:center; position:absolute; border:0;}
#topsearchbox{ top:10px; position:absolute; right:10px;} /*Searchbox location*/

/* Styles for side menu */
.left{ float:left; width:255px; top:18px; border:0; margin:0; padding:0; vertical-align:top;} /*Menu Box*/

/*Duplicate a box below for each submenu*/
#menu_about{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_community{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_media{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_info{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_equipments{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_weapons{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_vehicles{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_tutorials{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}
#menu_events{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;} 
#menu_misc{display:none; background:url(../images/leftsub.png) repeat-y; left:10px;}

/* Text Style for all submenus */
.menu_style{ position:relative; left:40px; font-size:12px; font-weight:bold;}

/* Content Box */
.right{float:right; width:700px; top: 0px;} /* Main Box */
.maintext{
	margin:0 auto;
	color:#FFF;
} /* Text Style of main text */
.contenttable{ display:inline-block; float:right; width:150px; color:#FFF; right:100px;} /* Place to put in subtables*/

/*
.righttopleft{position:absolute; background:url(../images/topleft.png) no-repeat; top:0px; left:0px; width:45px; height:45px;}
.righttop{position:absolute; background:url(../images/top.png) repeat-x; width:609px; height:45px; top:0px; left:45px;}
.righttopright{position:absolute; background:url(../images/topright.png) no-repeat; top:0px; left:654px; width:46px; height:45px;}
.rightleft{background:url(../images/left.png) repeat-y; left:0px; width:45px;}
.rightmiddle{background-color:#000; width:100%; height:100%;left:45px;}
.rightright{background:url(../images/right.png) repeat-y; right:0px; left:654px;}
.rightbottomleft{background:url(../images/bottomleft.png) no-repeat; left:0px; bottom:0px; width:45px; height:46px;}
.rightbottom{background:url(../images/bottom.png) repeat-x; bottom:0px; width:100%; height:46px; left:45px;}
.rightbottomright{background:url(../images/bottomright.png) no-repeat; bottom:0px; left:645px; width:46px; height:46px;}
*/

/* Styles for Content */
/*Big Box*/
.center_splash{position:absolute; margin:0 auto; width:100%; text-align:center;} /* For Splashscreen */
.container{margin-bottom:-100px; position:relative;} /* General "Catch all" Box*/
/*Middle Box*/
.main{position:relative; top: 230px; margin-top:250px; vertical-align:top; width:980px; text-align:left; min-width:800px; height:auto; margin:0 auto; min-height:100%;}
/*Just a helper box to keep footer in the bottom*/
.clearfooter{min-height:20px; height:auto !important; height:20px; clear:both;}
/*Bottom Box*/
.footer{ top:300px; position:relative; text-align:center; vertical-align:middle; min-width:800px; width:80%; margin:0 auto; height:100px;}
.footertext{ font-size:12px; color:#FFF; text-align:center; vertical-align:middle;}
.headerinput {
	color: #909;
	font-weight: bold;
}
.modifydate {
	color: #096;
	font-weight: normal;
}
.quest {
	color: #0FF;
	font-weight: bold;
}
.beloved {
	color: #F0F;
	font-weight: normal;
}
.credited {
	font-size: x-small;
	text-align: center;
	color: #C66;
}
.gototop {
	text-align: center;
}
.gototop {
	text-align: center;
	font-size: small;
	color: #FFCCFF;
}
.vscolor {
	color: #800080;
}
.yellowcolor {
	color: #CF0;
}
.trcolor {
	color: #F00;
}
.nccolor {
	color: #00F;
}
.orangecolor {
	color: #F60;
}
