ul {
	list-style: none;
}

ol {
	margin-left: 2em;
}

#logo {
	height: 333px;
	background: #919F48 url(images/img02.jpg) no-repeat;
	width: 210px;
}

#logo h1 {
	margin: 0;
	font-size: 24px;
	padding-top: 280px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}

#logo h2 {
	font-size: 13px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FF3333;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}


#menu {
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/img09.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #91B223;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 3px;
	background-image: url(images/img09.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu li.first {
	background: none;
}

#menu a {
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover b {
	text-decoration: underline;
}

/* Search */

#latest-posts {
}

.post {
}

.post .title {
	margin: 0 20px;
	padding: 20px 0 0 0;
	background: url(images/img04.jpg) no-repeat right bottom;
	border-bottom: 1px solid #919F48;
}

.post .title a {
	border: none;
	color: #29351E;
}

.post .meta {
	margin: 0 20px 20px 20px;
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x left bottom;
	text-transform: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.post .meta a {
	color: #999999;
}

.post .story {
	padding: 0 20px 20px 20px;
}

