/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/*	END RESET	*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

body {
	background: #f5f5f5 url(../images/bg.png) no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}

#wrapper {
	width: 735px;
	margin: 90px auto 0 auto;
}

/*	COMMON ELEMENTS	*/
a {
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	color: #ffa366;
}

a:hover {
	text-decoration: underline;
}

img#rob, img#blank {
	float: left;
}

img#contact {
	float: right; 
	margin-top: 17px;
}

#nav {
	float: left;
	padding: 59px 48px 0 0;
	clear: both;
}

#nav ul {
	width: 155px;
}

#nav ul li {
	margin-bottom: 35px;
}

#nav ul li.sub {
	margin-bottom: 5px;
}

#nav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.58em;
	line-height: 0.75em;
	color: #000;
	text-decoration: none;
}

#nav ul li a.current {
	color: #ff6600;
}

#nav ul li a:hover {
	color: #ff6600;
}

/*	sub nav	*/
#nav ul ul {
	margin: 7px 0 10px 0;
}

#nav ul ul li {
	margin: 0 0 5px 26px;
	line-height: 1.15em;
	font-size: 0.9em;
	color: #ff6600;
}

#nav ul ul li a {
	font-size: 0.95em;
}


#content {
	float: right;
	width: 532px;
	margin-top: 57px;
}

h1 {
	clear: left;
	margin-bottom: 16px;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}

p {
	clear: both;
	margin-bottom: 20px;
	line-height: 1.35em;
	font-size: .8em;
}

.divider {
	clear: both;
	text-align: center;
	margin: 10px 0 30px 0;
	font-family: Verdana;
	color: #b3b3b3;
}

#filler {
	height: 200px;
}

#footer {
	margin-bottom: 20px;
	text-align: center;
	font-size: .7em;
}

#footer a {
	padding: 0 3px;
}

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

p.insert {
	float: left;
	width: 435px;
}

img.insert {
	float: right;
}

#content ul {
	list-style: disc;
}

#content ul li {
	margin-left: 30px;
	line-height: 1.35em;
	font-size: .8em;
}


/*	ABOUT PAGE	*/
img#pdf_icon {
	float: left;
}

a#download {
	float: left;
	margin: 2px 0 0 5px;
}

/*	PRAISE PAGE	*/
p.praise_para {
	color: #666;
}

/* 	WORK SECTION	*/
#content ul.links {
	margin-bottom: 20px;
	list-style: none;
}

#content ul.links li {
	margin-left: 0;
	line-height: 1.35em;
	font-size: .8em;
}

.work {
	padding: 20px 0;
	font-size: 0.9em;
	border-bottom: 1px #ccc solid;
}

.work p {
	margin-bottom: 14px;
}

.media {
	float: left;
	width: 170px;
}

.copy {
	float: right;
	width: 355px;
}

.copy a.web, .copy a.writing, .copy a.image {
	display: block;
	float: left;
	padding: 0 20px 2px 22px;
	line-height: 1.8em;
	font-size: 0.8em;
}
.copy a.web {
	background: url(../images/icon_web.gif) no-repeat 0 2px;
}
.copy a.image {
	background: url(../images/icon_image.gif) no-repeat 0 2px;
}
.copy a.writing {
	background: url(../images/icon_writing.gif) no-repeat 0 2px;
}


/*	SITEMAP	*/
body#sitemap #content {
	float: left;
	width: 745px;
}

#content ul.sitemap {
	color: #ff6600;
}

#content ul.sitemap li {
	margin-left: 17px;
	line-height: 2em;
	font-size: .8em;
}

#content ul.sitemap ul {
	list-style: square;
}

#content ul.sitemap ul li {
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
}


/*	LIGHTWINDOW	*/
.copy a.hidden, #content .hidden {
	display: none;
}






