/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SITE STYLES */

body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

a:link img, a:visited img
{
	/* seems to prevent flickering in Mozilla-based browsers */
	opacity:0.999;
}

a:active img, a:hover img, a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:active, a:focus: {
	color: #505050;
	text-decoration: underline;
}

#centered_container {
	width: 800px;
	margin: 0 auto;
	z-index: 1;
}

#thumbprint {
	position: relative;
	left: -100px;
}

#main_container {
	display: block;
	position: absolute;
	top: 0;	
}

#content {
	width: 600px; 
	margin-top: -120px;
	margin-left: -12px;
	margin-right: 12px;
	float: left;
}

#menu {
	left:612px;
	position:relative;
	top:80px;
	width: 152px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 30px;
	margin-right: 30px;
	color: #ffffff;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 30px;
	margin-left: 18px;
	color: #ffffff;
}


p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
}

#footer_line {
	width: 800px; 
	z-index: 100; 
	position: absolute; 
	border-top: 1px solid #fefefe;
	margin-top: 30px;
	font-size: 13px;
	color: #dcdcdc;
}

#footer_line a {
	color: #dcdcdc;
	text-decoration: none;
	font-size: 13px;
}

#footer_line a:hover, #footer_line a:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
}

/* your story styles */
div#comments {
	padding:4px;
}
div#comments div.head, div#comments div.foot {
	background-color: transparent;
	padding: 4px;
}

.foot {
	margin-top: 10px;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	display: block;
}

table.press_table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-collapse: separate;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.press_table th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	background-color: #dcdcdc;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.press_table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	background-color: #dcdcdc;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.press_table a {
	color: black;
}

table.press_table a:hover {
	text-decoration: underline;
}
/* comments & form styles */
div#comments span.action {
	float: right;
}
div#comments div.note {
	margin-left: 2em; 
	margin-right: 2em; 
	margin-top:8px;
	margin-bottom: 8px;
	border-bottom:1px solid #404040;

}
div#comments div.text {
	padding: 10px 0;
}

label {
    display: block;
    width: 162px;
    float: left;
		margin: 4px 10px 4px 8px;
    text-align: right;
		font-size: 15px;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.input {
    border: 1px solid #000000;
    font-size: 15px;
	  width: 340px;
}
textarea {
    border: 1px solid #000000;
    background: #e6e6e6;
		font-size: 15px;
}
.input {
    border: 1px solid #000000;
    background: #e6e6e6;
    font-size: 15px;
}

.input:focus {
	background: #ffffff;
}
textarea:focus {
	background: #ffffff;
}

.button {
    border: 1px outset black;
    background: white;
    font-size: 16px;
	width: 180px;

}


