/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
pre {
  margin-left:-125px;
  margin-right:-50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top:20px;
  text-align: left;
  display: block;
  overflow: auto; 
  font: 500 1em/1.3em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}

body {
	background: url(images/img01.jpg);
	font-size: 17px;
	color: #505956;
}

h1, h2, h3, h4 { color: #505956;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 { font-size: 42px; }
h2 { font-size: 25px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }

hr {
	display: none;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	background: url(images/img02.jpg);
}

#menu {
	height: 96px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	height: 96px;
    margin-left: 40px;
}
#menu li.first-item {
    margin-left: 0;
}

#menu a, #menu span {
	float: left;
	height: 66px;
	padding: 30px 20px 0 20px;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 30px;
	font-weight: bold;
    color: #E6CFB4;
}

#menu a:hover { color: #FFFFFF; }

#menu li.current_page_item a {
	background: url(images/img04.jpg) repeat-x;
	color: #647472;
    height: 62px;
}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
}

#page p,
#page ul,
#page ol {
	margin-bottom: 1.5em;
	line-height: 150%;
}

#page ul,
#page ol {
	list-style-position: inside;
}

/* Content */

#content {
	float: left;
	width: 670px;
    margin-right: 10px;
}

/* Post Block */
.post {
}

.post .bgbottom {
	height: 59px;
    /* repeating image is an ugly hack, but actually looks okay*/
	background: url(images/img07.jpg) right repeat;
}

.post .meta {
	float: left;
	width: 149px;
	height: 355px;
	text-align: center;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.post .meta a {
	text-decoration: none;
	color: #333333;
}

.post .meta .d, .post .meta .c {
	display: block;
	font-size: 36px;
}

.post .meta .date, .post .meta .comments {
	display: block;
}

.post .title {
	padding: 40px 40px 20px 20px;
}

.post .title a {
	padding-right: 50px;
	text-decoration: none;
	letter-spacing: -3px;
	font-size: 42px;
	color: #505956;
}

.post .entry {
	margin: 0 33px 0 0;
	padding: 20px 20px 0 20px;
}

.post .entry a:link {
	padding: 0 5px;
	background: #E29269 url(images/img12.gif);
	text-decoration: none;
	color: #FFFFFF;
}

.post .entry a:hover {
	background: #A54112;
	color: #FFFFFF;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts .widgettitle{
	background-image: url(images/img16.jpg);
}

#contentbar #recent-posts ul {
	background-image: url(images/img17.jpg);
}

/* Recent Comments */

#recent-comments ul {
	font-size: 10px;
	color: #D3AE8E;
}

#recent-comments a {
	display: block;
	font-size: 16px;
}


/* Footer */

#footer {
	clear: both;
	width: 980px;
    padding-top: 30px;
	margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer p {
    text-align: center;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: smaller;
	font-weight: bold;
	letter-spacing: -1px;
}
