BODY {
	margin: 0;
	padding: 0;
}

BODY, TD, TH, INPUT, SELECT {
	font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
	font-size: 12px;
}

BODY {
	background: #000000;
	// 19212a is also nice 1b1b1b
}

A {
	text-decoration: none;
	outline: none;
}

A:hover {
	text-decoration: underline;
}

H1, H2, H3, H4 {
	margin: 5px 0;
	color: #ddd;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,sans-serif
	letter-spacing: 1px;
}

H6 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 17px;
	margin-top : 4px;
	margin-bottom : 1px;
}

HB {
	color: #303030;
	font-size: 17px;
	font-weight: bold;
	font-family :'Trebuchet MS',Trebuchet,Verdana,sans-serif
	line-height : 17px;
	margin-top : 4px;
	margin-bottom : 1px;
}

HB { font-size:14px; }


H6 { font-size:16px; }


H1 { font-size: 18px; }
H2 { font-size: 14px; }
H3 { font-size: 12px; }
H4 { font-size: 11px; }

H2 {
	color: #ffde01;
	padding: 2px 0px;
	border-bottom: 1px dotted;
}



#main {
	width: 900px;
	margin: 20px auto;
	padding: 0 10px;
}


BODY, TD, TH {
	color: #909999;
}

INPUT, SELECT {
	color: #333;
}

A {
	color: #ddd;
}

A:hover {
	color: #fff;
}

.location
{
	font: 10px Verdana, Tahoma, Arial, "Arial MT", sans-serif;
	color: #999980;
	margin-bottom: 4px;
}



H2 {
	border-color: #404040;
}


#header #nav {
	height: 10px;
	margin-bottom: 5px;
}

#header #nav DIV { 
	border-color: #333;
}

#header #nav A {
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 4px;
}

#header #nav A:hover {
	color: #eee;
}




.dcontainer {width:250px;}
.done, .dtwo, .dthree, .dfour, .dfive { height:1px;
 background:#1d1d1d;}
.dfive {margin:0 5px;}
.dfour {margin:0 3px;}
.dthree {margin:0 2px;}
.dtwo {margin:0 1px;}
.done {margin:0 1px;}
.dcontent {padding:5px;background:#ffffff;}




.text_caption {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #DFDFDF;
}

.phototitle
{
	font: 22px/25px Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	color: #cbcbb4;
	margin-bottom: 3px;
}

.location
{
	font: 10px Verdana, Tahoma, Arial, "Arial MT", sans-serif;
	color: #999980;
	margin-bottom: 3px;
}

.equipment
{       
        font: 10px Verdana, Tahoma, Arial, "Arial MT", sans-serif;
        color: #999980;
}



/* -----------------------------------------------------------------------


 Tabs Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

/* CSS for tag clouds  */

#tagcloud {
    width: 500px;
    background:#817E79;
    color:#0066FF;
    padding: 10px;
    border: 0px solid #FFE7B6;
    text-align:center;
}
 
#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
}
 
#tagcloud a:hover, #tagcloud a:active {
    text-decoration: underline;
    color: #000;
}
 
#tagcloud span {
    padding: 4px;
}
 
.smallest {
    font-size:10px;
}
 
.small {
    font-size:15px;
}
 
.medium {
    font-size:20px;
}
 
.large {
    font-size:25px;
}
 
.largest {
    font-size:30px;
}








input[type=reset], input[type=password], input[type=text], input[type=button], input[type=submit] {
       font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
       text-decoration: none;
       padding: 2px 8px !important;
       cursor: pointer;
       border: 1px solid #bbb;
       -moz-border-radius: 11px;
       -khtml-border-radius: 11px;
       -webkit-border-radius: 11px;
       border-radius: 11px;
       -moz-box-sizing: content-box;
       -webkit-box-sizing: content-box;
       -khtml-box-sizing: content-box;
       box-sizing: content-box;
       color: #000000;
       text-shadow: rgba(255,255,255,1) 0 1px 0;
}
