/* author: Scott Marlow, Marketing By Marlow | 206.784.5454, muse@marketingbymarlow.com */

/* date: December 15, 2008 

dk grey body bg: #333
deep red: #600
lt grey: #999

*/

body {
	background-color: #333;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 100%
}
#header img {
	border: none
}
/* NAVIGATION 

#nav {
border-bottom: 1px solid white; border-top: 1px solid white;

margin: 2em 0;
width: 1024px
}
#nav a {
background-color: #999;
font-size: 1.1em; font-weight:bold;
height: 2em; 
line-height: 2em;letter-spacing: .1em;
margin: 0;
padding: .1em .5em;
text-decoration: none; text-transform:uppercase
}

#nav .nav2 {
background-color: #333;
width: 360px
}

#nav .nav2 a {
background-color: #333;
color: #999;
}

#nav a:hover, #nav a.select {
color: #fff
}
*/
#nav {
	margin: 2em auto 4em auto;
}
#nav ul {
	background-color:#600;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	border-collapse:collapse;
	height: 2em;
	line-height:2em;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align:center;
	width: 100%
}
#nav li {
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0
}
#nav a {
	color: #999;
	font-weight:bold;
	letter-spacing: .06em;
	padding: 4.5px 6px 4px 6px;
	/*padding: .4em .6em .4em .6em;*/
text-decoration: none;
	text-transform:uppercase
}
#nav a.nav1 {
	background-color: #999;
	color: #600;
}
#nav a.select, #nav a:hover, #nav a.nav1:hover, #nav a.nav2:hover {
	color: #fff
}
#nav a.nav2 {
	background-color:#333;
}
#nav a.borderleft {
	border-left:1px solid white
}
#nav a.borderright {
	border-right:1px solid white
}
/* MAIN CONTENT AREA */

#content {
	border-bottom: 1px solid white;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .5em;
	text-align: left;
	width: 500px
}
#content a[href $='pagetop'] {
text-transform: uppercase
}
#content a, #portfolio a {
	color: #000;
	font-weight:bold;
	letter-spacing: .06em;
	text-decoration:none
}
#content a:hover, #portfolio a:hover {
	color: #fff
}
h1 {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding: .3em 0;
	text-transform:uppercase
}
h2 {
	border-bottom: 1px solid white;
	color: #fff;
	font-size: 1.2em;
	margin: 2em 0 -.5em 0;
	text-transform: uppercase;
}
h3 {
	color: #2b150e;
	font-size: 1.2em;
	margin: 2em 0 0 -.5em;
}
#content ul, #content ol {
	list-style-type: none
}
#content p, #portfolio p {
	color: #fff;
	font-size: 1.2em;
	line-height:1.6em
}
#content li {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 1em;
}
#portfolio {
	margin-left: auto;
	margin-right: auto
}
/* FOOTER */

#footer {
	margin-top: 12em
}
#footer a {
	color: #888;
	font-size: .8em;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase
}
#footer a:hover {
	color: #fff
}

