/* @override 
	http://deveiate.org/css/base.css
	http://dev.deveiate.org/css/base.css
*/

/*
 *	Base Stylesheet - devEiate 5.0
 *	$Id$
 *
 *	Author: Michael Granger <deveiant@devEiate.org>
 *
 *  Typography tricks from:
 *    http://www.thenoodleincident.com/tutorials/typography/ 
 */

@import url(reset.css);

@font-face {
	font-family: GraublauWeb;
	src: local('GraublauWeb'),
         url(/fonts/GraublauWeb.otf) format("opentype");
}

@font-face {
	font-family: GraublauWeb;
	font-weight: bold;
	src: local('GraublauWebBold'),
         url(/fonts/GraublauWebBold.otf) format("opentype");
}

@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: normal;
	src: local('Muli'), 
  	     url('/fonts/Muli-Regular.ttf') format("truetype");
}

@font-face {
	font-family: Inconsolata;
	src: local('Inconsolata'),
	     url(/fonts/Inconsolata.otf) format("opentype");
}

html {
	background: #333;
	margin: 0;
}

body {
	background: ##9d9d9d;
	background: -moz-linear-gradient(top, #aaa 0%, #eee 30%);
	background: -webkit-gradient(linear, left top, left bottom, 
		color-stop(0%,#9d9d9d), color-stop(30%,#eee));
	background: -webkit-linear-gradient(top, ##9d9d9d 0%,#eee 30%);
	background: -o-linear-gradient(top, ##9d9d9d 0%,#eee 30%);
	background: -ms-linear-gradient(top, ##9d9d9d 0%,#eee 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##9d9d9d', 
		endColorstr='#eee',GradientType=0 );
	background: linear-gradient(top, ##9d9d9d 0%,#eee 30%);
	color: #333;
	margin: 0;
	padding: 4em 0 0;
	font-family: GraublauWeb, "Helvetica Neue", Tahoma, sans-serif;
	font-size: 76%;
	min-width: 785px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Muli;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
}

p + h2,
dl + h2 {
	margin-top: 1em;
}

/* Workaround for FF4 betas that display these as inline */

article,
header,
hgroup,
nav,
section,
footer {
	display: block;
}

a {
	text-decoration: none;
	color: #900;
	border-bottom: 1px dotted rgba( 90, 0, 0, 0.5 );
}

a:hover {
	text-shadow: 1px 1px 3px rgba( 255, 255, 255, 0.75 );
}

a.email,
a.chat,
a.tel {
	unicode-bidi: bidi-override;
	direction: rtl;
}

p, dt, dd, li {
	margin: 0.5em 0;
	line-height: 1.65em;
	font-size: 16px;
}

dt {
	font-size: 18px;
	margin-bottom: 0;
}
dd {
	margin-top: 0;
}

body > header {
	position: relative;
	margin: 0 auto 4em;
	max-width: 740px;
}
body > header hgroup {
	
}
body > header h1 {
	margin-left: -8px;
	font-size: 8em;
	color: transparent;
	text-shadow: 0 0 5px rgba( 255, 255, 255, 0.8 );
}

header h1 a {
	color: inherit;
	border: inherit;
}

body > header h1 .pullout {
	color: white;
	text-shadow: 0 0 5px rgba( 255, 255, 200, 0.8 );
}

body > header h2 {
	color: #eee;
	letter-spacing: 0.2em;
	text-shadow: 0 0 2px rgba( 130,130,130, 0.6 );
}

body > header nav {
	text-align: right;
	width: 250px;
	position: absolute;
	bottom: 0;
	right: 0;
}

body > header nav a {
	border: none;
}

body > header nav ul {
	font-size: 1.2em;
	line-height: 1.7em;
}
body > header nav li {
	margin: 0;
}

section#content {
	max-width: 740px;
	margin: 1em auto;
}

section#content p + p {
	margin-top: 1em;
}

section#content li {
	list-style: circle;
	list-style-position: inside;
}

section#content nav {
	margin-top: 48px;
}

section.verse {
	white-space: pre;
	margin: 2em 0 8em;
}
section.verse h1 {
	font-size: 1.8em;
}

article {
	margin-top: 0;
}

article + article {
	margin-top: 6em;
	margin-bottom: 4em;
}

div.example {
	margin-left: -1em;
	padding: 0.25em 1em;
	background-color: #b4b4b4;
	border-radius: 0.5em;
}

footer {
	color: #666;
	padding: 2em 0;
	background: #222;
	background: -moz-linear-gradient(top, #222 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(10%,#333));
	background: -webkit-linear-gradient(top, #222 0%,#333 100%);
	background: -o-linear-gradient(top, #222 0%,#333 100%);
	background: -ms-linear-gradient(top, #222 0%,#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#333',GradientType=0 );
	background: linear-gradient(top, #222 0%,#333 100%);
	margin: 2em auto 0;
}

footer h2 {
	margin-top: inherit;
}

footer a {
	color: #888;
	border-color: #666;
}
footer a:hover {
	text-shadow: 0 0 1px rgba( 255, 255, 210, 1.0 );
}

footer section#infochunkers {
	max-width: 740px;
	margin: 0 auto;
}

footer section#infochunkers section {
	width: 30%;
	float: left;
	padding: 0 1em;
}

footer section#infochunkers section li {
	line-height: 1.4em;
	vertical-align: top;
}

footer ul {
	line-height: 18px;
}

footer li {
	list-style: image;
	list-style-position: outside;
	line-height: 18px;
	padding-top: 2px;
	margin: 0;
}

li.name {
	list-style-image: url(../images/icons/fugue/user-white.png);
}
li.bookmark {
	list-style-image: url(../images/icons/fugue/bookmark.png);
}
li.email {
	list-style-image: url(../images/icons/fugue/mail-medium.png);
}
li.address {
	list-style-image: url(../images/icons/fugue/card.png);
}
li.tel {
	list-style-image: url(../images/icons/fugue/mobile-phone.png);
}
li.feed {
	list-style-image: url(../images/icons/fugue/feed-balloon.png);
}
li.ohloh {
	list-style-image: url(../images/icons/ohloh.png);
}
li.bitbucket {
	list-style-image: url(../images/icons/bitbucket.png);
}
li.github {
	list-style-image: url(../images/icons/github-white.png);
}


footer section#legal {
	clear: both;
	max-width: 740px;
	margin: 0 auto;
	padding: 2em 0;
}

footer section#legal p {
	font-size: 10px;
	margin: 0;
}

/* @group Syntax Highlighter */

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
 
 /* Modified by Michael Granger */
 
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background: none;
  border: 0;
  bottom: auto;
  float: none;
  height: auto;
  left: auto;
  line-height: 1.1em;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
  top: auto;
  vertical-align: baseline;
  width: auto;
  box-sizing: content-box;
  font-family: Menlo, Inconsolata, monospace;
  font-weight: normal;
  font-style: normal;
  min-height: inherit;
  min-height: auto;
}

.syntaxhighlighter {
  width: 100%;
  margin: 1em 0 1em 0;
  position: relative;
  overflow: auto;
  font-size: 1em;
}
.syntaxhighlighter.source {
  overflow: hidden;
}
.syntaxhighlighter .bold {
  font-weight: bold;
}
.syntaxhighlighter .italic {
  font-style: italic;
}
.syntaxhighlighter .line {
  white-space: pre;
}
.syntaxhighlighter table {
  width: 100%;
}
.syntaxhighlighter table caption {
  text-align: left;
  padding: .5em 0 0.5em 1em;
}
.syntaxhighlighter table td.code {
  width: 100%;
}
.syntaxhighlighter table td.code .container {
  position: relative;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: white;
  padding-left: 1em;
  overflow: hidden;
  white-space: pre;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right;
  padding: 0 0.5em 0 1em;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em;
}
.syntaxhighlighter.show {
  display: block;
}
.syntaxhighlighter.collapsed table {
  display: none;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em;
  font-size: 1em;
  position: static;
  width: auto;
  height: auto;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline;
  margin-right: 1em;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0;
  display: none;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline;
}
.syntaxhighlighter .toolbar {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  font-size: 10px;
  z-index: 10;
}
.syntaxhighlighter .toolbar span.title {
  display: inline;
}
.syntaxhighlighter .toolbar a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 1px;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none;
}
.syntaxhighlighter.ie {
  font-size: .9em;
  padding: 1px 0 1px 0;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb;
}
.syntaxhighlighter.printing .line .content {
  color: black;
}
.syntaxhighlighter.printing .toolbar {
  display: none;
}
.syntaxhighlighter.printing a {
  text-decoration: none;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue;
}
.syntaxhighlighter.printing .keyword {
  color: #006699;
  font-weight: bold;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700;
}
.syntaxhighlighter.printing .value {
  color: #009900;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc;
}
.syntaxhighlighter.printing .script {
  font-weight: bold;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black;
}

.syntaxhighlighter {
  background-color: #333;
}
.syntaxhighlighter .line.alt1 {
  background-color: #333;
}
.syntaxhighlighter .line.alt2 {
  background-color: #323232;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #2a3133;
}
.syntaxhighlighter .line.highlighted.number {
  color: white;
}
.syntaxhighlighter table caption {
  color: #d3d3d3;
}
.syntaxhighlighter .gutter {
  color: #d3d3d3;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #990000;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #990000;
  color: black;
}
.syntaxhighlighter.printing .line .content {
  border: none;
}
.syntaxhighlighter.collapsed {
  overflow: visible;
}
.syntaxhighlighter.collapsed .toolbar {
  color: #ebdb8d;
  background: black;
  border: 1px solid #990000;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: #ebdb8d;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: #ff7d27;
}
.syntaxhighlighter .toolbar {
  color: white;
  background: #990000;
  border: none;
  display: none;
}
.syntaxhighlighter:hover .toolbar {
	display: block;
}
.syntaxhighlighter .toolbar a {
  color: white;
}
.syntaxhighlighter .toolbar a:hover {
  color: #9ccff4;
}
/************************************
 * Actual syntax highlighter colors.
 ************************************/

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
	color: #D3D3D3;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
	color: #a11;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a {
	color: rgba(227,207,87, 0.9);
}

.syntaxhighlighter .keyword {
	color: rgb(0,203,205);
}

.syntaxhighlighter .preprocessor {
	color: #AEC4DE;
}

.syntaxhighlighter .variable {
	color: #FFAA3E;
}

.syntaxhighlighter .value {
	color: #090;
}

.syntaxhighlighter .functions {
	color: #81CEF9;
}

.syntaxhighlighter .constants {
	color: #FF9E7B;
}

.syntaxhighlighter .script {
	background-color: #990000;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
	color: #EBDB8D;
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
	color: rgb(177,247,158);
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
	color: #AEC4DE;
}


/* @end */
