/*
Blogs stylesheet for yorba.org, intended for use on all blog pages.
*/

/* ----- Base Styles --*/

body {
    /* font-size: 12px */
    font: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding-top: 80px;
}

a img { border: none;}

p {
    line-height:   150%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1.asset-name {
    font-size: 36px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #777777;
    font-family: sans-serif;
    font-weight: normal;
}

h2.entry-title {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 40px;
}

div.clearFloats {
	clear: both;
	height: 0;
}

div.blog_aggreg_container {
    padding-top: 0px;
}

h1.user_blog_title {
    padding-left: 0px;
    padding-top: 24px;
    color: #777777;
    font-size: 40px;
    border-bottom: 1px solid;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
}

div.blog_aggreg_content {
    width: 850px;
    margin: 0 auto;
}

div.blog_user_content {
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 1px;
    padding-bottom: 48px;
}

a.blog_aggreg_entry_head {
    text-decoration: none;
    color: #777777;
}

a.blog_aggreg_entry_head:hover {
    text-decoration: none;
    color: #111111;
}

h4.blog_aggreg_entry_head {
    text-align: left;
    font-size: 30px;
    color: #777777;
    border-bottom: 1px solid;
    margin-top: 50px;
    margin-bottom: 4px;
    font-weight: normal;
    font-family: sans-serif;
}

p.blog_aggreg_entry_body {
    text-align: left;
    padding-left: 2px;
}

p.blog_aggreg_sigline {
    text-align: left;
    padding-left: 2px;
}

#blog_header {
    background-color: #1d1d1d;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

#blog_header_padder {
    width: 846px;
    margin: 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-top: 13px;
}

#blog_header_shadow {
    height: 9px;
    background-image: url(/static/images/shadow.gif);
}

#blog_header a:hover { color: #E4E4E4;}

#blog_header h1 {
    width: 105px;
    height: 72px;
    padding-top: 0px;
    margin-bottom: 0;
    float: left;
}

#blog_header ul {
    width: 440px;
    padding-top: 22px;
    margin-left: 371px;
}

#blog_header li {
    list-style-type: none;
    margin-left: 35px;
    margin-bottom: 0;
    float: right;
}

#blog_header a {
    font-size: 1.33em;
    color: #E4E4E4;
    font: normal normal normal 20px Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    text-decoration: none;
}

#blog_header a:hover {
    text-decoration: underline;
}







#blog_child_header {
    background-color: #1d1d1d;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

#blog_child_header_padder {
    width: 798px;
    margin: 0 auto;
}

#blog_header_shadow {
    height: 9px;
    background-image: url(/static/images/shadow.gif);
}

#blog_child_header a:hover { color: #E4E4E4;}

#blog_child_header h1 {
    width: 105px;
    height: 72px;
    padding-top: 0px;
    margin-bottom: 0;
    float: left;
}

#blog_child_header ul {
    width: 440px;
    padding-top: 22px;
    margin-left: 307px;
}

#blog_child_header li {
    list-style-type: none;
    margin-left: 35px;
    margin-bottom: 0;
    float: right;
}

#blog_child_header a {
    font-size: 1.33em;
    color: #E4E4E4;
    font: normal normal normal 20px Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    text-decoration: none;
}

#blog_child_header a:hover {
    text-decoration: underline;
}

.blog_content_column {
    width: 70%;
    float: left;
    clear: both;
}

.blog_meta_column {
    margin-top: 75px;
    width: 30%;
    float: left;
}
