/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #505956;
}

h1, h2, h3, h4 { color: #505956; }
h1 { font-size: 42px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

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: 980px;
	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: 970px;
}

/* Post Block */
.post {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 380px;
  background: url(images/postbg.jpg) repeat-y;
}


.post .header {
	padding: 20px 0px 0px 10px;
	background: url(images/img08.jpg) no-repeat;
}

.post .header a {
	padding-right: 50px;
	background: url(images/img10.gif) no-repeat right top;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 42px;
	color: #505956;
}

.post .entry {
  height:10px;
  padding-left:30px;
  padding-right:30px;
}

.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;
}

.post .bgbottom {
  height: 59px;
  background: url(images/img07.jpg) no-repeat;
}


.meta {
	clear: both;
    float: left;
	width: 120px;
	height: 105px;
	background: url(images/arrow-right.jpg) no-repeat;

    padding-top: 100;
    padding-left: 40;
    text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #505956;
}

.meta a {
	text-decoration: none;
	color: #505956;
}

.meta .d, .meta .c {
	display: block;
	font-size: 36px;
}

.meta  {
	display: block;
	padding: 55px 0 0 30px;
}


/* 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;
}
