﻿body 
{
    font-family:Arial, Sans-Serif;
    background:#DDCBBF;
    color:#772e03;
}

#wrap
{
    width:970px;
    margin:0 auto;
    background:#fff url(../images/back.jpg) repeat-y;
    
}

#header
{
    background:#fff url(../images/header.gif) no-repeat top;
    height:100px;
}

#headerlinks
{
    position:relative;
    top:42px;
    text-align:right;
    padding-right:20px;
    color:#772e03;
}

#headerlinks a
{
    color:#FFF;
    font-weight:bold;
    font-size:85%;
    text-decoration:none;
}

#headerlinks a:hover
{
    color:#ef6423;
}

#content
{
    padding:0 35px 0 45px;
    float:left;
    width:650px;
}

.post h1 
{
    font-size:200%;
    padding:0 0 10px 0;
}

a
{
    color:#ef6423;
}

.post p
{    
    margin-bottom:10px;
    font-size:85%;
    line-height:1.3;
}

p.postMeta
{
    font-size:75%;
    color:#ddcbbf;
}

.tags 
{
    font-size:75%;
    color:#ddcbbf;
}

.comments
{
    font-size:75%;
}

.commentcontent
{
    font-size:85%;
    margin-left:100px;
}

.commentinfo
{
    padding-bottom:10px;
    
}

#comment /* this is the text that says "Comments" */
{
    margin-bottom:10px;
    font-size:200%;
}

#addcomment /* This is the text that says "Add Comment" */
{
    font-size:200%;
    margin-bottom:10px;
}

.commentForm label 
{
  float:left;
  width:100px;
  padding-top:5px;
  font-size:85%;
}

.commentForm input
{
    width:200px;
    margin-bottom:5px;
}

.commentForm select 
{
    width:206px;
}

.bbcode 
{
    display:none;
}

#commentMenu
{
    display:none;
}

#commentPreview
{
    display:none;
}

#gravatarmsg
{
    display:none;
}


.adminlinks
{
    margin:25px 0 25px 0;
    background:#ddcbbf;
    font-size:80%;
    padding:10px;
}

.gravatar
{
    float:left;
}

#rnav
{
    float:right;
    width:225px;
    padding-left:15px;
    color:#772e03;
}

#rnav h1
{
    background:#FFF url(../images/rnavback.gif) no-repeat center left;
    height:34px;
    line-height:34px;
    padding-right:10px;
    text-align:right;
    color:#792e00;
}

#rnav li
{
    font-size:75%;
    padding:0 5px 0 20px;
}


ul.recentComments li
{
    margin-top:15px;
    line-height:1.3;
}

ul.tagcloud
{
    margin-top:15px;
}

#tagcloud li
{
    display:inline;
    margin:0;
    padding:0;
}

a.biggest
{
    font-size:140%;
}

a.big
{
    font-size:120%;
}

a.medium
{
    font-size:100%;
}

a.small
{
    font-size:80%;
}

.section
{
    margin:15px 0 15px 0;
    line-height:1.3;
}

.login
{
    padding:0 5px 0 20px;
    font-size:75%;
}

#footer
{
    clear:both;
    padding-left:30px;
    height:350px;
}

#postnavigation
{
    margin-bottom:1em;
    font-size:.8em;
}