/**
 * Site Settings
 * ------------------------------------
 */
body {
	background-color: #000;
}
.site-width {
	margin: auto;
	width: 680px;
}
#header, p, ul, ol, label, #authMessage, .error-message, .paging, input, textarea, #flashMessage {
	color: #eee;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .7em;
}
input, textarea {
	color: #000;
}
.clearfix:after {
	content: '.';
	display: inline-block;
	display: block;
	clear: both;
	visibility: hidden; 
	height: 0;
}

/*
.separator {
	background-color: #747474;
	width: 1px;
	margin-left: 30px;
	float: left;
}
*/


/**
 * Headings
 * ------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	color: #9cf;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 0.7em;
	color: #fff;
	margin-top: 1.5em;
}
h2.first {
	margin-top: 0;
}
h3.resume {
	margin-top: 1em;
}

/**
 * Paragraph Text
 * ------------------------------------
 */
p {
	line-height: 1.3em;
	margin-top: 1em;
}
p.first {
	margin-top: 0;
}
.info {
	color: #808080;
}
p.info {
	margin-top: 0.1em;
	font-size: 0.7em;
}

/**
 * Lists
 * ------------------------------------
 */
li {
	margin-top: 0.5em;
}
li.recentComment {
	margin-bottom: 0.75em;
}


/**
 * Linked Text
 * ------------------------------------
 */
a {
	text-decoration: none;
	color: #9cf;
}
a:hover {
	text-decoration: underline;
	color: #bef;
}


/**
 * Page Header
 * ------------------------------------
 */
#header {
	font-size: 0.6em;
	background-color: #000;
	padding: 7px 0;
}
#header a {
	text-decoration: none;
}
#header, #header a, #header:hover a.current {
	color: #999;
}
#header a.current, #header a:hover, #header a.current:hover {
	color: white;
}
#header .site-width {
	text-align: right;
}


/**
 * Site Container
 * ------------------------------------
 */
#container {
	background: #191421 url('../img/background.jpg') top center no-repeat;
	padding: 30px 0;
}
#container .site-width {
}


/**
 * Navigation and Site Heading
 * ------------------------------------
 */
#navigation {
	height: 30px;
}

/* Menu */
#navigation ul {
	margin: 8px 5px;
	width: 440px;
	float: left;
}
#navigation li {
	float: left;
	margin-left: 10px;
	margin-top: auto;
}
#navigation a {
	color: #B2B2B2;
	text-transform: lowercase;
	font-size: 1.2em;
	line-height: 1.5em;
}
#navigation ul:hover a.active {
	color: #B2B2B2;
}
#navigation a:hover, #navigation a.active, #navigation ul:hover a.active:hover {
	color: white;
	text-decoration: none;
}

/* Site Heading */
#navigation h1 {
	color: white;
	width: 205px;
	float: left;
}


/**
 * Navigation and Site Heading
 * ------------------------------------
 */
#page-image {
	margin-top: 30px;
	text-align: center;
}
#page-image .site-width {
}
#page-image img {
	height: 116px;
	width: 580px;
	border: solid #000 10px;
	background-color: #333;
}


/**
 * Site Content
 * ------------------------------------
 */
#content {
	margin-top: 30px;
}
.content-left-150, .content-left-200 {
	width: 200px;
	float: left;
	text-align: right;
}
.content-left-150 {
	width: 150px;
}
.content-right-350, .content-right-370, .content-right-420 {
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid #747474 1px;
}
.content-right-350 {
	width: 350px;
}
.content-right-370 {
	width: 370px;
}
.content-right-420 {
	width: 420px;
}


/**
 * Resume
 * ------------------------------------
 */
ul.resume li {
	margin-left: 14px;
	list-style-type: square;
	margin-top: 0em;
	line-height: 1.4em;
}


/**
 * Photos
 * ------------------------------------
 */
#latest-photos img {
	width: 55px;
	height: 55px;
	border: solid #000 7px;
	background-color: #333;
	margin: 15px 0 0 100px;
}
#latest-photos img.first {
	margin-top: 0;
}


/**
 * Blogs
 * ------------------------------------
 */
.blog-post {
	margin-top: 40px;
}
.blog-post.first {
	margin-top: 0;
}
.blog-post .continue {
	text-align: right;
	margin-top: 0.75em;
}

.blog-comment {
	margin-top: 1.75em;
}
.blog-avatar {
	float: left;
	width: 65px;
}
.blog-comment-content {
	float: left;
	margin-left: 10px;
	width: 295px;
}
.blog-post ul,
.blog-post ol {
	margin-top: 1em;
}
.blog-post ol {
	list-style: decimal;
}
.blog-post li {
	margin-left: 35px;
	line-height: 1.4em;
	color: #999;
}

/*
.author {
	border-top: solid #9cf 1px;
	border-bottom: solid #9cf 1px;
}
*/

/**
 * Page Footer
 * ------------------------------------
 */
form {
	margin-top: 1em;
}
form label {
	display: block;
	margin-top: 1em;
}
form input, form textarea {
	margin-top: 0.2em;
	width: 320px;
}
form .required label {
	font-weight: bold;
}
form .required label:after {
	content: ' *';
}
/* Checkbox */
form .checkbox {
	margin-top: 0.75em;
}
form .checkbox input {
	width: auto;
	margin-right: 8px;
}
form .checkbox label {
	display: inline;
}
/* Submit Button */
form .submit {
	margin-top: 1em;
	width: auto;
}
form .submit input {
	width: auto;
}
/* Errors */
form .error label {
	color: #9cf;
}
form .error-message {
	line-height: 1.2em;
	color: #c66;
	width: 300px;
	text-align: right;
}


/**
 * Authentication Messages
 * ------------------------------------
 */
.paging {
	margin-top: 2em;
	text-align: right;
}
.paging div {
	display: inline;
}


/**
 * Page Footer
 * ------------------------------------
 */
#footer {
	padding: 25px 0 25px 0;
}
#footer .site-width {
}
#footer h2, #footer h3 {
	font-size: 1.75em;
}
#footer h2, #footer p, #subscribe a {
	color: #666;
}
#footer h2 {
	margin-bottom: 5px;
}
#footer h3 {
	color: #fff;
	margin-bottom: 12px;
}

/* Subscribe Box */
#subscribe {
	width: 200px;
	float: left;
	text-align: right;
}
#subscribe li {
	margin-bottom: 6px;
	background: transparent url('../img/rss_small.gif') top right no-repeat;
	height: 14px;
}
#subscribe a {
	padding-right: 20px;	
}
#subscribe a:hover {
	color: #fff;
	text-decoration: none;
}

/* Copyright Box */
#copyright {
	width: 255px;
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid #747474 1px;
}
#copyright h2 {
	margin-top: 0;
}

/* Certification Box */
#certification {
	width: 130px;
	float: left;
	margin-left: 30px;
	text-align: right;
}

/**
 * Messages and Notifcations
 * ------------------------------------
 */
#authMessage, #flashMessage.error {
	margin-top: 1em;
	background-color: #300;
	border: solid #c66 1px;
	padding: 10px;
	line-height: 1.25em;
}

#flashMessage.message {
	margin-top: 1em;
	background-color: #003;
	border: solid #66c 1px;
	padding: 10px;
	line-height: 1.25em;
}
/**
 * Projects
 * ------------------------------------
 */
img.project {
	width: 350px;
	height: 55px;
	border: solid #000 7px;
	background-color: #333;
	margin: 15px 0 10px 0px;
}

/**
 * Photo Gallery
 * ------------------------------------
 */
.photo-gallery {
	margin-top: 10px;
}
.photo-gallery img {
	margin-top: 5px;
	margin-bottom: 0;
}
.photo-gallery h3 {
	margin-top: 20px;
}
.photo-gallery.first {
	margin-top: 0;
}
.photo-gallery.first h3 {
	margin-top: 0;
}
.photo-gallery-view img {
	width: 55px;
	height: 55px;
	border: solid #000 7px;
	background-color: #333;
	margin: 15px 15px 0 0;
}
.photo-gallery-view a img:hover,
a img.project:hover {
	border: solid #999 7px;
}

.photo-gallery-view img.large {
	width: auto;
	height: auto;
	margin-right: 0;
}

blockquote {
	font-family: monospace;
	color: #fff;
	border: solid #ccc 2px;
	background-color: black;
	width: 100%;
	padding: 5px;
	white-space: pre;
	margin-top: 1em;
	overflow-x: scroll;
}

/**
 * Debug Kit Toolbar
 * ------------------------------------
 */
#debug-kit-toolbar * {
	color: black;
}
