/* Layout ----------------------------------------------------------------- */

body {
    text-align: left;
    background: #AAAAAA;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;

}

#container {
    width: 1050px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#container-inner {
   margin: 0 20px;
}

a{
color: #000000;
}


/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}



/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Default ---------------------------------------------------------------- */

/* Header */

#header {
    border-bottom: 10px solid #000000;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a, #header a:visited{
color: #000000;
}

#header a:hover {
    text-decoration: none;
    color: #F0F0F0;
}


/* Content */

h1.entry-title, h2.entry-title{
font-size: 50px;
line-height: 55px;
padding:0;
margin: 10px 0;
}

h2.entry-title a, h2.entry-title a:visited{
color: #000000;
text-decoration: none;
}

h2.entry-title a:hover {
color: #F0F0F0;
text-decoration: none;
}

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

/* Comment and Trackback */

#comment-tb{
float: left;
width: 670px;
}

#adsense{
float: left;
}

.comments-open label {
    display: block;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}

/* Footer ----------------------------------------------------------------- */

#footer-content {
    margin: 20px 0;
    color: #000000;
}

#footer, #footer a, #footer a:visited, #footer a:hover{
color: #000000;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}

