/* CSS Document */
/* styling for dustinfineout.com */

body {
	background-color: #000;
	background-image: url(../media/back.png);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 0px;
	color: #fff;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

.lpic {
	float: left;
	border: 1px;
	border-color: black;
	border-style: dashed;
	margin-right: 5px;
	margin-bottom: 5px;
}

.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#title {
	background-image: url(../media/top.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: System, sans-serif;
	width: 100%;
	height: 189px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.trans-on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.trans-off {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#top_desc {
	position: absolute;
	left: 50px;
	top: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #aaa;
}

#name {
	position: absolute;
	left: 50px;
	top: 55px;
}

#myname {
	font-size: 40pt;
}

#postname {
	font-size: 10pt;
	padding-left: 10px;
}

#navigation {
	font-family: System, sans-serif;
	font-size: 10pt;
	position: absolute;
	top: 140px;
	left: 50px;
	width: 650px;
	height: 20px;
}

#navigation .nav {
	text-align: center;
	float: left;
	margin-right: 40px;
}

.sel {
	border: 2px solid black;
	padding: 2px;
}

.nosel {
	padding: 4px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active {
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	color: orange;
}

#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	width: 800px;
	position: absolute;
	top: 195px;
	left: 50px;
	overflow: auto;
}

#content a:link,
#content a:visited,
#content a:active {
	color: lightblue;
	text-decoration: none;
}

#content a:hover {
	color: white;
}

#rehash_search {
	padding: 10px;
	background: #222;
	width: auto;
}

#alg_div {
	border-bottom: 2px solid black;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#hash_div {
	border-right: 2px solid black;
}

#new {
	border-color: black;
	border: 1px;
	border-style: dotted;
	width: 500px;
	position: relative;
	padding-right: 5px;
	left: 55px;
}

#footer {
	font-family: System, sans-serif;
	font-size: 10pt;
	width: 700px;
	border-top: dotted white 1px;
	padding-top: 5px;
	margin-top: 20px;
}

#footer_left {
	float: left;
	width: 200px;
	text-align: left;
}

#footer_right {
	float: right;
	width: 420px;
	text-align: right;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: lightblue;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

.clearall {
	clear: both;
}