/* CSS Document */

/* GENERIC */

body {
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	background: #0c0c0c;
	}
	
body.comments	{
	background: url(../site_images/structural/bg2.gif) repeat-x;
	}

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}

div {
	line-height: 1.8em;
	}

table  {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 100%; /* IE hack */
	}
	
.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

img {
	border: none;
	}
	
.photo {
	border: 3px solid #2b2e2e;
	}
	
.photoLink {
	border-bottom: none;
	}
	
.photoLink:hover {
	border-bottom: none;
	}
	
.icon {
	padding-top: 6px;
	}
	
#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
		}
		
#top ul li {
	margin-left: 0;
	padding-right: 12px;
	border: none;
	list-style: none;
	display: inline;
	}
	
/* LAYOUT */

#containerTop {
	text-align: left;
	width: 100%;
    height: 40px;
    voice-family: "\"}\"";
    voice-family: inherit;
	}

html>body #containerTop {
    height: auto;
	}

#top {
	margin: 0 auto;
	width: 770px;
	position: relative;
	padding: 0;
	}
	
#containerMain {
	text-align: left;
	width: 100%;
    height: 40px;
    voice-family: "\"}\"";
    voice-family: inherit;
	}

html>body #containerMain {
    height: auto;
	}
	
#main {
	margin: 0 auto;
	width: 770px;
	position: relative;
	}

#photo {
	float: left;
	width: 770px;
	padding: 0 0 15px 0;
	}

#text {
	float: left;
	width: 770px;
	padding: 0 0 20px 0;
	}

#footer {
	float: left;
	width: 770px;
	}
	
/* TEXT */

h1 {
	color: #919494;
	font-size: 2em;
	font-weight: lighter;
	text-decoration: none;
	line-height: 1.3em;
	margin: 10px 0 -5px 0;
	}
	
h1.padded {
	margin: 0 0 20px 0;
	}
	
h2 {
	color: #919494;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .15em;
	line-height: 1.3em;
	margin: 0 0;
	}
	
h3 {
	color: #919494;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .15em;
	line-height: 1.3em;
	margin: 10px 0;
	}
	
p {
	color: #919494;
	}
	
.txtDark {
	color: #545454;
	line-height: 1.4em;
	}
	
/* LINKS */

A {
	text-decoration: none;
	line-height: 1.6em;
	color: #919494;
	}

A:HOVER {
	text-decoration: none;
	color: #fff;
	}
	
a.nav {
	text-decoration: none;
	letter-spacing: -1px;
	color: #919494;
	}

a.nav:HOVER {
	text-decoration: none;
	letter-spacing: -1px;
	color: #fff;
	}
	
a.linkDark {
	color: #545454;
	}
	
a.linkDark:hover {
	color: #fff;
	}
	
/* COMMENTS */

#containerComments {
	text-align: left;
	padding: 0 20px 10px 20px;
	}
	
#topComments {
	border-bottom: 1px dotted #919494;	
	}	
	
#contentComments {

	}	
	
#formComments {
	border: 1px solid #919494;
	padding: 10px 10px;
	margin: 20px 0 0 0;
	background: #0c0c0c;
	}
	
#contentComments ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
    width: 100%;
    }
	
#contentComments li {
    padding: 10px 0 10px 5px;
    border-bottom: 1px dotted #919494;
    }

.input {
	background: #fff;
	}
	
.button {
	border: 1px solid #919494;
	background: #0c0c0c;
	font-size: 1em;
	}
	
/* WEB */

#intro {
	width: 100%;
	padding: 20px;
	border: solid 3px #3d3d3d;
	background: #2c2c2c;
	}
	
div.siteBox {
	float: left;
	width: 100%;
	padding: 20px;
	border: solid 3px #2B2E2E;
	}

.grab {
	/*border: 1px solid #3c3c3c;*/
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	}
	
.highlightText {
	color: #b0b4b4;
	font-weight: bold;
	}