/* @override 
	http://www.leerenninger.com/site.css
	http://www.leerenninger.com/noir/site.css
*/

body
{
	background-color: black;
	margin: 0;
	color: silver;
	font: normal normal 16px "Helvetica Neue", Helvetica, Verdana, "Arial Narrow", Arial, sans-serif;
}

a
{
	color: grey;
	font-weight: normal;
	text-decoration: none;
}

a:visited { color: darkgray; }
a:hover { color: white; }

#navbar
{
	position: absolute;
	top: 0;
	width: 120px;
	left: 0;
}

/*
#navbar a
{
	color: #FFF;
	font-weight: lighter;
	text-transform: inherit;
	text-decoration: none;
}
#navbar a:hover
{
	color: #da7;
}
#navbar a:visited
{
	color: silver;
}
*/

/* common styles */
.uRhere
{
	background-color: #222;
	/*border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #000;*/
}

.pro
{
	text-align: left;
	/*text-transform: inherit;*/
	word-spacing: 3px;
	font-family: Georgia, serif;
	line-height: 20px;
}

.prowide
{
	/*text-align: left;*/
	/*text-transform: inherit;*/
	word-spacing: 3px;
	/*font-family: Georgia, serif;*/
	/*line-height: 20px;*/
	letter-spacing: 2px;
}

#title1
{
	position: absolute;
	top: 10px;
	/*bottom: 80px;*/
	left: 140px;
	height: 70px;
	width: 360px;
	padding: 0 0 0 12px;
	/*font-family: Times New Roman, Georgia;*/
	font-size: 24px;
	/*font-variant: normal;*/
	font-weight: lighter;
	/*text-transform: inherit;*/
	letter-spacing: 9px;
	/*background-color: #9b9;*/
	/*border-left: #9b9;
	border-width: 0 0 0 3px;
	border-style: none none none dotted;*/
}

#title1 span { font-size: 38px; }

#title2
{
	position: absolute;
	top: 74px;
	left: 170px;
	width: 360px;
	padding: 2px 0 0 18px;
	font-family: Verdana, Impact, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	/* font-variant: small-caps; */
	text-transform: inherit;
	letter-spacing: 10px;
	/*background-color: #da6;*/
	border-color: grey;
	border-width: 1px 0 0 0;
	border-style: solid;
	color: grey;
}

.nav
{
	margin: 0;
	width: 100%; /* ie6 bug */
	padding: 14px 0 14px 0;
	text-align: right;
	text-transform: inherit;
	font-size: 12px;
	border-left: #210;
	border-width: 0 0 0 3px;
	border-style: none none none solid;
	/*border-right: #210;
	border-width: 0 3px 0 0;
	border-style: none solid none none;*/
	border-right: 3px solid #033;
	border-width: 0 3px 0 0;
	border-style: none solid none none;
	/*color: #fffeff;*/
}

.topnav { height: 64px; }
.nav p { padding: 0 4px 0 4px; }

#navbar div:hover
{
	/*border-left: #888;*/
	/*border-right: 3px solid #366;
	border-width: 0 3px 0 0;
	border-style: none solid none none;*/
	/*border-right: #888;
	border-width: 0 3px 0 0;
	border-style: none solid none none;*/
}

.subnav
{
	margin: 0;
	padding: 6px 0 6px 0;
	/*border-left: #888;
	border-width: 0 0 0 3px;
	border-style: none none none solid;*/
	/*border-right: #888;
	border-width: 0 3px 0 0;
	border-style: none solid none none;*/
}

.navlink2
{
	color: #699;
}

#content
{
	position: absolute;
	top: 110px;
	left: 120px;
	right: 0;
	padding: 60px 60px 0 60px;
	font-size: 13px;
	line-height: 22px;
}

#content a { text-decoration: underline; }

#googleTranslateWidget
{
	position: absolute;
	width: 180px;
	height: 40px;
	top: 2px;
	right: 0;
}