

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 870px;
	height: 70px;
	margin: 0 auto;
}


#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 20px;
}

#logo h2 {
	float: right;
	padding-top: 35px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #B3D1ED;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(156,170,183); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,170,183,1) 0%, rgba(179,209,237,1) 50%, rgba(179,209,237,1) 51%, rgba(156,170,183,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,170,183,1)), color-stop(50%,rgba(179,209,237,1)), color-stop(51%,rgba(179,209,237,1)), color-stop(100%,rgba(156,170,183,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(156,170,183,1) 0%,rgba(179,209,237,1) 50%,rgba(179,209,237,1) 51%,rgba(156,170,183,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(156,170,183,1) 0%,rgba(179,209,237,1) 50%,rgba(179,209,237,1) 51%,rgba(156,170,183,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(156,170,183,1) 0%,rgba(179,209,237,1) 50%,rgba(179,209,237,1) 51%,rgba(156,170,183,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(156,170,183,1) 0%,rgba(179,209,237,1) 50%,rgba(179,209,237,1) 51%,rgba(156,170,183,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9caab7', endColorstr='#9caab7',GradientType=0 ); /* IE6-9 */
	
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #4C4942;
}

/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}
#banner img {
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
		-moz-border-radius: 30px;
	border-radius: 30px;

	background: -moz-linear-gradient(top,  rgba(221,216,196,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,216,196,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(221,216,196,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(221,216,196,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(221,216,196,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(221,216,196,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd8c4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .entry_footer {
	height: 30px;
	margin: 10px 0 40px 0;
	padding: 15px 0 0 40px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	backgroound:#DDD8C4;
background: -moz-radial-gradient(center, ellipse cover,  rgba(221,216,196,0) 0%, rgba(221,216,196,0) 53%, rgba(221,216,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(221,216,196,0)), color-stop(53%,rgba(221,216,196,0)), color-stop(100%,rgba(221,216,196,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(221,216,196,0) 0%,rgba(221,216,196,0) 53%,rgba(221,216,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(221,216,196,0) 0%,rgba(221,216,196,0) 53%,rgba(221,216,196,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(221,216,196,0) 0%,rgba(221,216,196,0) 53%,rgba(221,216,196,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(221,216,196,0) 0%,rgba(221,216,196,0) 53%,rgba(221,216,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddd8c4', endColorstr='#ddd8c4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}


/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}