/* Body and wrapper
----------------------- */	
body {
	background-image: url('/images/background.gif');
	margin: 0;
	padding: 0;
	font-size: 90%; /* IE5 Win font size and hack*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-size: 100%; /* Base font size */
}
html>body { /* Opera fix for above */
	font-size: 100%;
}
#wrapper {
	margin: 1em 2em 1em 2em;
}
/* Accessibility utilities
--------------------------  */	
#accessibility {
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 75%;
}
#accessnav li {
	display: inline;
	list-style: none;
	border-left: 1px solid #8a8a8a;
	margin: 0;
	padding: 0 0.5em 0 0.75em;
}
#accessnav li#skiplink-nav {
	display: inline;
	list-style: none;
	border: none;
}		
#accessnav li a:link, #accessnav li a:visited {
	color: #666;
}
#accessnav li a:hover {
	color: #4d5e77;
	text-decoration: none;
}
/* Header, search, utilities
------------------------------ */				
#header-home {
	margin: 0;
	padding: 0;
	height: 175px;
	border: 1px solid #b8c2d1;
	background-image: url('/images/header-home.gif');
	background-repeat: no-repeat;
	background-color: #fff;
}
#header-content {
	margin: 0;
	padding: 0;
	height: 175px;
	border: 1px solid #b8c2d1;
	background-image: url('/images/header-home.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 141px;
	border: 0px solid #b8c2d1;
	background-image: url('/assets/images/wildgrass/header.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
}
#logo-home {
	float: left;
	padding: 2em 2em;
}

#lang-home {
	float: right;
	padding: 4em 1em 0em 0em;
}
#search-form{
	margin: 0; 
	padding: 0.25em; 
	text-align: right;
}
#search-home {
	background-color: #e3e7ed;
	margin:0;
	padding: 0.5em 0.25em;
	font-family: Verdana, sans-serif;
	font-size: 75%;
}		
#search-home input#query {
	width: 10em;
}
#search {
	float: right;
	text-align: right;
	margin: 2em 0.25em 0 0;
	font-family: Verdana, sans-serif;
	font-size: 75%;
}		
#search input#query {
	width: 15em;
}
#utilities-home {
	margin: 0.25em 3em 1em 0;
	padding: 0;
}	
#utilities {
	text-align: right;
	margin: 0.25em 3.2em 0 0;
	padding: 0;
}
#utilities-home  li, #utilities li {
	display: inline;
	list-style: none;
	border-left: 1px solid #8a8a8a;
	padding: 0 0.5em 0 0.75em;
}
#utilities-home li#sitemap-nav, #utilities li#sitemap-nav {
	display: inline;
	list-style: none;
	border: none;
}		
#utilities-home li a:link, #utilities-home li a:visited {
	color: #666;
}
#utilities li a:link, #utilities li a:visited {
	background-color: #fff;
	color: #666;
}
#utilities li a:hover {
	color: #4d5e77;
	text-decoration: none;
}
/* Main navigation
----------------------- */	
#navigation {
	width: auto;
	margin: 0;
	padding: 0.5em 0 0.25em 0;
	background-color: #e3e7ed;
	border-left: 1px solid #b8c2d1;
	border-right: 1px solid #b8c2d1;

}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	display: inline;
	list-style: none;
	padding: 0 0.5em 0 0.7em;
	border-left: 1px solid #8a8a8a;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;

		
}
#navlist li#home-nav {
	display: inline;
	list-style: none;
	border: none;
}	
#navlist a, #navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #000; 
}
#navlist a:hover, #navlist a:active { 
	text-decoration: underline;
	color: #4d5e77;
}
/* Content: breadcrumbs, layout columns
---------------------------------------- */ 
#content {
	padding: 0.5em;
	border: 1px solid #b8c2d1;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #f8f9fa;
}
#content-home {
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #b8c2d1;
	border-top: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color:#124ea0;
	background-color: #e3e7ed;
}

#content-highlight {
font-weight:bold;
}

#homenav-desc {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	background-color: #e3e7ed;
}

ul#homenav {
	list-style: url('../images/bullet-arrow.gif');
	
}
ul#homenav a {
	font-size: 110%;
	
}
#breadcrumbs {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 0.25em;
	padding-bottom: 1em;
}
#breadcrumbs a, #breadcrumbs a:link {
	color: #4d5e77;
}
#breadcrumbs a:hover {
	color: #8b581f;
}	
#left100 {
	max-width: 45em;
}
#left66 { 
	float: left;
	max-width: 45em;
	width: 60%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 66%;
}
html>body #content #left66 {
	width: 66%; /* Opera fix for above */
}
#left25 { /* Home page only */
	float: left;
	padding-top: 0.5em;
	width: 22%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 25%;
}
html>body #content-home #left25 {
	width: 25%; /* Opera fix for above */
}
#left48 {
	float: left;
	max-width: 45em;
	width: 44%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 48%;
}
html>body #content #left48 {
	width: 48%; /* Opera fix for above */
}
#right48 {
	float: right;
	max-width: 45em;
	width: 44%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 48%;
}
html>body #content #right48 {
	width: 48%; /* Opera fix for above */
}
#right70 { /* Home page only */
	float: right;
	padding-top: 1.5em;
	width: 65%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 70%;
}
html>body #content-home #right70 {
	width: 70%; /* Opera fix for above */
}
#right30 {
	float: right;
	width: 30%;
}
#left { /* Home page nested div only */
	float: left;
	width: 50%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 45%;
}
html>body #content-home #left {
	width: 55%; /* Opera fix for above */
}
#right { /* Home page nested div only */
	float: right;
	width: 40%; /* IE 5 box model hack */
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 45%;
}
html>body #content-home #right {
	width: 45%; /* Opera fix for above */
}
/* Content: highlight boxes
---------------------------- */ 
#content-home #highlight-box {
	float: right;
}
#highlight-box-header {
	background-color: #e3e7ed;
	border: 1px solid #b8c2d1;
	border-bottom: none;
	margin-top: 2em;
	padding: 0.25em;
	padding-left: 1em;
}
#highlight-box-header h2 {
	color:  #4d5e77;
	margin: 0;
	padding: 0;
	font-size: 110%;
}	
#highlight-box-body {
	background-color: #f4eddf;
	border: 1px solid #b8c2d1;
	background-image: url('../images/news.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1em 1em 2em 1em;
	font-size: 90%;
	color:#330033;
}
#highlight-box-body h2 {
	margin: 0;
	padding: 0;
	color: #4d5e77;
}
#highlight-box-body h3 {
	font-size: 110%;
	color: #4d5e77;
}
#highlight-box-body p {
	margin-top: 0.25em;
}
#highlight-box-body li {
	margin-left: 0;
	padding-left: 0.25em;
}
/* Content: tables
-------------------- */ 
table {
	border: 1px solid #b8c2d1;
	margin: 0;
	padding: 0;
}
th {
	background-image: url('/assets/images/wildgrass/background.gif');
	color:  #4d5e77;
	background-color: #f4eddf;
	text-align: left;
	padding: 0.25em;
	font-weight: bold;
}
td {
	border: 1px solid #f4eddf;
	text-align: left;
	padding: 0.25em;
}
.width10 {
	width: 10%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width30 {
	width: 30%;
}
.width33 {
	width: 33%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
/* Content: headings
---------------------- */
h1 {
	font-size: 160%;
	color: #4d5e77;
}
h2, caption {
	font-size: 140%;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 130%;
	color: #4d5e77;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
	color: #4d5e77;
}
h6 {
	font-size: 100%;
}
/* Content: lists`
-------------------- */
ul {
	list-style: url('../images/info.gif');
}
ul ul, ol ul {
	list-style: url('../images/bullet-arrow.gif');
}
.menu ul, .siteindex ul, .sitemap ul {
	list-style: url('../images/bullet-arrow.gif');
}
#highlight-box-body ul {
	list-style: url('../images/bullet-arrow.gif');
} 
#highlight-box-body ul ul {
	list-style: url('../images/bullet-arrow.gif');
} 
dt {
	margin-left: 1em;
	font-weight: bold;
}
dd {
	padding: 0.25em;
	margin-bottom: 0.5em;
}

/* Content: links
-------------------- */
a, a:link {
	color:  #0066CC;
}
a:hover {
	color: #993399;
}
a:visited {
	color: #4d5e77;
}
a img {
	border: none;
	text-decoration: none;
}
/* Content: images
-------------------- */
img.section {
	border: 1px solid #ccc; 
	padding: 0.15em; 
	margin: 1em 0 1em 1em; 
	float: right;
}
img.map {
	padding: 0.15em; 
	margin: 1em 0 1em 1em; 
	float: right;
}
.about img {
	border: 1px solid #ccc; 
	padding: 0.15em; 
}
img.noborder {
	border: none;
}
/* Content: quotations
------------------------ */
#content-home blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
#content-home blockquote p {
	font-size: 130%;
	margin: 0;
	padding: 0.5em;
	color: #7285a3;
}
#content-home blockquote p.author {
	text-align: right;
	padding-right: 2em;
	font-size: 90%;
}
#quotation {
	width: auto;
	padding: 0.25em;
	margin-top: 0.25em;
}
#quotation a:link, #quotation a:visited {
	color: #7285a3;
}
blockquote {
	padding: 1em;
	border-bottom: 1px dashed #ccc;
}
/* Content: papers and presentations
------------------------------------ */
#summary {
	margin: 1em 0 1em 0;
	padding: 0.25em;
	border: 1px solid #ccc;
}
#summary h2 {
	font-size: 110%;
	margin-top: 0;
	padding-top: 0;
}	
.publications img, .presentations img {
	border: 1px dashed #666; 
	padding: 0.5em; 
}
.publications blockquote, .presentations blockquote {
	border: none;
	padding: 0;
	font-style: italic;
}
/* Content: forms
------------------------- */
fieldset {
	width: 100%;
	margin: 1em 1em 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}	
legend {
	width: 100%;
	font-weight: bold;
}
fieldset fieldset {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}
fieldset fieldset legend {
	font-weight: normal;
	margin: 0;
	padding: 0;
}										
/* Content: photo gallery
------------------------- */
#thumbnailgrid {
	width: 600px;
	margin-top: 2em;
	text-align: left;
}
.thumbnail {
	float: left;
	margin: 5px;
	border: 1px solid #b8c2d1;
}	
.thumbnail img  {
	border: 1px solid #000;
	padding: 0px;
}
#vertical {
	width: 490px;
	border: 1px solid #b8c2d1;
}
#horizontal {
	width: 650px;
	border: 1px solid #b8c2d1;
}
#photo #vertical img, #photo #horizontal img {
	border: 1px solid #666;
	margin: 5px;
}
/* Footer
-------------------- */
#footer {
	clear: both;
	background-image: url('/assets/images/wildgrass/logo-footer.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 0.25em;
	padding-top: 1em;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 90%;
	color: #666;
}	
