body {
	margin: 0;
	padding: 0;
	background:  #000000 url(images/masthead1.jpg) no-repeat top center;
	font-size: 11px;
	color: #ebebeb;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


h1 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 17px;
	color: #ffffff;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1em;
	color: #ebebeb;
}


p, ul, ol {
	line-height: 125%;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

blockquote {
  font: Tahoma, Arial, Helvetica, sans-serif;
  width: 400px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}

blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: Tahoma, Arial, Helvetica, sans-serif;
}


a {
	color: #D7C984;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #A99637;
}


/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/masthead1.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #f7df6c;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #f7df6c;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 510px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #A99637;
}

.entry {
	margin: 10px;
	
}

.first {
font-weight: bold;
}


.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

#datestamp {
	margin: 0;
	color: #D7C984;
	font-weight: bold;
}

#datestamp a {
	text-decoration: none;
	color: #A99637;

}

#datestamp a:hover {
	text-decoration: none;
	color: #D7C984;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}


.sidetext {
	color: #996666;
	list-style: none;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style: none;
}


#sidebar li ul {
	list-style: none;
	padding: 0px 0;
	font-size: 12px;
}

#sidebar li li {
	padding-left: 0px;
	border-bottom: 1px dotted #333333;
	list-style: none;
	background: url(images/img02b.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #339999;
}

#sidebar a {
	text-decoration: none;
	color: #F7DB6C
}

#sidebar a:hover {
	color: #33CCCC;
}


/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #A99637;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}