/* @override 
	http://localhost:8888/media_nathanrkoch/css/layout.css
*/

/* @group Global */

html
{
	background: #2D220C url(../images/background.gif) 0 -20px repeat-x;
	color: #F4F4F4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3
{
	font-weight: normal;
}

a:link
{
	color: #F7B13B;
}

a:visited
{
	color: #D5A048;
}

a:hover
{
	color: #A570C2;
}

a:active
{
	color: #A570C2;
}

.clearer
{
	float: none;
	clear: both;
	height: 0;
	line-height: 0;
}

/* @end */


/* @group Global Layout */

#wrap
{
	width: 88%;
	max-width: 1200px;
	min-width: 770px;
	margin: 4em auto 0 auto;
}




/* @end */


/* @group Header */

h1
{
	font-size: 2em;
	text-transform: lowercase;
	padding-bottom: 1.5em;
	margin-left: -25px;
}

h1 a
{
    text-decoration: none;
}

h1 span
{
	position: relative;
	right: .35em;;
	color: #A570C2;
}

/* @end */


/* @group Nav */

ul#nav
{
	width: 16.5%;
	float: left;
	background: #191001;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    margin: 0 4% 6em 0;
    padding: 1em 0;
}

ul#nav li
{
	font-size: 1.5em;
}

ul#nav li a:link, ul#nav a:visited, ul#nav a:hover, ul#nav a:active
{
	display: block;
	width: 100%;
	text-decoration: none;
}

ul#nav a:visited
{
	color: #F7B13B;
}

ul#nav li a:hover
{
	color: #A570C2;
	background: #513403;
}

ul#nav li a span
{
	display: block;
	padding: .5em 1em .5em 1em;

}

#blog #blog_link {
	color: #F4F4F4;
}

#blog #blog_link:hover {
	background-color: #191001;
	cursor: default;
}

#about-me #about_link {
	color: #F4F4F4;
}

#about-me #about_link:hover {
	background-color: #191001;
	cursor: default;	
}

#work #work_link {
	color: #F4F4F4;
}

#work #work_link:hover {
	background-color: #191001;
	cursor: default;
}

#contact #contact_link {
	color: #F4F4F4;
}

#contact #contact_link:hover {
	background-color: #191001;
	cursor: default;
}

/* @end */


/* @group Content */
#main_content
{
	width: 68.5%;
	float: left;
	font-size: 1.4em;
}

#main_content a
{
	text-decoration: none;
}

#main_content a:hover
{
	text-decoration: underline;
}

#main_content h2
{
	margin: 0 0 .66em 0;
	padding: 0 0 .66em 0;
	border-bottom: 2px solid #F4F4F4;
	font-size: 1.7em;
}

#main_content h3 {
	font-size: 1.333em;
	margin: 0 0 .66em 0;
}

#main_content h3 a {
	/* color: #F4F4F4; */
}

#main_content h3 a:hover {
	/* color: #A570C2; */
}


#main_content .large-image {
    width: 100%;
    padding: 2em 0 1em 0;
}
#main_content ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_content a.read-more {
	float: right;
}

#main_content div.date {
	color: #ccc;
	float: right;
}

#main_content ol li.entry {
	padding: 0 0 .66em 0;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #F4F4F4;
	overflow: hidden;
}

#main_content ol li.last {
	border-bottom: none;
}

#main_content div.section {
	overflow: hidden;
}

#main_content ul.images {
	padding: 1em 0 1.5em 0;
}

#main_content .detail-heading {
	position: relative;
	z-index: 2;
}
#main_content .detail-heading a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .9em;
}

/* @end */


/* @group Footer */
#footer
{
	background: #191001 url(../images/footer_bg.gif) 0 0 repeat-x;
	padding: 3em 0;
	margin: 4em 0 0 0;
	font-size: 1.1em;
	line-height: 1.5;
	width: 100%;
	border-top: 3px solid #000;
}

#footer #footer_wrap
{
	width: 88%;
	max-width: 1200px;
	min-width: 770px;
	margin: 0 auto;
	padding: 0;
}

#footer p.colophon
{
	font-size: .8em;
	padding: 0;
	margin: 2em 0 0 0;
	line-height: 1.7;
}

#footer ul li
{
	float: left;
	width: 50%;
}

#footer ul li h4
{
	padding-bottom: .5em;
}

#footer #twitter ul
{
    padding: .3em 0 0 0;
}

#footer #twitter ul li
{
	float: none;
	width: 66%;
	margin: 1em 0 2em 0;
}

#footer #twitter ul li span.date
{
	padding: .2em 0;
	display: block;
	text-align: right;
	font-style: italic;
}

#footer #links a
{
	text-decoration: none;
	display: block;
}

#footer #links ul li
{
	float: left;
	width: 50%;
}

#footer #links #bookmarks
{
    float: left;
    width: 68%;
}

#footer #links #social
{
    float: left;
    width: 32%;
}

#footer #links ul li ul li
{
	float: none;
	width: 90%;
}

#footer #bookmarks ul li
{
    margin: 1em 0 2em 0;
}

#footer #social ul
{
    margin: 0 0 2em 0;
}

#footer #social ul li
{
    margin: .8em 0;
}

/* @end */

#notifications
{
    background-color: #191001;
    color: #F4F4F4;
    margin: 0 0 2em 0;
    padding: 1em;
    font-size: 2em;
    list-style-type: none;
}

#contact_form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contact_form li
{
    padding: .5em 0;
}

#contact_form .errorlist
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contact_form .errorlist li
{
    color: red;
    font-weight: bold;
}

#contact form label
{
    display: block;
}

/* @group Home */

#home ol li.entry {
	padding: 0 0 .5em 0;
	border-bottom: none;
	overflow: hidden;
}

#home div.work div.work-stats {
	float: left;
	width: 45%;
}

#home div.work .work-image {
	float: right;
	padding: 0 0 0 0;
}

#home div.work .note {
	margin-top: 1em;
}

#home div.posts h2 {
	padding-top:  1.66em;
}

#home div.posts div.post-content {
	margin-top: .5em;
}



/* @end */

/* @group Work */

p.work-caption {
	width: 18%;
	float: left;
	padding: 0 5% 0 0;
	margin: 0 0 1em 0;
}

.work-list {
	width: 60%;
	float: left;
}


/* @end */



/* @group Forms */

input {
	width: 60%;
}

textarea {
	width: 80%;
}

input#submit {
	width: 15%;
	border: 2px solid #F7B13B;
	padding: .33em 0;
}

input#submit:hover {
    border: 2px solid #A570C2;
}


/* @end */
