/*
Theme Name: Old Popular Yolk
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.1
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:#CBD1CB;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-style:normal;
font-size:12px;
line-height:18px;
color:#302109;
}
a {
color:#996633;
font-weight:normal;
text-decoration:none;
}
a:hover {
color:#993300;
text-decoration:none;
}
p {
margin:0 0 12px 0;
}
a .subnav {
color:#302109;
font-weight:bold;
text-decoration:none;
}
a:hover .subnav {
color:#993300;
font-weight:bold;
text-decoration:none;
}


/* layout container  */

#container {
width:974px;
margin:0 auto 0;
padding:0;
}

#sidebar {
line-height:10px;
float:left;
width:220px;
margin:17px 0 0 0;
padding:0;
}


#navi1 {
margin:40px 0 29px 0;
padding:0;
}
#navi2 {
margin:0;
padding:0;
}

#main {
float:right;
width:754px;
margin:21px 0 0 0;
padding:0;
}
#main .copytext {
text-align:left;
width:487px;
margin:0 48px 40px 0;
float:left;
}
#main .specs {
width:218px;
margin:0;
float:right;
}
#main .small {
font-size:12px;
line-height:18px;
text-align:left;
width:487px;
margin:0 48px 0 0;
float:left;
}
#main .thumbs {
color:#635744;
font-size:11px;
line-height:4px;
text-align:left;
width:813px;
margin:0 0 20px 0;
padding:0;
float:left;
}

#main h1 {
font-size:18px;
line-height:24px;
font-weight:bold;
margin-bottom:10px;
}
#main h2 {
font-size:18px;
line-height:24px;
font-weight:bold;
margin-bottom:10px;
}
#main h2 a {
color:#302109;
font-weight:bold;
text-decoration:none;
}
#main h3 {
font-size:24px;
line-height:32px;
font-weight:bold;
margin-bottom:20px;
}
#main h4 {
font-size:14px;
line-height:21px;
font-weight:bold;
margin-bottom:12px;
}

#footer {
background-color:#CBD1CB;
width:813px;
/*border-top:1px solid #959487;*/
font-size:11px;
letter-spacing:0.1em;
position:fixed;
bottom:0px;
margin:0;
padding:2px 0;
}
#footer a {
font-weight:normal;
color:#996633;
}
#footer a:hover {
color:#993300;
}
.caption {
color:#635744;
font-size:11px;
line-height:4px;
text-align:left;
}

/* --------------- */

#site-name, #site-slogan {
float:left;
margin:0 20px 0 0;
}
#message {
float:right;
margin:0;
}

.entry {
margin:0 0 24px 0;
}
.entrypost {
background-color:#DDDDDD;
font-size:12px;
line-height:18px;
text-align:left;
width:520px;
float:left;
margin:10px 0 30px 0;
padding:8px;
}

#comment {
width:100%;
}
.avatar {
float:right;
}
.commentlist cite {
font-style:normal;
}
.commentlist li {
margin:24px 0;
}
.commentlist ul.children {
margin-left:40px;
}

.widget {
margin:24px 0;
}
.navigation {
position:absolute;
top:8px;
height:24px;
margin:0 0 40px 0;
}

blockquote {
border-left:10px solid #fff;
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;
}

/* Produktseite: Technik-Liste */

#main .specs ul {
font-size:12px;
line-height:18px;
border-bottom:1px solid #959487;
margin:10px 0 26px;
padding:0;
}
#main .specs ul li {
list-style:none;
border-top:1px solid #959487;
padding:3px 0;
}

/* ---------- */

::-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;
margin:0 20px 0 0;
}
.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}
