/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #FCF7AB;
	color: #30302D;
	font: 0.700em/1em 'arial', helvetica, arial, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { font-style: normal !important; outline: none; }
a:link { color: #544E4E; text-decoration: none; }
a:active { color: #544E4E; text-decoration: none; }
a:visited { color: #544E4E; text-decoration: none; }
a:hover { color: #544E4E; text-decoration: none; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#menu {
	background-image: url(../_img/menu_bkgd.png);
  height: 800px;
	left: 20px;
  overflow: auto;
	padding: 10px 0 20px 20px;
  position: fixed;
  top: 10px;
  width: 230px;
	z-index: 9999;
	line-height:20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li { text-transform: lowercase; }
#menu ul li.section-title { text-transform: lowercase; font-weight:bold; }

#content {
	margin: 30px 0 0 320px;
	z-index: 1;
}

#content img {
	cursor: move;
}

#content p {cursor:move; margin-bottom:10px; width:500px; font-size:14px; line-height:20px;
}

#once { clear: left; }
