body {
    background: #ddd;
    color: #444;
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 70%;
    line-height: 1.4em;
    text-align: center;
}

form {
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

a:link, a:visited {
    color: #00f;
}

a:hover {
    color: #f60;
}

a.button {
    display:block;
    cursor:pointer;
    cursor:hand;
}

a.button span {
    display: none;
}

div#container {
    width: 770px;
    margin: 20px auto;
    background: #fff;
    text-align: left;
}

div#site-header {
    text-align:center;
    padding: 157px 0 0;
    background: url(/images/header28.jpg) no-repeat;
}

div#site-header h1, div#site-header h1 a:link, div#site-header h1 a:visited, div#site-header h1 a:hover {
    font-family: "Trebuchet MS","Lucida Grande","Bitstream Vera Sans",Verdana,Arial,Sans-Serif;
    font-size: 2.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    border-top:  3px solid #fefef9;
    color: #fefef9;
    background-color: #6F5324;
    margin: 0;
    padding: 10px 0 0;
}

div#site-header h2 {
    font-family: "Courier New", Courier, "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 110%;
    background-color: #6F5324;
    color: #ccb;
    margin: 0;
    padding: 0 0 5px;
}

div#right-panel {
    font-family: "Trebuchet MS","Lucida Grande","Bitstream Vera Sans",Verdana,Arial,Sans-Serif;
    font-size: 1.2em;
    float: right;
    width: 150px;
    margin: 10px 0 0 5px;
    padding: 0;
}

div#right-panel div.sections a:link, div#right-panel div.sections a:visited {
    /*display: block;
    padding: 3px 0 2px 20px;*/
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    text-decoration: none;
    font-variant: small-caps;
    color: #777;
}

div#right-panel div.sections ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#right-panel div.sections ul li {
    padding: 3px 0 2px;
    margin: 0;
}

div#right-panel div.sections a:hover {
    color: #f60;
}

div#right-panel div.sections a#link-home {
    background-image: url(/images/icon_home.gif);
}

div#right-panel div.sections a#link-about {
    background-image: url(/images/icon_about.gif);
}

div#right-panel div.sections a#link-portfolio {
    background-image: url(/images/icon_portfolio.gif);
}

div#right-panel div.sections a#link-articles {
    background-image: url(/images/icon_articles.gif);
}

div#right-panel div.sections a#link-projects {
    background-image: url(/images/icon_projects.gif);
}

div#right-panel div.sections a#link-photos {
    background-image: url(/images/icon_photos.gif);
}

div#right-panel div.sections a#link-contact {
    background-image: url(/images/icon_contact.gif);
}

div#right-panel div.sections div.search {
    padding: 27px 0 30px 20px;
    background: url(/images/icon_search.gif) no-repeat 0 28px;
}

div#right-panel div.sections div.search input {
    width: 100px;
    font-size: 0.8em;
}

div#content {
    margin: 10px 160px 0 0;
    border-right: 1px solid #ccc;
    padding: 0 15px;
    min-height: 300px;
}

div#content div.intro {
    border: 1px solid #ccc;
    border-color: #ccc #666 #666 #ccc;
    background: #eee;
    padding: 5px;
}

div#content h3 {
    font-size:  1em;
    color:  #000;
    font-weight: bold;
    margin:  10px 0 7px;
}

div#content div.article-info {
    font-size: 0.9em;
    padding: 2px 5px;
    background: #eee;
    border:1px solid #eee;
    border-color: #eee #ccc #ccc #eee;
}

div#content div.update {
    font-size: 0.9em;
    padding: 2px 5px;
    background: #fff;
    border:1px solid #eee;
    border-color: #eee #ccc #ccc #eee;
}

div.krl_highlighted_code {
  margin: 5px 20px 20px 10px;
}

div#content div.form_label {
    width: 100px;
    text-align: right;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 5px;
}
div#content div.form_input {
    width: 400px;
    margin: 0 0 5px 110px;
    
}
div#content div.form_input input {
    width: 200px;
}

div#content div#contact_form {
    margin: 30px 10px;
}

div.krl_highlighted_code div.header {
  margin: 0 0 2px; 
  font-weight: bold;
}

div.krl_highlighted_code div.codeblock {
  margin: 0; 
  padding: 6px; 
  border: 1px solid #666;
  overflow: auto; 
  font-size: 1.1em;
}

div.krl_highlighted_code ol {
  padding: 0 0 0 40px;
}

div#content p {
    margin: 5px 0 10px;
}

div.deprecated {
    border: 1px solid #f00;
    padding: 5px;
    background: #ccc;
}

div.photoset {
  padding: 0 5px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  height: 80px;
}

div.photoset img {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #333;
  margin: 0 5px 0 0;
}

div#footer {
    background: #fff url(/images/footer1.gif) no-repeat bottom;
    text-align:center;
    padding: 0 0 3px;
    color: #666;
    font-size: 0.8em;
    clear: both;
}

ul.experiments {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.experiments li {
    margin: 0;
    padding: 0 0 10px;
}

div.flashr-update {
    background: #ccc;
    border: 1px solid #f00;
    padding: 5px;
    margin: 1em 0;
}
div.flashr-update h2 {
    font-size: 1.2em;
    margin: 0;
}
#content div.flashr-update p {
    margin-bottom: 0;
}