
@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, a:active
{
	color:red;
	text-decoration:underline;
	text-shadow:red 0 0 2px;
	outline:none;
}

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;
	text-shadow:1px 1px 0 rgb(60,60,60), -1px -1px 0 rgb(0,0,0);
}
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;
}


.clearfloats
{
	height:0;
	clear:both;
}




#header, #footer
{
	color: rgb(150,150,150);
	position:relative;
	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);
	outline:none;
}
#topmenu li a.active
{
	padding-bottom:.4em;
	border-bottom:.1em solid red;
	outline-style:none;
}


#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;
	outline:none;
}




#bodyframeouter
{
	position:relative;
}
#bodyframe
{
	position:relative;
	clear:both;
	padding:0 30px;
	background-color:inherit;
}
#bodypane
{
	position:relative;
	clear:both;
	min-height:200px;
	min-width:600px;
	max-width:1000px;
	width:80%;
	margin:0 auto;
	padding:60px 0 80px 0;
	line-height:1.5em;
	font-size:.9em;
}

#bodyframetop, #bodyframebtm, #bodyframeouter
{
	clear:both;
	background-color:rgb(30,30,30);
}
#bodyframetop, #bodyframebtm
{
	position:absolute;
	height:30px;
	overflow:hidden;
	left:0;
	right:0;
	background:none;
	z-index:2;
}
#bodyframetop div, #bodyframebtm div
{
	height:0;
	-moz-box-shadow:0 0 10px 8px rgba(0,0,0,0.3);
	box-shadow:0 0 20px 3px black;
}
#bodyframebtm { bottom:0; }
#bodyframebtm div { margin-top:30px; }


.mainblurb
{
    background-color:rgb(80,80,80);
    padding:20px;
    color:rgb(200,200,200);
    -moz-border-radius:15px 0;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-radius:15px 0;
    -moz-box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5);
    box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5), inset 0 0 100px rgba(0,0,0,0.2);
}

.mainblurb a
{
    color:white;
    text-decoration:none;
}
.mainblurb a:hover, #aboutme a:focus
{
    color:rgb(255,100,0);
    text-decoration:underline;
}

.mainblurb h2
{
    padding:10px 0;
    color:rgb(50,50,50);
    text-shadow:-1px -1px 0 rgb(70,70,70), 1px 1px 0 rgb(90,90,90);
}
.mainblurb p
{
	line-height:2em;
}




#profilebox
{
	clear:both;
	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;
}






/**********************************************************************/
/*** MOBILE DEVICE CSS                                              ***/
/**********************************************************************/





/* WSVGA and Iphone4 etc. */
@media only screen and (max-device-width:960px)
{
	body
	{
		/*
		width:800px !important;
		min-width:800px !important;
		max-width:800px !important;
		margin:0;
		padding:0;
		font: 15px verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
		line-height:25px;
		*/
		/* background-color:blue; */
	}

	#bodyframeouter
	{
	}

	#bodyframe
	{
	}

	#bodypane
	{
		/* background-color:red; */
	}


	#header h1 a
	{
		font-size:0.8em;
	}

	#topmenu
	{
		-moz-box-shadow: 0 0 20px black;
		margin-right:3px;
	}
	#topmenu li a
	{
		font-size:1em;
		padding-left:8px;
		padding-right:8px;
		padding-bottom:0;
	}
}


/* WSVGA and Iphone4 etc. Vertical */
@media only screen and (max-device-width:960px) and (orientation:portrait)
{
	body
	{
	}

	#bodyframeouter
	{
	}

	#bodyframe
	{
	}

	#bodypane
	{
		/*background-color:green;*/
	}


	#header h1 a
	{
	}

	#topmenu
	{
	}
	#topmenu li a
	{
	}
}

/* hvga devices */
@media only screen and (max-device-width:480px)
{
}

