@charset "utf-8";
/* CSS Document */

* {color:black;}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#252726 url(../images/main_background.jpg) no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

#container {
	width:1137px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-568px;
	background:none;
}

#navigation {
	width:1137px;
	height:118px;
	float:left;
	background:none;
	border:0px;
}

#main_item {
	width:1137px;
	height:388px;
	float:left;
	background:url(../images/main_item.png) no-repeat;
	border:0px;
	margin:100px 0px 0px 0px;
}

#main_item_left {
	width:526px;
	height:348px;
	float:left;
	background:none;
	border:0px;
	margin:20px 20px 20px 20px;
}

#main_item_right {
	width:526px;
	height:348px;
	float:left;
	background:none;
	border:0px;
	margin:20px 20px 20px 20px;
}

#second_item {
	width:1137px;
	height:auto;
	float:left;
	background:none;
	border:0px;
	margin:20px 0px 0px 0px;
}

#posts {
	width:1137px;
	min-height:300px;
	float:left;
	background:url(../images/second_item_middle.png) repeat-y;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer {
	width:1120px;
	min-height:39px;
	float:left;
	background:url(../images/footer.png) no-repeat;
	border:0px;
	margin:0px 0px 10px 1px;
	padding:15px 5px 5px 10px;
}

#inner_post {
	width:1097px;
	min-height:250px;
	float:left;
	background:none;
	border:0px;
	margin:10px 20px 20px 20px;
	padding:0px 0px 0px 0px;
}

input {
	color:white;
	background:#1a1e21;
	border:1px solid #34373a;
}

.submit input {
	color:white;
	background:#1a1e21;
	border:1px solid #34373a;
}

textarea {
	color:white;
	background:#1a1e21;
	border:1px solid #34373a;
}

/*FONT & COPY CLASSES*/

b {color:#FFFFFF;}

h1 {color:#FFFFFF; margin:0px;}
h2 {color:#FFFFFF; margin:0px;}
h3 {color:#FFFFFF; margin:0px;}
h4 {color:#FFFFFF; margin:0px;}

.text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;	
}

.subtext {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

.footer_text {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

/*LINK CLASSES*/

.footer_text :link {font-family:"Times New Roman", Times, serif; font-size:11px; color:#666666; text-decoration:none;}
.footer_text :hover {font-family:"Times New Roman", Times, serif; font-size:11px; color:#666666; text-decoration:underline;}
.footer_text :active {font-family:"Times New Roman", Times, serif; font-size:11px; color:#666666; text-decoration:none;}
.footer_text :visited {font-family:"Times New Roman", Times, serif; font-size:11px; color:#666666; text-decoration:none;}	

.subtext :link {font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; text-decoration:none;}
.subtext :hover {font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; text-decoration:underline;}
.subtext :active {font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; text-decoration:none;}
.subtext :visited {font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; text-decoration:none;}

.text_link :link {font-family:"Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:none;}
.text_link :hover {font-family:"Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:underline;}
.text_link :active {font-family:"Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:none;}
.text_link :visited {font-family:"Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; text-decoration:none;}

h1 :link {color:#FFFFFF; margin:0px; text-decoration:none;}
h1 :hover {color:#FFFFFF; margin:0px; text-decoration:none;}
h1 :active {color:#FFFFFF; margin:0px; text-decoration:none;}
h1 :visited {color:#FFFFFF; margin:0px; text-decoration:none;}


	
	