@import url('/css/common.css');

body {
    max-width: 800px;
    margin: 0 auto;
}

/* Site header */

header {
    margin-top: 0;
}

#title #name {
    color: black;
    line-height: 52pt;
}

#title #sub-title {
    margin-top: 8pt;
}

#title a:hover {
    text-decoration: none;
}

.site-nav {
    clear: both;
    background: #009fe3;
    color: white;
    padding: 0 11pt;
    margin: 28pt 0 34pt;
}

.site-nav span {
    padding: 0 11pt;
}

.site-nav .page-link {
    color: white;
    font-size: 12pt;
    line-height: 32pt;
    font-weight: normal;
    text-transform: uppercase;

}

.site-nav .page-link:hover {
    color: #cfe8ff;
    text-decoration: none;
}

/* Site footer */

.site-footer {
    clear: both;
    border-top: 5pt solid #009fe3;
    padding: 5pt 0;
    font-size: 10pt;
    color: #999999;
    margin-top: 24pt;
}

/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
    width: 70%;
    float: right;
}

.side-bar {
    width: 25%;
    float: left;
}

.side-bar > div {
    margin-bottom: 20pt;
}

.side-bar .tag a {
    color: black;
    font-size: 14pt;
    padding: 5pt;
}

.technology{
    margin-top: 5pt;
}
/* Home styles */
/* ----------------------------------------------------------*/
img {
    border: 1px solid #E4E4E4;
    padding: 8px;
    margin: 9px;
}

span.overlay {
    background: url(/assets/images/entry-span-bg.png) no-repeat;
    position: absolute;
    top: 14px;
    left: 9px;
    display: block;
    width: 150px;
    height: 150px;
}

span.film {
    background: url(/assets/images/film.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 152px;
    height: 152px;
}

.fancybox span.overlay {
    top: 18px;
    left: 18px;
}

.fancybox-skin {
    background: none !important;
}

.img-holder, .fancybox {
    position: relative;
    float: left;
}

.home h1 {
    margin-bottom: 25px;
}

.posts {
    list-style-type: none;
}

.posts .post {
    margin-top: 24pt;
    clear: both;
    float: left;
}

.posts .post:first-child {
    margin-top: 10pt;
}

.posts .post img {
    margin: 4pt 10pt 0 0;
}

.posts .post h3 {
    float: left;
    width: 67%
}

#all-skills {
    margin-bottom: 20pt;
    float: left;
    width: 100%;
    clear: both;
}

.skills-class {
    float: left;
    width: 30%;
}

.skills-class:first-child {
    margin-right: 5%;
}

.skills-class:last-child {
    margin-left: 5%;
}

/* Post styles */
/* ----------------------------------------------------------*/

.post-header {
}

.post-header .meta {
    font-size: 15px;
    color: #818181;
    margin-top: 5px;
}

.post-content {
    margin: 0 0 30px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    line-height: 1;
    font-weight: 300;
    margin: 30pt 0 5pt;
}

.page-content h1 {
    font-size: 52px;
    letter-spacing: -1.75px;
    line-height: 1;
    font-weight: 300;
}

.post-content h2 {
    font-size: 32px;
    letter-spacing: -1.25px;
}

.post-content h3 {
    font-size: 26px;
    letter-spacing: -1px;
    clear: both;
    /* float: left; */
    /* width:  100%; */
}

.post-content h4 {
    font-size: 20px;
    letter-spacing: -1px;
}

.post-content p {
    padding: 5pt 0;
    line-height: 18pt;
}