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

body {
	margin: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595454;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

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

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	margin: auto;
	width: 800px;
	height: 45px;
	border-top: 6px solid #595454;
	border-bottom: 1px solid #595454;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img01.gif) repeat-x;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/img01.gif) repeat-x;

}

#menu a:hover {
	background: url(images/img05.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 800px;
	height: 200px;
	margin: 1px auto 0px;
	border-top: 2px solid #595454;
}

/*header*/

#header {
	width:800px;
	margin: 10px auto;
	}

/* Logo */

#logo h1 {
	position:right;
	padding-right: 100px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 3px;
	color: #595454;
}

/* Page */

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

/* Content */

#content {
	float: right;
	width: 600px;
}

#quote {
	font-style: italic;	}

#divider {
	padding-left: 10px;	
	font-size: 12px;}

#divider h3 {
	font-size: 12px;
	color: #1B187C;	padding: 12px 0 0 0;	
}
	
.post {
	padding-bottom: 10px;
}

.post .title {
	margin: 0;
	padding: 0px 10px;
	border-bottom: 2px solid #1B0D74;
	text-transform: capitalize;
	font-size: 24px;	
}

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

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: capitalize;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 10px;
}

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

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	margin: 0px auto 0px;
	width: 180px;
}

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

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

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 10px;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 2px;
	border: 1px none #595454;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #595454;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 70px;
	margin: 0 auto;
	font-size: smaller;
}

#footer p {
	text-align: center;
	padding-top: 0px;	
}

#fmenu {
	margin: 0 auto;
	padding-top: 20px;
	width: 800px;
	height: 20px;
}

#fmenu ul {
	height: 15px;
	margin: 0 auto;
	padding: 10px 260px;
	list-style: none;
	border-top: 1px dashed #595454;
}

#fmenu li {
	float: left;
	height: 15px;
	background: url(images/fmenu.gif) no-repeat right;
}

#fmenu a {
	margin: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 10px;
	color: #595454;
}
