/* @override http://neitzer.com/soho/sohoadmin/program/modules/site_templates/pages/NEITZER-Foggy-test-test/custom.css */

/*  basic elements */
html
{
	margin: 0;
	padding: 0;
	color: silver;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #2e2e2e;
}

td.sohotext,
td.text,
p,
span
{
	text-align: left;
	padding: 0 10px 10px 10px;
}

li
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	text-decoration: none;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2d2d2d;
	padding: 55px 30px 0 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2d2d2d;
	padding-left: 10px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2d2d2d;
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
}

footer
{
	text-align: right;
	font-weight: bold;
}

td.hmains {
	text-align: left;
}

/**************** Pseudo classes ****************/





td.hmains a:link
{
	text-decoration: none;
	color: silver;
}

li a:link
{
	text-decoration: none;
	color: silver;
}

td.hmains a:visited
{
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

li a:visited
{
	color: silver;
	text-decoration: none;
	font-weight: bold;
}

td.hmains a:hover
{
	text-decoration: none;
	color: gray;
}

li a:hover
{
	display: block;
	font-weight: bold;
	color: silver;
}

td.hmains a:active
{
	font-weight: bold;
	text-decoration: underline;
}

li a:active
{
	text-decoration: none;
	color: silver;
}

/****ID****/
#navigation
{
	background: url(nav.png);
	width: 893px;
	height: 50px;
	position: relative;
	margin: auto;
	margin-bottom: 15px;
}

#path
{
	background: url(fog.png);
	position: relative;
	height: 137px;
	width: 891px;
	margin: auto;
	text-align: right;
	text-shadow: 5px 5px 3px #5e5f5c;
}

#nav
{
	position: absolute;
	width: 400px;
	overflow: visible;
}

#container
{
	width: 892px;
	position: relative;
	margin: auto;
}

#date {
	font-size: larger;
	font-weight: bold;
	color: #b5b5b5;
	border-top: 2px groove gray;
	text-shadow: black 3px 3px 5px;
}

#content
{
	position: absolute;
	background-color: #292929;
	height: 500px;
	width: 630px;
	overflow: auto;
	margin: 15px 0 0 241px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 20px;
}

#promo_bar
{
	background-image: url(promo.png);
	background-repeat: no-repeat;
	width: 221px;
	height: 48px;
	position: absolute;
	margin-top: 15px;
}

#promo_txt
{
	background-color: #292929;
	top: 80px;
	position: absolute;
	width: 221px;
	height: 435px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer
{
	background-image: url(bottom.png);
	position: relative;
	width: 891px;
	height: 33px;
	text-align: center;
	padding-top: 15px;
	margin: 525px auto auto;
}
