/*@import url("debug.css");*/

body {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
}

#container {
  margin-top: 0;
}

#header {
  position: relative;
  height: 131px;
  margin-bottom: 30px;
}

#header a#logo {
  display: block;
  float: left;
  margin-top: 25px;
}


#header li {
  margin: 0;
  margin-left: 12px;
  padding: 0;
  background: #92abb6 url(/images/ui/nav-tab-left-off.gif) no-repeat bottom left;
}

#section-contact li#link-contact,
#section-about li#link-about,
#section-projects li#link-projects,
#section-index li#link-index,
#header li:hover {
  background-color: #63788a;
  background-image: url(/images/ui/nav-tab-left-on.gif);
}

#header li a:link,
#header li a:visited,
#header li a:hover,
#header li a:active {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}


#header li a {
  position: relative;
  display: block;
  width: 88px;
  height: 75px;
  background: transparent url(/images/ui/nav-tab-right-off.gif) no-repeat bottom right;
}

#header li a span {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 10px;
}

#header li a:hover {
  background-image: url(/images/ui/nav-tab-right-on.gif);
}


#header p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 388px;
  height: 24px;
  background: transparent url(/images/ui/tagline.gif) no-repeat top right;
}

#header p span
{ 
  position: absolute;
  left: -1000px;
}

#footer {
  color: #666;
  font-size: .8em;
/*  font-style: italic;*/
}

.entry-mid .col,
.recent-projects .col {
  width: 188px;
  margin-right: 12px;
}

#section-index .entry-mid .first {
	margin-left: 50px;
}

#section-index .entry-mid .end,
#section-index .recent-projects .end {
  margin-right: 0 !important;
}
  
.recent-projects .col h3 a {
  display: block;
  padding-top: 150px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
}

dl {
  font-size: .95em;
}

dt,
dd {
	margin-left: 0;
	width: 188px;
}

dt {
	margin-bottom: 0;
	font-weight: bold;
	color: #63788a;
}

dd {
	margin-top: 0;
	margin-bottom: .5em;
}

.entry-info,
.entry .desc {
  float: left;
  margin-left: 12px;
  width: 388px;
}

.entry-info {
	margin-top: 0;
	margin-left: 0;
  width: 188px;
}

/*#section-index .entry-info {
	border-left: 1px solid #ccc;
}*/

.divider {
  clear: both;
}

/*#section-projects dt {
  width: 98px;
}

#section-projects dd {
  margin-left: 12px;
  width: 388px;
}
*/

/*dl,
dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}*/


.entry-body p {
  margin-right: 90px;
}

pre {
  color: green;
  font-family: Monaco, monospace;
  font-size: 11px;
}


img.bio-pic {
  float: right;
  width: 188px;
  margin-bottom: 1em;
  margin-left: 12px;
/*  border: 1px solid #92abb6;*/
}


.entry-top h1 {
  display: none;
}
.entry-top .entry-body
{ background: transparent url(/images/common/bkg-entry-top-green.gif) no-repeat top left; }

.entry h2,
#section-contact .entry h3 {
	font-size: 130%;
}

#section-contact .entry h2 {
  position: relative;
  height: 4px;
  margin-bottom: 0;
}

#section-contact .entry h2 span {
  position: absolute;
  left: -1000px;
}

.entry-top .entry-body {
  width: 588px;
  font-size: 130%;
}

.entry-body h3 {
  margin-bottom: .5em;
	color: #9CA531;
/*	color: #63788a;*/
}

#section-projects .entry-body h3 {
  margin-left: 200px;
}

.entry-body .desc p,
.entry-top .entry-body p {
  margin-right: 0;
}

a.link-pdf {
	padding: 4px;
	padding-left: 30px;
	background: transparent url(/images/ui/file_acrobat.gif) no-repeat top left;
}

a.link-vcard {
	padding: 4px;
	padding-left: 30px;
	background: transparent url(/images/ui/icon-vcard.gif) no-repeat top left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}


#section-index #buypass {
	background-position: 50% 0;
}


#meter {
	visibility: hidden;
}


/*.entry-top h1,
.entry-top .entry-body {
  float: left;
  width: 100px;
}

.entry-top .entry-body {
  margin-left: 12px;
  padding: 0;
  width: 388px;
}

.entry-top .entry-body p {
  margin-right: 0;
}
  */

/*#section-services .col {
	width: 50%;
}


#section-services .end {
	width: 48%;
}*/

.services ul {
/*	list-style-type: none;*/
	margin-left: 1.5em;
	padding-left: 0;
	font-size: 1em;
}

.services li {
	line-height: 18px;
}

#section-quote ol {
	margin-left: 1.3em;
}

#section-quote ol li {
	line-height: 18px;
	margin-bottom: 1.3em;
}

textarea {
	width: 400px;
	height: 200px;
}

label {
	display: block;
}

a.link-external
{
	padding-right: 12px;
	background-image:url(/images/ui/link-external.gif);
	background-position:right;
	background-repeat:no-repeat;
}