input, textarea {
	border: 1px solid #8E7C6A;
	color: #FFFFFF;
	background-color: #3F362D;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
	color: #333333;
}

a {
	color: #305E92;
}

a:hover {
	text-decoration: none;
	color: #4789C5;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

.post a {
	color: #264675;
}

.post a:hover {
	color: #478CC7;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
	font-size: 20px;
	color: #2E5F8B;
	font-weight: normal;
}

.post .title a {
	text-decoration: none;
	color: #7B869A;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
	color: #488CC9;
	font-size: 14px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0A246A;
}

.post .links a {
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #4688C4;
	background-repeat: no-repeat;
	background-position: left center;
}

.post .links a:hover {
	color: #315F93;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 220px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

.sidebar li li a {
	text-decoration: none;
	color: #0A246A;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.sidebar li li a:hover {
	color: #A3B2CC;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #0A246A;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}

/* Search */

#searchform {
	padding-top: 20px;
	color: #0A246A;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
	background-color: #F0F5FB;
	color: #0A246A;
	border: 1px solid #6399CB;
}

#searchform #s {
	width: 190px;
}



.result{
    text-decoration: underline;
}
.more{
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
}

