/* ================== PAGE SET-UP ================== */
 
* {
margin: 0;
padding: 0;
}

html, body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
background: #FFF;
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 12px;
}

a {
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FF0000;
border: none;
}


#container {
min-height: 100%;
width: 960px;
position: relative;
}

#container-inner {
position: relative;
top: 57px;
left: 70px;
width: 820px;
float: left;
padding-bottom: 30px;
}

* html #container { /* IE 6 Min-Height Hack */
height: 100%;
}

/* ================== HEADER ===================== */

#header {
position: relative;
width: 820px;
float: left;
padding-bottom: 30px;
border-bottom: 1px solid #CECECE;
}

h1#logo {
width: 94px;
height: 32px;
background: url('dn_logo_home.png') no-repeat;
text-indent: -9999px;
float: left;
}

h1#logo a {
display: block;
width: 94px;
height: 32px;
float: left;
border: none;
}

h1#logo a:hover {
background: none;
}

/* ================== INTRO ===================== */

#intro {
width: 190px;
float: left;
margin-left: 116px;
line-height: 1.4;
position: relative;
top: -3px;
}

/* ================== TOP NAV ===================== */

#top-nav {	
width: 190px;
float: right;
line-height: 1.4;
position: relative;
top: -3px;
}

#top-nav ul {
list-style-type: none;	
}

#top-nav ul li {
clear: both;
position: relative;
}

#top-nav ul li a {
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
border: none;
color: #000;
}

#top-nav ul li a:hover {
color: #FF0000;
}




/* ================== CONTENT ===================== */

#content {
width: 820px;
margin-top: 30px;
float: left;
clear: both;
}

/* ================== HOME GALLERY ===================== */

ul.home-gallery {
width: 840px;
clear: both;
float: left;
list-style-type: none;
}

ul.home-gallery li {
width: 190px;
float: left;
margin-right: 20px;
padding-bottom: 30px;
}

ul.home-gallery li a img {
vertical-align: text-top;
border: none;
}

ul.home-gallery li a:hover {
background: none;
border: none;
}

ul.home-gallery p.home-gallery-caption {
margin-top: 10px;
color: #000;
}	

ul.archive-list {
position: relative;
top: -3px;
width: 820px;
clear: both;
float: left;
margin-bottom: 34px;
font-size: 12px;
}

ul.archive-list li {
display: inline;
line-height: 1.8;
font-size: 12px;
}

ul.archive-list li a {
font-weight: normal;
border-bottom: dotted 1px #AAA;
font-size: 12px;
}

ul.archive-list li a:hover {
font-weight: normal;
border-bottom: dotted 1px #FF0000;
}



/* =================== LEFT NAV ========================= */

#left-nav {
	width: 190px;
	float: left;
	padding-bottom: 30px;
}

#left-nav ul {
position: relative;
top: -3px;
list-style-type: none;
line-height: 1.4;
}

#left-nav ul li {
margin-bottom: 0.4em;
}


#left-nav ul li a {
font-weight: normal;
border-bottom: dotted 1px #AAA;
}

#left-nav ul li a:hover {
border-bottom: dotted 1px #FF0000;
}

/* ================== PROJECT ===================== */

div.project {
width: 610px;
padding: 0;
float: right;
}

div.line-project {
position: relative;
float: right; 
width: 100%;
border-top: 1px solid #CCC;
margin-bottom: 30px;
}



/* ================== PROJECT MAIN COLUMN ===================== */


.main-column {
	float: left;
	width: 400px;
	margin-right: 20px;
}


.main-column ul.image-stack {
position: relative;
list-style-type: none;
}

.main-column ul.image-stack li {
margin-bottom: 30px;
}

.main-column img {
border: none;
}

.main-column ul.image-stack a {
background: none;
}


.main-column ul.image-stack a:hover {
background: none;
}

.misc-container {
position: relative;
top: -3px;
padding: 0;
margin-bottom: 30px;
line-height: 1.4;

}

.misc-container p {
margin-bottom: 1em;
}

/* =================== PROJECT SIDEBAR ========================= */

.sidebar {
width: 190px;
float: right;
margin-bottom: 30px;
}

.sidebar p {
position: relative;
top: -3px;
margin-bottom: 1em;
line-height: 1.4;
}

ul.credits {
list-style-type: none;
margin-bottom: 1.8em;
line-height: 1.4;
}

.credit-type {
font-weight: bold;
}

ul.tags {
padding-top: 1.8em;
border-top: 1px solid #CCC;
list-style-type: none;
line-height: 1.4;
}


div.line {
float: left;
clear: both;
width: 820px;
height: 0;
border-top: 1px solid #CCC;
line-height: 0;
}

li.active {
color: #000;
}




/* ================== FOOTER ===================== */

#footer {
width: 820px;
padding-top: 30px;
margin-bottom: 30px;
border-top: 1px solid #CECECE;
float: left;
clear: both;
font-size: 11px;
}

#footer p {
font-size: 11px;
line-height: 1.4;
margin-bottom: 1em;
}

.mt-logo {
margin-top: 25px;
}

.mt-logo img {
border: none;
}

.mt-logo a, .mt-logo a:hover {
border: none;
background: none;
}

.clear-ie6 { /*IE6 workaround for Peekaboo bug*/
margin-top: 1px;
height: 10px;
clear: both;
}


/* =================== HEADINGS ========================= */


h1 {
font-size: 14px;
margin-bottom: 30px;
font-weight: bold;
width: 100%;
}


h2 {
font-size: 14px;
line-height: 1.4;
margin-bottom: 1em;
font-weight: normal;
}

h1.tag-header {
width: 610px;
float: right;
clear: both;
margin-bottom: 30px;
}

h1.home-archive-list {
width: 820px;
float: left;
font-size: 14px;
padding-top: 30px;
margin-bottom: 30px;
font-weight: bold;
width: 100%;
border-top: 1px solid #ccc;
clear: both;
}