/*

*name of site*
coded by Kevin Finlayson 
Principal Designer,
Dust and Mold 
info@dustandmold.net 
Dissect only

See related IE.css files for future-proofing and IE hacking.

TOC:

1. Global Reset
2. Structure
3. Navigation
4. Typography
5. sIFR
6. Accessibility
7. Special Rules

I reserve the right to not follow this scheme ;)

*/

/* (1) GLOBAL RESET

This reset replicates mozilla/standards whitespace and flow behaviours across all browsers.  Major shouts to Left Justified: http://leftjustified.net/journal/2004/10/19/global-ws-reset/

*/

* {
	padding:0;
	margin:0;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0; 
}

li, dd { 
	margin-left: 0px; 
}

fieldset { 
	padding:10px; 
}

html, body {
	height: 100%;
}

/* (2) STRUCTURE */


body {
	font: 11px/1.4em "Trebuchet MS", "Lucida Grande", 'Lucida Sans', verdana, arial, sans-serif;
	color: #666057;
	background: #AAA6A2 url("http://nanoarchitecture.net/css/comps/centerbg.gif") repeat-y center top;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
/*	position: relative;*/
	padding: 0px;
	background: #ffffff;
	padding-bottom: 40px;
	height: auto;
	min-height: 500px;
	position:relative;

}

#header {
	width: 840px;
	margin-bottom: 20px;
	height: 140px;
	background: #ffffff url("http://nanoarchitecture.net/css/comps/head.jpg") no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}


#main {
	width: 355px;
	height: auto;
	padding-left: 40px;
	padding-right: 10px;
	min-height: 500px;
}

#far{
	width: 180px;
	height: auto;
	padding-left: 10px;
	padding-right: 40px;
	float: right;			
}

#mid {
	width: 180px;
	height: auto;
	padding-right: 10px;
	float: right;
}

#footer {
	width: 840px;
	margin: 0 auto;
	height: 20px;
	clear: both;
	background-color: #ffffff;
/*	position: static;*/
	padding-top: 30px;
	padding-bottom: 30px;
}


/* (3) NAVIGATION */

ul#nav {
	height: 35px;
	width: 800px;
	list-style: none;
	margin-top: 0px;
	padding-left: 40px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #dedede url("http://nanoarchitecture.net/css/comps/ulbg.gif") repeat-x left top;
	font-family: verdana, helvetica, arial, sans-serif;
	
}

ul#nav li {
	display: block;
	float: left;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	padding: 10px 20px 0px 20px;
	font-size: 0.93em;
	height: 25px;
	margin: 0;
	float: left;
	color: #666666;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #666666;
	background-color: #ececec;
}

/*active*/

#index li#homenav a, #index li#homenav a:visited,
#praxis li#praxisnav a, #praxis li#praxisnav a:visited,
#resources li#resourcesnav a, #resources li#resourcesnav a:visited,
#archive li#archivenav a, #archive li#archivenav a:visited,
#reference li#referencenav a, #reference li#referencenav a:visited,
#links li#linksnav a, #links li#linksnav a:visited {
background-color: #ffffff;

}

#index li#homenav a:hover,
#praxis li#praxisnav a:hover,
#resources li#resourcesnav a:hover,
#archive li#archivenav a:hover,
#reference li#referencenav a:hover ,
#links li#linksnav a:hover {
	color: #666666;
}

/* (4) TYPOGRAPHY */

a, a:visited {
	color: #9E9271;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	text-decoration: none;
	background: #9E9271;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {
	font-family: "helvetica", arial, sans-serif;
	color: #000000;
}


h1 {
	font-size: 2.18em;
	margin:0;
	padding:0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	background: transparent;
	color: #4F4A46;
} 

h2 {
		font-size: 1.45em;
	color: #4F4A46;
	font-weight: normal;
	padding-bottom: 1px;
	margin:0;
	margin-bottom: 0px;
	width: auto;
	padding-bottom: 19px;
	background: transparent url("http://nanoarchitecture.net/css/comps/h2underline") no-repeat left bottom;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #4F4A46 !important;
	margin: 0;
	margin-bottom: 0px;
	
}

h2 a:hover {
	text-decoration: none;
	}

h3{
	font-family: "Times New Roman", georgia, serif;
	font-size: 1.64em;
	color: #4F4A46;
	padding:0;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.4em;
	margin-bottom: 0px;
}

h3 a, h3 a:visited {
	padding:0;
	color: #4F4A46 !important;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
}


h4 {
	font-size: 1.18em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding:0;
	display: inline;
}

h5 {
	font-size: 1.18em;
}


/* (5) sIFR */

/* (6) ACCESSIBILITY */

a.logo_outdent {
	position: absolute;
	left: 40px;
	top: 100px;
	display: block;
	height: 142px;
	width:400px;
/*	text-indent: -1999px;*/
 	padding-top: 0px;
 	margin-top: 0px;
font-weight: normal;
}

/* (7) SPECIAL RULES */


.date {
	font-family: georgia, serif;
	color: #999592;
	font-size: 12px;
	margin-top: 0;
}

#main img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.permlink {
	margin-bottom: 30px !important;
	clear: left;
	margin-top: 10px !important;
}

.permlink a, .permlink a:visited {
	text-decoration: underline;
}

 .permlink a:hover {
	color: #ffffff;
}


#main h2 {
	width: 300px;
	background: transparent url("http://nanoarchitecture.net/css/comps/mainh2underline.gif") no-repeat left bottom;
}

#main p, #left p{
	margin-top: 0px;
	margin-bottom: 0px;
}

#mid p, #far p {
	margin-top: 0px;
}

#far ul, #mid ul {
margin-top: 0px;
list-style: none;
}

p.catlist {
	margin:0;
	margin-bottom: 10px !important;
}

#footer p{
	margin: 0px;
	padding-top: 10px;
	padding-left: 40px;

}

#footer a, #footer a:visited {
	color: #666057;
	text-decoration: underline;
}

#footer a:hover {
	background-color: transparent;
	color: #666057;
	text-decoration: none;
}

ul.taglist, ul.recent, ul.rssMenu, ul.linklist {
	list-style: none;
}

ul.taglist li a, ul.recent li a, ul.rssMenu li a, ul.linklist li a, #archive #far a {
	text-decoration: none !important;
}

.spacerdiv {
	height: 20px;
	width: 100%;
}

#main ul, #left ul {margin-top:10px;}

#reference #main ul {
	list-style: none;
}

#index .catlist {
	display: none;
}

#search {
margin-left: 620px;
margin-top: -45px;
}

#search form p {
	display: inline;
	margin:0;
	padding:0;
	margin-right: 5px;
	color: #666666;
}

#slogan {
	display: none;
	position:absolute;
	top:45px;
	left: 280px;
	font-size: 87%;
	font-family: verdana, "lucida grande", arial, sans-serif;
	letter-spacing: 1px;
}

#resources #main {
	float: right;
	padding-left: 10px;
	padding-right: 40px;
	width: 370px;
}

#resources #left {
	height: auto;
	min-height: 600px;
	padding-left: 40px;
	padding-right: 10px;
	width: 370px;
}

#resources #main p, #resources #left p {
	margin-bottom: 10px;
	line-height: 1.2em;
}

#article #main ul, #archive #main ul {
	margin-bottom: 20px !important;
}

#archive #main {
}

h2.serif {
	font-family: georgia, times, serif;
	background-image: none !important;
	margin-bottom: -20px !important;
	margin-top: 0px !important;
}

#archive #main h3 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

#iemacarchive {
	display:none !important;
}

	
/* live archive */

#livearchives {display: none};
}            

.prev {
	margin-right: 20px;
}
