* {
    -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;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

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


.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%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

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

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-design {
        background: #5aba59;
    }
    .post-category-pure {
        background: #4d85d1;
    }
    .post-category-yui {
        background: #8156a7;
    }
    .post-category-js {
        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 {
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

*/

/* SIDEBAR ELEMENTS */
/*------------------*/

div.sidebar h1,
div.sidebar h2,
div.sidebar h3,
div.sidebar h4,
div.sidebar h5,
div.sidebar h6 {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 3px #111111;
}

.sidebar-color {
    color: #f0f0f0;
    background: #273c75 /* #00173b */
}

.pure-link-sidecolor {
    color: #cccccc;
    text-decoration: none;
}

.pure-menu-link-sidecolor {
    color: #cccccc;
}

.pure-menu-link-sidecolor:hover{
    color: #444444;
    background-color:#f0f0f0
}

/* MAIN ELEMENTS */
/*---------------*/

.content-color {
    background: #fbfbfb
}

.docs-static-lncs {
    margin: 0 auto;
    width: 150px;
}

.docs-section {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.1px;
    line-height: 1.5;
}

div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.pure-link-color {
    color: #888888;
    text-decoration: none;
}

.pure-link-color:hover,
.pure-link-color:focus {
    text-decoration: underline;
}

ul {
    list-style: circle inside; 
}
ol {
    list-style: decimal inside; 
}
ol, ul {
    padding-left: 0;
    margin-top: 0; 
}
ul ul, ul ol, ol ol, ol ul {
    font-size: 100%;
    margin: 1rem 0 1rem 3rem;
}  

/* MEDIA ELEMENTS             */
/* First mobile, then desktop */
/*----------------------------*/

.header {
    margin: 2em 2em 0;
    text-align: center;
}

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

@media (min-width: 48em) {
    .header {
        margin: 30% 2em 0;
        text-align: right;
    }
    .content {
        padding: 2em 3em 0;
        margin-left: 40%;
    }
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .docs-static-lncs {
        position:absolute;
        right: 10px;
        top: 10px;
    }
}
