body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6667em;
	background: #FFF;
	}
a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #4D8040;
	}
p a {
	border-bottom: 1px solid #CCC;
	}
p a:hover {
	border-bottom: 1px solid #999;
	}

::selection {
	}
::-moz-selection {
	}

h1, h2, h3 {
	font-family: Georgia, serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 3em;
	line-height: 1.2222em;
	margin: 0 0 .6111em 0;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1em;
	margin: 2em 0 1em 0;
	}
h3 {
	font-size: 1.5em;
	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: #000;
	color: #FFF;
	line-height: 3.3333em;
	text-align: center;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 750px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin: .5em;
	}
#controls a:hover {
	text-decoration: underline;
	}

/* Header */

#header {
	text-align: center;
	}
#header .header_box {
	width: 750px;
	margin: 0 auto;
	padding: 3.3333em 0 1.6667em 0;
	}
#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;
	}
#header ul {
	list-style: none;
	margin: 1.6667em 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
#header li {
	display: inline;
	margin: 0 .5em;
	}

/* Wrapper */

#wrapper {
	width: 750px;
	margin: auto;
	}

/* Content */

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

.date {
	float: left;
	width: 50px;
	clear: both;
	margin: 0 50px 0 50px;
	padding: 1em 0 .5em 0;
	text-align: center;
	/*background-color: #8AE673;*/
	background-color: #8AE673;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.date .day {
	display: block;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	}
.date .month {
	display: block;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

.post {
	width: 600px;
	float: right;
	}
.post.first {
	border: none;
	}
.post .time {
	float: right;
	width: 150px;
	text-align: center;
	clear: both;
	}
.post .time a {
	/*background-color: #8AE673;*/
	background-color: #FFE277;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	display: block;
	width: 80px;
	margin: 0 0 0 20px;
	font-weight: bold;
	}
.post .time a:hover {
	background-color: #4DBF30;
	color: #000;
	}
.post .body {
	float: left;
	width: 450px;
	margin: 0 0 5em 0;
	}
.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 {
	clear: both;
	width: 450px;
	margin: auto;
	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: #CCC;
	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 {
	width: 450px;
	margin: auto;
	text-align: center;
	margin-top: 3.3333em;
	}
.paginate a.next_page {
	float: right;
	}
.paginate a.prev_page {
	float: left;
	}

/* Footer */

#footer {
	margin: 3.3333em 0 5em 0;
	text-align: center;
	}
#footer a.atom {
	float: right;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}

/* code feather */
pre#geshi_code {
  padding: 7px 2px;
  overflow: auto;
  line-height: 11pt;
        border-style: dotted;
        border-width: 1px;
        max-height: 300px;
}

/* review */
/* Review feather CSS */
div.post.review div.score{
    width:80px;
    height:16px;
    padding: 0;
    margin-top: 2px;
    list-style:none;
    position:relative;
    background: url('/whatever/feathers/review/images/star-matrix.gif') no-repeat 0 0;
}
div.post.review .score.green.none {background-position:0 0}
div.post.review .score.green.one {background-position:0 -16px}
div.post.review .score.green.two {background-position:0 -32px}
div.post.review .score.green.three {background-position:0 -48px}
div.post.review .score.green.four {background-position:0 -64px}
div.post.review .score.green.five {background-position:0 -80px}

div.post.review .score.orange.none {background-position:0 0}
div.post.review .score.orange.one {background-position:0 -96px}
div.post.review .score.orange.two {background-position:0 -112}
div.post.review .score.orange.three {background-position:0 -128}
div.post.review .score.orange.four {background-position:0 -144px}
div.post.review .score.orange.five {background-position:0 -160px}
/* End Review feather CSS */


/* project */
project div.description {
        width: 220px;
        float: right;
}
div.post.project a img {
        float: left;
}

/* code */
pre#geshi_code {
  padding: 7px 2px;
  overflow: auto;
  line-height: 11pt;
        border-style: dotted;
        border-width: 1px;
        max-height: 300px;
}

