/* ------- [BASE] GLOBAL------- */

* {
	margin: 0px;
	padding: 0px;
}

br, div {
	clear: both;
}

img {
	border-style: none;
}

body {
	font-family: 'Arial', sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
}

h1, h2 {
	font-family: 'HelveticaNeue-Light', 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1em;
}

h1 {
	margin: 20px 0px 0px 0px;
}

h2 {
	margin: 15px 0px 10px 0px;
}

h3 {
	font-family: 'HelveticaNeue', 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1em;
}

a:focus {
	outline: none;
}

form {
	position: relative;
}

form fieldset {
	border: 0px none;
}

form label[for] {
	float: left;
	width: 80px;
}

form button {
	padding: 4px 6px;
}

form label,
form input,
form textarea,
form button {
	margin: 2px;
}

form input[type='text'] {
	width: 215px;
}

form textarea {
	width: 375px;
}

form div.info {
	position: absolute;
	right: 0px;
	width: 250px;
	font-size: 8pt;
}

div.wrapper {
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

div.wrapper img {
	display: block;
}

.highlight {
	padding: 1px 2px;
}


/* ------- [BASE] NAVIGATION ------- */

#navigation {
	height: 70px;
}

#navigation ul {
	margin: 0px auto;
	width: 750px;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a {
	padding: 30px 15px 10px 15px;
	display: block;
}

#navigation li.skip_to_content {
	float: right;
}


/* ------- [BASE] CONTENT ------- */

#content {
	margin: 20px auto 20px;
	width: 750px;
}

#content a {
	margin: 0px -1px;
	padding: 1px 2px 0px 2px;
}

#content a.footnote {
	margin: 0px 2px;
	position: relative;
	top: -5px;
	font-size: 8pt;
	border: 0px none;
}

#content a.download {
	display: block;
	font-size: 20pt;
	line-height: 1.3em;
	text-align: center;
	border: 0px none;
}

#content p {
	margin: 10px 0px 10px 0px;
}

#content div.info {
	margin: 0px 0px 20px 0px;
}

#content h1.info {
	margin: 0px 0px 5px 0px;
}

#content h1.info a {
	border: 0px none;
}

#content h2.info {
	margin: 0px 0px 10px 0px;
	font-size: 9pt;
	text-transform: capitalize;
}

#content div.continue {
	margin: 15px 0px 0px 0px;
}

#content img.icon {
	position: relative;
	margin: -4px 0px 0px 0px;
	top: 4px;
}

#content ul li {
	padding: 0px 0px 0px 20px;
	list-style: none;
	background: url('/images/icons/bullet_green.png') no-repeat 0px 2px;
}

#content ul li.no-style {
	background: none;
}

#content ul {
	margin: 10px 0px 20px;
}

#content ol {
	margin: 10px 0px 20px 20px;
}

#content ol.footnotes {
	margin: 30px 20px 0px;
	font-size: 8pt;
}

#content blockquote p {
	margin: 0px;
}

#content blockquote.left {
	float: left;
}

#content blockquote.right {
	float: right;
}


/* ------- [BASE] ENTRY ------- */

div.entry {
	padding: 0px 0px 40px 0px;
}

div.entry blockquote {
	margin: 10px 10px 15px 10px;
	width: 150px;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 16pt;
	line-height: 1.1em;
}


/* ------- [BASE] CODE ------- */

dl.code {
	counter-reset: line_number;
	margin: 0px 0px 25px 0px;
}

dl.code dt {
	display: block;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

dl.code dd {
	counter-increment: line_number;
	list-style: none;
	font-family: 'Monaco', 'Arial', sans-serif;
	font-size: 8pt;
}

dl.code dd:before {
	content: counter(line_number) '. ';
	margin: 0px 5px 0px 5px;
	font-family: 'Arial', sans-serif;
}

/* ------- [BASE] COMMENTS ------- */

#comments div.comment {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#comments div.comment div.gravatar,
#comments div.comment div.content {
	float: left;
	clear: none;
}

#comments div.comment div.gravatar {
	margin: 0px 10px 0px 0px;
}

#comments div.comment div.gravatar img {
	width: 40px;
	height: 40px;
}

#comments div.comment div.content {
	width: 650px;
	margin: 0px 0px 10px 0px;
}

#comments div.comment div.content h1 {
	font-size: 13pt;
}

#comments div.comment div.content blockquote {
	margin: 0px 20px;
	font-style: italic;
}

form.comment {
	margin: 10px 0px 0px 0px;
}


/* ------- [BASE] ARCHIVE ------- */

div.archive {
	margin: 10px auto 30px auto;
	width: 750px;
	text-align: right;
}

div.archive a {
	padding: 0px 20px 0px 0px;
	background: url('/images/icons/find.png') no-repeat 100% -1px;
}

#content dl.archive {
	margin: 25px 0px 0px 0px;
}

#content dl.archive dt {
	margin: 20px 0px 5px 0px;
	font-size: 12pt;
}

#content dl.archive dd {
	margin: 2px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background: url('/images/icons/bullet_go.png') no-repeat 0px 2px;
}


/* ------- [BASE] RESOURCES ------- */

#content ul.resources li {
	padding: 5px 5px 5px 25px;
	background: url('/images/icons/bullet_go.png') no-repeat 5px 7px;
}

#content ul.resources li a.icon {
	display: none;
	float: right;
	border: 0px none;
}

#content ul.resources li:hover a.icon {
	display: inline;
}

#content ul.resources li p {
	margin: 10px 0px 5px 0px;
}


/* ------- [BASE] CONTACT ------- */

#content img.bio_pic {
	float: right;
	padding: 1px;
	margin: 0px 0px 5px 10px;
}


/* ------- [BASE] FOOTER ------- */

#footer {
	padding: 10px 0px 40px 0px;
	text-align: center;
}


/* ------- [BASE] PAGINATION ------- */

#content div.pagination a {
	padding: 3px 5px;
	margin: 0px 0px;
	border: 0px none;
}

#content div.pagination a:hover {
	text-shadow: none;
}




/* ------- [COLOR] GLOBAL ------- */

body {
	color: #D0D0D0;
	text-shadow: 1px 1px #222;
	background-color: #141414;
	background-image: url('/templates/images/bg.jpg');
}

a {
	color: #D0D0D0;
	background-color: inherit;
}

form input,
form textarea,
form button {
	text-shadow: none;
}

form div.info {
	color: #999;
	background-color: inherit;
}

div.wrapper {
	border: 4px solid #0E0E0E;
}

.dim {
	color: #666;
	background-color: inherit;
}


/* ------- [COLOR] NAVIGATION ------- */

#navigation {
	background-image: url('../images/navigation.png');
	background-repeat: repeat-x;
}

#navigation li a {
	color: #888;
	text-decoration: none;
	background-color: inherit;
}

#navigation li a:hover {
	color: #EEE;
	border-bottom: 5px solid #0D0D0D;
	background-color: #0A0A0A;
}


/* ------- [COLOR] CONTENT ------- */

#content a {
	text-decoration: none;
	border-bottom: 1px solid #777;
}

#content a:hover {
	color: inherit;
	border-color: #DDD;
	background-color: #0E0E0E;
}

#content h2.info {
	color: #666;
	background-color: inherit;
}


/* ------- [COLOR] CODE ------- */

dl.code dd:before {
	color: #666;
	background-color: inherit;
}

dl.code dd.alt {
	color: inherit;
	background-color: #1A1A1A;
	background-color: rgba(120,120,120,0.06);
}

dl.code dd:before {
	background: transparent;
}


/* ------- [COLOR] COMMENTS ------- */

#comments div.comment {
	padding: 0px 0px 20px 0px;
	background: url('/templates/images/comment_bg.png') no-repeat 100% 0px;
}

#comments div.gravatar img {
	border: 4px solid #0E0E0E;
}


/* ------- [COLOR] ARCHIVE ------- */

div.archive a {
	color: #777;
	text-decoration: none;
	background-color: inherit;
}

div.archive a:hover {
	color: #EEE;
	background-color: inherit;
}


/* ------- [COLOR] RESOURCES ------- */

#content ul.resources li:hover {
	color: inherit;
	background-color: #1A1A1A;
	background-color: rgba(120,120,120,0.05);
}

#content ul.resources li a.icon {
	background: none;
}


/* ------- [COLOR] CONTACT ------- */

#content img.bio_pic {
	border: 4px solid #0E0E0E;
}


/* ------- [COLOR] PAGINATION ------- */

#content div.pagination a {
	color: inherit;
	background: #111111;
}

#content div.pagination strong a {
	border-bottom: 2px solid #EEE;
}

#content div.pagination a:hover {
	color: #111;
	background: #EEE;
}




