/*

General styling

*/

body {
	margin:0;
	background-image:url(farmsiteheader.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#1a1a1a;
	font-family:\"Trebuchet MS\", sans-serif;
	font-size:11px;
	color:#bbb;
}

#wrapper {
    width:900px;
    margin:0 auto;
}

a:link, a:visited {
	text-decoration:none;
	color:#1a1a1a;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

#title {
	width:340px;
	text-align:center;
	letter-spacing: 3px;
	margin:38px 5px 0 0;
	line-height:40px;
	font-size:48px;
	font-weight:normal;
    color:#1a1a1a;
	position: relative;
	top: 40px;
	left: 335px;
    }

 #title a:hover {
        text-decoration:none;
        color:#0092C8;
    }

#tagline {
	width:340px;
	text-align:center;
	letter-spacing: 1px;
	line-height:22px;
	font-size:13px;
	font-weight:strong;
    color:#0092C8;
	position: relative;
	top: 50px;
	left: 335px;
	}
   
#topmenu {
	position: relative;
	font-size: 15px;
	width:325px;
	text-align: right;
	text-transform:uppercase;
	line-height:20px;
	top: -50px;
	}
    
#topmenu a:link, #topmenu a:visited {
    color:#0092C8;
    }
        
        #topmenu a:hover {
            color:#fff;
			text-decoration:none;
        }
    
		#topmenu li { 
			list-style:none;
			padding:0;
			top: 0px;
		}
		
#headerimage {
	width: 900;
	height:60px;
        /*border-top:1px solid #69716B;
        border-bottom:1px solid #69716B;*/
        /*background-image:url(farmsiteheader.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	/*position: relative;*/
    }
    

/* SIDEBAR */

/* right side */
#sidebar_one {
    width:140px;
    float:right;
    margin:0 15px 0 0;
}
/* left side */
#sidebar_two {
    width:160px;
    float:right;
    margin:0 20px 0 0;
}

.sidebar a:link, .sidebar a:visited {
    color:#bbb;
}

.sidebar a:hover {
    color:#0092C8;
    text-decoration:none;
}

.sidebar input {
	width:150px;
}

/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 5px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, .sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#1a1a1a;
	}


/* CONTENT */

#gallery {
    margin:0 0 0 0px;
    width:730px;
    float:left;
}

#content {
    margin:0 0 0 5px;
    width:500px;
    float:left;
}

.post {
    margin:0 0 30px 0;
    clear:both;
}

.postdate {
	font-size: 15px;
	color: #848484;
}

    .post .posttitle {
        font-size:20px;
        line-height:20px;
        color:#0092C8;
        margin:0 0 5px 0;
        font-weight:normal;
    }
		
	.sidebar h2 {
		font-size:15px;
		color: #0092c8;
		text-transform: uppercase;
		font-weight: normal;
}    
        .post a:link, .post a:visited {
            color:#0092C8;
        }
    
        .post a:hover {
            color:;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#69716B;
        }
        
        .post a:hover span {
            color:#69716B;
        }
        
    .post .postmeta {
        font-size:10px;
        line-height:10px;
        color:#a8ada5;
        text-transform:uppercase;
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#a8ada5;
			
        }
        
        .post .postmeta a:hover {
            color:#0092c8;
            text-decoration:underline;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:15px;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#0092C8;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #1a1a1a;
        border-bottom:1px solid #1a1a1a;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#fff;
        }

    .post img {
    border:1px solid #1a1a1a;
    margin:0 0 0 0;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid #1a1a1a;
    }

    #commentlist li.odd {
        background-color:#292929;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#0092C8;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#0092C8;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#1a1a1a;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid #69716B;
}

    #footer p {
        margin:5px 0 30px 5px;
        color:#69716B;
        text-transform:uppercase;
        font-size:10px;
    }
    
    #footer a:link, #footer a:visited {
        color:#0092C8;
    }
    
    #footer a:hover {
        color:#69716B;
        text-decoration:none;
    }