/*  
Theme Name: BT Theme
Theme URI: http://fat.thefatandthin.com
Description: Colon Three
Version: 1.0
Author: Meters
Author URI: http://fat.thefatandthin.com

*/


body{
	font-size: 15px;
	font-family: Courier;
	text-align: center;
	background: #000;
	color: #0F0;
}

h1, h2{
	font-size: 15px;
}


a:link, a:visited, a:active{
	text-decoration: none;
	color: #0F0;
	text-decoration: underline; 
}

a:hover{
	color: red;
}

#content{
	width: 750px;
	margin: auto;
	text-align: left;
	position: relative;
}

#header{
	text-align: left;
	width: 580px;
	padding-bottom: 20px;
}

#posts{
	width: 580px;
}

#sidebar{
	width: 170px;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 0px;
}

#sidebar h2{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#sidebar ul{
	list-style:none; 
	margin: 0px;
	padding: 0px;
}

#sidebar li{
	list-style:none;
	margin: 0px;
	padding: 0px;
}


#wp-calendar caption{
	text-transform:uppercase;
}



#postinfo{
	padding: 10px;
}

#entry{
	padding: 10px;
	padding-right: 30px;
}

input, textarea{
	color: #0F0;
	background: #000;
	border: 1px solid #0F0;
}



