﻿body
{
	background: #320b0a url('images/bg_red.gif') repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
}


a
{
	color: #7e1a19;
}

a:hover
{
	color: White;
	background-image: url('images/bg_hyperlink.jpg');
}

a:hover
{
	/*color: #b34d4a;*/
}

img
{
	border: 1px solid;
}

h1,h2,h3,h4,h5
{
	margin: 0px;
	padding: 0px;
}

.quote
{
	border-left: 4px solid silver;
	padding-left: 10px;
	font-style: italic;
	background-color: #ECE3D4;
	margin-left: 10px;
	margin-right: 10px;
}

.content
{
	background: #dbd2c3 url('images/bg_content.png') repeat-x;
}

.post
{
	margin-bottom: 20px;
}

.post_link
{
		font-family: Candara, Helvetica, Century Gothic;
}

.post_info
{
		
}

#top_spacer
{
	height: 171px;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	text-align: left;
	background: url('images/sun.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
      background: url('images/sondreb.png');
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: 40px;
      width: 345px;
      height: 72px;
}

/* All of this is to make the header display similar to the logo graphics, but we hide the text from the user  */
#logo h1, #logo h2 
{
	padding: 0px;
	margin: 0px;
	color: White;
	display: none;
}

#logo h1 a
{
	color: White;
	text-decoration: none;

}

#logo h1
{
	font-family: Frakturika Spamless, Arial Black, Impact;
	font-size: 32px;
}

#logo h2
{
	font-family: Agency FB, Helvetica, Verdana;
	font-size: 18px;
}

br.clear
{
	clear: both;
}

    #links
    {	
		margin-left: 40px;
        width: 200px;
        float: left;
		margin-top: 40px;
    }
    
    #links a
    {
        color: #333333;
    }
    
    #links a:hover
    {
		color: White;
    }

.corner_left
{
	float: left;
	border: 0px;
	        clear: both;
}

.corner_right
{
	float: right;
	border: 0px;
	
}

#content_container
{
	background-color: White;
	/*background: #dbd2c3 url('images/bg_content.png') repeat-y;*/
	width: 920px;
	border-top: 2px solid #ece7dc;
	padding-bottom: 20px;
}

#content
{
	background: url('images/content_bg.png');
	background-repeat: repeat-x;
      /*background: url('images/bg_container.png');
      background-repeat: no-repeat;
      background-position: top right;*/
      /*border-left: 1px solid white;
      border-right: 1px solid white;*/
}

#content_text
{
	width: 700px;
	float: left;
	padding-left: 20px;
	padding-top: 14px;
	padding-right: 20px;
}

#content_sidebar img
{
	margin-bottom: 2px;	
	border: 0px;
}

#content_sidebar
{
	width: 170px;
	font-size: small;
	padding-top: 30px;
}

#content_sidebar ul
{
	list-style: none;
	padding: 0px;
	margin: 0px
}

#content_sidebar ul li
{
	margin-bottom: 4px;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}

#content_sidebar h4
{
	margin-top: 10px;
}

#searchbox input
{
	font-size: smaller;
}

#searchbox label
{
	font-size: smaller;
}

#bottom
{
	float: left;
	width: 920px;
	background-color: White;
	background: white url('images/content_bg.png');
	background-repeat: repeat-x;
}

#disclaimer
{
	width: 200px;
	margin-top: 40px;
	margin-left: 650px;
}


#copyright
{
	color: white;
	font-family: Calibri;
	font-size: smaller;	
	text-align: center;
	padding: 20px;
}

#copyright a
{
	color: White;
}


#menu
{
	font-family: Agency FB2, Calibri, Helvetica, Verdana;
	font-size: 18px;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li
{
	float: left;
}

#menu li a
{
	display: block;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	height: 22px;
}

#menu li a.active
{
	background-color: White;
	background-image: url('images/bg_menu.gif');
	color: #2c0a09;
}

#menu li a:hover
{
	background-color: white;
	background-image: url('images/bg_menu_hover.gif');
	color: #2c0a09;
}

.post_info
{
	list-style: none;
	font-size: small;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.post_info li
{
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

.post_info li.date
{
	background-image: url('images/post.gif');
}

.post_info li.comments
{
	background-image: url('images/comment.gif');
	padding-left: 22px;
	margin-left: 10px;
}


#relatedPosts
{
	padding: 5px 10px 10px 10px;
}

#relatedPosts h1
{
	margin: 0px;
}

#relatedPosts a
{
	display: block;
	margin-top: 5px;
}

#relatedPosts span
{
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

.comment 
{
	background-image: url('images/comment_bg.jpg');
	background-repeat: repeat-x;
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	border-bottom: 1px dashed #666666;
	padding-bottom: 2px;
}

.comment .author
{
	padding-top: 1px;
	border-top: 1px dashed #666666;
	clear: both;
}

.self
{
	background-image: url('images/self_bg.jpg');
	background-repeat: repeat-x;
	border: 1px solid black;
	background-color: white;
}

.comment .gravatar
{
	clear: both;
	float: right;
	margin: 0px 0px 5px 10px;
}

.comment .gravatar img
{
	height: 80px;
	width: 80px;
}

.comment .content
{
	/*min-height: 85px;*/
	margin: 5px;
	/*margin-left: 90px;*/
}

.comment_content
{
	/*float:left;*/
	padding: 4px;
}


.comment cite
{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag 
{
	position: relative;
	top: 2px;
}

.commentForm
{
	padding: 5px;
	border: 1px solid gray;
	background: #dbd2c3 url('images/bg_content.png') repeat-x;
}

.commentForm label
{
	/*float: left;*/
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

.bbcode a:hover
{
    color: Black;
}

.figure
{
	background-color:transparent;
    background-image:url('images/exclamation.png');
    background-repeat:no-repeat;
	font-family: Verdana,Sans-Serif;
    font-size: 60%;
    font-weight: bold;
    line-height: 18px;
    margin:0 0 0 6px;
    padding: 0 0 0 10px;
}