/*  
Theme Name: MarkyPrint
Theme URI: markdalgleish.com
Description: Nice and printed
Version: 0.1
Author: Mark Dalgleish
Author URI: http://www.markdalgleish.com

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-text-size-adjust: 100%; /* Fix Mobile Safari text sizing issues */
}

body {
	background-color: #101010;
	color: white;
}

/* Containers */

#wrapper {
	min-height: 800px;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#box {
	float: left;
	padding-right: 80px;
	width: 620px;
}

#sidebar {
	float: left;
	width: 260px;
}

#footer {
	clear: left;
}

body>div {
	display: block !important;
	opacity: 0.3;
	position: static !important;
	margin-right: 4px;
	text-align: right;
}
body>div#wrapper {
	opacity: 1;
	text-align: left;
}

div.section {
	margin-bottom: 64px;
}

h1 {
	border-bottom: 1px solid #404040;
	color: #000;
	font-family: 'Albertina W01', georgia, times new roman, sans-serif;
	font-size: 60px;
	letter-spacing: 3px;
	margin: 0 auto 0 auto;
	padding: 120px 0 8px 0;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	text-transform: uppercase;
	width: 650px;
}
h1 a {
	color: #fff;
}

#header h2 {
	border-top: 1px solid #000;
	color: #d0d0d0;
	font-family: 'Shelley Script LT W01', georgia, times new roman, sans-serif;
	font-size: 28px;
	margin: 0 auto 100px auto;
	padding-top: 10px;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	width: 650px;
}

h2 {
	color: #d0d0d0;
	font-family: 'Shelley Script LT W01', georgia, times new roman, sans-serif;
	font-size: 52px;
	margin: 16px 0 38px 0;
	text-shadow: 0 1px 1px #000;
}

#sidebar h2 {
	font-size: 32px;
}

h3 {
	font-family: 'Albertina W01', georgia, times new roman, sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 20px 0 38px 0;
	text-shadow: 0 1px 1px #000;
}

div.post {
	margin-bottom: 32px;
}

a {
	-moz-transition: color 0.3s ease-out;  
	-o-transition: color 0.3s ease-out;  
	-webkit-transition: color 0.3s ease-out;  
	-ms-transition: color 0.3s ease-out;  
	transition: color 0.3s ease-out;  
	color: #F63;
	text-decoration: none;
}
a:hover {
	color: #FFA88A;
}
h1 a {
	display: block;
}
h1 a:hover {
	color: #FFB197;
}

p, li, pre, div.navigation {
	color: #d0d0d0;
	font-family: georgia;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 32px;
	text-shadow: 0 1px 1px #000;
}

div.entry ul {
	list-style-type: circle;
}

pre {
	border-left: 2px solid #F63;
	font-family: monospace;
	padding: 16px 16px 16px 24px;
}
	pre .tag {
		color: #FB996A;
	}
	pre .atn {
		color: #FB996A;
	}
	pre .kwd {
		color: #A0A0A0;
	}
	pre .com {
		color: #FB996A;
	}
	pre .str {
		color: #FB996A;
	}
	pre .lit {
		color: #FB996A;
	}

#sidebar li li {
	margin-bottom: 16px;
}

/* Disqus */
#dsq-content, #dsq-content *, #dsq-popup-message, #dsq-popup-message * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#dsq-content h3 {
	width: 490px;
}