/**
 * By Peter Robinett (http://www.bubblefoundry.com) for EHGZ
 */
 
body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	background-position: center top;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #8a898d;
}

a img
{
	border: none;
}

a:visted
{
	color: #8a898d;
}

.article-body a, #about a
{
	color: #8a898d;
}

#container
{
	width: 1024px;
	padding-left: 32px;
	padding-top: 32px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#logo
{
	margin-left: -2px;
	padding-bottom: 32px;
}

#navigation
{
	margin-top: -2px;
}

h2
{
	margin: 0;
	font-size: 16px;
}

.sep
{
	font-weight: lighter;
}

#content
{
	margin: 0;
	margin-left: -2px;
}

.active
{
	color: #8a898d;
}

.active a
{
	color: #8a898d;
}

.active a:visited
{
	color: #8a898d;
}

/*
 * A system to construct consistent columns
 */
.column
{
	margin: 0;
	padding-bottom: 24px;
}

.left
{
	float: left;
	padding-right: 24px;
}

.right
{
	float: right;
	padding-left: 24px;
}

.clear
{
	clear: both;
}

.one
{
	width: 100px;
}

.two
{
	width: 232px;
}

.three
{
/* 	width: 596px; */
  width: 364px;
}

.four
{
	width: 496px;
}

.five
{
	width: 1012px;
}

.eight
{
	width: 1024px;
}

.column p, .column img
{
	padding-bottom: 16px;
}

#projectDescriptionContainer p
{
	padding-bottom: 0px;
}

.column:first
{
	margin-left: 0px;
}

.column p, .plainlist li
{
	font-size: 11px;
	margin: 0;
	line-height: 15px;
}

.fake-css3-columns
{
	column-count: 3;
	column-width: 180px;
	column-gap: 24px;
}

.fake-css3-column
{
  width: 179px;
  padding-left: 24px;
  float: left;
}

.fake-css3-column.first
{
  padding-left: 0px;
}

ul.plainlist
{
	padding-left: 0;
	margin: 0;
}

.plainlist li
{
	list-style-type: none;
}

.plainlist li span
{
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.plainlist, .lowercase
{
	text-transform: lowercase;
}

.selected
{
	font-weight: bold;
}

.imagecontainer img, #projectLocationContainer p
{
	padding-bottom: 24px;
}

.projectImagePagination, .projectImageInstructions
{
	font-size: 11px;
}

#projectDescriptionContainer, #projectLocationContainer
{
	position: relative;
	height: 75px;
}

#projectDescription
{
	position: absolute;
	bottom: 24px;
}

#projectLocation
{
  position: absolute;
  bottom: 0px;
}

#projectLocation p
{
  text-align: right;
  width: 100px;
}

#projectDescription a
{
	color: #8a898d;
}

#about p
{
  padding-bottom: 15px;
}

.paging
{
	clear: both;
}

.previous, .next
{
	font-weight: bold;
}

.projects .images
{
	width: 596px;
	float: left;
	margin-right: 0px;
}

.projects .images .imagecontainer
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 24px;
}

.projectImagePagination, .articlePaginationNext
{
	float: right;
}

.projectImageInstructions, .articlePaginationPrevious
{
	float: left;
}

.title h2, .date h2
{
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.article-header .title
{
	padding-bottom: 24px;
}

.date p
 {
   padding-bottom: 0px;
 }

.article-header .title
{
	width: 180px;
	float: left;
}

.article-header .date
{
	width: 180px;
	float: right;
	text-align: right;
}

.article-body
{
	clear: both;
	padding-bottom: 24px;
}


.article-seperator
{
	padding-bottom: 24px;
}

.error
{
	font-size: 11px;
	color: #8a898d;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
