@charset "utf-8";

/* CSS Document */


/* Default Stuff */
* {
	margin:0;
	padding:0;
}

body {
	color: #808180;
	font: 11px Arial, Helvetica, sans-serif;
}

a {
	outline:none; /* fix firefox selection box */
}

a:active {
	text-decoration:none;
	color: #808180;
}

a:hover {
	text-decoration:none;
	color: #808180;
}

a:link {
	text-decoration:none;
	color: #808180;
}

a:visited {
	text-decoration:none;
	color: #808180;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

em { font-style:italic; }

strong {
	font-weight:bold;
}

ol, ul { list-style:none; }

caption, th { text-align:left; }

/* Style & Fonts */

p {
	margin-top:5px;
	margin-bottom:5px;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

h5 {
	margin-top:10px !important;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size:12px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

/* Forms */

input, textarea {
	color:#000000;
	border: 1px solid #BFBFBF;
}

.submit {
	margin-top:5px;
	border-style: none;
	background: #9e4507;
	color: white;
}

form {
	clear:left;
	margin-top:15px;
}

#contact {
	margin-top:5px;
}

#contact p {
	margin-top:5px;
	margin-bottom:5px;
	width:425px;
}

/* Structure & Backgrounds */

body { background: url(../images/GrayBG.jpg) center top; }

#header {
	width:842px;
	height:136px;
	padding-top:18px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	background: #000000;
}

#container {
	width:842px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
}

#sidebar {
	float:left;
	margin-left:0px;
	height:494px;
	width:110px;
	background: url(../images/ax_sidebar.jpg) no-repeat left center;
	border:none;
}

#sidebar ul {
	margin-top: 19px;
	margin-left: 6px;
}

#content {
	width:732px;
	height:494px;
	background-color: #d8dede;
	float:right;
}

#page {
	margin-left:15px;
	margin-top:15px;
	width:490px;
	height:475px;
	float:left;
	position:absolute;
}

.copy {
	clear:left;
	width:375px;
}

#subnav {
	float:right;
	margin-top:15px;
	margin-right:10px;
	width:190px;
	border-left: 1px solid #BFBFBF;
	padding-left:10px;
}

#subnav li a{ 
	line-height:13px;
}

#subnav a:hover, #subnav a:active {
	background:#000000;
	color:#FFFFFF
}

.sub {
	margin-left:25px;
	font-size: 9px;
	list-style: circle;
	line-height:11px;
}

#footer {
	width:842px;
	height:109px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	clear:left;
}

/* Image Adjustments */

#thumbbox {
	text-align:center;
	margin-top:5px;
}

#blurb { 
	margin-left:-7px;
}

#workmeta {
	position: absolute;
	bottom: 5px;
	right:50px;
}

#imgname {
	position: absolute;
	bottom: 5px;
	left:25px;
}