/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	background-color: #ffffff;
	text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    min-width: 940px;
    color: #000000;
}
  
div.hr {
  height: 38px;
  background: #fff url(/img/hr-element.jpg) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, p, ol, ul, pre, blockquote {
    margin-top: 0px;
    margin-bottom: 10px;
}
h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
margin: 0 0 0 0;
}

/* helping classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* page layout */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 940px;
    text-align: left;
	background: none;
}

#container-inner { 
	position: static; 
	width: auto;
	margin: 0;
	padding: 0 10px 5px 10px;
}

#banner {
	position: relative;
    width: 920px; /* necessary for ie win */
}

#banner-inner {
	position: static;
	margin: 0; 
	padding: 0;
}

#pagebody { 
	position: relative;
	width: 100%; }

#pagebody-inner { 
	position: static; 
	width: 100%; 
}

#nav {
	margin: 0;
	padding: 20px 0 30px 0;
	color: #000000;
	font-family: georgia, 'times new roman', serif;
	font-size: 16px; 
    border: 0;
}

#nav a { 
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #6c512f;
	text-decoration: none;
}

#alpha, #beta, #gamma {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#alpha { 
    margin: 0;
	width: 220px; 
	background: none; 
}

#alpha-inner {
    position: static;
    margin: 0;
    padding: 0 10px 0 10px;
    border: 0;
}

#beta { 
    width: 530px;
    background: none;
}

#beta-inner {
    position: static;
    padding: 40px 30px 0 30px;
	margin: 0 0 25px 0;
    border: 0;
}

#gamma { 
	float: right; 
    margin: 0;
    width: 170px;
	background: none;
}

#gamma-inner {
    position: static;
	margin: 0;
    padding: 20px 0 25px 10px;
    border: 0;
}

/* content */

.dropcap { 
	float: left; 
	color: #cc424f; 
	font-size: 80px; 
	line-height: 60px; 
	padding: 5px;
	margin: 0 5px 0 0; 
	border: 0;	
	font-family: times;
}

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-more-link {
	text-align: right;
}

.entry-list
{
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.entry-list-item {
    margin-top: 0;
    color: #b6c157;
    line-height: 1.2;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

img.inset-left { 
	float: left;
	margin: 0 10px 0 0; 
}

img.inset-right { 
	float: right;
	margin: 0 0 0 10px; 
}
.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0 0 2px 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-list-item-lev2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.module-list-item-bar {
	color: #FFFFFF;
	background: #f7f1e5;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;
}

.module-list-item-bar a,
.module-list-item-bar a:hover
 {
	color: #FFFFFF;
}

.module-powered .module-content { margin-bottom: 10px; }

/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

a { color: #668496; text-decoration: underline;}
a:hover { color: #93B3C6; }

#banner a { color: #668496; text-decoration: none; }
#banner a:hover { color: #93B3C6; }

.module-content a,
.sidebar-content a { color: #4b6777; text-decoration: none; }

.module-content a:hover,
.sidebar-content a:hover { color: #93B3C6; text-decoration: none; }

.entry-header-2 {
	padding: 0px;
	margin: 0px;
}

.entry-header a,
.entry-header-2 a,
.subheader a { color: #90734d; text-decoration: none;}
.entry-header a:hover,
.entry-header-2 a:hover,
.subheader a:hover { color: #ae936f;  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	color: #90734d;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    color: #90734d;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 11px; 
	padding: 0 0 5px 0;

}

.module-subheader {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    color: #000000;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 11px; 
}

.sideblog-header {
    padding: 0 0 0 0;
    border-bottom: 1px dotted #AE936F;	
    color: #000000;
    font-size: 11pt;
	font-family: georgia, 'times new roman', serif;
	font-weight: bold;
	line-height: 1;
}

.sideblog-content {
    margin: 0;
    line-height: 1;
    padding: 0 0 0 0;
    font-size: 12px;
}

.module-header a,
.module-header a:hover,
.module-subheader a,
.module-subheader a:hover,
.sideblog-header a,
.sideblog-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #668496;
	text-decoration: none;
	font-weight: bold;
}



.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.footer {
	text-align: center;
	font-size: 11px;
	padding: 0 0 20px 0;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

.date-header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	color: #6c512f;
}

.entry-header {
    padding: 13px 0 0 0;
    color: #000000;
    font-size: 18pt;
	font-family: georgia, 'times new roman', serif;
}

.entry-header-2 {
    margin-top: 5px;
    padding: 0 0 0 0;
    font-size: 13pt;
	font-family: georgia, 'times new roman', serif;
}

.subheader {
    margin: 5px 0 2px 0;
    font-size: 11pt;
	font-family: georgia, 'times new roman', serif;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
    padding: 0 0 0 0;
    font-size: 12px;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #AE936F;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.list-footer,
{
    margin: 0 0 20px 0;
    border-top: 1px dotted #AE936F;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 1px solid #a4c683;
    padding: 0 10px;
    color: #000000;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

.comments-open-footer {
    margin: 10px 0;
}

/* modules */

.module {
    margin: 0 0 10px 0;
}

.module-content {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-size: 10px;
    line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000000;
    background: #fff;
}

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #000000;
    line-height: 1.2;
}

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
/*.content-nav { margin: 0px; display: none; }*/

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #7f9867;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin-top: 14px;
    padding: 0 0 0 0;
    color: #000000;
    font-size: 16pt;
	font-family: georgia, 'times new roman', serif;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }