/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(../images/bg01.jpg) repeat-x top left;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

/* Header */

#header {
	width: 890px;
	height: 190px;
	margin: 0px auto;
}

#header.admin {
	width: 890px;
	height: 170px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 93px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}

/* Flash */
#flash {
	margin: 0 auto;
	width: 890px;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

#content .adsense {
  margin-top: -30px;
  padding: 0 0 30px 50px;
}

.post {
	padding: 20px 20px 40px;
	background: url(../images/bg04.jpg) no-repeat top left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.title h1{
	margin: 0px;
}

a.title, a.title:hover {
	border: none;
	text-decoration: none;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img03.gif) no-repeat left center;
}

.meta .tags {
	padding-left: 20px;
	background: url(../images/tag_green.png) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

.entry p, .entry ul, .entry ol {
	line-height: 135%;
}

pre.terminal {
  background: black;
  color: #AFAFAF;
  line-height: 120%;
  overflow: scroll;
  width: 540px;
  padding: 5px;
}

.comment {
  min-height: 60px;
  padding-bottom: 10px
}

.comment .body {
  padding-left: 60px;
  margin-top: 0px
}

.comment img {
  padding: 0px 10px 10px 0px;
}

#comment_form textarea {
  width: 545px;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea {
  border: solid 1px red;
  padding: 3px;
}

form span.error {
  display: none;
}

.fieldWithErrors span.error {
  color: red;
  display: block;
}

.pagination {
  font-size: 18px;
  text-align: center;
}

.pagination a {
  background: #000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
}

.pagination span.prev_page, span.next_page, span.current {
  background: #000;
  padding: 5px;
  color: #7F7F7F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(../images/img06.jpg) no-repeat left 80%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#sidebar .adsense {
  padding-left: 60px;
  padding-top: 60px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #F2F2F2 url(../images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

/* Admin */

#page.admin {
	min-height: 450px;
}

.admin #content {
	float: left;
	width: 890px;
}

.admin .post {
	padding: 10px 10px;
	background: url(../images/bg04wide.jpg) no-repeat top left;
}

.admin form p {
	margin: 0px;
}

/* Forms */

input.post_title {
	line-height: 2.0em;
	font-size: x-large;
	width: 583px;
}

.entry img {
  max-width: 550px;
}

#flash { 
    background-color: #B1FB17;
    color: #484848;
    border: 3px solid;  
    width: 550px;
    margin: 0 auto 24px auto;
    padding: 10px;
    -moz-border-radius: 4px;
}

#admin_flash { 
    background-color: #B1FB17;
    color: #484848;
    border: 3px solid;  
    width: 750px;
    margin: 20px auto 12px auto;
    padding: 10px;
    -moz-border-radius: 4px;
}

ol.tumblr_posts {
  list-style-type: none;
  padding-left: 0px;
}

li.tumblr_post {
	padding: 20px 20px 40px;
	background: url(../images/bg04.jpg) no-repeat top left;
	min-height: 100px;
}

li.tumblr_link_post {
  background: url(../images/bg04_short.jpg) no-repeat top left;
  font-size: x-large;
}

#tumblelog.post {
  background: url(../images/bg04_short.jpg) no-repeat top left;
}

#twitter_div {
}

#twitter_update_list {
  padding-left: 0px;
}

#twitter_update_list li {
  list-style-image: url(../images/comment.png);
  list-style-position: inside;
  padding-bottom: 20px;
}

#twitter_update_list li span {
}

#github-badge .header, #github-badge .footer {
  display:none;
}

#github-badge {
  background-color: transparent;
}

#github-badge .body {
  padding-top: 10px;
}

.pagination {
  padding-bottom: 20px;
}

.hide {
  display: none;
}