
@font-face
{
	font-family: MyCentury;
	src: local("Century Gothic"),url("/common/fonts/gothic.ttf");
}



body
{
	background-color: black;
	color: rgb(200,200,200);
	min-width:800px;
}

hr, .border
{
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

a
{
	color:white;
	text-decoration:none;
}
a:hover, a:focus
{
	color:red;
	text-decoration:underline;
	text-shadow:red 0 0 2px;
}

h2,h3,h4,h5,h6
{
	color:rgb(120,120,120);

	font-family: MyCentury,"Century Gothic",futura,"URW Gothic L",verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
}

h2 a, h3 a, h4 a, h5 a, h6 a
{
	color:inherit;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus
{
	text-decoration:none;
	text-shadow:rgb(255,100,100) 0 0 20px;
}



#header, #footer
{
	color: rgb(150,150,150);
	clear:both;
}
#header a, #footer a
{
	color:inherit;
	text-shadow:rgb(100,100,100) 0 0 1px;
}


#header
{
}

#topmenu, #profiles
{
	padding:0;
	margin:0;
}
#topmenu li, #profiles li
{
	list-style:none;
	display:inline-block;
	text-align:center;
}
#topmenu li a, #profiles li a
{
	list-style:none;
	text-decoration:none;
}
#topmenu
{
	text-align:right;
	margin-right:2em;
}
#topmenu li a
{
	display:block;
	padding:6em 1em .5em 1em;
}
#topmenu li a:hover, #topmenu li a:focus
{
	background-color:red;
	color:white;
	box-shadow:0 0 10px rgb(255, 100,100);
	-o-box-shadow:0 0 10px rgb(255, 100,100);
	-moz-box-shadow:0 0 10px rgb(255, 100,100);
	-webkit-box-shadow:0 0 10px rgb(255, 100,100);
}
#topmenu li a.active
{
	padding-bottom:.4em;
	border-bottom:.1em solid red;
	color:white;
}


#header h1
{
	padding:20px;
	margin-right:-80px;
	font-size: 3em;
	font-weight: normal;
	float:left;
}

#header a
{
	text-decoration: none;
	font-family: MyCentury,"Century Gothic",futura,"URW Gothic L",verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
}

#header h1 a
{
	text-shadow:rgb(100,100,100) 0 0 2px;
}

#header h1 a:hover, #header h1 a:focus
{
	color: rgb(255,0,0);
	text-shadow:rgb(255,100,100) 0 0 10px;
}




#bodyframeouter
{
	clear:both;
	padding:30px;
	background-color: rgb(30,30,30);
}
#bodyframe
{
	min-height:200px;
	min-width:600px;
	max-width:1000px;
	width:80%;
	margin:0 auto;
    line-height:1.5em;
    font-size:.9em;
}




#profilebox
{
	padding:20px;
	text-align:center;
}

#profiles
{
	display:inline;
}
#profiles li
{
	vertical-align:middle;
}

.btn_profile
{
	display:block;
	width:110px;
	height:32px;
	overflow:hidden;
}


.btn_profile:hover img
{
	margin-left:-110px;
}

