BODY {
    background: #0c0907;
    margin: 0px auto;
    font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #CCC;
    text-align: center;
}

a:link {
    color: #C3B4D1;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #C3B4D1;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #FFC1DB;
    font-weight: bold;
}

a:active {
    text-decoration: none;
    color: #C3B4D1;
    font-weight: bold;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.3em;
    color: #fff;
}

h3 {
    font-size: 1.4em;
}

#container {
    margin: 0px auto;
    width: 825px;
    text-align: left;
}

#header {
    height: 270px;
    text-align: center;
    margin: 0px auto;
    background: url('img/header.gif') no-repeat; 
}

#header img {
    border: none;
}

#nav {
    margin: 0px auto;
    width: 795px;
    height: 25px;
    background: url('img/nav_bg.gif');
    border-left: solid 12px #191410;
    border-right: solid 12px #191410;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
}

#nav a {
    margin-left: 10px;
    margin-right: 10px;
    font-family: verdana;
    color: #000;
}

#nav a:visited {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#nav a:hover {
    text-decoration: none;
    color: #FFC1DB;
    font-weight: bold;
}

#nav a:active {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#mid {
    width: 795px;
    border: solid 12px #191410;
    border-top: 0px;
    background: #392E2A;
    margin: 0px 3px;
    text-align: center;
    overflow: auto;
}

#content {
    width: 530px;
    background: #52423C ;
    border: solid 1px #5C4C46;
    float: left;
    padding: 10px;
    text-align: left;
    margin: 10px;
    overflow: auto;
}

.content-nav {
    text-align: center;
    margin-top: 20px;
}

.entry-asset {
    border-bottom: dotted 2px #392E2A;
    padding-bottom: 10px;
}

.asset-meta {
    font-size: .8em;
}

.asset-body {
    margin-top: 10px;
    margin-bottom: 25px;
    overflow: auto;
}

.asset-body img{
    border: solid 1px #000;
}

#archive-link {
    text-align: center;
    margin-top: 20px;
}

#sidebar {
    width: 210px;
    background: #52423C;
    border: solid 1px #5C4C46;
    float: right;
    padding-bottom: 0px;
    text-align: center;
    margin: 10px;
    margin-left: 0px;
}

#sidebar a:link {
    color: #C3B4D1;
    text-decoration: none;
    font-weight: normal;
}

#sidebar a:visited {
    text-decoration: none;
    color: #C3B4D1;
    font-weight: normal;
}

#sidebar a:hover {
    text-decoration: none;
    color: #FFC1DB;
    font-weight: normal;
}

#sidebar a:active {
    text-decoration: none;
    color: #C3B4D1;
    font-weight: normal;
}

#beta-inner {
    text-align: center;
}

.widget-header, #headline {
    border-bottom: dotted 1px #392E2A;
    background: #5C4C46 url('img/headline_bg2.gif');
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #191410;
    margin: 0px 0px 10px;
}

#sidebar .widget-header a {
    color: #191410;
    font-weight: bold;
}

.widget-content form #search.ti {
    border: solid 1px #000;
    width: 125px;
}

.widget-archive-category {
    display: none;
}

.widget-archive-monthly, .widget-tag-cloud, .widget-recent-entries {
    text-align: left;
    padding: 10px;
}

.widget-archive-monthly {
    padding-top: 0px;
}

.widget-list-item {
    padding-left: 10px;
}

.widget-search {
    padding: 10px;
    padding-bottom: 0px;
}

.widget-syndication {
    text-align: left;
    padding: 10px;
    padding-top: 0px;
}

.widget-powered, .widget-creative-commons {
    text-align: left;
    margin: 10px;
    margin-top: 0px;
    font-size: .9em;
}

.widget-powered a img {
    border: solid 1px #000;
    background: #fff;
    padding: 5px;
    width: 75px;
    height: 50px;
}

.widget-creative-commons a img {
    display: none;
}

#comment-form-name, #comment-form-email, #comment-form-url {
    margin-bottom: 5px;
}

#comment-author{
    border: solid 1px black;
}

#comment-email{
    border: solid 1px black;
    margin-left: 3px;
}

#comment-url {
    border: solid 1px black;
    margin-left: 12px;
}

#comment-text {
    border: solid 1px black;
}

.btn {
    background: #5C4C46 url('img/headline_bg2.gif');
    border: solid 1px black;
    margin-top: 5px;
}

.btn:hover{
    background: #5C4C46 url('img/headline_bg.gif');
}


