/* http://www.colorcombos.com/combotester.html?color0=9BE1FB&color1=C5EFFD&color2=BD2031&color3=231F20&color4=FFFFFF&color5=006295 */
html, body, #wrap {height: 100%;}

html {
    background-color: #FFF;
}
body {
    background-color: #FFF;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
    color: #006295;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: #a9a9a9 0 0 1px;
    margin-bottom: .5em;
}
h1 {
    color: #231f20;
}
h2 {
    color: #231f20;
    font-size:large;
}

h3{
    color: #231f20;
    font-size:small;
}

#header, #main, #footer {
    min-width:960px;
    padding-left:1.5em;
    padding-right:1.5em;
}

#header {
    background-color: #231F20;
    border-bottom: 3px solid #BD2031;
    height: 77px;
    color: #BD2031;
}
#header a{
    color: #BD2031;
}

#sr {
    text-align: justify;
}

.summary{
    font-weight: bold;
    margin-bottom: 0.5em;
}

.summary p{
    margin-bottom:auto;
}

.entry, .entry-brief, .summary {
    clear: both;
    text-align: justify;
}
.entry-brief {
    border-bottom: 2px solid #BD2031;
}
.entry-last {
    border-bottom: none;
}
.entry-brief h2 {
}
.entry-brief div.published {
    position: relative;
    top: -11px;
}

.entry-brief div.summary{
    font-weight:normal;
}

.entry p, .entry-brief p {
}
.comment > div {
    padding: 0 10px;
}

.brief_menu{
    margin-bottom: 5px;
}

.comment .even {
    background: #C5EFFD;
}
div.tags {
    clear: both;
}
div.tags ul {
    margin-left: 0;
    clear: left;
    height: 24px;
}
div.tags ul li {
    list-style-type: none;
    background-color: #C5EFFD;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 3px;
}
.entry div.tags ul li, .entry-brief div.tags ul li {
    background-color: #9BE1FB;
}
div.tags ul li.normal {
    background: none;
    padding: 3px 0;
}
div.tags li a {
    display: block;
}
p, li, dt, dl, blockquote {
    line-height: 150%;
}
blockquote, pre {
    border-left: 5px solid #CDE9E9;
    padding: 5px 0 5px 15px;
}
pre, code {
    font-size: 93%;
    line-height: 130%;
}
.small {
    font-size: 93%;
}
div.form-line {
    margin-bottom: 10px;
}
div.note {
    margin-bottom: 10px;
}
div.error, div.note {
    border: 2px solid #231F20;
    background-color: #BD2031;
    padding: 5px;
}
ul{
    list-style-position: inside;
}
li{
    margin-left: 20px;
    list-style-position:outside;
}
ul.errorlist {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0px;
}
ul.errorlist li {
    list-style-type: none;
}
textarea {
    width: 100%;
}
hr {
    background: #BD2031;
    color: #BD2031;
    clear: both; 
    float: none; 
    width: 100%; 
    height: 3px;
    margin: 0 0 1.4em;
    border: none;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */

table#comments td.comment_avatar img {
    border: 1px solid #BD2031;
    margin-right: 3px;
}
table#comments td {
    border: none;
    margin: 0;
}
table#comments td h3 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

body > #wrap {height: auto; min-height: 100%;}

#main {
        margin-top: 1em;
        padding-bottom: 80px;
}  /* must be same height as the footer */

#footer {
    background-color: #231F20;
    border-top: 3px solid #BD2031;
    color: #FFF;
    text-align:right;
	margin-top: -77px; /* negative value of footer height */
	height: 77px;
}

#footer .left{
    text-align:left;
}

.center{
    text-align:center;
}

#footer a {
    color: #FAFAFA;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}


.left_img{
    float: left;
    padding: 0 3px 0 0;
}

.comment img{
    float: left;
    padding: 0 3px 0 0;
}

.shadow{
    color: #BABABA;
}

#fb-like{
   padding-bottom: 15px;
}
