body, html
{ 
	margin: auto;
	padding: 0px;
	border: 0px;
	color: #999; 
    font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	line-height: 1.8em;
	height: 100%; 
	background: url(images/bg.png) fixed;
	
	/* Nice. Classic Looking */
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

pre {
	overflow: auto;
	width: 550px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{ 
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* Links */

a:link, a:visited, a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #b00; 
}

a:hover
{
	color: #f22; 
}

/* Images */

img
{
	border: 0;
}
form {
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	text-align: left;
	border: 1px solid #808080;
}

/* ------------
THEME SPECIFIC
------------ */

/* Navigation */

#head {
	width: 800px;
	height: 271px;
	background: url(images/top.png);
	border-bottom: 4px solid white; 
}

#content {
	width: 800px;
	margin: auto;
	background: #202020;
}

#navigation
{
	color: #000;
	position: relative;
	height: 24px;
	background: url(images/nav-background.gif);
	text-align: right;
	padding-right: 6px;
}

#navigation a, #navigation a:hover
{
	color: black;
	text-decoration: none;
	padding-left: 16px;
}

/* Main */

#main
{
	padding: 8px;
	float: left;
	/* sidebar total width + 10px + 10px = 220 */
	margin-right: 208px;
}

.comment
{
	margin-bottom: 12px;
	/* border: 1px #0f0 dashed; */
}

.entry {
	margin-bottom: 24px;
	padding: 16px;
	background: url(images/bg_inner.png) fixed;
}

.subject {
	background: #3A3A3A;
	font-size: 130%;
	font-weight: bold;
	color: #A00;
}

.menu_title, .menu_title  a {
	background: #3A3A3A;
	color: #777;
	padding-left: 4px;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	height: 26px;
}

.comment .subject
{
}

.content
{
	padding: 0px;
	text-align: justify;
}

.buttons
{
	padding: 4px 0px;
}

/* Footer */

#footer
{
	padding: 4px 20px;
	clear: both;
	background: #404040;
}

.copyright
{
	font-size: 10px;
	color: #999999;
}

/* Sidebar */

#sidebar {
	width: 200px;
  	margin-left: -220px;
	margin-right: 8px;
	float: right;
}

.byline, .byline a {
	font-size: 80%;
	color: #666;
}

.menu_body  {
	background: url(images/bg_inner.png);
	padding: 4px;
}

.menu_body a {
	color: #999; 
	font-weight: normal;
}

hr {
	border: 0px;
	background-color: #222;
	height: 0px;
	border-top: 1px dotted #555;
}

#feed {
	width: 24px;
	height: 24px;
	background: url(images/rss.png);
	position: absolute;
	right: 0px;
	top: 0px;
}

.preview {
	padding-left: 4px;
	padding-bottom: 4px;
	max-height: 48px;
	max-width: 48px;
}

.full {
	width: 100%;
}

.gallery_left {
	float: left;
	width: 70%;
}

.gallery_right {
	float: right;
	width: 30%;
}