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

body {
	margin: 40px 0 20px 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5C5C;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 20px;
}

ul {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
}

li {
	margin: 0 0 0 30px;
	line-height: 20px;
	list-style: square;
}

a {
	color: #2E3683;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #2E3683;
}

a:visited {
	color: #2E3683;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}


/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 220px;
}


/* Logo */

#logo {
	width: 840px;
	height: 200px;
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
	background: url(images/header-image.jpg) no-repeat 20px 41px;
}

#logo  .text {
	width: 358px;
	height: 50px;
	margin: 0px 0 0 0;
	padding: 15px 0 0 10px;
	text-align: left;
	float: left;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

/* Content */

#content1 {
	float: left;
	width: 560px;
	border-right: 1px dashed #DFE1E0;
}

#content2 {
	width: 290px;
	display: table;
}

#content2 .adblock {
	margin: 0;
	padding: 5px 0 15px 0;
}

/* Post */

.post {
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #28313A; 
}

.post .entry {
}


/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}


/* Footer */

#footer-wrap {
}

#footer {
	width: 880px;
	margin: 10px auto 10px;
	/* background: #E5E5E5; */
}

html>body #footer {
	height: auto;
}

#footer p {
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer .adblock {
	text-align: center;
	margin: 0;
	padding: 0px 0 0px 0;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #A7A7A7;
}

#legal a {
	font-weight: normal;
	color: #A7A7A7;
}