/*
Theme Name: Pepsite
Theme URI: http://pepijndevos.nl/
Description: The latest theme for Pepijndevos.nl
Version: 1.0
Author: Pepijn de Vos, Pepijn Goorden
Author URI: http://pepijndevos.nl/
*/

@font-face {
	font-family: 'Heading';
	src: url('CharlemagneStd-Bold.otf');
}

header, footer, article, section, aside {
	display: block;
}

body, html {
	padding: 0;
	margin: 0;
	min-height: 100%;
}


body {
	background: url("repeat.jpg") repeat-y 624px bottom;
	background: url("bottom.jpg") no-repeat 600px bottom, url("repeat.jpg") repeat-y 624px bottom;
}

aside {
	position: fixed;
	top: 0;
	left: 900px;
}

article, header, footer {
	width: 500px;
	padding: 40px 60px;
	text-align: center;
	background: url("sep.jpg") no-repeat center 70px;
}

nav {
	width: 500px;
	padding: 0 60px;
}

section {
	text-align: left;
	line-height: 1.5em;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: black;
	text-align: center;
	font-family: Heading, serif;
	padding-bottom: 10px;
	line-height: 30px;
}

header span {
	display: block;
	height: 53px;
	text-indent: -9999px;
	background: url('subhead.png') no-repeat center center;
}

a {
	color: #227;
	text-decoration: none;
}

a.strong {
	font-weight: bold;
}

article img {
	border: none;
	max-width: 500px;
}

aside li {
	width: 200px;
}

#wheel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#wheel-img {
	margin-left: -600px;
}

.alignleft {
	float: left;
	margin-right: 5px;
}

.alignright {
	float: right;
	margin-left: 5px;
}

pre {
	border: 1px solid gray;
	white-space: pre-wrap;
	padding: 5px;
    line-height: 1.2em;
	font-weight: normal;
}

.gist {
    font-size: 80%;
}

del {
	color: red;
}

ins {
	color: green;
}

li p {
    margin: 0;
    padding: 0;
}

.meta {
	margin-top: 1em;
}

.pagination {
	width: 500px;
	padding: 0 60px;
	text-align: center;
}

#search {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* pygments */
.hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
