/* Formatting for basic page layout */

body {
  min-width: 690px;   /* 2x (left-nav fullwidth, + main-content padding) + right-nav fullwidth */
  font: 80% Verdana, Arial, Helvetica, sans-serif;
  margin: 15px 0;
  color: #000;
  background: #fff;
}


#header {
  background: #FFFFFF url(images/header_leaves02.jpg) no-repeat top left;
  padding: 0;
  margin: 0;
  height: 160px;
}

#wrapper {
  padding-left: 200px;   /* left-nav fullwidth */
  padding-right: 250px;   /* right-nav full width + main-content padding */
  background: #fff;
  padding-bottom: 5px;
}

#wrapper .column {
  position: relative;
  float: left;
}

#main-content {
  padding: 10px 20px;
  width: 100%;
}

#nav-left {
  width: 179px;
  padding: 10px 10px;
  right: 250px;    /* left-nav full width + main-content padding */
  margin-left: -100%;
  /*text-align: center;*/
}

#nav-right {
  width: 178px;
  padding: 10px 20px 20px 10px;
  margin-right: -250px;   /* right-nav full width + main-content padding */
  margin-top: 15px;
  border: 1px dashed #BCBCBC;
  border-width: 0 0 0 1px;
}

#footer {
  clear: both;
  color: #fff;
  background: #CF9325;
  margin: 10px 20px;
  padding: 10px 0;
  text-align: center;
}

/* Hide hack from IE5/Mac \*/
* html #footer {
  height: 1%;
}
/* End hide from IE5/Mac */

#footer {
  min-height: 10px;
}


/* Basic elements formatting */

h1 {
  font-size: 2.0em;
}

#header h2 {
  font-size: 1.4em;
  position: relative;
  left: 350px;
  top: 20px;
  text-indent: -5000px;
  height: 30px;
}

#main-content h3, #nav-left h3 {
  font-size: 1.2em;
  text-indent: -5000px;
  height: 25px;
}

p {
  line-height: 1.5em
}

acronym, abbr {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

code {
  font: 1.1em "Courier New", Courier, monospace;
}

fieldset {
  border: none;
  padding: 10px 0 0 0;
  margin: 0;
}

#nav-right p {
  font-size: 0.9em;
}

/*** IE fix ***/
* html #nav-right p {
  font-size: 0.85em;
}

#nav-right h3 {
  font: 1.5em "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
  color: #A84A1E;
  background: url(images/h3_navrightbullet.gif) top left no-repeat;
  padding-left: 30px;
}

h3.storytitle {
  font: 1.5em "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
  color: #825D17;
  background: url(images/h3_blogbullet.gif) left center no-repeat;
  padding-left: 30px;
}

/* Formatting for header elements */

h1#atf_header {
  position: relative;
  left: 240px;
  top: 35px;
  text-indent: -5000px;
  background: url(images/atf_header.gif) no-repeat;
  height: 32px;
  width: 300px;
}

h2#folio_header {
  background: url(images/portfolio_head.gif) no-repeat;
  width: 280px;
}

h2#links_header {
  background: url(images/links_header.gif) no-repeat;
  width: 172px;
}

h2#contact_header {
  background: url(images/contact_header.gif) no-repeat;
  width: 160px;
}

h2#project_header {
  background: url(images/project_headergif.gif) no-repeat;
  width: 300px;
}

h2#ftp_header {
  background: url(images/ftp_header.gif);
  width: 144px;
}

h2#quaker_header {
  background: url(images/quaker_header01.gif) no-repeat;
  width: 300px;
}

h2#gallery_header {
  background: url(images/gallery_header01.gif) no-repeat;
  width: 160px;
}

h2#larren_header {
  background: url(images/larren_header01.gif) no-repeat;
  width: 382px;
}

h2#larrenproj_header {
  background: url(images/larren_header02.gif) no-repeat;
  width: 300px;
}

h2#tagline {
  background: url(images/ramblings_header01.gif) no-repeat;
  width: 300px;
}

h3#nav_header {
  background: url(images/nav_header01.gif) no-repeat center;
}

h3#design_phil {
  background: url(images/design_phil.gif) no-repeat;
}

h3#tech_rec {
  background: url(images/tech_rec01.gif) no-repeat;
}

h3#css_rec {
  background: url(images/css_rec.gif) no-repeat;
}

h3#blogs_rec {
  background: url(images/blogs01.gif) no-repeat;
}

h3#reading {
  background: url(images/readingmat01.gif) no-repeat;
}

h3#other_rec {
  background: url(images/other01.gif) no-repeat;
}

h3#quakers {
  background: url(images/quakers_header02.gif) no-repeat;
  height: 50px;
}

h3#ftp_shead {
  background: url(images/ftp_short01.gif) no-repeat;
}

h3#ftp_lhead {
  background: url(images/ftp_long01.gif) no-repeat;
  height: 50px;
}

h3#larren_head {
  background: url(images/larren_header03.gif) no-repeat;
}

/* Formatting for navigation */

div#nav-left ul#nav {
padding: 0;
margin: 0 0;
list-style-type:none;
}

div#nav-left ul#nav li {
margin-left : 25px;
float : left;
}

/* Hide hack from IE5/Mac \*/
* html div#nav-left ul#nav li  {
  margin-left: 12px;
}

div#nav-left ul#nav li a:link,
div#nav-left ul#nav li a:visited,
div#nav-left ul#nav li a:hover,
div#nav-left ul#nav li a:active {
color : #813817;
text-decoration : none;
display : block;
padding : 7px 5px 7px 35px;
margin: 0;
background: url(images/acorn01.gif) no-repeat left center;
}

div#nav-left ul#nav li a:hover,
div#nav-left ul#nav li a:active {
text-decoration : underline;
}

span.access {
  text-decoration: underline;
}


/* Formatting for links */

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #813817;
}

a:visited {
  color: #CF5B25;
}

a:hover {
  text-decoration: underline;
}

/* Formatting for images */

img {
  border: none;
}

img.left {
  float: left;
  margin: 5px 10px 5px 5px
}

img.right {
  float: right;
  margin: 5px 5px 5px 10px;
}

/* Formatting for content of footer */

#footlink {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footlink li {
  display: inline;
}


#footer a {
  color: #FFFFFF;
  margin-right: 1.5em;
}

/* Formatting for the images and boxes in the projects section */

div.folio_entry {
  clear: both;
  margin: 0 0 20px 0;
}


div.screenshot {
  width: 200px;
  margin: 0px 10px 20px 10px;
  float: right;
}

img.screenshot {
  border: 0;
  padding: 0 10px 20px 10px;
  display: block;
}

#projectlist {
  line-height: 1.5em;
}

#projectlist li {
  margin-bottom: 1.5em;
}

/* Formatting for the photo gallery */

div.photoentry {
  text-align: center;
}

div.photoentry img {
  margin: 10px auto 2px auto;
}

div.photoentry p {
  font-size: 0.8em;
  color: #676767;
}

/* Formatting for blog-specific elements */

h2#comments, h2#postcomment {
  font: 1.5em "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
  color: #A84A1E;
}

h3.commentby {
  font: small-caps 1.5em "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
}

p.commentinfo {
  font: 0.8em "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
}

div.commentbox {
  border: 1px dotted #BCBCBC;
  padding: 15px;
  margin: 15px 0;
}


