/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #333333 url(images/bg.jpg) center center no-repeat fixed;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 20px 0;
	text-align: center;
}

a{
	color: #746f35;
	text-decoration: none;
}

a:hover{ color: #413c0c; }

h1, h2, h3, h4{
	cursor: default;
	text-transform: uppercase;
}
h1, h3, h4{ color: #746f35; }

h1{	
	font-size: 18px;
	margin-bottom: 6px;	
}
h2{
	font: 12px "Times New Roman", Times, serif;
	margin-top: 6px;
}
h3{ padding-bottom: 5px; }
h4{	font: 12px "Times New Roman", Times, serif; }

/* Layout */

#wrapper{
	background: url(images/wrapper.jpg) top center repeat-y;
	margin: 0 auto 0 auto;
	padding: 20px 40px 0 40px;
	text-align: left;
	width: 720px;
}

#header{
	background: url(images/header.jpg) top left no-repeat;
	margin: 0 auto 0 auto;
	padding: 60px 40px 0 40px;
	width: 720px;
	text-align: left;
}

#alpha{
	border-right: 1px solid #413c0c;
	float: left;
	padding: 20px 20px 20px 0;
	width: 500px;
}

#beta{
	float: right;
	width: 180px;
}

#footer{
	background: url(images/footer.jpg) top left no-repeat;
	clear: both;
	height: 40px;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

.clear{	clear: both; }

/* Link Index */

#index{
	padding: 26px 5px 0 5px;
	width: 90px;
}

#index a{
	display: block;
	font-size: 10px;
	margin-top: 1px;
	text-decoration: none;
}

/* Volume Line */

#volume{
	cursor: default;
	font: 11px "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	padding: 3px 0 4px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Entry */

.head{ text-align: center; }

.line{
	background: transparent url(images/line.gif) center no-repeat;
	height: 12px;
}

.entry{
	border-bottom: 1px dashed #413c0c;
	line-height: 24px;
	margin: 15px 0 15px 0;
	padding-bottom: 20px;
	text-align: justify;
}

.entry p{ margin: 10px 0 10px 0; }

.entry #categories{
	border-top: 1px solid #97895c;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;	
}

.entry-summary{
	border-bottom: 1px dashed #413c0c;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;	
}

.entry-summary p{ margin: 10px 0 10px 0; }

/* Comments */

.comment{
	border-bottom: 1px dotted #97895c;
	margin: 10px 0 15px 0;
}

.comment p{
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0 8px 0;
	text-align: justify;
}

/* Comment Form */

#comments-form{ margin: 0 0 0 0; }

#comments-form label{
	color: #413c0c;
	display: block;
	font: 11px "Times New Roman", Times, serif;
	margin: 15px 0 2px 0;
	text-transform: uppercase;
}

#comments-form input.medium, #comments-form textarea{
	background-color: transparent;
	border: 1px solid #97895c;
	color: #413c0c;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 5px;
}

#comments-form input.medium{ width: 490px; }

#comments-form textarea{
	height: 175px;
	width: 490px;
}

#comments-form p{ margin: 15px 0 0 0; }

/* Beta */

/* Category Box */

#category{
	border: 2px solid #413c0c;
	padding: 10px;
	width: 156px;	
}

#category strong{
	border-bottom: 1px solid #000;
	cursor: default;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#category ul{ list-style: none; }

#category ul li{ font-size: 12px; }

/* Archive Box */

#archive{
	border-top: 3px double #413c0c;
	border-bottom: 1px solid #413c0c;
	margin: 20px 0 20px 0;
}

#archive strong{
	border-bottom: 1px dashed #746f35;
	cursor: default;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 8px 0 5px 0;
	padding-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
}

#archive ul{
	list-style-image: url(images/bullet.jpg);
	margin: 10px 0 10px 18px;
}

#archive ul li{
	font: 12px "Times New Roman", Times, serif;
	margin: 2px 0 2px 0;
	text-transform: uppercase;
}

/* Feed Box */

#feed{
	background: url(images/feed.gif) top left no-repeat;
	height: 100px;
}

#feed strong{
	border-bottom: 3px double #000;
	cursor: default;
	display: block;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 12px 0 8px 10px;
	text-transform: uppercase;
}

#feed p{
	font-size: 12px;
	padding: 10px 0 0 10px;
}

/* Archive List */

h1.archive-title{
	border-bottom: 3px double #413c0c;
	padding-bottom: 10px;
}

ul.archive-list{
	list-style: none;
	margin: 10px 0 10px 0;
}

ul.archive-list li{
	font: 12px "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
}

ul.archive-list li a{ font-weight: bold; }

/* Page */

.page h1{
	border-bottom: 3px double #413c0c;
	padding-bottom: 10px;
}

.page p{
	line-height: 24px;
	margin: 10px 0 10px 0;
}

/* Search */

.search-form{
	border-bottom: 1px dotted #97895c;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

#search{
	background-color: transparent;
	border: 1px solid #97895c;
	color: #413c0c;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 10px 0 0;
	padding: 4px 5px 3px 5px;
}

#search-options{
	font: 12px "Times New Roman", Times, serif;
	margin-top: 5px;
	text-transform: uppercase;
}
