html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-size: 11pt;
	font-family: Arial, sans;
}

legend {
	color: white;
}

img {
	border: 0;
}

form {
	text-align: center;
}

.aside {
	font-style: italic;
	color: #777;
	font-size: 10pt;
}

.required {
	vertical-align: top;
	font-weight: bold;
}

div#menu {
	overflow: hidden;
	width: 175px;
	float: left;
	padding-left: 10px;
	padding-left: 5px;
	border-right: 3px dashed #333;
	border-bottom: 3px dashed #333;
}

div#container {
	margin-left: 185px;
	display: block;
}

div#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
}

div#header a {
	font-size: 30pt;
	color: #FF9C24;
	font-weight: bold;
	text-decoration: none;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li {
	overflow: hidden;
}

ul.menu li:hover {
	background-color: #111;
}

ul.menu li a {
	display: block;
	width: 100%;
}

li.sub a {
	color: #666;
	padding-left: 5px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

ul.menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #111;
}

li.header {
	font-weight: bold;
	font-family: Arial, sans;
}

li.sub {
	padding-left: 10px;
}

li.sub a:hover {
	margin-left: 5px;
}

a:link,
a:visited {
	color: #317AE8;
	text-decoration: none;
	border: 0;
}

a:active,
a:hover {
	border: 0;
	text-decoration: underline;
	color: #0037FF;
}

a.nav_anchor {
	display: block;
	width: 0px;
	height: 0px;
}

.editable {
	cursor: pointer;
}

.half {
	width: 49%;
}

.full {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.cls {
	clear: both;
}

.clsright {
	clear: right;
}

.clsleft {
	clear: left;
}

.collapsed {
	display: none;
}

.accent {
	font-size: 8pt;
	color: #00BDA4;
}

div.section {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border: 2px solid #333;
}

div.section .contents {
	padding: 0 1em 0 1em;
}

div.section .contents .icon {
	float: right;
}

div.section .header {
	background-color: #000;
	background-image: url('http://static.evancharlton.com/media/images/section_header.png');
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14pt;
	font-family: monospace;
	min-height: 20px;
	color: #FFF;
}

div.section .header a {
	text-decoration: none;
}

div.section .footer {
	border-top: 1px solid #333;
	text-align: right;
	font-size: 11pt;
	padding-right: 1em;
	clear: right;
}

span.section_hint {
	float: right;
	font-size: 10pt;
	color: #888;
}

div.buttons {
	margin-top: 5px;
	border-top: 2px solid #222;
	text-align: right;
}

div.highlighted_code {
	background-color: #1C1C1C;
}

div.highlighted_code li:hover {
	background-color: #333;
}

textarea.sourcecode {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: #1C5F14;
}

code {
	background-color: #FCFCFC;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Blog stuff begin
 */

a:link.title,
a:visited.title {
	display: block;
	width: 100%;
	background-color: #333;
	color: #FFF;
}

span.posted_info {
	float: right;
}

/*
 * Gallery stuff
 */
 
a.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	line-height: 150px;
	border: 1px solid transparent;
	overflow: hidden;
}

a.thumbnail:hover {
	border: 1px solid white;
}

a.thumbnail img {
	vertical-align: middle;
}

div.album_summary {
	width: 30%;
	float: left;
	margin: 1em;
	border: 2px solid #333;
	min-height: 150px;
}

div.album_summary div {
	margin-left: 130px;
}

div.album_summary .title {
	margin-left: 150px;
	background-color: transparent;
	font-weight: bold;
	font-family: monospace;
	font-size: 14pt;
}

div.album_summary .description {
	margin-bottom: 0.5em;
}

/**
 * Gallery
 */
div.picture {
	text-align: center;
}

div.picture .title {
	font-size: 18pt;
}

div.picture .bar {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div.picture .bar .next {
	float: right;
}

/*
 * breadcrumb
 */
 
div.breadcrumb {
	font-size: 12pt;
	font-family: monospace;
	border-bottom: 1px solid #222;
}

div.breadcrumb a {
	font-weight: bold;
}

/*
 * Attachments
 */

div.attachment_container div.title {
	background-color: #333;
	font-weight: 700;
}

div.attachment_container div.title a {
	color: white;
}

div.attachment_container div.title:before {
	content: '>> ';
}

td.attachment_hash {
	text-align: right;
	color: #666;
	font-size: 9pt;
	font-family: monospace;
}

/**
 * Home page
 */

div.home_section {
	width: 95%;
	font-size: 10pt;
}

div.project_upload_summary {
	padding-left: 1em;
	border: 1px solid black;
}

div.project_upload_summary:hover {
	border: 1px solid #333;
	background-color: #111;
}

div.home div.main_column {
	float: left;
}

div.home div.right_column {
	width: 350px;
	margin-left: -20px;
	float: right;
}

/**
 * Projects
 */
div.downloads {
	max-height: 300px;
	overflow: auto;
}

/**
 * RSS/SVN stuff
 */

div.svn_update {
	border-top: 1px solid #333;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

div.svn_description {
	width: 80em;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
	font-size: 10pt;
}

div.svn_info {
	color: #454545;
	font-size: 10pt;
	float: right;
	font-family: monospace;
}

/**
 * Screenshots
 */

div.screenshot {
	text-align: center;
	border: 2px solid #222;
}

div.screenshot .title {
	text-align: center;
	font-weight: bold;
}

div.screenshot .description {
	text-align: center;
	margin-bottom: 1em;
}

/**
 * Projects
 */
 
div.project_summary {
	min-height: 100px;
	overflow: hidden;
}

div.project_icon {
	height: 100px;
}

/**
 * Quotes
 */
div.review {
	width: 100%;
	min-height: 100px;
	background-image: url('http://static.evancharlton.com/media/images/quotes.png');
	background-repeat: no-repeat;
}

div.review .quote {
	padding: 1em 1em 0 1em;
	font-size: 16pt;
	font-weight: bold;
	color: #AAA;
}

div.review .author {
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
	color: #0099F7;
	padding-right: 5em;
	padding-bottom: 1em;
	border-bottom: 2px solid #333;
}

div.review .author:before {
	color: #333;
	content: '~';
}

/**
 * Blog
 */
div.comment {
	width: 75%;
	margin-left: 15%;
	margin-right: 10%;
	border: 2px solid #333;
	margin-bottom: 1em;
}

div.comment .gravatar {
	float: left;
	width: 50px;
	height: 50px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	margin-right: 1em;
	margin-bottom: 0.25em;
	-moz-border-radius-bottomright: 15px;
}

div.comment .message {
	padding-left: 1em;
	padding-right: 50px;
	min-height: 55px;
}

div.comment .info {
	text-align: right;
	width: 80%;
	color: #666;
	padding-right: 0.5em;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-border-radius-topright: 5px;
	border-radius: 5px;
}

div.comment .number {
	float: right;
	font-size: 20pt;
	font-weight: bold;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px;
}

div.admin {
	border: 2px solid #8C0000;
}

div.admin .gravatar {
	border-right: 2px solid #8C0000;
	border-bottom: 2px solid #8C0000;
}

div.admin .number {
	border-left: 1px solid #8C0000;
	border-bottom: 1px solid #8C0000;
}

div.admin .info {
	border-top: 1px solid #8C0000;
	border-right: 1px solid #8C0000;
}
