html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    color:#373737;
    background: #212121;
    font-size: 15px;
    /*font-family: 'Myriad Pro', 'Calibri', Helvetica, Arial, sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,'Calibri',sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-weight: 700;
    color:#222222;
    /*font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,'Calibri',sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    padding-bottom: 10px;
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin: 10px 0 15px 0;
}

footer p {
    color: #f2f2f2;
}

ul{
    margin-bottom: 15px
}

ul {
    list-style: inside;
    padding-left: 20px;
}

/* Full width */

.outer {
    width: 100%;
}

.inner {
    position: relative;
    max-width:970px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

#header_wrapper {
    background: #212121;
    background: -moz-linear-gradient(top, #373737, #212121);
    background: -webkit-linear-gradient(top, #373737, #212121);
    background: -ms-linear-gradient(top, #373737, #212121);
    background: -o-linear-gradient(top, #373737, #212121);
    background: linear-gradient(top, #373737, #212121);

}

#header_title {
    color: #fff;
    font-size: 42px;
    text-shadow: #111 0px 0px 10px;
    position:absolute;
    right: 120px;
    bottom: 0px;
}

#main_content_wrapper {
    background: #f2f2f2;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

#main_content_body {
    padding-top: 40px;
}

#footer_wrapper {
    background: #212121;
}

#footer_uls{
    padding-left: 0px;
}

#header_image {
    display: block;
    height: 100px;
    width: 485px;
    top:0;
    padding: 10px 0px 20px 0px;
    background: url('../images/tool_logo_normal.png') no-repeat;
    margin-left:12%;
}

#link1{
    float:left;
}

#link2{
    float:right;
}

.content_item{
    float:right;
    width:79%;
    margin: 0px 8px 0px 0px;
}

.date{
    text-align: center;
    float:left;
    width: 20%;
}

.sidebar_title{
    background: #4c96cb ;
    border: 1px solid #ccc;
    text-align: center;
    text-shadow: 1px 1px #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #666;
    color:#fff;
    float:left;
    width: 20%;
    margin: 42px 0 0 0;
    clear:both;
}

.separator_primary{
    height: 12px;
    border: 0px;
    border-color: #4c96cb;
    box-shadow: inset 0 15px 12px -12px #4c96cb;
}

.style1{
    margin: 60px 0 60px 0;
    float: left;
    width:79%;
}

.style2{
    margin: 20px 0 20px 0;
}

.style3{
    width: 70%;
    height: 1px;
    border: 1px;
    box-shadow: inset 0 0px 0px 0px #4c96cb;
    padding-bottom: 0px;
}

.separator_secondary{
    height: 12px;
    border: 0px;
    box-shadow: inset 0 8px 8px -9px rgba(0,0,0,0.5);
    margin: 20px 8px 10px 10px;
    float: right;
    width:79%;
}

.title-span{
    font-style: italic;
    font-weight: normal;
}

.clear {
    clear: both;
}
.centered{
    text-align:center;
}

.tech-chars{
    color: #212121;
    font-weight: bold;
}

.bottom{
  padding-bottom:10px;
}
.github{
    font-size: 15px;
    margin-left:15px;
}
ul.experience{
    margin-bottom: 0px;
}
p.pubs {
    margin: 0px 0 15px 0;
}

.inner > ul {
    text-align: justify;
    padding-top: 10px;
    /*width: 70%;*/
    width: 100%;
    margin: 0 auto;
}
.inner > ul > li{
    display:inline-block;
}
.inner > ul:after{
    content:'';
    display:inline-block;
    width: 100%;
    height: 0;
}

a {
    text-decoration: none;
    color: #007edf;
    text-shadow: none;

    transition: color 0.5s ease;
    transition: text-shadow 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -webkit-transition: text-shadow 0.5s ease;
    -moz-transition: color 0.5s ease;
    -moz-transition: text-shadow 0.5s ease;
    -o-transition: color 0.5s ease;
    -o-transition: text-shadow 0.5s ease;
    -ms-transition: color 0.5s ease;
    -ms-transition: text-shadow 0.5s ease;
}

a:hover, a:focus {text-decoration: underline;}

footer a {
    background: #4c96cb ;
    border: 1px solid #ccc;
    text-align: center;
    text-shadow: 1px 1px #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #666;
    color:#fff;
    padding: 3px;
}

/* medium devices, tablets */
@media screen and (max-width: 768px) {
    .inner {
        min-width: 480px;
        max-width: 768px;
    }
    #header_title {
        font-size: 26px;
        bottom: 9px;
    }

    #header_image {
        margin-left: 8%;
    }
}

/* small devices, phones */

@media screen and (max-width: 480px) {
    body {
        font-size:14px;
    }

    .inner {
        min-width: 320px;
        max-width: 480px;
    }

    #header_title {
        font-size: 24px;
        bottom: 9px;
    }

    #header_image {
        display: block;
        height: 80px;
        width: 320px;
        top:0;
        padding: 10px 0px 20px 0px;
        background: url('../images/tool_logo_small.png') no-repeat;
        margin-left:9%;
    }

    #link2 {
        float:left;
        margin: 0px;
        clear:both;
    }

    .sidebar_title{
        font-size: 14px;
        margin: 49px 0 0 0;
    }

    .date{
        font-size: 12px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}


