/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: #EFFCF0 url(images/bkgnd_ptn.png);
	font: normal 1em Georgia, serif;
	line-height: 1.6em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}


p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

/* Menu */

#menu {
	width: 700px;
	height: 24px;
	margin: auto;
	background: #000 url(images/gradient_bg.png);
	border:  5px solid #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a.active {color:#fff; background:#000 0 0 no-repeat; }

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 2px 20px 0 20px;
	border-right: 1px dotted #333;
	text-decoration: none;
	font-weight: 400;
	color: #9999cc;
}

#menu a:hover{
	color: #fff;
	background: #000;
}



/* Header */

#header {
	width: 700px;
	height: 92px;
	margin: 0 auto;
	background: url(images/header_logo_700.png) repeat-x;
	border: 5px solid #000;
	border-top: none;
	border-bottom: none;
	color: #DAEBDB;
	font-size: small;
	text-align: right;
	white-space: normal;
}

#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 */

#welcome-content {
	width: 700px;
	margin: 0 auto;
	background: #000;
	border: 5px solid #000;
	border-top: none;
}

#content {
	width: 700px;
	margin: 0 auto;
	background: #fff url(images/moss_background.png) repeat-y;
	border: 5px solid #000;
	border-top: none;
}

/* Latest Post */

#latest-post {
	padding: 0px 0;
	background: #c  repeat-y;
	border-bottom: 0px solid #000;
}

#latest-post .title {
	text-align: left;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: #e15c0c;
}

#latest-post .sidebar {
	float: left;
	width: 230px;
	padding: 0 0px;
	text-align: left;
	text-decoration
	line-height: 1.2em;
	font-size: 1em;
}

#latest-post .sidebar ul{
	padding: 3 3px;
list-style: none;
}

#latest-post .story {
	float: right;
	width: 389px;
	padding: 0 20px;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 390px;
	padding: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 230px;
	padding: 20px
}

#links ul {
	float: left;
	width: 230px;
	padding: 20px
	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;
}
