﻿body.home
{
	background-color: #7d060d;
}

a
{
    color:#7d060d;
}

.wrapper
{
	background-image: url(/images/bkgrd_home.jpg); 
}

.footer_image
{
	width:998px;
	height:37px;
	background-image:url(/images/bottom_home.gif);
	margin:0 auto;
}

.button
{
	width:300px;
	height:35px;
	background-image: url(/images/button_red.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:center;
	margin-right:8px;
	margin-left:12px;
	padding-bottom:10px;
	display:inline;
	float:left;
}

a.move,
a.edit,
a.delete,
.adminlinks a
{
    float:right;
    margin:0px 0px 0px 5px;
    font-family:Courier, Arial;
    border:solid 1px #000000;
    color:#000000;
    padding:2px 7px;
    background-color:#CCCCCC;
}

.adminlinks
{
    color:White;
}

.recentposts,
.post
{
    margin-top:30px;
}

.post
{
    margin-bottom:10px;
}

#commentPreview
{
    display:none;
}

#postnavigation
{
    display:block;
    overflow:auto;
}

.lastpost
{
    float:left;
    width:50%;
}

.nextpost
{
    float:right;
    width:40%;
    text-align:right;
}

#comment-form
{
    clear:both;
    margin-top:30px;
    display:block;
}

#comment-form textarea,
#comment-form select,
#comment-form input[type=text]
{
    background-color:#EEEEEE;
    border:solid 1px black;
}

.commentimage *
{
    vertical-align:middle;
    margin:0px 5px 0px 0px;
}

.photo
{
	display:inline;
}

.vcard
{
    margin:10px 0px 10px 0px;
    padding:20px;
    border:solid 1px #DCDCDC;
}

h6
{
    margin:0px;
    padding:0px;
}

.blogphoto
{
    text-align:center;
    margin:25px 15px 15px 15px;
}