/*
-----------------------------------------------
Basic styles
----------------------------------------------- */

/* Global re-set */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html { height:100%; }
body {
	  min-height:101%;
	  margin:0;
	  padding: 0 0 0 0;
	  color: #666666;
	  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 75%;
	  text-align: left;
	  background: #efe9da url(../../images/structural/bg-pattern.gif) top left repeat-x;
	}
	body#blog {
		background: #A0BDE3 url(../../images/structural/bg-pattern_blog.gif) top left repeat-x;
	}

	body#blog.new_dark {
		background: #6c7b8e url(../../images/structural/new_dark.gif) top left repeat-x;
	}
em, i {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 95%;   
}

/* Set Up
----------------------------------------------- */
img { border: 0; }

p {
	margin: 0 0 0.8em 0;
	line-height: 20px;
	}
	#leftcol p {
		margin-bottom: 0.8em !important;
	}

.clear { clear:both; }
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:block; }
/* \*/
* html .clearfix { height: 1%; zoom: 1; }
.clearfix { display: block; }
/* */

strong, .strong, bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top-space {
	margin-top: 1.8em !important;
}
	
.top-space-2 {
	margin-top: 2.0em !important;
}

.top-space-3 {
	margin-top: 3.0em !important;
}

.top-space-4 {
	margin-top: 4.0em !important;
}

.top-space-5 {
	margin-top: 5.0em !important;
}

.top-space-6 {
	margin-top: 6.0em !important;
}

.left-space-1 {
	margin-left: 1.0em !important;
}

.left-space-2 {
	margin-left: 1.0em !important;
}

.left-space-3 {
	margin-left: 1.0em !important;
}

.left-space-4 {
	margin-left: 1.0em !important;
}

.smalltext {
	color: #aaa;
	font-size: 0.9em;
	font-weight: normal;
}

p.right_align {
	text-align: right;
}

p.smaller {
	font-size: 0.9em;
}

p.smaller a {
	font-weight: normal;
}

p.large {
	font-size: 1.3em;
}

.more-link {
	float: right;
	margin: 0.4em 1.0em 0 0;
	}
	.more-link span, .plus {
		color: #568ED8;
	}

acronym {
	cursor: help;
}

.sub {
	vertical-align: sub;
}

.sup {
	vertical-align: super;
}

.full-width {
	width: 100%;
}

blockquote {
	width: 460px;
	background: #eee;
	font-style: normal;
	margin: 0.8em 0 1.2em;
	padding: 15px 10px 3px 20px;
	}
	blockquote p {
		margin-bottom: 0 !important;
		line-height: 145% !important;
		}
		blockquote p.quote {
			font-size: 1.2em;
			font-style: italic;
		}		
		blockquote p.source {
			font-weight: bold;
		}
		
#back-link, .back-link {
	display: inline;
	float: left;
	margin-top: 2.0em;
	}
		
#pagination {
	display: inline;
	float: right;
	margin-top: 2.0em;
}

.arrow {
	margin-right: 0.2em;
	padding-top: 5px;
	color: #568ED8;
	font-size: 1.4em;
}

.plain-link, .plain-link:hover {
	text-decoration: none !important;
}


/* Links
----------------------------------------------- */
a { color: #666666; text-decoration: underline; font-weight: normal; }
a:link { color: #666666; text-decoration: underline;}
a:visited { color: #666666; }
a:hover { color: #568ED8; text-decoration: none;}
a:active { color: #666666; text-decoration: none;}



/* Accessibility
----------------------------------------------- */
.accessibility { display: none; }
#access { position:absolute; top:-1000em; }
.hide { display: none; }

div#print {
	display: none;
}


/* Lists
----------------------------------------------- */

	ul {
		margin: 0;
		padding: 0;
		}
		#column-left div ul {
			margin-bottom: 	0.5em;
		}	

	ul li {
		color: #666666;
		padding: 2px 0 4px 2px;
		margin: 0;
		}
		body#events #column-left ul {
			margin: 0.2em 0 0.7em 0;
			overflow: visible;
			}
			body#events #column-left ul li {
				padding: 2px 0 4px 4px;
				margin: 0 0 0 1.9em;		
			}
			#column-left ul li {
				margin: 0 0 0 2.5em;
			}
	
	ul.plain {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul.inline li {
		display: inline;
		float: left;
	}

	ol li {
		color: #666666;
		padding: 2px 0 4px 2px;
	}
	
#content #leftcol ul {
	padding-left: 15px !important;
	margin-top: 0.5em !important;
	margin-left: 0 !important;
}
	
#content #leftcol ul li {
	list-style: none;
	padding-left: 16px;
	margin-left: 0 !important;
	background: url(../images/structural/bullet.gif) top left no-repeat;
}

#column-left img.right {
	margin: 0 0 0.2em 0.5em;
	border: 1px solid #568ED8;
}


/* Forms
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	}
	form.register {
		margin: 2.5em;
	}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}

legend {
	font-weight: bold;
	color: #555;
}

input {
  	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	outline: none;
	}
	textarea {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #555;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		outline: none;
	}
	select {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #555;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		outline: none;
	}
	input.hp {
		display: none;
	}
	input.text {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #555;
		}
		input.text:focus {
			border: 1px solid #558DD8 !important;
		}
	input.button {
		display: block;
		float: right;
		margin: 0.5em 0.1em 0 0;
		padding: 6px;
		background: #558DD8;
		color: #fff;
		border: 0;
		cursor: pointer;
		}
		input.button:hover {
			background: #999999;
		}

label {
	display: inline;
	float: left;
	clear: left;
	text-align: right;
	padding: 9px 4px 0 0;
	width: 100px;
	font-size: 0.9em;
	}

	
/* >>> TABLES <<< */
	
table {
	width: 100%;
	background: #fff;
	padding: 15px 10px 5px 10px;
	margin: 0 !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	}
	table.no-border {
		border: 0 !important;
	}
	
	table.images {
		width: 330px !important;
		}
		table.images td {
			vertical-align: middle !important;
		}

table.results {
	font-size: 0.9em;
	}
	table.results a {
		color: #555 !important;
	}
	table.results .fieldname {
		font-weight: bold;
	}
	table.results tr {
		background: #f0f0f0;
		border-bottom: 5px solid #fff;;
		}
		table.results tr:hover {
			background: #FFF1AF;
		}
	table.results td {
		vertical-align: top;
		padding: 3px;
	}
	table.results img.photo {
		border: 1px solid #aaa;
		padding: 4px;
		}
		table.results a.photo {
			text-decoration: none !important;
		}

/* >>> Messages <<< */

p.error {
	margin-top: 1.5em;
}

.error {
	color: #770000;
}

.message, .confirm {
	color: #007700;
}

.proj_name{
  width:265px; 
  background:#568ED8; 
  color:white; 
  line-height:1.2em; 
  padding:0px 6px 0px 6px;
  margin: 0px !important;
}

.project_top{
  background: url('/images/round_box_top.gif') no-repeat;
  background-position: top;
  padding-top: 9px;
  float: left;  
}

.project_bottom{
  background: url('/images/round_box_bottom.gif') no-repeat;
  background-position: bottom;
  padding-bottom: 8px;
  float: left;
  margin-bottom: 8px;  
}

.free-radicals{
	margin-left: 20px;
}
