/*
	style.css
	(C)Eric Shalov, 2008

	Verify CSS 2.1 compliance here:
	http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.ericshalov.com%2F
*/

body {
	background-image: url('graph.jpg');
	background-color: black;
	color: black;

	font-family: Helvetica;
	font-size: 16px;
}

#shebang {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#top {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#rubendario {
	border: 0px solid #aaa;
}

#rightside {
	position: absolute;
	padding: 0;
	border: 0;
	top: 0;
	width: 320px;
	height: 527px;
	overflow: auto;
}

#clustr {
}

#textpanel {
	position: relative;
	height: 427px;
	min-width: 340px;
}

#name {
	font-family: Times;
	font-size: 32px;
}

#address {
	padding: 20px;
	background-color: #E0E0E0;
	text-align: center;
	background: url('waterpaper.gif');
}

#pgp {
	font-family: Courier;
	font-size: 10px;
}
#pgp a         { color: black; text-decoration: none; }
#pgp a:active  { color: black; }
#pgp a:visited { color: black; }
#pgp a:hover   { color: white;    background-color: black; }

#menu {
	padding: 20px;
	text-align: center;
}

#menu a         { color: blue; text-decoration: none; }
#menu a:active  { color: blue; }
#menu a:visited { color: #000040; }
#menu a:hover   { color: white;    background-color: #000040; }

#footer {
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10px;

	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: black;
}

#footer a { color: purple; text-decoration: none; }
#footer a:active { color: yellow; }
#footer a:visited { color: #808000; }
#footer a:hover { color: black; background-color: white; }

body.bodyclass #textpanel { margin-right: 320px; }
body.bodyclass #rightside { right: 0; }

#name {
	color: black;
}

#address {
	color: black;
}

#your_ip {
	font-family: Helvetica;
	font-size: 12px;
}
#your_ip a:active  { color: black; }
#your_ip a:visited { color: black; }
#your_ip a:hover   { color: white;    background-color: black; }
