/*  
Theme Name: Golden Green
Theme URI: http://eisabainyo.net/weblog/
Description: Golden Green Theme by <a href="http://eisabainyo.net/weblog/">esn studio</a> <a href="http://eisabainyo.net/weblog/wordpress-themes/">wordpress themes</a>.
Version: 1.0
Author: esn studio
Author URI: http://eisabainyo.net/weblog/
License: General Public License (GPL)
*/


body {
    font: 73%/1.5 Tahoma, "Trebuchet MS", "Lucida Sans Unicode", Arial;
    color: #444;
    background: #fff url(images/bg_header.gif) repeat-x 0 88px;
    text-align: center;
    padding: 0;
    margin: 0;
}

#page {
    width: 980px;
    text-align: left;
    padding: 0;
    margin: 20px auto 0 auto;
}

#container {
    width: 100%;
    text-align: left;
    float: left;
    background: #fff url(images/bg_content.gif) repeat-y 585px 0;
}


#header {
    padding: 0;
    margin: 0;
    height: 166px;
    position: relative;
}

#header h1 {
    margin: 0;
    padding: 0;
    width: 415px;
    height: 67px;
    background: #fff url(images/logo.gif) no-repeat 0 0;
    text-indent: -5000em;
}

#header h2 {
    font-size: 100%;
    font-weight: normal;
    top: 75px;
    color: #fff;
    margin: 0;
    height: 44px;
    padding: 6px 460px 0 20px;
    position: absolute;
    background: transparent url(images/bg_pattern.gif) no-repeat 80% 0;
}

#leaderboard {
    position: absolute;
    top: 45px;
    left: 50px;
}

#header a {
    width: 215px;
    height: 70px;
    display: block;
    color: #23b7f4;
}

#header hr, #footer hr {
    display: none;
    padding: 0;
    margin: 0;
}

#content {
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
    width: 500px;
    float: left;
}

.mainpost, .post {
    margin: 0;
    padding: 0;
}

.mainpost {
}

.entry {
}

.post ul {
}

.post ol {
}

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

p {

}

.post h2, .mainpost h2, #nav dt, h2 {
    font-size: 14px;
    font-weight: bold;
}

.pagetitle {
    font-size: 1.5em
}    
.mainpost {
    clear: both;
}

.mainpost h2 a, .post h2  a{
    color: #444;
}    



.mainpost h2  a:hover, .post h2  a:hover{
    color: #333;
}    

.date {
    clear: both;
    color: #ccc;
    text-align: right;
}

.postedby {
    color: #ccc;
    margin: 0 0 1.0em 0;
}

.postedby a {
    color: #ccc;
    text-decoration: underline;
}

a {
    color: #71a000;
    text-decoration: none;
}

a:hover {
    color: #99ce19;
}

#nav {
    float: right;
    width: 360px;
    padding: 0 20px 0 0;
    margin: 0;
}

#nav dl {
    margin: 20px;
}

#nav dt {
    margin: 25px 0 3px 0;
}

#nav dd {
    margin: 0;
    padding: 0;
}

#nav a {
    color: #000;
}

#feed {
    position: absolute;
    top: 50em;
    right: 0em;
    width: 20em;
    height: 310px;
    background: transparent url(images/feed.png) no-repeat 50% 50%;
}

#feed a {
    width: 20em;
    height: 310px;
    display: block;
    text-indent: -50000em;
    outline: 0;
}


.divider {
    display: none;

}

.bottomnav {
}

.alignleft a, .alignright a {
    padding: 0.5em 0;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.alignleft {
    margin: 1.0em 0;
    float: left;
}

.alignright {
    margin: 1.0em 0;
    float: right;
}

#adskyscrapper {
    float: right;
    margin: 0 0 0 10px;
}

#searchform {
    display: none;
}

#extrainfo {
    margin: 0;
    clear: both;
    width: 100%;
    float: left;
    background: #515d51;
    text-align: center;
    border-top: 3px solid #eee;
}

#rightcol {
    width: 980px;
    background: #515d51;
    margin: 0 auto;
    padding: 0;
    color: #999;
}

#rightcol h2 {
    margin: 0;
    padding: 0.5em 0 0.5em 0;
}

#rightcol ul {
    text-align: left;
    margin: 1.0em auto 0 auto;
    padding: 0;
}

#rightcol li {
    float: left;
    display: block;
    width: 17.3em;
    margin: 0;
    padding: 0 0 0 26px;
}

#rightcol ul li ul {
    width: auto;
    float: left;
    margin: 0;
    padding: 0 0 15px 0;
}

#rightcol li li {
    margin: 0;
    padding: 0;
}


#rightcol li li li {
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #666;
}

#rightcol li h2 {
    font-size: 1.2em;
    color: #99ce19;
}

#rightcol a {
    color: #fff;
}

#rightcol a:hover {
    color: #99ce19;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 90%;
    margin: 0;
    padding: 0;
}

#footer p {
    margin: 0;
}

#footer a {
}

.postmetadata {
    margin: 1.0em 0;
    padding: 10px;
    background-color: #F7F7F7;
}

.postmetadata a {
    text-decoration: underline;
    font-weight: normal;
}



/* common */

blockquote {
    margin: 5px;
    padding: 0 5px 5px 10px;
    border-left: 4px solid #eee;
}

abbr, acroym {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

input, textarea, select {
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.96em;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #444;
}

form {
    padding: 0;
    margin: 0;
}

code, pre {
    font-family: "Courier New";
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
}


/** Comments **/

#commentsarea {
    padding: 0 50px 0 40px;
    margin: 0;
}

#comments, #respond {
    color: #444;
    font-size: 1.1em;
    line-height: 15px;
    padding: 10px 0 5px 0;
    margin: 0;
}

.commentlist li {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
}

.commentlist li cite {
    font-weight: bold;
    font-style: normal;
}

.commentmetadata {
    float: right; 
    font-size: 0.90em;
}

dd {
    margin: 0 0 0.5em 1.0em;
}

.adsense {
    padding: 0 0 3.0em 1.5em;
}

.wp-notable img {
    border: none;
}