/* ********************************************************************** *
 * Vennard.org.uk Web Layout Stylesheet (C) Antony Vennard 2009.          *
 *                                                                        *
 * This stylesheet looks after the full web view of the page.             *
 * ********************************************************************** */

/* ====================================================================== */


/* ********************************************************************** *
 * Layout of the basic body structure                                     *
 * ********************************************************************** */
 
/* Modify: Print-layout must align left therefore will need 
 * to remove some of these statements */  
body, html
{
	/* Set the body background & Center .PageBody */
	/*background-color: #CCCCCC;*/
	background-color: #999999;
	text-align: center;
	margin: 0px;
	height: auto;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	min-height: 100%;
	overflow: auto;
	
	
	/* === font settings === */
	font-family: Arial, Tahoma;
	font-size: 12pt;
	
}


.PageBody
{
	/* Center Page Body */
	width: 1000px;
	margin-left: auto; margin-right: auto;
	
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	min-height: 100%;
	overflow: auto;
}

/* ********************************************************************** *
 * Top of the page bit                                                    *
 * ********************************************************************** */
 
.TopStripMain
{
	padding: 4px 4px 6px 4px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 8pt;
	font-family: 'Arial';
	
}
 
.TopStripL
{
	padding: 0px;
	float: left;
}
 
.TopStripR
{
	padding: 0px;
	float: right;
	vertical-align: top;
}

/* ********************************************************************** *
 * Header Strip                                                           *
 * ********************************************************************** */
 
 
.HeaderStripMain
{
	width: 100%;
	height: 150px;
	/*border-bottom: solid silver 1px;*/
	margin-bottom: 10px;
}
.HeaderStripLeftImg
{
	background-color: #000000;
	float: left;
	height: 150px;
	width: 200px;
	background-image: url('../img/face.png');
}
.HeaderStripRightSpace
{
	float: right;
	background-color: #000000;
	height: 150px;
	width: 800px;
	vertical-align: bottom;
}
.HeaderStripImg
{
	height: 120px;
	
	background-color: black;
	background-image: url('../img/mountains.gif');
}
div.HeaderStripLinkSpace
{
	height: 30px;
	background-color: black;
	
	
	color: #FFFFFF;
	padding: 0px 0px 0px 2px;
	border: none;
	margin: 0px;
	position: relative;
	/* this little nugget fixes
           a firefox 'thing' on windows.
           using it makes all render gooood! */
	overflow: hidden;

}

div.HSLinkPosition
{
	height: 21px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	/*overflow: visible;*/

}

a
{
	border: none;
}

img
{
	border: none;
}

a.HeaderLink, a:Visited.HeaderLink
{
	padding: 4px 8px 3px 8px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 10pt;
	/*border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;*/
	background-color: #333333;
	
/*	z-index: 0;*/
}

a.HeaderLinkDurham, a:Visited.HeaderLinkDurham
{
	padding: 4px 8px 3px 8px;
	margin: 0px;
	margin-left: 325px;
	text-decoration: none;
	font-weight: bold;

	color: white;
	font-size: 10pt;
	/*border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;*/
	background-color: #7F005F;
}

a:Hover.HeaderLink
{
	padding: 4px 8px 3px 8px;
	margin: 0px;
	background-color: #ddddff;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	/*border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;*/
	

}

a:Hover.HeaderLinkDurham
{
	padding: 4px 8px 3px 8px;
	margin: 0px;
	margin-left: 325px;
	background-color: #AF009F;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	/*border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;*/
	
}

a.HeaderLinkSel, a:Hover.HeaderLinkSel
{
	padding: 4px 8px 3px 8px;
	margin: 0px;
	background-color: #ffffff;
	color: black;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	/*border-top: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px silver solid;*/
	
	z-index: 0;
	
}

a.HeaderTextOnly, a:Visited.HeaderTextOnly
{
	text-decoration:none;
	color: #ffffff;
}



/* ********************************************************************** *
 * Footer                                                                 *
 * ********************************************************************** */

.FooterStrip
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 2px;
	margin: 5px 20px 5px 20px;
	width: 950px;
	position: relative;
	font-family: Verdana;
	font-size: small;
	color: #A1A1A1;
	clear: both;
}


/* ********************************************************************** *
 * Content Styles                                                                 *
 * ********************************************************************** */


div.ContentBody
{
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif, Arial;
	font-size: 11pt;
}


p.iewarning
{
	text-align: center;
	border: thin dashed #FF9966;
	background-color: #FFCCCC;
	font-size: smaller;
	color: #FF0000;
}


h1, h2, h3, h4, h5, h6
{
	/*line-height: 3px;*/
	margin-bottom: 7px;
	margin-top: 7px;	
	font-family: 'Trebuchet MS', sans-serif;
	/*font-size: x-large;*/
}

h1
{
	font-weight: bold;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;	
	font-size: smaller;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif, Arial;
	line-height: 1.6em;
}

td, th
{
	font-size: smaller;
	margin: 0px;
	padding: 1px;
}

pre, blockquote, ol, ul
{
	font-size: smaller;
	line-height: 1.4em;
}

#LeftNavigation
{
	float: left;
	margin: 4px;
	padding: 7px;
	width: 165px;
	text-align: left;
	/*background-color: #5577FF;*/
}

#LeftNavigation h2
{
	font-size: medium;
	color: #2A3AFF;
	font-family: Helvetica, Tahoma;
	margin-bottom: 1px;
	margin-top: 1px;
}

#LeftNavigation ul
{
	list-style: none;
	width: 165px;
	font-family: Tahoma;
	display: inline;

}



#LeftNavigation li a, #LeftNavigation li a:visited
{
	color: #000000;
	text-decoration: none;
	display: block;
	font-family: Tahoma;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;	
}

li.NavLink_Here
{
	color: #FFFFFF;
	background-color: #8181DF;
	border: none;
	
}

#LeftNavigation ul li a:hover
{
	background-color: #ddddff;
}

.RightContent
{
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif, Arial;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px, 7px, 7px, 7px;
	width: 740px;
	/*background-color: #EFEFEF;*/
	float: right;
	text-align: justify;
	min-height: 400px;
}



#tagline
{
	font-size: large;
	font-style: italic;
}

.CenterContent
{
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif, Arial;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}


#TopNavigation
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#TopNavigation a, #TopNavigation a:hover, #TopNavigation a:visited, #TopNavigation a:link
{
	text-decoration: none;
	
}

/* stack overflow badges */
.badge1 
{ 
	color: #FFCC00; 
}
.badge2 
{
	color: #C0C0C0; 
}
.badge3
{
	color: #CC9966;
} 
