/*
Theme Name: dead-end
Theme URI: http://yourfriendlyrobot.net/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: robot
Author URI: http://yourfriendlyrobot.net/
Tags: minimalist, template, html5

	H5 v1.0
	http://yourfriendlyrobot.net/

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/


/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
	padding-left: 10px;
	border-left: 1px solid #9D3303;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin-bottom:1em;
    padding:0;
	border-top: 1px solid #F0A20A;
	border-bottom: 1px solid #FFCC02;
}

input, select {
        vertical-align:middle;
}

ol
{
	display: block;
	margin: 1em 0px;
	padding: 0;
	list-style: none;
}

/*

RED
	HEX C1200E
	RGB 193/32/14

light YELLOW
	HEX	FFFD95
	RGB 255/253/149

middle YELLOW
	HEX	FFCC02
	RGB	255/204/2

darker YELLOW
	HEX	F0A20A
	RGB	240/162/10

darker RED/BROWN
	HEX	9D3303
	RGB	157/51/3

*/

/* == BASICS == */

html
{
	height: 100%;
	font-size: 62.5%;
}

header, footer, section, article, aside, nav
{
	display: block;
}

body
{
	font: 1.4em/1.625 Helvetica;
	color: #4f403f;
}

body>section
{
	width: 960px;
	margin: 0 auto;
}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}

code
{
	display: block;
	padding: 5px 10px;
}

cite
{
	font-style: normal;
}
/* == LINKS == */

a:link, a:visited
{
	text-decoration: none;
	color: #9D3303;
}

a:hover, a:active
{
	background-color: #9D3303;
	color: #F0A20A;
}

a:active
{
	position: relative;
	top: 1px;
}

form
{
	padding: 0;
	width: 600px;
}

form fieldset
{
	border: none;
	margin-bottom: 10px;
}

form fieldset:last-of-type
{
	margin-bottom: 0;
}

form legend
{
	font-size: 1.2em;
	font-weight: bold;
}


form ol li
{
	list-style: none;
	padding: 5px 0;
	margin-bottom: 2px;
}

form label
{
	display:block;
	color: #C1200E;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .5;
}

form input:not([type=radio]),
form textarea
{
	border: 1px solid #C1200E;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 590px;
	margin-top: 0;
}

form input:not([type=submit]):focus,
form textarea:focus,
form input:not([type=submit]):hover,
form textarea:hover
{
	-moz-box-shadow: 0 0 2px #c1200E;
	-webkit-box-shadow: 0 0 2px #c1200E;
	box-shadow: 0 0 2px #c1200E;
}

form button
{
	background: #C1200E;
	border: none;
	color: #F0A20A;
	display: block;
	font: 1.2em helvetica, sans-serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 2px 5px;
}

form button:hover,
form button:focus
{
	cursor: pointer;
	background-color: #9D3303;
	color: #FFFD95;
}

form button:active
{
	position: relative;
	top: 1px;
}

form p
{
	font-size: .8em;
}
/* == HEADER == */

body>header {
	background: #111;
	padding: 33px;
	color: #ccc;
	}
	body>header h1 {
		margin: 0;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}

/* == POSTS == */

body>section
{
	margin-bottom: 40px;
}

article[id*=post-], article[id*=archive], section#comments
{
	padding: 10px 0;
	width: 600px;
	margin: 0 auto;
}

article[id*=post-]>header h2, article[id*=archive]>header h2
{
	font-size: 4em;
	line-height: 1em;
	border-left: 10px solid #fff;
	padding-left: 5px;
	margin: 40px 0 20px -22px; /* border + padding + 2px + inner elements padding (a)*/
}

article[id*=post-]>header p, 
article[id*=post-]>footer nav
{
	padding: 5px 3px;
	margin: 0 0 10px -3px;
	background-color: #FFFD95;
	color: #F0A20A;
	overflow: hidden;
}


article[id*=post-]+nav
{
	font-weight: bold;
}

article[id*=post-]>section p
{
	border-left: 10px solid #fff;
	padding-left: 5px;
	margin: 40px 0 20px -17px; /* border + padding + 2px */
}

article[id*=post-]>section p:hover
{
	border-left: 10px solid #9D3303;
}

article[id*=post-]>footer nav ul
{
	overflow: hidden;
}

article[id*=post-]>footer li.prev,
article[id*=post-]>footer li.next
{
	width: 200px;
	line-height: 1;
}

article[id*=post-]>footer li.prev
{
	float: left;
	text-align: left;
}

article[id*=post-]>footer li.next
{
	float: right;
	text-align: right;
}

/* == NAVIGATION == */

/* == COMMENTS == */

section#comments header
{
	padding-top: 50px;
	padding-bottom: 20px;
}

section#comments h2
{
	font-size: 1.4em;
}

section#comments form
{
	padding-top: 50px;
}

article[id*=comment-]
{
	margin-bottom: 40px;
}
	article[id*=comment-] header
	{
		text-align: right;
		overflow: hidden;
	}

	article[id*=comment-] header a
	{
		line-height: .8;
		padding: 0;
	}

	article[id*=comment-] header time
	{
		display: block;
		font-size: .8em;
		color: #FFCC02;
		line-height: .8;
	}
	article[id*=comment-] h4
	{
		line-height: .8;
		border-bottom: 1px solid #FFCC02;
		color: #FFCC02;
	}

	article[id*=comment-]>section
	{
		border-left: 10px solid #fff;
		margin: 10px 0 10px -17px;
		padding-left: 5px;
	}

	article[id*=comment-]>section:hover
	{
		border-left: 10px solid #FFFD95;
	}

	article[id*=comment-] p
	{
		margin-bottom: 15px;
	}

/* == SIDEBAR == */

aside
{
	top:115px;
	display:inline;
	font-size:0.8em;
	overflow:visible;
	position:fixed;
}

	aside>section
	{
		width: 140px;
		height: 100px;
		overflow: hidden;
	}

		aside>section ul li
		{
			position: relative;
			height: 100%;
			overflow: hidden;
		}

		aside>section li
		{
			line-height: 1;
			list-style: none;
			margin-bottom: 5px;
		}

		aside>section ul ul
		{
			margin-left: 5px;
		}
/* == FOOTER == */

body>footer
{
	bottom:0;
	display:inline;
	font-size:0.8em;
	height:20px;
	overflow:visible;
	position:fixed;
	text-align:center;
	z-index:9999;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #F0A20A;
}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */

#tooltip
{
	z-index:9999;  
	color:#fff;  
	font-size:10px;
	line-height: 1;  
	width:140px;
	position:absolute;
	background-color: rgba(240, 162, 10, .75);
	padding: 5px;
	display: none;
	font-weight: bold;
}

.info, .loading
{
	margin: 10px 0;
	padding: 10px;
	background-color: #FFFD95;
	border: 1px solid #9D3303;
	text-align: center;
}

#overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color: rgba(255,255,255,.75);
	z-index:9000;
	cursor: pointer;
}

#modal
{
	overflow: hidden;
	position: fixed;
	z-index:9010;
	cursor: pointer;
}

.caption
{
	position: absolute;
	bottom: 0;
	background-color: rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
	background-color: rgba(255,255,255,0.6);
	border-top: 1px solid rgba(255,255,255, .75);
	z-index: 9020;
	width: 100%;
	text-align: center;
	padding: 2px 100px;
	margin-left: -100px
}

.loading
{
	z-index: 9010;
	width: 200px;
	text-align: center;
	margin-left: -100px;
	position: fixed;
	top: 50%;
	left: 50%;
}

img.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
