/*
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;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal medium Arial, "Times New Roman", Times, serif;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #4065A4;
}

h3 {
	font-size: 18px;
	color: #344056;
}

img {
	border: none;
}

a {
	color: #4065A4;
}

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

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;

}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 15px;
	
}

#logo a {
	text-decoration: none;
	color: #4065A4;
}

/* Menu */

#menu {
	height: 70px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 25px;
	color: #4065A4;
}

#menu a:hover {
	color: #344056;
}

#menu .active a {
	background: url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}



#prev span, #next span {
	display: none;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 700px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 0;
	color: #344056;
}

.post .meta {
	padding: 10px 0px;
	
	font-size: 14px;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 0px;
	line-height: 150%;
}



/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 20px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #4065A4;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
