/*
Theme Name: Slumgullion
Theme URI: http://slumgullion.nl/
Description: Custom made WordPress theme for Slumgullion.
Version: 1.2
Author: Pieter de Jong x SirOJ
Author URI: http://pieter-de-jong.nl/
*/

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;
height: 101%;
}
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;
}



body {
font-family: Arial, sans-serif;
font-size: 12px;
margin: 45px 0 15px;
}

h2 {
text-transform: uppercase;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 18px;
font-weight: bold;
}

h3 {
font-size: 10px;
font-weight: normal;
font-style: italic;
}

h3 a {
text-decoration: none;
}

a {
color: #FF6600;
}

a:hover {
color: #FF6600 !important; 
}

#wrapper {
margin: 0 auto;
width: 625px;
/* width: 690px; */
}

#wrapper #logo {
float: left;
margin-bottom: 20px;
}

#wrapper #label {
float: right;
margin-top: 30px;
}

#wrapper #sidebar {
clear: both;
float: left;
margin-right: 15px;
width: 160px;
line-height: 16px;
}

#wrapper #sidebar #menu {
line-height: 20px;
}

#wrapper #sidebar a {
color: black;
}

#wrapper #sidebar a:visited {
color: #FF6600;
}

#wrapper #sidebar li {
border-bottom: dotted 2px;
padding: 17px 0;
}

#wrapper #sidebar li .twittername {
margin-top: 9px;
}

#wrapper #sidebar li .twittername a {
color: black;
font-size: 10px;
font-weight: bold;
}

#wrapper #sidebar small {
font-size: 10px;
}

small.smaller {
font-size: 9px;
}

#wrapper #sidebar a.download {
text-decoration: none;
}

#wrapper #sidebar li.last {
border: none;
color: #666666;
}

#wrapper #sidebar li.last p {
margin-bottom: 1px;
}

#wrapper #sidebar li.last a {
text-decoration: none;
}

#wrapper #content {
float: left;
overflow: visible;
width: 450px;
}

#wrapper #content .entry {
margin-bottom: 20px;
}

#wrapper #content .entry p {
margin: 10px 0;
line-height: 17px;
text-align: justify;
width: 450px;
}

#wrapper #content #nav {
width: 180px;
margin: 0 auto;
height: 14px;
}


#wrapper #content small.smaller {
font-family: Georgia,"Times New Roman",Times,serif;
}