@charset "UTF-8";
/* CSS Document */

/* HTML Elements */

body {
	background: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 15px auto;
}

h1 {
	color: #3399cc;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15pt;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 1px solid #ffff66;
	text-align: right;
	line-height: 175%;
}

#sidebar h1 {
	color: #3399cc;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: none;
	line-height: 175%;
	text-align: center;
	margin-bottom: 0px;
}

#header h1 {
	color: #3399cc;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: none;
	text-align: center;
	line-height: 175%;
}

h2 {
	color: #ffff66;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	line-height: 175%;
}

h3 {
	color: #999999;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	font-style: italic;
	text-transform: lowercase;
	text-align: left;
	line-height: 175%;
}

h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
	text-align: left;
	line-height: 175%;
}

p {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 175%;
}

a:link {
	color: #ffff66;
	text-decoration: none;
}

a:visited {
	color: #ffff66;
	text-decoration: none;
}

a:hover {
	color: #3399cc;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

img {
	background: #666666;
	border: 1px solid #ffffff;
	margin: 2px;
	padding: 3px;
}

img.imgnoboarder {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

a:link img {
	background: #666666;
	border: 2px solid #ffff66;
	padding: 2px;
}

a:visited img {
	background: #666666;
	border: 2px solid #ffff66;
	padding: 2px;
}

a:hover img {
	background: #666666;
	border: 2px solid #3399cc;
	padding: 2px;
}

a:active img {
	background: #666666;
	border: 2px solid #ffffff;
	padding: 2px;
}

input, textarea, select, option {
	background: #666666;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #3399cc;
	margin: 2px;
	padding: 5px;
}

hr {
	border: 1px solid #3399cc;
}




/* Layout Structure */

#container {
	width: 860px;
	margin: 10px auto;
}

#sidebar {
	background: #999999;
	text-align: left;
	width: 230px;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	float: right;
}

#header {
	width: 600px;
	height: 250px;
	margin: 0px 5px;
}

#headertxt {
	background: #666666;
	text-align: center;
	width: 280px;
	height: 240px;
	float: left;
	padding: 5px;
}

#headerimg {
	width: 300px;
	height: 250px;
	float: right;
	padding: 0px;
}

#content {
	background: #333333;
	text-align: left;
	width: 590px;
	margin: 10px 5px;
	padding: 5px;
}

#footer {
	clear: both;
	background: #666666;
	text-align: center;
	width: 840px;
	margin: 10px 0px 10px 5px;
	padding: 5px;
}




/* Misc. Classes and IDs */

.headerimg1 {
	background: #666666 url("../images/jake_001.jpg") center center no-repeat;
}

.headerimg2 {
	background: #666666 url("../images/jake_002.jpg") center center no-repeat;
}

.headerimg3 {
	background: #666666 url("../images/jake_003.jpg") center center no-repeat;
}

.headerimg4 {
	background: #666666 url("../images/jake_004.jpg") center center no-repeat;
}

.headerimg5 {
	background: #666666 url("../images/jake_005.jpg") center center no-repeat;
}

.headerimg6 {
	background: #666666 url("../images/jake_006.jpg") center center no-repeat;
}

.headerimg7 {
	background: #666666 url("../images/jake_007.jpg") center center no-repeat;
}

.headerimg8 {
	background: #666666 url("../images/jake_008.jpg") center center no-repeat;
}

ul#nav {
	display: inline;
}

ul#nav li {
	display: block;
}

ul#nav li a {
	display: block;
	width: 208px;
	letter-spacing: 0.3em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	margin: 2px;
	padding: 4px;
}

ul#nav li a:hover {
	background: #333333;
	border-left: 5px solid #3399cc;
	border-right: 5px solid #3399cc;
}

td.tdleft {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.tdright {
	text-align: left;
	vertical-align: top;
}

ul.subnav {
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul.subnav li {
	display: block;
	font-size: 10pt;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.topaffs {
	text-align: center;
}

.topaffs a img {
	margin: 2px;
}

.affiliates {
	text-align: center;
}

.flashimg { /* to make an object appear similar to an img, use the same properties assigned to img element make sure to add with and height in a style attribute in the HTML tag */
	background: #666666;
	border: 1px solid #ffffff;
	margin: 2px;
	padding: 3px;
}

.tagrules {
	background: #666666;
	font-size: 7pt;
	border: #3399CC 1px solid;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 200px;
	height: 175px;
	overflow: scroll;
	padding: 3px;
}

.tagrules ol {
	text-indent: 0;
}

.tagrules ol li {
}




/* Twitter Widget */

ul#twitter_update_list {
	display: inline;
}

ul#twitter_update_list li {
	margin: 5px 0px;
	padding: 3px 0px;
	list-style: none;
}




/* WP Classes and IDs */

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	border-top: 2px solid #3399cc;
}

.alignright {
	float: right;
	margin: 5px;
}

.alignleft {
	float: left;
	margin: 5px;
}

.postmetadata {
	text-align: center;
}