/* base css for kitsite.com */
body {
    font-family: "Lucida Grande",Helvetica,sans-serif;
    background-color: white;
    color: #222;
}
a {
    text-decoration: none;
    color: #0ad;
}
a:hover {
    text-decoration:underline;
}

.hidden {
   display:none;
}

h2 {
    font-size: 1.4em;
    color: #999;
    margin-bottom: 10px;
}
h4 { 
    font-weight:bold;
}

pre {
   padding: 5px 15px;
   background-color: #cdf;
   margin:10px 0;
   font-size:1em;
   font-family:sans-serif;
}

#hd a { color: #bb0; }

#hd {
    position: relative;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    height: 160px;
    margin-bottom: 15px;
}
.home #hd {
    height: 262px;
    margin-bottom:0;
}

#hd h1 {
    font-size: 24px;
    color: #999;
    position: absolute;
    right: 0;
    top: 140px;
}

.home #hd h1 { 
    display:none;
}
#hd span {
    font-size: 24px;
    display: block;
    position: absolute;
    right: 0;
}

.tagline {
    top: 196px;
    color: #999;
}
.tagline2 {
    top: 230px;
    color: #666;
}

#navigation {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 1.1em;
}
.rss img {
   margin-right:6px;
}

#bd {
    font-size:1.1em;
    line-height:1.4em;
}
h3 {
    font-size:1.2em;
    padding: 3px 0;
}
.home .yui-gd .yui-u.first {
    padding-top:20px;
}

.hometrails .trail, .trails div.trail {
    position: relative; 
    border-top: 1px solid #e3e3e3;
    height: 135px;
    padding: 10px 0 20px 240px;
}
.hometrails .trail {
    height: 145px;
    padding: 20px 0 20px 260px;
}
.hometrails .firsttrail, .trails div#firsttrail {
    border-top-width:0;
}
.hometrails .trail img, .trails div img {
    position: absolute;
    top: 10px; 
    left:20px;
}
.hometrails .trail img {
    top: 20px;
}
#staff {
    margin-top:5px;
    clear:both;
}
#staff div.trail {
    padding-left: 100px;
    border-top-width:0;
    height: auto;
}
#staff .trail img {
    left: 0;
    top:15px;
}
.hometrails h3 {
    color:#333;
    font-size: 1.3em;
    margin-bottom:3px;
}

.home .yui-gb h3 {
    border-bottom: 1px solid #ddd;
    margin: 5px 0 10px;
    color: #999;
}
.home .yui-gb { top:-40px; position:relative;}
.box {
    height: 100px;
    border-left: 1px solid #ddd;
}
.box.first {
    border-left-width:0;
}
.box div {
    padding: 5px 15px;
    position: relative;
    height: 80px;
}
.box span {
    position: absolute;
    bottom: 0;
    right: 0;
}
#box1 { width: 340px; padding-left:0;}
#box1 div {padding-left: 0;}
#box1 span { width: 180px;}
#box2 { width: 280px; }
#box2 span { width: 170px;}
#box3 { width: 270px; padding-left: 15px; padding-top:4px;}

.sidetext {
    color: #666;
    font-size:0.95em;
    width: 200px;
    padding-top:10px;
}
.sidepic {
    clear:both;
    margin: 5px 0;
}
.sidedetail {
    color: #444;
    font-size:0.9em;
    width: 340px;
}
.mapdetail {
    width:270px;
}
.sidedetail p {
    padding:3px 0;
}
.articlelinks { padding-top:40px;}
.summary { margin-bottom:15px; }
.body ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding:3px 0;
}
.body ul {
   padding-bottom:6px;
}
.hentry {
   position: relative;
}
abbr.published {
   position: absolute;
   left:-90px;
   top:0;
   color: #777;
   text-align: center;
}
abbr.published .day {
   font-size: 48px;
   height: 52px;
   line-height:48px;
   display:block;
}
abbr.published .month {
   font-size: 24px;
   display:block;
}
.blognav {
   margin: 10px 0;
   padding: 10px 0;
   border-top: 1px solid #ddd;
}
.newer {
    background:white url(../img/arrows.png) no-repeat 0 -12px;
    padding-left: 20px;
}
.older { 
    float:right;
    background:white url(../img/arrows.png) no-repeat right 4px;
    padding-right: 20px; 
}
ul.arrowed {width:220px;}
ul.arrowed li {padding:5px 0;}
p.arrowed {
   padding-top:5px;
}
.arrowed a { 
    background:white url(../img/arrowhead.png) no-repeat 0 4px;
    padding-left: 16px; 
}
.textinput {
    width: 250px;
}
textarea {
    width: 530px;
    height: 140px;
    font-family:inherit;
}
#contact-submit {
   margin-top:12px;
}

#ft {
    text-align: center;
    padding: 20px 0;
    font-size:0.9em;
    color:#999;
}

/* IE6 crap */
*html #staff .trail {
   padding-left: 0px !important;
}

*html #staff .trail h4, *html #staff .trail div {
  margin-left: 90px !important;
}
*html #staff .trail img {
   margin-left: -90 !important;
}

.how .yui-gd .yui-u.first {width:12%;}
