body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#E6E6E6;
  background: #2D5465 url(/static/images/top-gradient.png) top left repeat-x;
}

/* required for underlay sizing in IE */
* html body {
  height: 100%;
/*  overflow: hidden;*/
}

a img {
  border: none;
}

a {
  color:#a9f354;
  color:#beed64;
  text-decoration:none;
  z-index:5000;
}

a:hover {
  color:#defda4;
}

a:visited {
  color:#8FB0BB;
}

a.more {
  font-family:arial, sans-serif;
  padding-right: 26px;
  font-size:13px;
  display:block;
  float:right;
  line-height:150%;  
  background: url(/static/images/more.png) center right no-repeat;
}

a.more:link, a.more:visited, a.more:hover, a.more:active {
  background: url(/static/images/more.png) center right no-repeat;
}

a.more:visited {
  color:#beed64;
}

a.feed {
  background: url(/static/images/feed_icon.png) center left no-repeat;
  padding-left:15px;
  margin-left:4px;
}

a.feed:link, a.feed:visited, a.feed:hover, a.feed:active {
  background: url(/static/images/feed_icon.png) center left no-repeat;
}

address {
  font-style:normal;
  margin-bottom:5px;
}

/* gutter-jiggling */
.plus9 { margin-right:9px; }
.minus9 { margin-right:-9px; }

* {
  margin:0;
  padding:0;
}

.masthead {
  position:relative;
  margin:-50px 0 -65px -130px;
  font-family:georgia;
  font-weight:normal;
  text-indent:-5000px;
  background:url(/static/images/masthead.png) top left no-repeat;
  height:180px;
  width:780px;
}

* html div.masthead { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/masthead.png', sizingMethod='image'); 
}

/*============================================================================
                                Basic Text
----------------------------------------------------------------------------*/

h1 { /* title of section etc */
  
}

h2 { /* title of blog post / subheading on tools/about us / featured proj */
  color:#D1ECF3;  
}

h3 { /* sidebar headings, headings of lists in archive */
  font-size:12px;
  font-family: Georgia, serif;
  text-transform:uppercase;
  font-weight:normal;
  letter-spacing:1px;
  margin-bottom:8px;
  color:#D1ECF3;  
}

ul {
  padding-left:18px;
}

li {
  line-height:120%;
  margin-bottom:5px;
}

.smallCaps {
  font-variant: small-caps;
}

small {
  line-height:100%;
  font-family:arial,helvetica,sans-serif;
}

hr {
  height:25px;
  background:url(/static/images/divider.gif) center center no-repeat;
  width:100%;
  border:none;
  margin:10px 0;
}

/*============================================================================
                                Navigation
----------------------------------------------------------------------------*/

ul.globalNav {
  position:relative;
  list-style: none;
  margin:0 0 40px 0;
  padding:0;
  font-family: Georgia, serif;
  font-size: 11pt;
}

ul.globalNav li {
  position:relative;  
  float: left;
  line-height:200%;
  padding-right: 0.5em;
  padding-left: 28px;
  background: url('/static/images/nav_flash_passive.png') no-repeat;
}

ul.globalNav li.active {
  background: url('/static/images/nav_flash_active.png') no-repeat;
}

* html ul.globalNav li { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/nav_flash_passive.png', sizingMethod='crop'); 
}

* html ul.globalNav li.active { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/nav_flash_active.png', sizingMethod='crop'); 
}

ul.globalNav li a { 
  color:#e6e6e6;
}

ul.globalNav li a:hover {
  color:#b9e4ef;
  text-decoration:none;
}

/*============================================================================
                                  Layout
----------------------------------------------------------------------------*/

.blueprint {
  background: url(/static/images/blueprint_bg_fade.jpg) top center no-repeat; 
  margin:20px;
  padding:20px 0 3px 0;
}

.container {
  width:667px;
  background:url(/static/images/alpha_blue.png) top left repeat;
  padding: 10px 100px 50px 100px;
  margin:0 auto;
}

* html div.container { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_blue.png', sizingMethod='scale'); 
}

.overlay {
  position:relative;
  z-index:1000;
}


.pf {
  background:url(/static/images/alpha_grey.png) top left repeat;
  margin: 40px -100px 20px -100px;  
  padding:0;
}

* html div.pf { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_grey.png', sizingMethod='scale'); 
}

.pfInside {
  position:relative;  
  padding:30px 100px;  
  width:667px;
  margin:0;
}

.sidebar {
  width:160px;
  float:right;
  font-size:12px;
  line-height:17px;
  padding-top:4px;
  color:#e6e6e6;
  color:#d1ecf3;  
}

.main {
  width:460px;
  float:left;
}

.footer {
  width:700px;
  margin: 7px auto;
  z-index:1500;
  position:relative;
}

.footer p {
  text-align:center;
  font-size:12px;
}



/*============================================================================
                                  Home Page
----------------------------------------------------------------------------*/

.home {
  width:100%;
  margin:0 auto;
  padding:0;
  margin-top:0px;
}

.home p {
  padding:0;
  font-size:19px;
  line-height:28px;
  margin-bottom:20px;
  margin-top:25px;
  text-align:center;
  font-family:helvetica, arial, sans-serif;
  color:#D1ECF3;   
}

.home img {
  width:280px;
}

.home div.col0, .homepf div.col0 {
  width:48%;
  float:left;
}

.home div.col1, .homepf div.col1 {
  width:48%;
  float:right;
}

.home div.col0 img, .home div.col1 img {
  height: 266px;
}

.home h1 {
  font-size:32px;
  margin-top:15px;
  margin-bottom:15px;
  text-align:center;
  font-weight:normal;
  color:#D1ECF3; 
}

.home h3 {
  margin-bottom:8px;
}

.homepf div.pf p, .homepf div.pf blockquote p, .homepf cite {
  margin-top:0 ! important;
  font-family:georgia, "Times New Roman", serif; 
  font-size:16px; 
  text-align:left;
  line-height:150%;
  color:#e6e6e6;
}

.homepf div.pf cite {
  font-size:14px;
}

a.applications {
  display:block;
  width:100%;  
  background:url(/static/images/applications.png) top left no-repeat;
  padding-top:280px;
}

* html a.applications { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/applications.png', sizingMethod='crop'); 
}

a.websites {
  display:block;
  width:100%;
  background:url(/static/images/websites.png) top left no-repeat;
  padding-top:280px;
}

* html a.websites { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/websites.png', sizingMethod='crop'); 
}

/*============================================================================
                                  Sidebar
----------------------------------------------------------------------------*/

.sidebar p {
  margin-bottom:8px;
}


/*============================================================================
                                  Portfolio
----------------------------------------------------------------------------*/

img.pf_featured {
  width:100%;
  height:225px;
  margin-bottom:20px;
}

div.pf_featured_caption {
  font-size:12px;
  line-height:130%;
  height:380px;
  background:url(/static/images/alpha_blue.png) top left repeat;
  padding:6px 9px;
  padding-bottom:37px;
}

* html div.pf_featured_caption { 
  background-image: none; 
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_blue.png', sizingMethod='scale'); 
}

.pf_featured_captionInside {
  position:relative;
}

.pf_featured_captionOutside {
  width:309px;
  float:right;  
  position:relative;
  z-index:100;
  margin-top:-55px;
}

div.pf_featured_caption h2 {
  font-family: Georgia, serif;
  margin-bottom:21px;
  font-weight:normal;
  letter-spacing:1px;
  text-transform:uppercase;
  display:block;
  float:none;
}

div.pf_featured_caption h2 a {
  color:#D1ECF3;
}

.pf_featured_caption a.project_url {
  font-family:arial;
  font-size:18px;
  margin-bottom:10px;
  display:block;
}

.pf_featured_caption a.more {
  bottom:10px;
  right:0;
}

.pf_featured_caption p {
  margin-bottom:8px;
  font-size:13px;
  line-height:18px;
}

.pf div.in_brief {
  width:329px;
  float:left;
  font-size:12px;
  line-height:16px;
  margin-bottom:20px;
}

.pf div.right {
  float:right;
  margin-right:0;
}

.in_brief a img {
  width:156px;
  height:96px;
  float:left;
  border:2px solid #bebebe;
/*  position:relative;*/
}

.in_brief a:hover img {
  border:2px solid #3a7b91;
}

.in_brief p {
  width:160px;
  float:right;
  margin-left:4px;
  margin-top:0px;
}

.pf div.pf_slideshow_main {
  background: #FFF;
  width: 667px;
  height: 225px;
  text-align: center;
}

.pf_slideshow_thumbs {
  margin-top:14px;
  margin-bottom:10px;
  margin-left:-14px;
  overflow:hidden;
}

.pf_slideshow_thumbs img {
  border-bottom:5px solid #0a536d;
  float:left;
  margin-left:14px;
  cursor:pointer;
}

#pf_slideshow_active_thumb {
  border-bottom:5px solid #D1ECF3;  
}

.pf_project_logo {
  border: 2px solid #bebebe;
  margin-bottom: 1em;
}

.pf h2 {
  font-family: Georgia, serif;
  font-weight:normal;
  font-size:16px;
  margin-bottom:6px;
  line-height:22px;
  float:left;
}

.pf h3.url {
  display:block;
  float:right;
  padding-top:5px;
}

ul.olderProjects {
  list-style-type:none;
  font-size:12px;
  margin:20px 0 0 0;
  padding:0;
}

ul.col0 {
  width:49%;
  float:left;
}

ul.col1 {
  width:300px;
  padding:0 0 0 18px;
  float:right;
}

ul.olderProjects li {
  height:30px;
  width:100%;
  margin-bottom:15px;
}


/*============================================================================
                      About, Tools, Blog and Project
----------------------------------------------------------------------------*/

div.about, div.blog, div.tools, div.project {
/*  width:100%;
  overflow:hidden;
  position:relative;*/ /* replaced with clearfix for neg margins */
}

.project {
  margin-top:30px;
}

.about h1, .blog h1, .tools h1, .project h1 {
  font-family: Georgia, serif;
  font-weight:normal;
  font-size:18px;
  margin-bottom:4px;
  line-height:22px; 
}

.about h2, .blog h2, .tools h2, .project h2 {
  font-family: Georgia, serif;
  font-weight:normal;
  font-size:16px;
  margin-bottom:9px;
  margin-top:38px;
  line-height:22px;
}

.blog h1 small {
  font-size:11px;
}

/*.about div.main p, .blog div.main p, .tools div.main p, .project div.main p {*/
div.main p, div.main li, div.main blockquote {
  font-family: Georgia, serif !important;
  font-size:14px;
  line-height:20px;
  margin-bottom:15px;  
/*  position:relative;*/
}

.blog div.main blockquote p {
  font-size: 12px;
  margin-left: 2em;
}

div.main ul {
  margin-bottom:15px;
}

div.main li {
  margin-bottom:3px;
}

.project blockquote {
  margin:0px 60px 30px 60px;
}

.project blockquote p {
  font-family:Arial, Helvetica, sans-serif !important;  
  font-size:16px !important;
  line-height:130%;
  color:#D1ECF3;
}

.project blockquote cite {
  font-size:12px;
}

.project a.more {
  margin-bottom:5px;
}


/*============================================================================
               Contact Form ('About' Page) + Search Form + Comments
----------------------------------------------------------------------------*/

.about form {
/*  width:70%;*/
  margin-top:50px;
}

.about form label, .search form label, form.comments label {
  color:#b9e4ef;   
  display:block;
  font-size:12px;
  margin-top:3px;
}

.about form span, .search form span, form.comments span {
  display: block;
  background-color: #FFF;
  padding: 1px;
  border: 1px solid #444;
  margin-bottom:11px;
}

.about form span input, .search form span input, form.comments span input {
  width: 100%;
  margin:0 auto;
  display:block;
  border: 1px solid #C3C3C3;
  border-top-color: #7C7C7C;
  border-bottom-color: #DDD;
  font-size:15px;
}

.about form textarea, form.comments textarea {
  width: 100%;
  border: 1px solid #C3C3C3;
  border-top-color: #7C7C7C;
  border-bottom-color: #DDD;
  font-size:15px;
  font-family:arial, sans-serif;
}

.about form select {
  margin-bottom:11px;
  font-size:15px;
  width:170px;
}

p.submit {
  text-align:center;
  padding-top:10px;
}

p.submit input {
  font-size:13px;
}

p.submit a {
  background: #134;
  padding: 3px 6px;
}

.search form span {
  width:74%;
  float:left;
}

.search form span input {
  font-size:12px;
}

.search form input.go {
  float:right;
  margin-top:3px;
  font-size:14px;
/*  width:25%;*/
}



/*============================================================================
                            Comments
----------------------------------------------------------------------------*/

form.comments {
  margin-top:45px;
}

form.comments div.details {
  float:left;
  width:40%;
}

form.comments div.comment {
 float:right;
 width:57%; 
}

form div.comment label {
  margin-bottom:2px;
}

form.comments small {
  float:right;
  font-size:11px;
  display:block;
  margin-top:0;
}

form.comments p.submit {
  margin-top:18px;
}

#commentPreview p {
  color:yellow;
}

.blog div.comment p {
  margin-bottom:25px;
  color:#d1ecf3;  
  font-family:arial,helvetica,sans-serif ! important;
  font-size:12px;
  line-height:130%;  
  width:80%;
}

.commenter {
  font-size:13px;
  margin-bottom:5px;
}

.numberComments {
  margin-top:30px;
  text-transform:uppercase;
}

/*============================================================================
                                  Blog Archive
----------------------------------------------------------------------------*/

.blog_archive {
  width:100%;
  overflow:hidden;
  margin:60px 0;
}

.blog_archive ul {
  font-size:12px;
  line-height:17px;
}

.col {
  width:160px;
  float:left;
  margin-right:9px;
}

div.right {
  margin-right:0;
  float:right;
}


/*============================================================================
                                  Images
----------------------------------------------------------------------------*/

img.neg_column {
  border:2px solid #21637a;
  float:left;
  display:block;
  position:relative;
  margin: 13px 17px 13px -30px;
}

img.inline {
  width:465px;
  margin:15px 0;
}

img.map {
  border:2px solid #21637a;
  margin:0 0 5px 0;
}

img.fullSidebar {
  margin-bottom:6px;
  width:100%;
}

img.lefty {
  float: left;
  border:2px solid #21637a;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 3px;
}

img.avatar {
  width:60px;
  float:left;
  border:2px solid #21637a;
  margin:2px 8px 0px 0;
}

img#switch {
  position:absolute;
  left:740px;
  top:49px;
  float:left;
  z-index:5000;
  cursor:pointer;
}


/*============================================================================
                        I want my negative margins!
----------------------------------------------------------------------------*/

img.tinybox {
  width:200px;
  display:block;
  margin:0 auto;
}

span.tinybox {
  width:165px;
  height:164px;
  display:block;
  margin:0 auto;
  border:1px solid #eee;
}

span.tinybox img {
  margin:5px;
  display:block;
  width:150px;
  height:150px;
  border:2px solid #e6e6e6;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

pre {
  font: normal 12px Consolas, Monaco, Lucida Console, monospace;
  background: #046;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

code {
  font: normal 12px Consolas, Monaco, Lucida Console, monospace;
}

.download img {
float: left;
}

.download label {
line-height: 1.5;
}

.download label em {
font-size: 18pt;
}
