@charset "utf-8";

/* (c) 2006-2007 MHC */

#body {
 background: #F8FFED url(tree-bg.jpg);
}

#head {
 position: relative;
 padding-left: 130px;
 padding-right: 10px;
 background: url(tree-small.jpg) -14px -8px no-repeat;
 min-height: 120px;
 _height: 120px; /* min-heigh for IE6 */
}

#head-tag {
 display: none;
 position: absolute;
 bottom: .1em;
 right: .5em;
 text-align: right;
}

#head h1#vector-logo {
 display: none;
}

#head img#raster-logo {
 display: inline;
 display: inline-block;
 margin-top: 30px;
 margin-bottom: .5em;
}

#blurb {
 line-height: 1.2;
}

#body,
#foot {
 padding-left: 12%;
 padding-right: 12%;
 line-height: 1.5;
}

#foot {
 background: url(violet-bar.png) top left repeat-x;
 padding-top: 25px;
}

.doublelist {
 overflow: auto;
 width: 98%;
 margin-left: 1em;
 margin-top: .5em;
 margin-bottom: .5em;
}
.doublelist li {
 margin: .25em 1%;
 width: 46%;
 float: left;
 list-style: none;
}


/* Special styles for the home page */
#left-column {
 float: left;
 width: 100%;
 margin-right: -310px;
}

#left-column #inside {
 margin-right: 300px;
 padding-right: 1em;
}

#right-column {
 width: 300px;
 float: right;
}

#flag-image {
 margin-top: 1.5em; /* push flush with <h2> */
}

#flag-image img {
 padding: 0;
 background: transparent;
}

#fp-pullquote blockquote {
 padding: 0;
}

#home-clear {
 clear: both;
}

#login-status {
 position: absolute;
 top: .4em;
 right: .4em;
 margin: 0; padding: 0;
 line-height: 1;
 font-size: .8em;
}

#logout-form {
 display: inline;
 margin: 0; padding: 0;
}
#login-status input {
 font-size: .8em;
}
div.error, div.message {
	min-height: 55px;
}
div.error h3, div.message h3 {
	float: left;
	margin: .4em .7em .4em 0;
}