* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}

ul {

margin: 0; 
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.record-title {
	margin:0;
	font-size: 18px;
	font-weight: bold;
}


#layout {
    font-family: Georgia, "Cambria", serif;
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
    background: #800000;
    color: #fff;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(176, 202, 219);
}

.brand-head {
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}

.social {
    margin-top: 0.5em;
    margin-left: 0.5em;

}

.social i{
	color: #fff;
} 


.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.nav-item a {
    background: transparent;
    border: 2px solid rgb(176, 202, 219);
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(61, 146, 201);
    text-decoration: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
}

.content {
    padding: 2em 1em 0;
}

.posts {
	padding-bottom: 2em;
}
.post {
    padding-bottom: 0.1em;
}
.post-title {
    font-size: 2em;
    margin-bottom: 0.2em;
}

.post-title a{
    color: #000;
}

.post-title a:hover,
.post-title a:focus {
    text-decoration: none;
}

.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-avatar-noradius{
    border: 50px;
    float: right;
    margin-left: 1em;
}
.post-meta-lineup {
    color: #999;
    font-size: 90%;
    margin: 0;
	padding: 0;
}
.post-description {
    color: #444;
    line-height: 1.8em;
	margin: 0 0 1em 0; 
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 1em 0.1em;
    padding: 0 1em;
    color: #fff;
    background: #FFCC00;
    font-size: 80%;
}
    .post-category-data {
        background: #5aba59;
    }
    .post-category-db {
        background: #4d85d1;
    }
    .post-category-language {
        background: #8156a7;
    }
    .post-category-soft {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.footer {
    text-align: center;
    padding: 0.5em 0;
    border-top: 1px solid #eee;
	color: #aaa;
}
.footer a {
    color: #ccc;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
	padding-bottom: 45%;
	width: 80%;
	height: 80%;
	margin-bottom:0;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 80em) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

    .header {
        margin: 80% 2em 0;
        text-align: right;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
}
