html, body { height: 100%;}
body {
margin: 0;
padding:0;
font-family: 'Gotham A','Gotham B';
color: #555;
font-size: 13px;
background: #c0c0c0 url("../images/bg.jpg") no-repeat fixed left bottom;
background-size: cover;
}

/*IE is stupid*/
aside,main,nav,section{display:block}

/* STANDARD */
a {
text-decoration: none;
color: #555;
color: #3179ad;
}
a.block {
display: block;
height: 100%;
width: 100%;
}
a.button {
font-size: 14px;
font-family: Segoe UI, Corbel, Cambria, Tahoma, Verdana, Helvetica;
color: #fff !important;
background-color: #3179ad;
display: inline-block;
text-align: center;
padding: 6px 10px;
text-decoration: none !important;
}
a.social {border: 0px; margin: 2px 10px; display: inline-block; width: 75px; height: 75px; background-position: 0px 75px;}
a.social:hover {background-position: 0px 0px;}
a:hover, a.button:hover {
text-decoration: underline !important;
cursor: pointer;
}

h1 {
padding: 10px;
margin: 0px;
font-weight: normal;
font-size: 28px;
font-family: Georgia;
color: #3179ad;
}
h1.gray, h1.gray a {
color:#666;
color:rgba(102,102,102,.7);
font-family: 'Gotham A', 'Gotham B';
font-weight: 500;
font-style: normal;
text-transform:uppercase;
font-size:42px;
letter-spacing:-1pt;
}
h2 {
padding: 0;
margin: 0px;
font-weight: normal;
font-size: 20px;
font-family: Georgia;
color: #3179ad;
}
h2.gray {
color:#666;
color:rgba(102,102,102,.7);
font-family: 'Gotham A', 'Gotham B';
text-transform:uppercase
}

#b {margin:0 auto 40px;display:flex;max-width:900px;width:100%}
.blog_container {flex:1}
.blog_left{}
.blog_content{background-color:rgba(255,255,255,.2);padding:10px;}
.blog_date {padding:6px 8px;text-align:center;color:#fff;background-color:#3179ad;margin-right:5px;font-family:'Tungsten Rounded A', 'Tungsten Rounded B';letter-spacing:.02em}
.blog_date .month {font-size:17px;line-height:1.1em/*font-size:12px*/}
.blog_date .day {font-size:21px;line-height:1.1em/*font-size:14px*/}
.blog_date .year {font-size:17px;line-height:1.1em/*font-size:12px*/}
.blog_date .time {padding-top:6px;font-size:17px;line-height:1.1em/*font-size:11px*/}
.blog_title{padding: 5px 10px 10px;font-size: 28px;color: #3179ad;text-align:center}
.blog_footer{font-size:11px;/*margin-top:10px;background-color:#3179ad*/background-color:rgba(255,255,255,.2);padding:10px;border-top:1px solid rgba(153,153,153,.3);}

hr {
border: 0px;
width: 100%;
}
iframe {
border: 0px;
}
img {
border: 0px;
}
blockquote {
margin: 0px 5px;
padding: 25px 45px;
}
code {
font-family: Consolas, monospace;
font-size: 10px;
display:inline;
}


.hide {display: none;}
.ib {display:inline-block}
.tac{text-align:center}

.twitter-tweet{margin:10px auto !important;}