/*
 * Copyright (c) 2009, Matt Snider, LLC. All rights reserved.
 * Version: 1.0.00
 */

#doc
{
	background: #FFF url(../images/bg/box_gradient.png) repeat-x scroll 0 0;
	text-align: left;
	padding: 3em 0;
}

.container
{
	margin: 0 auto;
	width: 90%;
	max-width: 75em;
	min-width: 50em!important;
}

hr
{
	border-color:#CFCFCF -moz-use-text-color #FFFFFF;
	border-style:solid none;
	border-width:1px 0;
	color: #999;
	display:block;
	height:1px;
	margin:0.6em 1px;
}

h1
{
	border-bottom:3px double #CCC;
	color:#444;
	font-family:Georgia,"Times New Roman",Times,Serif;
	font-size:5em;
	font-weight:normal;
	letter-spacing:0;
	line-height:1.2em;
	margin:0 0 0.2em;
	padding:0.2em 0;
	text-transform:none;
}

blockquote
{
	color: #1C1;
	font-size: 10.5pt;
}

blockquote strong
{
	color: #333;
	display: block;
	font-size: 9pt;
}

/**
 * @group Options
 */

.width100 .container {
	max-width: none;
}

/**
 * @end
 */

/**
 * @group Header/Footer
 */

#footer,
#header
{
	background-color: #232323;
	line-height: 2.8em;
	height: 2.8em;
	overflow: auto;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#footer,
#header a
{
	color: #DDD;
	text-decoration: none;
}

#header
{
	overflow: visible;
	top: 0;
}

#footer
{
	bottom: 0;
}

#header li.logo a
{
	font-family: Impact, Charcoal, sans-serif;
	height: 1.8em;
	line-height: 1.8em;
}

#header li.logo span
{
	color: #FFF;
	font-size: larger;
}

#header a:hover
{
	color: #FFF;
}

#header form
{
	float: right;
	height: 2.6em;
}

#header fieldset
{
	border: none;
	margin:0;
	width: 24em;
}

#header form input.text
{
	margin-top: 2px;
	width: 12em;
}

#header form input.btn
{
	float: right;
	font-size: 9pt;
	margin: 2px 0.4em;
	padding: 0 0.4em 0.1em;
}

#header .submenu {
	background-color: #232323;
	display: none;
	position: absolute;
}

#header .submenu ul {
	margin: 0;
	padding-left: 1em;
}

#header .hover .submenu {
	display: block;
}

#footer a.feed
{
	color: #3DFF49;
}

#footer a.contact
{
	color: #FF3D49;
}

/**
 * @end
 */

/**
 * @group Message/Error
 */

.message {
	background: #CFEBF7 url(../images/bg/notice.gif) no-repeat scroll 1em 50%;
	border: #2580B2 1px solid;
}

.error {
	background-color: #FC0;
	border: #FC0 1px solid;
}

.message,
.error {
	margin-top: 1em;
}

.message p,
.error p {
	border: 1px solid #FFF;
	font-size: larger;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
}

/**
 * @end
 */

/**
 * @group Post
 */

.post
{
	color: #333;
	margin-top: 1.5em;
}

.post a
{
	text-decoration: none;
}

.post a:hover
{
	text-decoration: underline;
}

.post h3,
.post h3 a
{
	font-size: 14pt;
	line-height: 1.1em;
}

.post .post-body
{
	clear: left;
	padding: 0.5em 0.2em;
}

.post .post-date
{
	color: #999;
	margin: 0;
	padding: 0 0.3em;
	font-style: italic;
}

.post .post-date span {
	font-style: normal;
}

.post .post-tags-title
{
	padding-left: 0.2em;
}

.post .post-date,
.post .post-date a
{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 9pt;
}

.post .post-date a
{
	margin-left: 0.3em;
}

.post .post-title
{
	padding: 0.25em;
}

.post .post-comments
{
	float: right;
	font-size: 12pt;
}

.post .post-tags,
.post .post-tags a
{
	font-size: 11pt;
}

.post .post-more
{
	margin-bottom:0;
	padding-top:1.5em;
}

.post .post-more a
{
	color:#493DFF;
	font-weight:bold;
}

.post .post-more a:hover
{
	color:#FF3D49;
}

.post ul li
{
	font-size:11pt;
}

/**
 * @end
 */

/**
 * @group Box
 */

.box
{
	border: 1px solid #DDD;
	padding: 1px;
}

.box .content
{
	background:#FEFEFE url(../images/bg/box_gradient.png) repeat-x scroll 0 0;
	padding: 1.8em;
}

/**
 * @end
 */

/**
 * @group Navigation
 */

.pagination
{
	height: 2.8em;
	line-height: 2.8em;
	padding: 0.75em 0 3em;
}

.pagination .newer
{
	float: right;
}

/**
 * @end
 */

/**
 * @group Dynamic Section
 */

#dynamic
{
	margin-top: 0.5em;
}

.adsense
{
	margin-top: 1em;
}

/**
 * @end
 */

/**
 * @group Project
 */

#project
{
}

#project a.image,
#project img
{
	float: left;
	width: 18em;
}

#project a.image
{
	display: block;
	margin-right: 1em;
}

/**
 * @end
 */

/**
 * @group About
 */

.about h3
{
	margin: 0.5em 0;
	text-transform:uppercase;
}

.about .col1 img
{
	display: block;
	float: left;
	margin-right: 1em;
}

.about .col2 p.image
{
	border-bottom: 3px double #DDD;
	border-top: 3px double #DDD;
	padding: 1em 0 0.5em;
}

.about p
{
	margin-top: 0;
	text-align: justify;
}

.about p.contact a
{
	background: transparent url(/assets/images/icon/mail-icon.gif) no-repeat scroll 0 0;
	padding-left: 1.8em;
}

.about .col1
{
	min-width: 30em;
	width: 58%;
}

.about .col2
{
	float: right;
	width: 30em;
}

.about .col2 h3
{
	color: #777;
	font-size: 10.5pt;
}

.about .col2 li
{
	font-size: 10pt;
	padding: 0.5em 0;
}

/**
 * @end
 */

/**
 * @group Contact
 */

form.contact dl
{
	margin-left: 0;
}

form.contact dd
{
	margin: 0;
	padding-bottom: 1em;
}

form.contact label
{
	color:#777;
	font-size:10pt;
	letter-spacing:2px;
	text-transform:uppercase;
}

form.contact input.text,
form.contact textarea
{
	min-width: 20em;
	width: 90%;
}

/**
 * @end
 */

/**
 * @group Properties Table
 */

table.properties {
	font-size: 10pt;
}


table.properties th {
	text-align: left;
	font-size: 11pt;
}


table.properties td.label {
	color: #333;
	font-weight: bold;
}

/**
 * @end
 */