* {margin: 0; padding: 0;}

body {
    color: #222;
    font: normal 62.5% sans-serif;
    padding: 0px;
    margin: 0px;
    background: #E7E7E7;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
    background: #F6F6F2 url('images/quote.gif') no-repeat 4px 4px;
    border-bottom: ;
    border-top: 1px solid #E0E0D4;
    color: #332;
    display: block;
    margin: 0.6em 0px 1.6em;
    padding: 0.8em 1em 0.2em 46px;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
    background: #E7E7E7 url('images/body_mid.png') repeat-y 50% 0px; 
    margin: 0px auto;
    padding: 0px;
}
#container {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0px auto;
    width: 940px;
    /*background: #FFF url(images/grain.gif) repeat;*/
    background-color: #EEEEE4;
}
#header {
    height: 32px; margin: 0px auto; background: transparent url('images/body_top.png') no-repeat 50% 0px;
}
#middle {
    margin: 0px auto; background: transparent url('images/body_mid.png') repeat-y 50% 0px; 
}
#bottom {
    height: 32px; margin: 0px auto; background: transparent url('images/body_bot.png') no-repeat 50% 0px;
}

/* header */
.title {
    background: #DCDCCF;
    background-color: #DCDCCF;
    height: 100px;
}
.title h1 {
    color: #441;
    font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
    padding: 10px 0 10px 10px;
}
.title h1 a {
    color: #000;
    font-weight: bold;
}
.title h1 span {
    font-size: 60%;
    text-align: right;
    padding: 0px 0px 0px 20px;
}

.header {
    border-top: 2px solid #000;
    background: #DAD7C5 url(images/grain_dark.gif) repeat;
/*  border-bottom: 2px solid #663;*/
    height: 90px;
}
.header img {
    float: right;
    margin-right: 10px;
}

/* menu */
div.menu {
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    height: 30px;
}
div.menu ul {
    border-top: 1px solid #490913;
    float: right;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 740px;
}
div.menu li {
    list-style-image: none;
    padding: 0px;
    margin: 0 1px 0 0;
    list-style: none;
    display: inline;
}
div.menu a {
    color: #000;
    display: block;
    font-family: sans-serif;
    font-size: 85%;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    float: left;
    text-align: center;
    font-weight: bold;
}
div.menu a#current {
    color: #666;
}
div.menu a:hover, div.menu a#current:hover {
    color: #790000;
}
div.menu li.last {
    margin: 0px;
}

/* seperators */

.tear {
    clear: both;
    height: 16px;
    text-align: center;
    background: #DAD7C5 url(images/tear.gif) repeat;
}
.tear2 {
    clear: both;
    height: 16px;
    text-align: center;
    background: #DAD7C5 url(images/tear2.gif) repeat;
}

/* main */
.main#two-columns {
    /*background: #FFF url(img/two-columns.gif) repeat-y;*/
}

/* bottom */
.bottom {
    color: #444;
    padding: 0px 20px 14px 20px;
    background: #DAD7C5 url(images/grain_dark.gif) repeat;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
    background: #490913;
    color: #EED;
    padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
    width: 33%;
    text-align: right;
}
.footer a {
    color: #FFF;
    text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

#copyright {
    /*background: #DAD7C5 url(images/grain_dark.gif) repeat;*/
    background-color: #DCDCCF;
    /*border-top: 1px solid #490913;*/
    margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 80%;
}

/* gallery */
.gallery td {
    vertical-align: top;
    text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {/*background: #FFF; background: #DAD7C5 url(images/grain_light.gif) repeat;*/ }
.col2 .right {width: 33%;}
.content {padding: 10px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 10px 0px 12px 12px;}

/* block list */
ul.block {
    border-top: 1px dashed #BCBAAC;
    margin: 4px 0;
    padding: 0;
}
.block li {
    border-bottom: 1px dashed #BCBAAC;
    list-style: none;
}
.block li a,.block li em {
    color: #553;
    display: block;
}
.block li em {
    font-size: 0.9em;
    font-style: normal;
}
.block li a {
    padding: 4px 3%;
    text-decoration: none;
    width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
    background: #D2D0C0;
    color: #553;
}

.right .block li { color: #fff; margin: 2px 0px; border: none; }
.right .block { border: none; }
.right .block li a { color: #fff; background: #000 url(images/menu.png) no-repeat 0px 0px;  }
.right .block li a:hover { background: #DCDCCF; color: #fff; background: #000 url(images/menu.png) no-repeat 0px -30px;}

/*
   Posts
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
    color: #777;
    margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
    background: url('img/grain_light.gif');
    border: 1px solid #E5E5D5;
    color: #776;
    font-size: 0.9em;
    padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
    background: url('img/grain_light.gif');
    border-bottom: 1px solid #C5C5B5;
    border-right: 1px solid #CFCFBF;
    float: left;
    margin-right: 12px;
    padding: 3px 0 5px;
    text-align: center;
    width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}
