/*
Theme Name: Fractured Reality 2.6 - HTML5
Version: 2.6
Author: Simon Brent
Author URI: http://www.fractured-reality.co.uk
*/
body {
    background: #1C2630;
    color: #1C3F66;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
}

a {
    text-decoration: none;
    color: #1C3F66;
}
a:hover {
    color: #7E9FB5;
}

ul, ol { 
    margin-left: 0;
    padding-left: 0;
    list-style: none; 
}

img {
    padding: 2px; 
    border: 1px solid #1C2630;
}
img.reviewpic {
	margin: 5px 10px 5px 0;
	padding: 1px; 
}

p {
	margin-bottom: 17px;
}

cite {
	font-size: 11px;
}
cite a {	
    color: #7E9FB5;
}
cite a:hover {
    color: #1C3F66;
}

blockquote {
	font-size: 10px;
	border: 1px dashed #1C2630;
	padding: 0 20px;
	margin: 10px 0;
	width: 90%;
}

div#container {
    position: absolute;
    width: 98%;
    top: 0px;
    left: 50%;
    margin-left: -49%;
    background: #EDF1F5 url(/images/body_bg.gif) repeat-y top left;
}

header {
    height: 50px;
    width: 100%;
    background: #FFFFFF url(/images/icehead.gif) right no-repeat;
    margin: 0;
    display: block;
}

header h1 {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 320px;
    background: url(/images/title.png) left no-repeat;
    margin: 0;
    text-indent: -9999px;
}

nav {
    position: relative;
    height: 20px;
    width: 100%;
    color: #1C2630;    
    background: #BDCBDB;
    font-size: 15px;
    border-top: 1px solid #1C2630;
    border-bottom: 1px solid #1C2630;
    display: block;
}
nav a,
footer a {
    text-decoration: none;
    color: #1C2630;
}
nav a:hover,
footer a:hover {
    color: #8D721F;
}
nav a.first {
    margin-left: 15px;
}

aside {
    width: 319px;    
    border-right: 1px solid #1C2630;
    float: left;
}
aside#posts {  
    background: url(/images/winter.gif) no-repeat;
    padding: 200px 0 15px;
}

aside h3 {
    text-align: center;
    margin: 0 0 15px;
    padding-top: 7px;
}
aside h3 a {
    font-size: 14px;
}

section#recent ul {
    padding-left: 14px;
    margin: 0;
}
section#recent ul li {
    padding-bottom: 15px;
}
section#recent li a.selected {
	color: #7E9FB5;
}
section#archives {
    border-top: 1px solid #1C2630;
    display: block;
}
section.description {
	font-size: 11px;
	margin-bottom: 10px;
}
section.margin {
    margin: 0 20px;
    display: block;
}
section.center {
    text-align: center;
    display: block;
}
section.border {
    border-top: 1px solid #1C2630;
    display: block;
}

article {
    display: block;
    margin-left: 320px;
    padding-bottom: 35px;
}

article section {
    display: inline-block;
    padding-left: 20px;
}
article h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0; 
    padding-top: 8px;
}

section.nav {
    width: 95%;
    padding-bottom: 3px;
    font-size: 10px; 
    font-weight: bold; 
    text-align: right;
}
section.nav time {
    float: left;
}
section.nav ul {
    float: right;
}
section.nav ul li {
    float: left;
}
section.nav ul li.prev {
    margin-right: 3px;
}
section.nav ul li.next {
    margin-left: 3px;
}

section.content {
    margin-right: 20px;
}

.content ul,
.content ol {
    margin: 10px 0 0 10px;
}
.content ul li {
    padding-bottom: 10px;
    list-style: disc;
}
.content ol li {
    padding-bottom: 10px;
    list-style: decimal;
}
.content a {	
    color: #7E9FB5;
}
.content a:hover {
    color: #1C3F66;
}

section.comments {
    border-top: 1px solid #1C2630;
    display: block;
}
section.comments h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}
section.comments label {
    font-size: 11px;
    width: 100px;
    display: inline-block;
}
section.comments input {
    display: inline-block;
}

ol#commentlist {
	width: 90%;
}

li.commentbox {
	border: 1px solid #1C2630;
	padding: 0 20px 10px 20px;
	margin-bottom: 5px;
	list-style: none;
}

p.commenter {
	font-size: 10px;
}
p.commenter a {	
    color: #7E9FB5;
}
p.commenter a:hover {
    color: #1C3F66;
}

form#commentform input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#commentform textarea {
	width: 80%;
    margin-bottom: 12px;
    display: block;
}

section.error {
    margin-top: 20px;
}

section.archives {
    vertical-align: top;
    padding-right: 20px;
}
section.archives ul li {
    margin-left: 10px;
    padding-bottom: 15px;
}
section.archives ul li.selected a {
    color: #7E9FB5;
}
section.archives ul a { 
    padding: 0px 0px 15px 10px;
    margin-left: -10px;
}
section.borderright {
    border-right: 1px solid #1C2630;
    height: 400px;
}
section.months {
    width: 90px;
}
section.months,
section.posts {
    padding-left: 10px;
}

section#gallery {
    text-align: center;
}
section#gallery img {
    margin: 2px;
    padding: 1px;
}

footer {
    clear: both;
    height: 20px;
    width: 100%;
    background: #BDCBDB url(/images/icefoot.gif) left no-repeat;
    border-top: 1px solid #1C2630;
    text-align: right;
    font-size: 10px;
    color: #1C2630;
    display: block;
}

footer a {
    margin-right: 15px;
}

.hidden {
    display: none;
}