/**
 * {# PROJECT_LONGNAME #}
 * Written by buggedcom (Oliver Lillie) http://www.buggedcom.co.uk/
 * For Ten4 Design http://www.ten4design.co.uk/
 * CSS compressed using the Offbeat CMS compression system http://www.offbeat.com
 * This file uses the default css as a base referenece for HTML 4.0 For more information
 * see http://www.w3.org/TR/REC-CSS2/sample.html
 */
/**
 * Start the custom css.
 */
body
{
	background-color: #000000;
	margin: 0px;
	padding:0px;
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 11px;
	color: #999999;
	/*background-attachment: scroll;*/
	/*background-image: url(images/bkg.jpg);*/
	background: url(../images/bkg_02.jpg) 50% 0%;
	/*background-repeat: no-repeat;*/
	/*background-position: center top; */
}
body, td, tr, h1, h2, h3, h4, h5, h6
{
	font-family: helvetica, geneva, arial, sans-serif, ;
	font-size: 11px;
	color: #999999;
}
td, tr, h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6
{
	border:0;
	padding:0;
	margin:0;
	display:inline;
}
label
{
	cursor:pointer;
}
form
{
	padding:0;
	margin:0;
}

/**
 * Backgrounds and layout
 */
.avatar
{
	border : 1px solid #BE3E07;

}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.footer-divider {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.footer, a.footer, a.footer:link, a.footer:visited {
	font-size: 11px;
	text-transform: none;
	color: #666666;
	background-color: #000000;
	font-family: helvetica, geneva, arial, sans-serif;
	font-weight: normal;
}
a.footer:active
{
	color: #00FF00;
}
a.footer:hover{
	color: #2F1F5F;
}
a.headline, .headline {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 13px;
	font-family: helvetica, geneva, arial, sans-serif;
	font-weight: normal;
}
.date {
	font-size: 13px;
	color: #FFFFFF;
	font-family: helvetica, geneva, arial, sans-serif;
}
a:hover {
	text-decoration: none;
	color: 2F1F5F;
}

