/*
Theme Name: Victor's own little theme 
Theme URI: http://lifefrombelow.com/victor
Description: I use this little theme myself on my own site.
Author: Victor Andrée 
*/
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 {
    background: #fff;
    color: #333;
    font: 14px/24px Helvetica, Arial, sans-serif;
}

a:link { font-weight: bold; color: #000; }
a:visited { font-weight: bold; color: #333; }
a:hover { text-decoration: none; }
a:active { color: #aaa; }

p, li, ol, ul { margin-bottom: 1.5em; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

#ohm {
    margin: 0 auto;
    width: 52em;
}

#caput {
    color: #666;
    font-size: 22px;
    font-weight: bold;
    padding: 36px 0;
}
    #caput a { color: #000; text-decoration: none; }
    #caput h1 { font-size: 36px; margin: 0 0 .3em; }

#main {
    float: left;
    width: 38em;
}
#sidebar {
    float: right;
    font-size: 11px;
    line-height: 1.5em;
    width: 15em;
}
    #sidebar strong,
    #sidebar h3 {
        color: #000;
        font-weight: bold;
    }
    #sidebar h3 {
        font-size: 12px;
        margin: 3em 0 .5em;
    }
    #sidebar > h3:first-child { margin-top: 0; }
    
    #sidebar input { font-size: 9px }

h2 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.3em;
}
    h2 a[rel=bookmark] { text-decoration: none; }

h3 {
    font-size: 16px;
    line-height: 1.3em;
}

div.post {
    margin-bottom: 3em;
}
    div.post p.m,
    div.post p.n {
        font-size: 12px;
        font-weight: bold;
    }
    div.post p.m { color: #666; }
    
    div.post p.img {
        color: #666;
        font-size: 12px;
        text-align: center;
    }
    
    div.post blockquote {
        color: #666;
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 auto;
        width: 80%;
    }
        div.post blockquote p.author { color: #000; font-size: 14px; margin-top: -1.5em; }

h3#comments { margin-bottom: 1em; }
ol.commentlist {
    
}
    ol.commentlist li { padding-top: 1em; }
    ol.commentlist cite { font-weight: bold; font-style: normal; }
    ol.commentlist abbr.time { font-size: 12px; font-weight: bold; line-height: 1em; color: #666; }

p.pagenav { overflow: auto; }
    p.pagenav a.previous { float: left; }
    p.pagenav a.next { float: right; }

/* I do not approve of WordPress's CSS manners. */
div.wp-caption {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin: 1.5em 0;
}