/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
body {
	margin: 0;
	padding: 0 0 0 0;
	background: #584504;
	font-size: 14px;
	color: #B08A08;
}

#main_wrap {
  background: #584504 url(bkgd.html) repeat-x;
}

body, th, td, input, textarea, select, option {
	font-family: trebuchet ms, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	letter-spacing: 3px;
	font-size: 2em;
}

h2 {
	letter-spacing: 3px;
	font-size: 1em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 140%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #B1B102;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	background: no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 30px;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background: no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	background: url(img04.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
	padding: 50px 0 10px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 50px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 66px 10px 1px 30px;
	background: url(img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both; 
	padding: 20px 0;
	background: #473702;
	border-top: 2px solid #4A3903;
	text-align: center;
	font-size: smaller;
}

