/* CSS Document */

body {
	font-family: avenir, arial, "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	}

/*----------------Layout------------------------*/
	
	
#container	{
	color: #333;
	margin: 0px auto;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 50px 40px 0 40px;
	width: 650px;
		}
	
#area {
	background: transparent url(images/background-4.gif) repeat;
	}

	
#sidebar	{
	float: right;
	padding: 25px 30px 30px 25px;
	width: 180px;
	background: transparent;
	}	
	
#content {
	padding: 0;
	width: 400px;
	float: left;
	margin-top: 15px;
	}
	
#indiv_content {
	padding: 0;
	width: 600px;
	float: left;
	margin-top: 15px;
	}


#sponsors {
	margin-top: 70px;
	}
	

	

/*---------------Font size hacks-------------------------*/
	
p {
	font-size: x-small;
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
h2 {
	font-size: small;
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: medium;
	}
	
#sidebar {
	font-size: 11px;
	}
	

/*----------------Basic text------------------------*/
	
p {
	line-height: 140%;
	color: #404040;
	margin: 0 0 10px 0;
	}
	
h1 {
	size: 19px;
	margin: 0 0 25px 0;
	color: #8787A9;
	font-weight: normal;
	}
	

h2 {
	color: black;
	font-weight: bold;
	font-size: small;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 5px;
	line-weight: 160%;
	}
	
h3 { /*For dates etc*/
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	}
	
h6 {
	font-size: 10px;
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 120%
	}
	
.smallish {
	font-size: 10px;
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 120%
	}

.sidelight {
	border-left: 7px solid #B8B800;
	padding-left: 8px;
	padding-right: 10px;
	}

a:link {
	color: #000;
/*  border-bottom: 1px dotted #404040;*/
	}
	
a:visited {
	color: #404040;
	text-decoration: none;
/*  border-bottom: 1px dotted #808080;*/
	}
	
a:hover {
	color: #404040;
/*  border-bottom: 1px dotted red;*/
	}

	
a:active {
	color: #FFF;
	background: red;
	}

	
blockquote {
	font-style: italic;
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0 0 10px 0;
	width: 400px;
	}
	
blockquote span.byline {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #FD6677;
	}
	
#sidebar blockquote {
	width: 100%;
	}
	
/*----------------Sidebar text------------------------*/

.sidebarModule {
	margin-bottom: 35px;
	font-size: 11px;
	}

#sidebar p {
	margin-top: 0px;
	font-size: 11px;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 130%;
	margin-bottom: 15px;
	}
	
#sidebar li {	
	list-style-type: none;
	padding: 0;
	padding-top: 3px;
	border-bottom: 1px dotted #a1a1a1;
	}
	
#sidebar h2 {
	font-weight: bolder;
	text-transform: UPPERCASE;
	color: #444;
	margin-bottom: 0px;
	font-size: 11px;
	margin-top: 0px;
	}
	
#sidebar a:link {
	font-weight: bolder;	
	/*color: #aaa;*/
	color: #B8B800;
	text-decoration: none;
	border-bottom: 0px dotted #404040;
	}
	
#sidebar a:visited {
	font-weight: bolder;
        color: #B8B800;
	
	text-decoration: none;
	border-bottom: 0px dotted #808080;
	}
	
#sidebar a:hover {
	font-weight: bolder;
	/*color: #777;*/
	color: #ff4444;
	text-decoration: none;
	border-bottom: 0px dotted red;
	}

	
#sidebar a:active {
	font-weight: bolder;
	color: #777;
	background: red;
	text-decoration: none;
	}

	
	
/*----------------Nudge------------------------*/
	
.hide {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	left: 6px;
	top: 12px;
	}
	
.clearer {
	line-height:0;
	height:0;
	clear:both;
	}
	
#sponsors h3 {
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px
	font-size: x-small;
	color: #A0A0A0;
	display: block;
	}
	
#sponsors p {
	font-size: x-small;
	}

.references {
	line-height: 160%;
	}
	
	

/*-------Comments----------*/

#comments {
	padding: 10px;
	background: #E0E0E0;
	margin: 20px 10px 0 0px;
	font-size: x-small;
	}
	
#comments a {
	text-decoration: none;
	}
	
#comments a:link {
	color: #212121;
	}
	
#comments a:visited {
	color: #616161;
	}
	
#comments a:hover {
	border-bottom: 1px dotted red;
	}
	
#comments a:active {
	color: #FFF;
	background: red;
	}
	
#comments h1 { 
	font-weight: bold;
	padding: 0px;
	color: red;
	margin: 2px 0 10px 0;
	}

.comments-body {
	border-bottom: 1px dotted #A1A1A1;
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 130%;
	}
	
.comments-post {
	font-weight: bold;
	}
	
#comments-made {
	margin-bottom: 30px;
	}

.form {
	width:180px; 
	padding-right:15px; 
	margin-right:15px; 
	float:left; 
	text-align:left; 
	border-right:1px dotted #bbb;
	}


/*-------Projects----------*/

.projects {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
	
.projects p {
	margin: 0;
	}
	
.project_text {
	margin: 0 0 0 130px;
	}
	
.projects img {
	float: left;
	margin: 0 12px 15px 0;
	}

.projects h3 {
	margin-bottom: 3px;
	margin-top: 0px;
	}
	
/*-------Navigation----------*/


	
#contact
{
font-weight: bold;
text-decoration: none;
font-size: 10px;
margin: none;
margin-bottom: 8px;
margin-left: -10px;
}

.clearer {
	line-height:0;
	height:0;
	clear:both;
	}


#contact ul { 
padding: 0;
}

#contact ul li { 
display: inline;
border-right: 1px solid #a1a1a1;
padding: 2px 10px;
}

#contact ul
{
margin: 0;
padding: 0;
line-height: 140%;
}

#contact ul li a
{
color: #666;
text-decoration: none;
border: none;
}

#contact ul li a:hover
{
line-height: 140%;
color: red;
border: none;
}

/*#contact ul li a.active {
	color: #77bbff;
	background-color: transparent;
}*/

  

 	
img a {
	border: none;
	text-decoration: none;
	}

a img {
	border: none;
	text-decoration: none;
	}
	
	

#contact ul li.red
{
color: red ! important;
font-weight: bold ! important;
border-right: none;
}

sup {
	font-weight: bold;
	font-size: 9px;
	color: #CC0000;
	line-height: 0;
}

#indiv_content img {
margin-right: 20px;
}

#indiv_content p a img {

      margin-right: 20px;
      border-bottom: 0px;
      }
      
#indiv_content a.image {
border: 0;
}

#indiv_content p {
      width: 460px;
      }
    