/* @override http://katiabachko.com/stylesheets/screen.css */

/*
	Katia Bachko dot com
	Copyright (C) 2007
	Garrett Murray
	maniacalrage.net
*/

/* @group layout */

body {
	color: #242424;
	font: 14px/20px Helvetica, Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	background: #808083 url(../images/bg_main.png) repeat-y center top;
}

#box {
	width: 700px;
	margin: 0px auto;
}

/* @end */

/* @group header */

#header {
	background: #b1d3a1 url(../images/bg_header.png) repeat-x 0 bottom;
}

#header h1 {
	text-indent: -10000px;
	background: url(../images/logo.png) no-repeat center center;
	width: 265px;
	height: 35px;
	padding: 19px 0 20px 0;
	margin: 0px auto;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

/* @end */

/* @group navigation */

#nav {
	background-color: #e2dfde;
	height: 38px;
}

#nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	width: 371px;
}

#nav ul li {
	float: left;
	padding: 0 22px;
}

#nav ul li a {
	height: 38px;
	display: block;
	float: left;
}

#nav_about, #nav_resume, #nav_clips, #nav_contact {
	text-indent: -10000px;
}

.sep {
	width: 1px;
	height: 38px;
	display: block;
	float: left;
	background: url(../images/sep.png) no-repeat center center;
	margin: 0 -23px 0 23px;
}

#nav_about a {
	width: 44px;
}
#nav_about {
	width: 45px;
	background: url(../images/nav_about.png) no-repeat center 12px;
}

#nav_resume a {
	width: 56px;
}
#nav_resume {
	width: 57px;
	background: url(../images/nav_resume.png) no-repeat center 15px;	
}

#nav_clips a {
	width: 37px;
}
#nav_clips {
	width: 38px;
	background: url(../images/nav_clips.png) no-repeat center 12px;
}

#nav_contact a {
	width: 55px;
}
#nav_contact {
	width: 55px;
	background: url(../images/nav_contact.png) no-repeat center 13px;
}

#nav_indicator {
	clear: both;
	height: 12px;
	background: #fff url(../images/bg_nav.png) repeat-x 0 0;
}

#indicator {
	background: url(../images/indicator.png) no-repeat 0 0;
}

.about #indicator {
	background-position: 197px 0;
}
.resume #indicator {
	background-position: 291px 0;
}
.clips #indicator {
	background-position: 382px 0;
}
.contact #indicator {
	background-position: 474px 0;
}

/* @end */

/* @group content */

#content {
	background-color: #fff;
	min-height: 300px;
	padding: 20px 30px;
	text-shadow: #fff 0 0 0;
}

#content h2 {
	color: #749a54;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#content h2.float {
	float: left;
	width: 50%;
}

.options {
	font-size: 12px;
	font-weight: normal;
	color: #242424;
	padding-top: 2px;
	float: left;
	width: 50%;
	text-align: right;
}

#currently {
	background-color: #f3f3f3;
	padding: 20px;
	margin: 30px 0 0 0;
}

#currently ul {
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
}

#about_photo {
	float: right;
	width: 322px;
	height: 221px;
	padding: 0 0 0 20px;
	margin: 0 -10px 0 0;
	border: 0;
}

#footer {
	font-size: 11px;
	color: #a8a8a8;
	text-align: center;
	padding-top: 30px;
}

h3 {
	border-bottom: 1px solid #eee;
	padding: 0 0 4px 0;
	margin: 28px 0 -2px 0;
	clear: both;
}

h3.no_border {
	border: 0;
	margin: 36px 0 -10px 0;
	padding: 0;
}

	/* @group resume */
	
	.title {
		font-style: italic;
	}
	
	ul.clean_bottom {
		margin-bottom: 0px;
	}
	
	/* @end */
	
	/* @group clips */
	
	.extra_wrapper {
		float: left;
		padding-bottom: 44px;
	}

	.clip {
		margin: 14px 0 0 0;
		float: left;
		width: 310px;
	}
	
	.clips h3 {
		padding-top: 20px;
	}

	.clips h3.no_pad {
		padding-top: 0;
		margin-top: 14px;
	}
	
	.clip.first {
		margin-right: 20px;
	}
	
	.clip img {
		float: left;
		border: 1px solid #ccc;
		margin: 0 14px 0 0;
		width: 60px;
	}
	
	.clip div {
		float: left;
		width: 234px;
	}
	
	.clip h4, .clip h5 {
		margin: 0;
		padding: 0;
	}
	
	.clip h4 {
		margin-top: 4px;
		font-size: 12px;
	}
	
	.clip h5 {
		margin-top: -3px;
		font-size: 11px;
		font-weight: normal;
	}
	
	.clip p {
		margin-top: 6px;
		font-size: 11px;
		line-height: 16px;
	}
	
	.clips .more {
		font-size: 11px;
		float: right;
		margin-top: -2px;
		margin-bottom: -18px;
	}
	
	/* @end */

/* @end */


/* @group links */

a {
	color: #b65737;
}

#footer a {
	color: #a8a8a8;
}

a:hover, a:active, #footer a:hover, #footer a:active {
	color: #000;
}

/* @end */

/* Fixes for Safari */
/*\*/
html>body*#nav { background-color: #dbd7d7; }
/**/