@charset "UTF-8";

/*
-----------------------------------------------
Contact Form CSS Rules
----------------------------------------------- */
body 
{
	border-top: 5px double #fd2800;
	margin: 0;
	padding: 0;
	color: #999;
	background: #000;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
}

html>body 
{ 
	font-size: small; 
} /* be nice to Opera */


/* Links
----------------------------------------------- */
a img 
{ 
	border: 0; 
}


/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 
{
	font-weight: normal; 
}

h1 
{ 
	font-size: 165%; 
	text-align: left; 
	color: #fff; 
}

p 
{ 
	margin:0.375em 0; 
}

/* Layout Rules
----------------------------------------------- */
#wrap 
{
	width: 900px;
	padding-top: 20px;
	margin: 0 0 0 80px;
}

#articles 
{
	margin-bottom: 10px; 
}

#bio
{
	width: 65%;
	padding: 25px 0;
	margin-left: 100px; 
	font-size: 1.0em;
	text-align: justify;
	color: #fff;
}

#bio p 
{
	margin:0.575em 0; 
}

#bio img 
{
	border: 1px solid #555555; 
}
/* Form Elements
----------------------------------------------- */
label, select 
{ 
	font-size: 85%;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
}
select 
{
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear 
{
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

.ClearAll 
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Navigation Classes
----------------------------------------------- */
.return 
{
	margin-left: 90px;
}

.return a, 
{
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 90px;
	padding-left: 16px;
}

.return a:link 
{ 
	color: #fff; 
	background: url('images/btn_return_link.gif') no-repeat left 50%; 
}

.return a:visited 
{ 
	color: #fff; 
	background: url('images/btn_return_link.gif') no-repeat left 50%; 
}
.return a:hover 
{
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('images/btn_return_hover.gif') no-repeat left 50%;
}

.return a:active 
{
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('images/btn_return_link.gif') no-repeat left 50%;
}
