/*
Theme Name: Tim's Thing
Theme URI: http://www.blamingtim.com
Description: Attempting to make my own theme
Author: Tim
Author URI: http://www.blamingtim.com

*/

body {
margin: 0px;
background-color: #081413;
line-height: 15px;
color: #777C46;
}

input, select, textarea {
padding: 0px;
margin: 0px;
margin-top: 2px;
font-family: Tahoma;
font-size: 8pt;
}

a {
text-decoration: none;
color: #708E90;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #515530;
background-color: #EFE6DD;
}

#commentlist {
	margin: 1.2em 0;
	padding-left: 10px;
	list-style-type: none;
}
#commentlist li  { background-color: #d1d0c6; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; margin-bottom: 8px; padding: 1px 20px; border-style: solid; border-width: 1px; border-color: #fff #666666 #666666 #fff }

p {
padding: 0px;
margin: 0px;
font-size: 9pt;
font-family: Tahoma;
margin-bottom: 9px;
}

.pg {
padding: 0px;
margin: 0px;
padding-left: 3px;
padding-right: 2px;
}

table {
font-family: Tahoma;
font-size: 9pt;
color: #BFC4BE;
width: 100%;
}


td {
text-align: center;
}

.blogtitle {
	font-family: Tahoma;
	font-size: 12pt;
	letter-spacing: 3px;
	font-weight: lighter;
	color: #7A3611;
	position: absolute;
	left: 550px;
	top: 380px;
	width: 200px;
	text-align: right;
}

.calmenu {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 200px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 200px;
}

.searchbox {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;

}

.logoright {
	position: absolute;
	top: 10px;
	left: 780px;
	width: 200px;
}

.header {
	position: absolute;
	left: 240px;
	top: 15px;
}

.banner {
	position: absolute;
	left: 240px;
	top: 15px;
}

.navigation {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 550px;
}

.IEadjustment { 
/*  nest <div class="IEadjustment"> inside <div class="navigator"> to display properly on Internet Explorer */
	position: absolute;
	left: 37px;
}

ul#nav {
	list-style-type: none;
	font: 7pt Tahoma;
	margin: 1px 1px 1px 1px;
}

ul#nav li {
	float:left;
	width: 96px;
	margin: 2px;
	margin-right: 3px;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited {
	background-color: #243D3C;
	color: #788E8E;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

ul#nav li a:hover {
	background-color: #335655;
}

.sidebar {
	position: absolute;
	top: 280px;
	left: 20px;
	width: 200px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #BFC4BE;
	text-align: justify;
}

.adbar {
	position: absolute;
	top: 30px;
	left: 760px;
	width: 200px;
}

.content {
	position: absolute;
	top: 280px;
	left:240px;
	width: 500px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #BFC4BE;
	text-align: left;
}

h1 {
	padding: 0px 0px 0px 3px;
	font-family: Tahoma;
	font-size: 9pt;
	color: #3C5E5F;
	border-bottom: dotted 1px #BC8B48;
	font-weight: lighter;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.met {}

.met ul {
	margin: 0;
	padding: 0;
	text-indent: 0px;
}

.met ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

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

h2 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BC8B48;
}

input, select, textarea  { border-left:0px none #1d1e11; border-right:1px solid #1d1e11; border-top:0px none #1d1e11; border-bottom:1px solid #1d1e11; color: #515530; font-size: 8pt; font-family: Tahoma; background-color: #efe6dd; text-align: left; padding: 3px;   }