/*
Theme Name: HonjoFarm
Theme URI: http://www.honjofarm.jp/profile/
Description: HonjoFarm
Author: HonjoFarm
Author URI: http://www.honjofarm.jp/
Version: 2009
*/

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #f6f8fb;
    color: #444444;
    font-size: 13px;
}

img {
    border-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    color:#006e54;
}

/* Header */

#header {
    clear: both;
    width: 100%;
    height: 140px;
    background: #FFFFFF url(http://www.honjofarm.jp/images/header.gif) repeat-x;
}

#header-inner {
    width: 827px;
    height: 140px;
    margin: 0 auto;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}

#logo {
    width: 180px;
    margin: 0;
    padding: 10px 0 0 20px;
    float: left;
}

#google {
    padding: 20px 20px 0 0;
    text-align: right;
}

/* Banner */

#banner {
    clear: both;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background-image: url(http://www.honjofarm.jp/images/top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#banner h1 {
    color: #FFFFFF;
    padding: 15px 15px 0px 15px;
}

#banner a {
    color: #FFFFFF;
    text-decoration: none;
}

#crops {
    width: 827px;
    margin: 0 auto;
}

#crops a{
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}

#crops ul {
    list-style:none;
}

#crops li {
    width: 135px;
    height: 81px;
    margin: 15px 14px 15px 13px;
    float:left;
    padding: 90px 0px 0px 0px;
}

.asparagus {
    background-image: url(http://www.honjofarm.jp/images/info/asparagus.png);
}

.tomato {
    background-image: url(http://www.honjofarm.jp/images/info/tomato.png);
}

.potato {
    background-image: url(http://www.honjofarm.jp/images/info/potato.png);
}

.pumpkin {
    background-image: url(http://www.honjofarm.jp/images/info/pumpkin.png);
}

.onion {
    background-image: url(http://www.honjofarm.jp/images/info/onion.png);
}

/* Navigation */

#navi {
    clear: both;
    width: 100%;
    height: 50px;
    background: #FFFFFF url(http://www.honjofarm.jp/images/navi.gif) repeat-x;
}

#menu {
    clear: both;
    width: 828px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    display: inline;
    border-right: 1px solid #EDEBD5;
}

#menu a {
    display: block;
    float: left;
    width: 137px;
    height: 20px;
    padding: 15px 0;
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    background: #009900 url(http://www.honjofarm.jp/images/green_btn.gif) no-repeat;

}

#menu a:hover {
    background: #ff6600 url(http://www.honjofarm.jp/images/orange_btn.gif) no-repeat;
}

#menu .active a {
    background: #ff6600 url(http://www.honjofarm.jp/images/orange_btn.gif) no-repeat;
}

/* Container */

#container {
    clear: both;
    margin: 0 auto;
    width: 827px;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
    background: #ffffff;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 205px;
    padding: 5px 20px 5px 30px;
}

#sidebar ul {
    list-style:none;
}

.widget {
    padding: 10px 0;
}

.widget-header {
    width: 180px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    color: #aacf53;
    margin: 20px 0 0 0;
    padding: 15px 0 0 25px;
    background: url(http://www.honjofarm.jp/images/widget_header.gif) no-repeat;
}

.widget-body {
    width: 180px;
    padding: 5px 15px 0 5px;
    /margin: 0 0 0 -5px;
    line-height: 140%;
    text-align: left;
    background: url(http://www.honjofarm.jp/images/widget_body.gif) repeat-y;
}

.widget-body a,
.widget-body a:hover,
.widget-body a:active,
.widget-body a:visited,
.widget-body a:link {
    color: #006e54;
}

.widget-footer {
    height: 10px;
    background: url(http://www.honjofarm.jp/images/widget_footer.gif) no-repeat;
}

#calendar {
    font-family: Verdana;
}

#calendar table {
    width: 160px;
}

.calendarhead {
    border-bottom: 1px solid #006e54;
    color: #505050;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}

.calendarhead a{
    text-decoration: none;
}

.calendarhead .calendarday a{
    font-size: 10px;
    text-decoration: none;
}

.calendarhead .calendarday{
    color: #505050;
    font-size: 10px;
}

.calendarday {
    color: #505050;
    font-size: 12px;
    padding: 2px;
}

.calendarday-a {
    font-weight: bold;
}

/* Contents */

#contents {
    float: right;
    width: 550px;
    padding: 0 20px 0 0;
}

.article {
    padding: 10px;
    line-height: 170%;
}

h2 {
	margin: 0 0 10px 0;
    padding: 0 5px;
    height: 20px;
    color: #006400;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #008000;
}

h2 a,
h2 a:hover,
h2 a:active,
h2 a:visited,
h2 a:link {
    text-decoration: none;
    color: #008000;
}


.category {
    font-size: 12px;
    text-align: right;
    padding: 5px;
}

.category a,
.category a:hover,
.category a:active,
.category a:visited,
.category a:link {
    text-decoration: none;
    color: #aaaa00;
}

.article-body {
    padding: 10px;
    margin: 5px;
    text-align: left;
}

.posted {
    margin: 5px;
    padding: 0 5px;
    height: 20px;
    font-size:12px;
    text-align: right;
}

.posted a,
.posted a:hover,
.posted a:active,
.posted a:visited,
.posted a:link {
    text-decoration: none;
    color: #008000;
}

div.papa .article-body {
    border: 1px solid #008000;
}

div.papa h2 {
    color: #006400;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #008000;
}

div.papa h2 a,
div.papa h2 a:hover,
div.papa h2 a:active,
div.papa h2 a:visited,
div.papa h2 a:link {
    text-decoration: none;
    color: #008000;
}

div.papa .posted a,
div.papa .posted a:hover,
div.papa .posted a:active,
div.papa .posted a:visited,
div.papa .posted a:link {
    text-decoration: none;
    color: #008000;
}

div.mama .article-body {
    border: 1px solid #cc0066;
}

div.mama h2 {
    color: #006400;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #cc0066;
}

div.mama h2 a,
div.mama h2 a:hover,
div.mama h2 a:active,
div.mama h2 a:visited,
div.mama h2 a:link {
    text-decoration: none;
    color: #cc0066;
}

div.mama .posted a,
div.mama .posted a:hover,
div.mama .posted a:active,
div.mama .posted a:visited,
div.mama .posted a:link {
    text-decoration: none;
    color: #cc0066;
}

div.mee .article-body {
    border: 1px solid #9933ff;
}

div.mee h2 {
    color: #9933ff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #9933ff;
}

div.mee h2 a,
div.mee h2 a:hover,
div.mee h2 a:active,
div.mee h2 a:visited,
div.mee h2 a:link {
    text-decoration: none;
    color: #9933ff;
}

div.mee .posted a,
div.mee .posted a:hover,
div.mee .posted a:active,
div.mee .posted a:visited,
div.mee .posted a:link {
    text-decoration: none;
    color: #9933ff;
}

div.mickey .article-body {
    border: 1px solid #0099cc;
}

div.mickey h2 {
    color: #006400;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #0099cc;
}

div.mickey h2 a,
div.mickey h2 a:hover,
div.mickey h2 a:active,
div.mickey h2 a:visited,
div.mickey h2 a:link {
    text-decoration: none;
    color: #0099cc;
}

div.mickey .posted a,
div.mickey .posted a:hover,
div.mickey .posted a:active,
div.mickey .posted a:visited,
div.mickey .posted a:link {
    text-decoration: none;
    color: #0099cc;
}

.date {
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    background: url(http://www.honjofarm.jp/images/h3.gif) repeat-x;
    text-align: right;
}

h3 {
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    background: url(http://www.honjofarm.jp/images/h3.gif) repeat-x;
}

h3 a,
h3 a:hover,
h3 a:active,
h3 a:visited,
h3 a:link {
    text-decoration: none;
    color: #ffffff;
}

.article-footer {
    font-family: Verdana;
    font-size: 10px;
    text-align: right;
    padding: 5px;
}

.article-footer a,
.article-footer a:hover,
.article-footer a:active,
.article-footer a:visited,
.article-footer a:link {
    color: #aaaa00;
}

.page-navi {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Verdana;
}

.page-navi a,
.page-navi a:hover,
.page-navi a:active,
.page-navi a:visited,
.page-navi a:link {
    color: #006e54;
}

/* Comment */

#comment,
#trackback {
    border-top: 1px dashed #aaaa00;
    margin: 15px;
    text-align: left;
    font-size: 12px;
}

.comment-body,
.trackback-body {
    padding: 10px;
    border-bottom: 1px dotted #aaaa00;
}

#adsense {
    clear: both;
    width: 827px;
    padding: 10px 0 0 0;
    text-align: center;
}

#footer {
    clear: both;
    width: 100%;
    text-align: center;
    background: #ffffff url(http://www.honjofarm.jp/images/navi.gif) repeat-x;
}

#footer-inner {
    width: 827px;
    font-size:12px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #EDEBD5;
    border-right: 1px solid #EDEBD5;
}


