/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, serif;
	font-size: 15px;
	color: #6f6f6f;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Cambria, Georgia, serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Cambria, Georgia, serif;
}

h1 {
	font-size: 3em;
	color: bcbcbc;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

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

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


hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	border-bottom: 1px solid #dadada;
	margin: 0 auto;
	padding: 0px 0;
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 30px;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #8b8b8b;
}

#menu a:hover {
	color: #E95A24;
	height: 30px;
}

#menu .current_page_item a {
	height: 30px;
	color: #E95A24;
}

/* Splash */

#splash {
	background:url(images/img05.jpg);
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	background:url(images/logo.gif);
	width: 960px;
	height: 95px;
	margin: 0 auto;
	padding: 15;
}

#logo h1, #logo h2 {
	visibility: hidden;
	margin: 0;
	padding: 0 20px;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 5px;
	
}

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

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

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	border-bottom: 1px #B9B9B9;
	font-size: 30px;
	padding: 5px;
}

.post .title a {
	text-decoration: none;
	padding: 5px;
}

.post .entry {
	padding: 10px;
}

.post .meta {
	height: 26px;
	background: #f8f8f8;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	text-decoration: none;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: smaller;
	padding: 5px;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px;
	font-family: Calibri, Helvetica, sans-serif;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px;
}

.post .permalink {
}

/* Sidebar */

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

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

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

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

#sidebar li {
	margin-top: 20px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-bottom: 5px;
}

#sidebar p {
	padding: 0;
}

#sidebar h2 {
	height: 20px;
	margin-bottom: 8px;
	padding: 0px 0 0;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px solid #dadada;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #a6c0c5;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 120px;
}

/* Footer */

#footer {
	background:url(images/footer.jpg);
	clear: both;
	width: 960px;
	height: 40px;
	margin: 20px auto;
	padding: 20px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
