/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

body {
font-family:Trebuchet MS;
color:#5E5E5E;
}

p, blockquote, ul {
font-size: 0.916em;
}


h1, h2, h3, h4, h5, h6 {
color: #282884;
}

h1 {
font-size: 1.16em;
margin-bottom: 0.5em;
}

h2 {
font-size: 0.916em;
margin-bottom: 0.5em;
}


/* body links */
/*******************************************************************************/

a, a:link {
color: #6969B4;
}

a:hover {
color:#000;
}




/* breadcrumb */
/*******************************************************************************/
div#breadcrumb_container
{
font-size:0.833em;
}

/* time */
/*******************************************************************************/
div#time_container
{
font-size:0.833em;
color:#FFF;
font-weight:bold;
}

/* time */
/*******************************************************************************/
span.footdet
{
margin-right: 1.5em;
}



/* feedblitz news */
/*******************************************************************************/
.feedblitznews
{
	margin: 0 0 10px 0;
}


form#subscribe_form
{
	position:relative;
	width: 100px;
/*	left: 5px;
	top: 5px;*/
/*	top: 57px;
	overflow: none;	*/
	
}

form#subscribe_form #subscribe_input
{
	/*float:left;*/
	left:0;
	position:absolute;
	top:0;
	width:66px;
	height: 18px;
}

form#subscribe_form #go_button 
{
/*	float:left;*/
	position:absolute;
	left: 73px;	
	width: 35px;
	top:-1;
}

p#subscribe
{
	font-size: 0.8333em;
	margin: 0;
	padding: 0;
}

h2.title
{
	margin: 0;
	padding: 0;
}

/* blog news headlines */
/*******************************************************************************/
div#headlines
{
	margin-top: 3em;
}

ul.fp_list
{
	margin: 0 1.5em 1em 1.5em;
	font-size: 0.8333em;
}
