/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 11px;
font-family: terminal;
color: #808080;
line-height: 12px;
z-index: 100;
background-color: #000000;
width: 85px;
}

.anylinkcss a{
color: #000000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: underline;
text-weight: Bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #808080;
color: #000000;
}

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #808080;
}

P.prompt {
color: green; font-size: 16px; font-family: Courier, Courier New, Arial;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #ABABAB;
}

a:hover {
	text-decoration: none;
	color: #8B0000;
}


/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	font-size: 32px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	color: #808080;
}

/* Post */

.latest-post {
	padding: 0 0 1em 0;
}

.latest-post h2 {
	margin-bottom: .5em;
	background-color: #232323;
	padding: 8px 10px 8px 10px;
	border: 1px solid #363636;
	text-transform: uppercase;
	font-size: 16px;
	color: #808080;
}

.post {
	padding: 2em 0 1em 0;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #808080;
}

.file * {
	color: #808080;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #232323;
	border: 1px solid #363636;
	color: #808080;
}

/* Content */

#content {
	width: 80px;
	margin: 70px auto;
	padding: 0px 0px 0px 0px;
}

#colOne {
	float: left;
	width: 160px;
}

#colOne p {
	margin-top: 10px;
}

#colOne h2{
	padding: 10px 10px 10px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	font-size: 14px;
	text-transform: uppercase;
	color: #808080;
	background-image: url('bgtext.gif');
	background-repeat: repeat
}

#colOne ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	list-style-image: ;
}

#colOne li {
	margin-bottom: 1em;
	color: #B6B6B6;
}

#colOne li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 20px;
	background: ;
}

#colOne a {
	color: #888888;
}

#colOne a:hover {
	color: #B6B6B6;
}

#colTwo {
	float: left; 
	width: 650px;
	margin: 0px;
	padding: 0px 15px;
}

#colTwo p {
	padding: 0 1.5em 0 1.5em;
	line-height: 25px;
}


/* Footer */

#footer {
    float: bottom;
	width: 775px;
	margin: 0px auto;
	padding: 15px 0px;
	border-top: #363636 1px solid;
	
}

#footer p {
	margin: 0px;
	text-align: center;
}