/*
My Style Sheet for EverettDean.net
Author: Jeren (josh@joshspadd.com) of RPGBoards.net
------------------------------------*/

/*
Div Tags
------------------------------------*/
.imgfloatr{
	float:right;
	width:150px;
	height: 150px;
	margin: 0 0 5px 5px;
	border:1px solid white;
	text-align:center;
}

.bknp {
	background-repeat: no-repeat;
}

/*
Main Tags
-----------------------------------*/
h3.wide{
	border-bottom-width: 2px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
}

.head {
	font-weight: bold;
	color: #DDF2FF;
	word-spacing: 3px;
}

A:link {text-decoration: none; color: #F39299; border-bottom: 1px dotted #F39299;}

A:visited {text-decoration: none; color: #F39299; border-bottom: 1px dotted #F39299;}
A:active {text-decoration: none; color: #F39299; border-bottom: 1px dotted #F39299;}
A:hover {text-decoration: underline; color: #F39299; border-bottom: 1px dotted #F39299;}

A:link.side {text-decoration: none; color: #E50473; border-bottom: 1px dotted #E50473; font-size: 14px;}

A:visited.side {text-decoration: none; color: #E50473; border-bottom: 1px dotted #E50473; font-size: 14px;}
A:active.side {text-decoration: none; color: #E50473; border-bottom: 1px dotted #E50473; font-size: 14px;}
A:hover.side {text-decoration: underline; color: #E50473; border-bottom: 1px dotted #E50473; font-size: 14px;}

body {
 background: #000000 none;
 color: #ffffff;
 text-align: justify;
 font: 12px verdana, arial, helvetica, sans-serif;
 margin: 0px;
}

td {
	font: 12px verdana, arial, helvetica, sans-serif;
}

/*
FOOTER
-------------------------------------------------------------------------*/
#footmain {
	width: 800px;
	border-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #E0E8EA;
	background: #000000;
	padding: 4px 5px 4px 5px;
}
	
/*
MENU
-------------------------------------------------------------------------*/

div.menus {
/*	width: 100%;
	height: 100%;*/
	padding: 0px 10px 0px 5px;

}

div.content {
	width: 100%;
	padding: 0px 0px 0px 2px;
}

hr.thin {
	color: #898A8C;
	width: 90%;
}

legend.plans {
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

fieldset.quotes {
	background-color: #eeeeee;
}

p {
	text-align: justify;
}

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url('images/fanclub.png') no-repeat top left;
	outline:none;
	border: none;
}
.button a:hover {
	background-position:0 -50px;
}