/* @override 
	http://localhost:4567/styles/styles.css
*/

/* Fonts */

@font-face {
	font-family: GrauBlauSans;
	src: url('/fonts/GraublauWeb.otf');
}

@font-face {
	font-family: GrauBlauSans;
	font-weight: bold;
	src: url('/fonts/GraublauWebBold.otf');
}

/* Styles */

html {
	background: #31363c url("/styles/images/bg.gif");
}

body {
	font-size: 14px;
	line-height: 1.5em;
	color: #b8bdc1;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: "GrauBlauSans", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	color: #4f5863;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: .5em;
	margin-left: 70px;
}

h2 {
	font-size: 2em;
	margin-bottom: .75em;
}

h3 {
	font-size: 1.7em;
	line-height: 1;
	margin-bottom: 1em;
}

div.entry h3, div.screencast h3 {
	color: #fff;
	margin-bottom: .25em;
	line-height: 1.4;
}

h4 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

h1 a {
	color: #d6dbde;
}

a {
	text-decoration: none;
	-webkit-transition-duration: .2s;
	-webkit-transition-property: color;
	-webkit-transition-timing-function: ease-in;
	color: #45c0ea;
}

a:hover {
	/*color: #67a32c;*/
	color: #6ca730;
}

p {
	margin-bottom: 1.5em;
}

.wrapper b, .wrapper strong {
	font-weight: bold;
	color: #fff;
}

em, i {
	font-style: italic;
}

p.published {
	color: #6a7584;
}

div.more_reading p {
	margin-bottom: 0;
}

div.more_reading {
	margin-bottom: 1.5em;
}

blockquote {
	font-size: 1em;
	font-family: Palatino;
	font-style: italic;
}

ol#recent li {
	margin-bottom: 1.5em;
}

ul#distractions li {
	list-style: none;
	margin-bottom: 1.5em;
}

ul#distractions a {
	color: #b8bdc1;
}

ul#distractions a span {
	color: #45c0ea;
	display: block;
	-webkit-transition-duration: .2s;
	-webkit-transition-property: color;
	-webkit-transition-timing-function: ease-in;
}

ul#distractions a:hover span {
	color: #6ca730;
}

ul, ol {
	margin-bottom: 1.5em;
}

ul li {
	list-style: disc;
}

ol#recent li {
	list-style: none;
}

ol li {
	list-style: decimal;
}

ul#navigation {
	position: absolute;
	top: 24px;
	right: 0;
}

ul#navigation li {
	display: inline;
	margin-right: .75em;
}

form {
	margin-bottom: 1.5em;
	font-size: 120%;
}

input {
	padding: 2px 3px;
	font-size: 1em;
}

/*ol#archive li {
	list-style: none;
	font-size: 130%;
	margin-bottom: .75em;
	overflow: hidden;
}

ol#archive li span.date {
	float: right;
	display: inline-table;
	color: #768091;
}*/

ol#archive li {
	list-style: none;
	font-size: 130%;
	overflow: hidden;
	margin-bottom: .75em;
}

ol#archive li a {
	float: left;
}

ol#archive li span.date {
	float: right;
	color: #5e6774;
}

span.date {
	display: block;
}


/* Setup the grid */

div.wrapper {
	width: 730px;
	text-align: left;
	margin: 0 auto;
	padding: 0 15px;
}

.showgrid {
	background: url(/styles/images/grid.png);
}

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float: left;
	margin-right: 14px;
}

.last, div.last {
	margin-right: 0;
}

body.home .column {
	margin-bottom: 3em;
}

.span-1 {
	width: 48px;
}

.span-2 {
	width: 110px;
}

.span-3 {
	width: 172px;
}

.span-4 {
	width: 234px;
}

.span-5 {
	width: 296px;
}

.span-6 {
	width: 358px;
}

.span-7 {
	width: 420px;
}

.span-8 {
	width: 482px;
}

.span-9 {
	width: 544px;
}

.span-10 {
	width: 606px;
}

.span-11 {
	width: 668px;
}

.span-12 {
	width: 730px;
	margin: 0;
}

/* Layout Stuff */

#head {
	margin-bottom: 50px;
	padding-top: 1em;
	height: 64px;
	background: url("/styles/images/ico.png") no-repeat -6px 0px;
	position: relative;
}

#footer {
	clear: both;
	border-top: 1px solid #49515b;
}

#footer p {
	line-height: 2;
}


/* Goodies */

ul#goodies li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 110px 1em 0;
}

ul#goodies li span {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding-left: 2%;
	color: #fff;
	background: url("/styles/images/small_grad.png") no-repeat;
	width: 98%;
	text-shadow: 0 1px 3px #000;
}

div.goody {
	position: relative;
}

div.goody span {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding-left: 2%;
	color: #fff;
	background: url("/styles/images/small_grad.png") no-repeat;
	width: 98%;
	text-shadow: 0 1px 3px #000;
}

div.screencast > p img {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

div.screencast {
	margin-bottom: 3em;
}

div.screencast img.nofloat {
	float: none;
}




/* Img styles */

.column img {
	max-width: 100%;
}

img.right {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

/* Improve IE Image sampling quality by forcing bicubic resampling */
img { -ms-interpolation-mode: bicubic; }

/* Styles for code highlighting
======================================================================= */

pre,code,tt {
	font: 1em 'DejaVu Sans Mono', Consolas, Inconsolata, Monaco, 'lucida console', monospace;
	line-height: 1.5em;
}

pre {
	background: #202428;
	background: rgba(0,0,0,0.3);
	padding: .5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 1.5em 0;
	white-space: pre;
	overflow: auto;
}


code {
	color: #fff;
}

.tag {
	color: #e5c06b;
}

.atn {
	color: #f46913;
}

.atv {
	color: #a4c261;
}

.pun {
	color: #fff;
}

.pln {
	color: #e5c06b;
}

.kwd {
	color: #c87936;
}

.com {
	color: #ba9559;
	font-style: italic;
}

.str {
	color: #a4c261;
}



/*code {
	color: #b2b2b2;
}

.str {
	color: #181;
	font-style: italic
}

.kwd {
	color: #369
}

.com {
	color: #666
}

.typ {
	color: #c40
}

.lit {
	color: #900
}

.pun {
	color: #000;
	font-weight: bold
}

.pln {
	color: #333
}

.tag {
	color: #369;
	font-weight: bold
}

.atn {
	color: #939;
	font-weight: bold
}

.atv {
	color: #181
}

.dec {
	color: #606
}*/