/*

########################################

CORE77.COM : WE GOT THE STYLE

########################################

*/


/* ---------  SITE ELEMENTS --------- */

body {
	background-color: #382E2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #C7C5C5;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	height: 16px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C7C5C5;
}

.sect {
	vertical-align: bottom;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C5C5;
}

.col {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 42px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7C5C5;
}

.form_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C7C5C5;
	border: 1px solid #C7C5C5;
 	background-color: #504747;
	height: 14px;
}

.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	background-color: #382E2E;
	height: 14px;
	width: 40px;
	border: 1px solid #FF9933;
}


/* --------- LINKS --------- */

a:link {
	color: #FF9933;
	text-decoration: none;
}


a:visited {
	color: #FF9933;
	text-decoration: none;
}


a:hover {
	color: #382E2E;
	text-decoration: none;
	background: #C7C5C5;
}


a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #382E2E;
}	



/* --------- BLOG STYLE --------- */
	
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	background-color: #504747;
	border-top-width: 2px;
	border-bottom-width: 42px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #382E2E;
	border-bottom-color: #382E2E;
}


.post_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382E2E;
	font-weight: bold;
	background-color: #C7C5C5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.image {
	border: 1px;
	border-style: solid;
	border-color: #C7C5C5;
}




