html {
}

h1 {
font-size: 13pt;
text-decoration: none;
font-weight: normal;
}

h2 {
font-size: 16pt;
text-decoration: none;
font-weight: normal;
}

body {
font-family: "Georgia", "Trebuchet MS", "Helvetica", sans-serif, "Arial";
font-size: 10pt;
color: #747474;
border: 0;
padding: 0;
margin: 0;
}

A:link {
text-decoration: none;
color: #a6a080;
}

A:visited {
text-decoration: none;
color: #747474;
text-decoration: underline;
}

A:active {
text-decoration: none;
color: #747474;
}

A:hover {
color: #ffffff;
background-color: #990000;
}

/* Header */

#header {
background-image: url(images/headerbg.jpg);
background-repeat: repeat-x;
border: 0;
padding: 0;
margin: 0;
}

#headerdesc {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 30px;
text-align: center;
padding-top: 11px;
border: 0;
}

#headertitle {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 800px;
height: 85px;
border: 0;
padding: 0;
}

/* Navigation */
#navigation {
width: 600px;
margin-left: auto;
margin-right: auto;
padding: 3px;
}

ul#nav {
list-style: none;
margin: 0;
padding: 0;
border-bottom: 0;
text-align: center;
white-space: nowrap;
display: inline;
}

ul#nav li.first {
display: inline;
margin: 0 27px 0 53px;
padding: 0;
font-size: 16pt;
}
ul#nav li.second {
display: inline;
margin: 0 35px 0 45px;
padding: 0;
font-size: 16pt;
}
ul#nav li.third {
display: inline;
margin: 0 45px 0 35px;
padding: 0;
font-size: 16pt;
}
ul#nav li.fourth {
display: inline;
margin: 0 57px 0 23px;
padding: 0;
font-size: 16pt;
}

ul#nav a 
{
display: inline;
height: 25px;
text-decoration: none;
padding: 5px 0 0 0;
color: #c0bba2;
}
ul#nav a#current {
color:#eae3bf;
}
ul#nav a:hover {
color: #eae3bf;
background: none;
border-bottom: 1px dashed #eae3bf;
}

/* Content */
#dragoncontainer {
margin-left: auto;
margin-right: auto;
width: 1200px;
background-image: url(images/dragonsbg.jpg);
background-repeat: no-repeat;
min-height: 522px;
}

#container {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

#content {
margin-top: 5px;
width: 500px;
float: left;
padding: 25px;
}

/* Post */

#date {
width: 30px;
height: 60px;
background-image: url(images/datebg.jpg);
background-repeat: no-repeat;
float: left;
}

.date_day {
color: #ffffff;
font-size: 16pt;
text-align: center;
}

.date_month {
color: #ffffff;
font-size: 8pt;
text-align: center;
}

#title {
width: 450px;
height: 45px;
float: right;
padding: 0 10px 0 10px;
}

#post_entry {
width: 450px;
padding: 0 10px 0 10px;
float: right;
}

.post {
border-bottom: 1px dotted #c0c0c0;
}

.entry {
margin-left: auto;
margin-right: auto;
}

/* Sidebar */
#sidebar {
width: 240px;
float: right;
margin: 50px 10px 0 0;
}

ul#side {
list-style: none;
margin: 0;
padding: 0;
border-bottom: 0;
text-align: center;
white-space: nowrap;
}
ul#side li {
margin: 0 0 0 -30px;
list-style: none;
}

ul#side h2 {
text-align: center;
color: #747474;
border-bottom: 1px dotted #c0c0c0;
text-decoration: none;
list-style: none;
padding: 5px 0 2px 0;
margin-left: 10px;
}

ul#side a 
{
display: block;
height: 20px;
text-decoration: none;
list-style: none;
padding: 5px 0 2px 0;
color: #a1a1a1;
}

ul#side a:hover {
border-color: #c0c0c0;
color: #ffffff;
}

/* Footer */
#footer {
width: 800px;
margin-left: auto;
margin-right: auto;
clear: both;
text-align: center;
}