/*  ==================================================================
	------------------------------------------------------------------
	All Code & Design by:  Bonde Holm (www.farmdev.com)
	------------------------------------------------------------------
	This design is not a template. You may not reproduce it elsewhere.
	------------------------------------------------------------------
	================================================================= */




/*  BASIC FORMATTING -----------------------------------------------
	================================================================ */
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #54542f;
	background: #f3c450 url(images/background.gif) repeat-x top left;
	}

h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, serif;
	letter-spacing: 0.09em;
	font-weight: lighter;
	text-transform: uppercase;
    color: #3B323E;
	}

h1 { font-size: 1.9em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }

h2 {
	margin: 0.8em 0;
	line-height: 1.3em;
	text-transform: none;
	letter-spacing: 0.04em;
	}

p {
	margin: 0;
/*	font-size: 0.9em;*/
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: normal;
	}

a,
a:link, 
a:visited {
	color: #600;
	background: transparent;
	text-decoration: none;
	}

a:hover { 
	color: #000;
	background: transparent;
	text-decoration: underline;
	}

address {
	font-style: normal;
	font-size: 0.8em;
	}

img { 
	border: none;
	margin: 0;
	padding: 0;
	}

.cleared {
    clear:both;
}

/*  MASTHEAD -------------------------------------------------------
	================================================================ */
#masthead {
	text-align: center;
	}

#masthead a {
	display: block;
	width: 580px;
	margin: 12px auto;
	/* fixme?? */
    background: transparent url(images/farmlogo.gif) no-repeat center;
	height: 180px;
	}
#masthead a img {
    visibility: hidden;
}
/*
#masthead img {
	display: block;
	width: 580px;
	height: 180px;
	}
*/

/*  MENU -----------------------------------------------------------
	================================================================ */
#menu {
	margin: 0;
	padding: 0;
	height: 28px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	font: 1.1em Georgia, serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-align: center;
	}

#menu li {
	display: inline;
	margin: 0;
	padding: 0 2em;
	line-height: 28px;
	list-style: none;
	}

#menu a {
	height: 28px;
	margin: 0;
	padding: 0 0.5em;
	}
/*
#current a {
	background: url(images/current_pointer.gif) no-repeat bottom center;
	}
*/
/*  CONTENT --------------------------------------------------------
	================================================================ */
#content {
	float: right;
	width: 73%;
	margin: 0;
	background: url(images/content_background.gif) repeat-x top left;
	}

#content a {
    text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4,
#content h5, #content h6, 
#content ul {
	margin: 0.5em 18% 0.4em 4%;
}
#content h1, #content h2, #content h3, #content h4,
#content h5, #content h6 {
    text-transform: none;
    color: #3B323E;
}

#content h2 {
    clear: both;
    margin-bottom: 0;
}

#content p, 
        #content ul,
        #content ol,
        #content ul li,
        #content ol li,
        #content pre,
        #content #article_ads {
    margin: 0.5em 15% 1em 5%;
	color: #78291f;
	padding: 0; 
}
#content pre {
    padding: 1em;
    margin-right: 30%;
    background: #F7C65A;
    font-family:monospace;
    font-size: 1.5em;
}
#content blockquote {
    margin-left: 3em;
}	
#content p code, #content ul code {
    font-family:monospace;
    font-size: 1.4em;
}

#content ul {
    list-style: square;
}
#content ul li {
    margin-bottom: 0.2em;
}
	
#content h1 {
    color: #3B323E;
    text-transform: uppercase;
    font-size: 1.1em;
	margin: 1.2em 18% 0.6em 4%;
	}

/*  SIDEBAR --------------------------------------------------------
	================================================================ */
#blocks {
	margin: 0 75.5% 0 2%;
	}

#blocks h3 {
    color: #3B323E;
    font-size: 1.1em;
    margin: 1.2em 0.5em 0.5em 0 ;
}

#blocks p {
    margin: 0.3em 0 0 0;
    line-height: 1.1em;
}


#blocks h4 {
    font-size: 1.1em;
    display: inline;
    font-weight: bold;
    text-transform: none;
}

#blocks ul {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	}

#blocks ul li {
	margin: 2px 0;
	padding: 4px;
	list-style-position: inside;
	background: #e6e371;
    border-top: 1px solid #f3eb96;
    border-right: 1px solid #f3eb96;
	color: #65653d;
	}

#blocks ul li a {
	color: #54542f;
	border-bottom: 1px solid #c4c262;
	}

#blocks ul li a:hover {
	text-decoration: none;
	color: #000;
	}

#blocks ul li ul li {
    border: none;
    background: none;
    margin-left: 0.5em;
    list-style: none;
    padding: 1px;
/*    font-size: 95%;*/
}

#blocks .projects li.projectinfo a {
    font-weight: bold;
}

.articles ul, .projects ul {
	list-style: url(images/icon_article.gif);
	}

#blocks ul li.adbar,
#blocks ul.twitter_list li {
    list-style: none;
}

/*  BLOG -----------------------------------------------------------
	================================================================ */

#content p.byline, #content p.byline a {
    color: #3B323E;
    margin-top: 0.1em;
    margin-bottom: 1em;
}

#content ul.bloglinks {
    list-style: none;
    padding-bottom: 3em;
}
#content ul.bloglinks li {
    color: #3B323E;
    float: left;
    padding: 0.3em;
    margin-left: 0;
    margin-right: 2px;
    background: #e6e371;
    border: 1px solid #3B323E;
}
#content ul.bloglinks li.last {
    clear: right;
}
#content ul.bloglinks li a {
    text-decoration: none;
}

body#thoughts h2 a {
    text-decoration: none;
    color: #3B323E;
}

/* ENTRY -----------------------------------------------------------
	================================================================ */
body#entry div.errors h3,
body#entry div.errors ul li,
body#entry div.errors p a {
    color: #ff0000;
}
body#entry div.errors ul {
    padding-left: 5em;
}

/* make a little room when viewing from an anchor */
body#entry #content ul.bloglinks {
    padding-bottom: 0;
}
body#entry #read_comments {
    clear: both;
    padding-top: 1em;
}

ul#comments {
    list-style: none;
    padding: 0;
    margin: 0 1em 1em 0;
}
ul#comments li {
    background: #F7C65A;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
ul#comments li p {
    font-size: 98%;
    margin-bottom: 0.1em;
}
ul#comments li p.byline, ul#comments li p.notice,
ul#comments li p.byline a, ul#comments li p.notice a {
    color: #3B323E;
    margin-bottom: 0.4em;
}
ul#comments li h4,
ul#comments li h5 {
    margin-bottom: 0.1em;
}

form#post_comment p {
    margin-top: 0;
    margin-bottom: 0.3em;
}
form#post_comment label {
    display: block;
    float: left;
    width: 14em;
    margin-right: 1em;
}
form#post_comment label.required {
    font-weight: bold;
}
form#post_comment input {
    width: 25em;
}
form#post_comment textarea {
    width: 38em;
}
form#post_comment input.submit {
    width: 15em;
    margin-left: 3em;
}

form#post_comment p.form_row {
    clear: both;
}

#post_comment #recaptcha_widget_div {
    margin-left: 5%;
    margin-bottom: 0.2em;
}
#recaptcha_widget_div #recaptcha_area {
    margin-left: 15em;
}

/*  FOOTER ---------------------------------------------------------
	================================================================ */
#footer {
    clear: both;
    padding: 2em 0 2em 0;
	text-align: center;
	font-size: 0.9em;
	}
#footer p {
  padding-bottom: 1em;
}
#footer ul {
  width: auto;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
#footer ul li {
  display: inline;
}

/*  EXTRAS ---------------------------------------------------------
	================================================================ */
.clear { clear: both; }