/*
Theme Name: Simplest-pcode
Description: Just about the simplest possible theme for WordPress: 83 lines of PHP and 75 lines of CSS in 4 files.
Author: Trevor Turk
Author URI: http://trevorturk.com/
Theme URI: http://trevorturk.com/2010/09/20/new-wordpress-theme-simplest/
Version: 1.3
Tags: light, white, one-column
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Kremlin';
    src: url('/resources/fonts/kremlin.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine';
    src: url('/resources/fonts/linux-libertine-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Linux Libertine';
    src: url('/resources/fonts/linux-libertine-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linux Libertine';
    src: url('/resources/fonts/linux-libertine-semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('/resources/fonts/inconsolata.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* http://meyerweb.com/eric/tools/css/reset */
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:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* simplest */
html {overflow-y: scroll; text-rendering: optimizeLegibility;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom:0.5em;}
li {list-style:square; margin:0.5em 0 0 2em;}
dt {margin:1em 0; font-weight:bold;}
dd {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
th, td {padding:4px; border:1px solid #f4f4f4;}
blockquote {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
pre {font-family:"Inconsolata", "Andale Mono", monospace;font-size:10pt;background:#f8f8f8; padding:0.5em; overflow:visible;}
sup, sub {height:0; line-height:1; vertical-align:baseline; position:relative; font-size:10px;}
sup {bottom:1ex;}
sub {top:0.5ex;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

body {color:#000; font-family:"Linux Libertine", "Times New Roman";}
p {line-height:1.3em;}
h1 {font-size:14.2em; font-family:"Kremlin", "Trebuchet MS", "Arial"; text-decoration:none; color:#000000;}
h2 {font-size:2.5em; font-family:"Kremlin", "Trebuchet MS", "Arial"; text-decoration:none; color:#000000;}
h3 {font-size:1.1em;}
a {text-decoration:none;color:#770000;}
a:hover {text-decoration:none;color:#770000;}
h1,h2,h3,h4,h5,h6 {clear:both;}

video {width: 768px; height: 480px;}

#container {width:768px; margin:2em auto;}
#header #description {margin-top:-4em;}
#header li {display:inline; margin:0 1em 0 0;}
#content {margin-top:4em;}
.hentry, .meta, #respond {margin-bottom:2em; padding-bottom:1em; border-bottom:1px solid #ddd;}
.hentry h2, .hentry h3, .hentry h4 {margin-top:2em;}

.widgets {margin-bottom:2em; border-bottom:1px solid #ddd;}
.widget {margin-bottom:2em;}
.pagination {text-align:center; margin:2em auto 1em auto;}
.pagination a {padding:3px 8px; border: 1px solid #ddd;}

.alignleft {display:inline; float:left; margin:0 1em 1em 0;}
.alignright {display:inline; float:right; margin:0 0 1em 1em;}
.aligncenter {display:block; margin:1em auto;}
.wp-caption {text-align:center;}
.wp-caption-text, .gallery-caption {font-size:0.8em; margin:3px 0;}

#comments {margin-bottom:2em; border-bottom:1px solid #ddd;}
#comments h3, #respond h3 {margin-bottom:2em;}
#comments li {list-style-type:none; margin:0 0 2em 0;}
#comments .avatar {vertical-align:middle; margin-right:2px; padding:2px; border:1px solid #ddd;}
#comments .comment-author {margin-bottom:1em;}
#comments .comment-author cite {font-weight:bold; font-style:normal; margin-top:1em;}
#comments .comment-meta {margin-bottom:1em;}
#comments .reply a {font-size:0.7em;}
#comments .children {margin:2em;}
#comments .pagination {margin-bottom:2em;}

#respond label {display:block;}
#respond .required {display:none;}
#respond #closed {font-style:italic;}
#comments li.comment #respond {margin:2em;}
#comments li.comment #respond h3 {padding-top:2em; border-top:1px solid #ddd;}
#comments li.comment #respond #cancel-comment-reply-link {font-size:0.7em; margin-left:1em;}

/* Print Styles */
@media print {
#header {display:none !important;}
.meta {display:none !important;}
.left {display:none !important;}
}
