/*
Theme Name: Francis hates everything
Theme URI: http://francishateseverything.com
Description: The theme for Francis Hates Everything
Version: 1.0
Author: David Underwood
Author URI: http://francishateseverything.com
Tags: left 4 dead, valve, PC, gaming

Francis Hates Everything

*/


* {
padding: 0;
margin: 0;
font-family: sans-serif;
list-style: none;
color: #888888;
}

h1, h2, h3, h4, h5, h6 {
color: white;
margin-top: 16px;
}

a {
color: white;
}

body {
background: black;
}

img {
border: none;
}

input, textarea {
color: black;
}

pre {
font-size: 80%;
font-family: 'courier new';
overflow-x: scroll;
margin: 10px;
padding: 10px;
border: 1px dotted #333333;
}

table {
border: none;
margin: 10px;
border-collapse: collapse;
}

th {
color: white;
background-color: #660000;
}

td, th {
border-left: 1px dotted black;
border-bottom: 4px solid black;
padding: 5px;
}

tr.odd td {
background-color: #151515;
background-image: url(graphics/stripes.png);
}

tr.even td {
background-color: #222222;
}

#pagecontainer {
margin: 40px auto 0;
width: 800px;
}

#header {
background-image: url(graphics/header.jpg);
height: 200px;
}

#sidebar {
float: right;
width: 200px;
padding: 0 0 10px 20px;
font-size: 75%;
}
#sidebar h2 {
font-size: 130%;
margin-bottom: 10px;
background-image: url(graphics/sidebarTitle.png);
background-repeat: no-repeat;
background-position: bottom left;
}
#sidebar .widget {
margin-bottom: 15px;
}
#sidebar .widget ul {
padding-left: 15px;
}
#sidebar .widget li {
list-style: inside square;
padding-bottom: 5px;
}

#nav {
margin-top: 10px;
padding: 0 5px;
background-image: url(graphics/navbackground.png);
background-position: bottom;
background-repeat: repeat-x;
text-align: right;
}
#nav li {
display: inline;
}

#nav2 {
margin-bottom: 10px;
padding: 0 5px;
background-image: url(graphics/navbackground2.png);
background-position: top;
background-repeat: repeat-x;
text-align: right;
}
#nav2 li {
display: inline;
}

#content {
min-height: 150px;
margin: 5px 220px 5px 5px;
padding:  0 25px 10px;
}

#content ol, #content ul, #content dl {
padding: 10px 30px;
}

#content li {
list-style-position: inside;
list-style: square;
padding-bottom: 10px;
padding-top: 10px;
}

#footer {
clear: both;
font-size: 8pt;
margin: 5px;
padding: 2px;
background-image: url(graphics/navbackground.png);
background-repeat: repeat-x;
background-position: bottom left;
height: 35px;
position: relative;
}

#footerInfo {
position: absolute;
bottom: 5px;
left: 5px;
}

#comments {
background-image: url(graphics/postTitle.png);
background-repeat: no-repeat;
background-position: bottom left;
margin-bottom: 12px;
}

#commentform p {
padding: 4px;
}

.post {
margin-bottom: 15px;
}

.postTitle {
background-image: url(graphics/postTitle.png);
background-repeat: no-repeat;
background-position: bottom left;
}
.postTitle a {
text-decoration: none;
}

.postContent {
padding-left: 15px;
padding-bottom: 10px;
text-align: justify;
}

.postContent h4 {
background-image: url(graphics/sidebarTitle.png);
background-repeat: no-repeat;
background-position: bottom left;
}

.postContent p {
padding-top: 8px;
}

.postContent ul {
padding-left: 10px;
}

.postContent img {
text-align: center;
max-width: 400px;
}

.postContent blockquote {
padding-left: 20px;
padding-right: 20px;
margin-top: 20px;
font-style: italic;
font-size: 90%;
quotes: "\201C" "\201D";
}


blockquote:before, blockquote:after {
color: white;
display: block;
font-size: 200%;
}

.postContent blockquote:before {
content: open-quote;
font-weight: bold;
height: 0;
margin-left: -20px;
}

.postContent blockquote:after {
content: close-quote;
font-weight: bold;
margin-left: 770px;
} 

.postmetadata {
font-size: 75%;
text-align: right;
}

.comment {
padding-bottom: 12px;
}

.comment p {
padding: 5px 15px;
}

.commentmetadata {
font-size: 75%;
}

.youtube {
text-align: center;
}

.twitterwidget {
text-decoration: none;
}

.entry-meta {
display: none;
}

.wp-reactions-input {
margin-left: 6px;
margin-right: 2px;
}

.floatRight {
float: right;
}

.alignRight {
text-align: right;
}

.verticalCenter {
vertical-align: middle;
}