/**
* CSS
* 
* @version 1.0
* @author Seth Trotter
*/
* {
	margin:  0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: Verdana, sans-serif; font-weight: regular;
	line-height: 11px;
	color: #666666;
	background: #fff;
}


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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #00cc66; background: #000000; }

a img { border: none; }

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


<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> 
<meta name="copyright" content="theDailyTrotter"/>  
<meta name="keywords" content="Seth, Trotter, the daily trotter, drafting services, design, furniture, architecture, parametric, generative components, rhino, rhinosaurus, 3D studio max, rendering, product design, interior design, remodel, building, photography, junior designer, blog, urban, urban planning,  "> 
<meta name="description" content="theDailyTrotter is a place for design and ideas to be formulated and explored. "/>  

#menu li.active a { color: #00cc66; font-style: regular; background-color: none; text-decoration: none; }
#menu li.active a:visited { }
#menu li.active a:hover { }
#menu li.active a:active { }



#menu {
    line-height: 12px;
    width: 195px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff; 
}

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

#menu ul li.section-title { text-decoration: none; color: #666666; font-weight: bold; line-height: 12px; }

#content {
    height: 100%; 
    margin: 20px 0 0 220px;
    top: 0; 
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 520px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 9px; font-weight: normal; color: #00cc66; }
h2 { font-size: 9px; font-weight: bold; color: #00cc66; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


#img-container	{ margin: 0px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

