
body
{
background: #010101;
color: #FEFEFE;
width: 90%;
max-width: 800px;
margin: 0 auto 30px auto;
font-family: Georgia, Serif;
}

a{ color: #E8E533; }
a:hover { color: #FEFEFE; }
a:visited { color: #FFFD87; }

.tagline
{
margin-top: 10px;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 180%;
}

.headerlink
{
padding-right: 20px;
font-size: 120%;
text-decoration: none;
border-left: 5px dotted #FFFD87;
padding-left: 5px;
}

.headerlink:hover
{
border-left: 5px dotted #FEFEFE;
}

.headerlink:visited { color: #E8E533;}

.navbar
{
margin-bottom: 50px;
}

.sidebar
{
display:none;
}

.sidebar h1
{
display:none;
}

.sidebar h2
{
margin: 0;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 180%;
font-weight: normal;
}

.entry_header
{
margin-top: 50px;
border-bottom: 2px dashed #FFFD87;
}

.entry_date a
{
text-decoration: none;
}

.entry_title
{
margin-top: 2px;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 150%;
font-weight: normal;
}

.entry_content
{
line-height: 120%;
letter-spacing: 0.05em;
}

.comment
{
margin-left: 6%;
max-width: 400px;
padding: 10px;
border-top: 2px solid #FFFD87;
border-left: 2px solid #FFFD87;
border-right: 3px solid #FFFD87;
border-bottom: 3px solid #FFFD87;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 8px;
}

.comment .entry_header
{
margin-top: 5px;
}

.comment .entry_title
{
font-size: 120%;
}

.gallery_navigation
{
clear:both;
margin-bottom: 20px;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 130%;
font-weight: normal;
text-align: center;
}

.gallery_album, .gallery_thumbnail_thumbnail
{
border-top: 2px solid #FFFD87;
border-left: 2px solid #FFFD87;
border-right: 3px solid #FFFD87;
border-bottom: 3px solid #FFFD87;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

background: #17170C;

height: 200px;
width: 200px;
float: left;
padding: 20px;
margin: 10px;
text-align: center;
}

.gallery_album img, .gallery_thumbnail_thumbnail img
{
max-width: 190px;
max-height: 190px;
border: 1px solid #FFFD87;
}


