/*
Theme Name: Old Popular Yolk
Theme URI: http://oldpopularyolk.joshuagoodwin.com/
Description: Easy to customise and minimal, featuring a print stylesheet and some exciting CSS3 treats. Supports threaded comments for WordPress 2.7 and beyond. Aligned to a vertical and horizontal grid, with a whiff of the International Typographic Style. Check out <a href="http://oldpopularyolk.joshuagoodwin.com/">the official blog</a>.
Version: 1.2.2
Author: Joshua Goodwin
Author URI: http://joshuagoodwin.com/
Tags: yellow, black, white, light, right-sidebar, two-columns, fixed-width, threaded-comments
License: http://www.gnu.org/licenses/gpl.html
*/

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:'';}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
background:#fff;
font-family:serif;
font-size:15px;
line-height:24px;
color:#000;
}
a {
color:#000;
text-decoration:underline;
background: #fff;
}
a:hover {
color: #000;
text-decoration: none;
background: yellow;
}
code {
font-family:Consolas, Monaco, Courier, monospace;
background:#fff;
}
p {
margin:24px 0;
}
#container {
width:940px;
margin:0 auto;
}
#masthead {
margin:24px 0 48px 0;
height:24px;
}

#masthead h1 {
font-size: 50px;
}

#masthead a:link {
background: none;
color: #000;
text-decoration: none;
}
#masthead a:hover {
background: none;
color: #000;
text-decoration: none;
}
#site-name, #site-slogan {
float:left;
margin:0 20px 0 0;
}
#message {
float:right;
margin:0;
}
.entry {
margin-bottom:48px;
}
.entry-title {
line-height:20px;
font-size:14px;
font-family: sans-serif;
}
.entry-title a {
text-decoration: none;
color: #000;
background: none;
}

.meta {
font-size: 11px;
font-family: sans-serif;
}
.meta2 {
background: #dcdcdc;
font-size: 11px;
font-family: sans-serif;
padding: 5px;
}
#main {
float:left;
width:580px;
}
#comment {
width:100%;
}
.avatar {
float:right;
}
.commentlist cite {
font-style:normal;
}
.commentlist li {
margin:24px 0;
}
.commentlist ul.children {
margin-left:40px;
}
#sidebar {
width:280px;
float:right;
padding-bottom:24px;
}
#sidebar h2, h3 {
margin:24px 0;
font-size:16px;
font-family: sans-serif;
}
#sidebar ul li li {
margin-left:20px;
}
#sidebar a:link {
text-decoration: none;
background: #none;
}
#sidebar a:visited {
color: #000;
text-decoration: none;
background: #none;
}
#sidebar a:hover {
color: #000;
text-decoration: none;
background: yellow;
}
.widget {
margin:24px 0;
}
.navigation {
height:24px;
margin:24px 0 48px 0;
}
#footer {
clear:both;
}

#footer p {
font-size: 18px;
}
blockquote {
border-left:10px solid #000;
padding-left:20px;
}
.entry-content ul, .comment-body ul, .entry-content ol, .comment-body ol {
margin:24px 0 24px 10px;
padding:0 20px;
}
.entry-content ul ul, .entry-content ul ol, .comment-body ul ul, .comment-body ul ol, .entry-content ol ul, .comment-body ol ol, .comment-body ol ul {
margin:0 0 0 10px;
}
.entry-content ul li, .comment-body ul li {
list-style-type:square;
}
.entry-content ol li, .comment-body ol li {
list-style-type:decimal;
}
::-moz-selection {
background:#000;
color:#fff;
}
::selection {
background:#000;
color:#fff;
}
/* Special treat for users of the wp-Typography plugin http://kingdesk.com/projects/wp-typography */
span.caps {
text-transform:lowercase;
font-variant:small-caps;
}
span.amp {
font-family: Baskerville, Palatino, "Palatino Linotype", serif;
font-style:italic;
}
/* WordPress image things */
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.alignleft {
float:left;
padding-right: 5px;
}
.alignright {
float:right;
}
.wp-caption {
text-align:center;
background-color:#fff;
padding-top:4px;
margin:2px 20px;
border:1px solid #000;
}
.wp-caption img {
margin:0;
padding:0;
border:0 none;
}
.wp-caption p.wp-caption-text {
padding:0 4px 5px;
margin:0;
}
img#wpstats{display:none}

/*- Page Navigation -*/
#nav{
	height: 30px;
	width: 100% !important;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav-left {
	float:left;
	display:inline;
	width:normal;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 960px;
}
#nav ul  li {
	float: left;
	list-style: none;
	font-weight:normal;
	font-size:12px;
        font-family: sans-serif;
}
#nav .current_page_item {
	font-weight:bold;
	color: #000000;
	height:30px;
}
#nav .current_page_item a {
	color: #000000;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: left;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: auto;
	margin-right: 30px;
	margin-bottom: auto;
	margin-left: 0px;
	color: #000;
}
#nav ul  li a:visited {
	border: none;
}    

#nav ul  li a:hover {
	text-decoration: underline;
	color: #000;
        background: #fff;
}


abbr {border-bottom: 1px dashed #333;}

#wahlkampf {
        background: #f4f4f4;
        border: 1px dashed #333;
        padding-left: 5px;
        padding-right: 5px;
}
