/* 
	CSS Styles
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	font-family: 
	    Constantia, 
	    "Lucida Bright", 
	    Lucidabright, 
	    "Lucida Serif", 
	    Lucida, 
	    "DejaVu Serif",
	    "Bitstream Vera Serif", 
	    "Liberation Serif", 
	    Georgia, 
	    serif;
    
	color: #6c5c79;
	background-color: #000;
	text-align: center;		/* centers content in IE5.5 and earlier */
	word-wrap: break-word;	/* breaks long words in IE, prevents float drops */
	}

#wrapper{
	position: absolute;
	width: 630px;
	left: 50%;
	padding: 0px 30px;
	margin-left: -340px;
	text-align: left;
	background-color: #000;
	}

#navbar{
	position: absolute;
	width: 630px;
	top: 90px;	
	}

/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ul {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}

li {
  font-size: 1.0em; color: #FFBA00; text-transform: uppercase;
  float: left;
  margin-left: 0px;
  padding-right: 30px;
}

li a {
  color:#526197;
}

a:hover {
  color:#FFF;
}

dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.85em;
	color: #526197;
	padding-top: 0.2em;
	}
dd{	
	margin-bottom: 0.8em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #526197;
	}

h1 { font-size: 2.0em; color: #444; padding-top: 0;}
h1 a { color: #526197; border: none; }
h2 { font-size: 0.9em; color: #b991e3; text-transform: uppercase;}
h3 { border-bottom: 1px solid #262229; padding-bottom: 5px; font-size: 0.5em; text-align: center;

font-family: 
    Corbel, 
    "Lucida Grande", 
    "Lucida Sans Unicode", 
    "Lucida Sans", 
    "DejaVu Sans", 
    "Bitstream Vera Sans", 
    "Liberation Sans", 
    Verdana, 
    "Verdana Ref", 
    sans serif;
    }
a{
	color: #FFF;
	text-decoration: none;
}

p a:hover { border-bottom: 1px dotted #fff; }
a img{ 	border: none;}

small{ font-size: 0.8em; }
h1 small{ font-size: 0.5em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{ font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.1em;}
kbd{
	color: #526197;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

/* misc
----------------------------------------------- */
.section{ padding-top: 1.0em;}

.download{
	background-color: #6c5c79;
	border: 1px solid #ddddd3; 
	padding: 0.7em 1.5em; }
.download li{
	list-style: none;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddddd3;
	}

.thumbnail {
	float: left;
	margin-right: 13px;
	text-align: center;
}

.thumbnail img {
	background-color:#000;
	display:block;  
	margin:10px 0px 12px 5px;
	padding:4px;
	position:relative;
}

.thumbnail img:hover {
	background-color: #907aa8;
} 

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

/* forms
----------------------------------------------- */
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1.0em;
	display: block
}

input {
	font: 100% Verdana, Helvetica, sans-serif;
	width: 30em; height: 1.6em;
	color: #FFF;
	background: #111;
	border: 1px solid #222
}

.submit {
	font: 100% Helvetica, sans-serif;
	margin-left: 9em;
	width: 6em; height: 2em;
	color: #FFF;
	background: #526197;
	border: 1px solid #777
}

textarea {
	font: 100% Helvetica, sans-serif;
	resize: none;
	width: 30em; height: 16em;
	color: #FFF;
	background: #111;
	border: 1px solid #222
}


/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




