body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6667em;
	background: #C8C468;
	color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	}
a {
	color: #7C944A;
	font-weight: normal;
	text-decoration: none;
	}
p a {
	border-bottom: 1px solid #333;
	}

::selection {
	background: #EABFFF;
	color: #000;
}
::-moz-selection {
	background: #EABFFF;
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, Times, Times New Roman, Serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 2em;
	line-height: 1.2222em;
	margin: 0 0 .6111em 0;
	}
h2 {
	font-size: 1.50em;
	line-height: 1em;
	margin: 2em 0 1em 85px;
	}
h3 {
	font-size: 1em;
	line-height: 1.2222em;
	margin: 2.4444em 0 1.2222em;
	}
p {
	margin: 1.6667em auto;
	}
blockquote {
	margin: 0 1.6667em;
	}
hr {
	border: none;
	border-top: 1px solid #000;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Admin Controls */

#controls {
	background: #222;
	color: #FFF;
	line-height: 3.3333em;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 920px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin-right: 1em;
	}
#controls a:hover {
	text-decoration: underline;
	}

/* Header */

#header {
	}
#header .header_box {
	width: 920px;
	margin: 0;
	padding: 3.3333em 0 1.6667em 20px;
	text-align: left;
	}
#header h1 {
	margin: 0;
	font-size: 4em;
	font-weight: normal;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	}
#header form {
	float: right;
	width: 200px;
	margin-top: 1.6667em;
	}
#header input {
	width: 190px;
	}

/* Wrapper */

#wrapper {
	width: 960px;
	padding: 0;
	}

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
	padding-left: 15px;
	}
#sidebar a {
  color: #ffffff;
  }
#sidebar h1 {
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.6667em;
	margin: 1.6667em 0 0 0;
	}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#sidebar ul.nav {
	margin-top: 1.6667em;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

/* Content */

#content {
	width: 715px;
	float: left;
	margin-top: 1.5em;
	}

.date {
	float: left;
	width: 70px;
	height: 80px;
	background-color: #000;
	color: #E4E2B4;
	clear: both;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 10px;
	}

span.day {
  font-size: 3em;
}

.post {
	width: 600px;
	float: right;
	}
.post.first {
	border: none;
	}
.post .time { display: none;	}

.post .body {
	float: right;
	text-align: justify;
	margin: 0 0 3.3333em 0;
	padding: 0 10px 5px 5px;
	}
.bodyfull {
  text-align: justify;
  margin: -10px 0 3.3333em 0;
  padding: 0 10px 5px 10px;
  width: 100%;
 }	
	
.post .title {
	margin: 0;
	}
.post .info {
	float: left;
	}
.post .controls {
	float: right;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.8333em;
	}
.post.quote blockquote p {
	margin-top: 0;
	}
.post.quote .source {
	text-align: right;
	display: block;
	margin: 1.6667em 0;
	}

/* Comments */

#comments {
	width: 500px;
	float: right;
	margin-top: 3.3333em;
	}
ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments li {
	margin: 3.3333em 0;
	}
ol.comments blockquote {
	margin: 0;
	}
ol.comments cite {
	font-style: normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Inline Editing */

.inline_edit {
	background: #C8C468;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	}
.inline_edit input[type="text"],
.inline_edit textarea {
	}
.inline_edit .more_options_link:link {
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	}
.inline_edit .more_options p input[type="text"] {
	}
.inline_edit .more_options p .sub {
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

/* Next/prev */

.nextprev {
	margin-bottom: 3.3333em;
	}

/* Paginate */

.paginate {
	text-align: center;
	margin-top: 3.3333em;
	}
.paginate a.next_page {
	float: right;
	}
.paginate a.prev_page {
	float: left;
	}

/* Footer */

#footer {
	margin: 3.3333em -40px -15px -15px;
	padding: 30px;
	background-color: #7C944A;
	height: 60px;
	text-align: center;
	font-size: 11px;
	}
#footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
	
	
/* CSS for contact module */
p.contact {
    width: 80%;
    margin: auto;
    color: #fff;
    text-align: center;
}
p.contact.good {
    background: #189100;
}
p.contact.error {
    background: #d51800;
}
/* End CSS for contact module */


.pinned_text {display: none;}

.recentposts {
  margin: -20px 20px 30px 0;
}

ul.recentpostlist {
  margin: 0 0 0 120px;
  padding: 0;
}

.recentpostlistitem {
  list-style-type: none;
}

li.recentpostlistitem a {
  color: #5D6F38;
}

span.smallertext {
  font-size: 11px;
}