/*
Theme Name: SirOJ
Theme URI: http://www.siroj.nl/
Description: Custom made WordPress theme for SirOJ.
Version: 1.0
Author: Pieter de Jong
Author URI: http://pieter-de-jong.nl
*/

/* #### RESET #### */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
/* #### TYPOGRAPHY #### */
body {
    font-family: Cambria, Georgia, serif;
    font-size: 16px;
    line-height: 1.5em;
}

#sidebar {
    text-align: justify;
}

a {
color: gray;
}

a:hover {
color: black;
}

/* #### CUSTOM STYLES #### */
html, body, #sidebar {
    height: 100%;
}
#sidebar {
    padding: 0 20px;
    width: 200px;
    position: fixed;
    float: left;
}

#sidebar h1 {
    background: url(img/logo.png);
    width: 200px;
    height: 301px;
    text-indent: -9999px;
    position: relative;
    margin: 20px 0;
}

#sidebar .links {
    position: absolute;
    bottom: 10px;
    padding-left: 10px;
}

#sidebar .networks {
	width: 190px;
	text-align: center;
	position: absolute;
	bottom: 75px;
}

#sidebar .networks a {
	margin: 2px;
}

#sidebar #nav {
	text-align: center;
	margin: 20px 0;
}

#sidebar #nav a {
	color: inherit;
}

#sidebar #nav a:hover {
	text-decoration: none;
}

#wrapper {
    float: left;
    margin-left: 240px;
    padding: 25px 25px 0;
    min-width: 830px;
}

#wrapper .column {
    float: left;   
}

#wrapper .left {
    margin-right: 30px;    
}

#wrapper .entry {
    width: 400px;
    background: #e5e5e5;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 30px;    
}

#wrapper .entry:hover {
    background: #dbdbdb;
}

#wrapper .entry p {
    padding: 10px;
}

#wrapper .entry h2 {
font-family: Georgia, serif;
font-size: 26px;
font-style: italic;
font-weight: normal;
line-height: 1.4em;
padding: 4px 10px;
}



