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

body {
	margin: 20px 0;
	padding: 0;
	line-height: 1.8em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 25px;
	margin: 0 auto;
	border: 7px solid #425462;
	background-color: #A7A7A7;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 3px 20px 0 15px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #DAEBDB;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/login-icon.jpg) no-repeat 10px 50%;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background: url(images/header.jpg);
	border: 7px solid #425462;
	border-top: none;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #425462;
	border-right-color: #425462;
	border-bottom-color: #425462;
	border-left-color: #425462;
}

/* Latest Post */

#latest-post {
	padding: 10px 0;
	border-bottom: 7px solid #425462;
	background-color: #FFFFFF;
}

#latest-post .title {
	float: left;
	width: 160px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.2em;
}

#latest-post .story {
	float: right;
	width: 440px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	margin-top: 5px;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 440px;
	padding: 20px;
	background-color: #FFFFFF;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 1px 20px 0 0px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 180px;
	padding: 15px;
	background-color: #FFFFFF;
}

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

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

