/*

	Author: Stuart Hendren
	Author URI: http://stuarthendren.net

*/

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: verdana, arial, times new roman;
 	margin: 0px auto 0px ;
	padding: 0px;
	}

/************************************************
*	RDFa    									                    *
************************************************/

.forRDFOnly {display:none}

/************************************************
*	Publications    									            *
************************************************/

.journal {font-style: italic}

.volume {font-weight: bold}

/************************************************
*	Hyperlinks									                  *
************************************************/

a, a:visited {
	color: #077070;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img {
  border: none;
  }

/************************************************
*	Header old	font-family: arial, verdana, times new roman		*
************************************************/

#header {
	background: #34373D;
	width: 100%;
	height: 100px;
}

#headercontent {
	margin: 0px auto 5px ;
	width: 960px;
	padding: 0px;
	overflow: hidden;
}

.headerleft {
	background: #34373D;
	color: #FFFFFF;
	width: 420px;
	height: 70px;
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	}

.headerleft a, .headerleft a:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.headerleft a:hover {
	color: #077070;
	text-decoration: none;
	}

.headerright {
	width: 530px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.headerright ul {
	margin: 0px;
	padding: 80px 0px 10px 0px;
	}

.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	}

.headerright a:hover {
	background: #077070;
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
	}

.headerright img{
	margin: 0px;
	border: none;
	}

/************************************************
*	Content 					     		                    *
************************************************/

#content {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
	}

/************************************************
*	Left    					     		                    *
************************************************/
#left {
	background: #FFFFFF;
	display: inline;
	float: left;
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	}

#left img a{
	margin: 0px;
	border: none;
    float: left;
	}

#left h1 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

#left h1 a, #left h1 a:visited  {
	color: #333333;
	text-decoration: none;
	}

#left h1 a:hover {
	color: #077070;
	text-decoration: none;
	}

#left h2 {
	color: #333333;
	font-size: 14px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

#left h2 a, #left h2 a:visited  {
	color: #333333;
	text-decoration: none;
	}

#left h2 a:hover {
	color: #077070;
	text-decoration: none;
	}

#left h3 {
	color: #333333;
	font-size: 14px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	text-transform: uppercase;
	}

#left img.in-line {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#left img.right {
 	float: right;
	border: none;
	padding: 0px 0px 5px 5px;
	margin: 0px;
	}


#left p{
text-align: justify;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 17px;
	}

#left ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}

#left ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

#left ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}

#left ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

blockquote{
	margin: 0px 25px 15px 25px;
	padding: 5px;
	background: #F2F2F2;
	font-style: italic;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}

pre{
	padding: 5px;
	background: #F2F2F2;
	border: 1px solid #000000;
	}

.tags {
	background: #F2F2F2;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 10px;
	}

/************************************************
*	Right		    			     	                      *
************************************************/
#right {
	float: right;
	width: 250px;
	padding-top: 10px;
	background: #FFFFFF;
}

.sidebar {
	background: #F2F2F2 url(sbtop.gif) no-repeat;
	padding-top: 14px;
	border: 0px;
	}

.sbox {
		margin: 0px 0px 10px 0px;
		background: #F2F2F2 url(sbbot.gif) no-repeat bottom;
	  padding: 0px 20px 14px 20px;
    }

.sbox img a{
	margin: 0px;
	border: none;
	}

.sbox p{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
	}

.sbox h2 {
	color: #077070;
	font-size: 13px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

.sbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.sbox ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

.sbox a.block, .sbox a.block:visited {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

.sbox a.block:hover {
	background: #EAEAEA;
	color: #077070;
	text-decoration: none;
	}

.sbox a.twin, .sbox a.twin:visited {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

.sbox tr, .sidebar td {
	padding: 0px;
	margin: 0px;
	border: 0px;
  }

.sbox a.twin:hover {
	background: #EAEAEA;
	color: #077070;
	text-decoration: none;
	}

.sbox a.inline, .sbox a.inline:visited {
	display: inline;
	color: #077070;
	text-decoration: none;
	}

.sbox a.inline:hover {
	text-decoration: underline;
	}



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

#footer {
	width: 100%;
	background: #686F7B;
	margin: 20px auto 0px ;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border-top: 1px solid #34373D;
	border-bottom: 2px solid #34373D;
	}

#footer p {
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#left img.right {
 	float: right;
	border: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	}

