﻿@charset "utf-8";
/* CSS Document */
/* The below restores some sensible defaults */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
strong{
	font-weight:bold
}
em{
	font-style:italic
}
a img{
	border:none;
} /* Gets rid of IE's blue borders */
ol, ul {
	list-style: none;
}
.inline {
	display:inline;
}
br.clear {
	clear:both;
}
div.clear {
	clear:both;
}
.clearright {
	clear:right;
}
.clearleft{
	clear:left;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
html {
	background-color: #000;
}
body {
	font-size:62.5%;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5em;
	font-size:1.2em;
	color: #fff;
	background-color: #000;
}
h1 { width: 601px;
	height: 29px;
	position: relative;
	bottom: 20px;
	left: 40px;
	font-size: 26px;
	}

#wrapper {
	width: 100%;
}
#subwrap {
	padding-left: 40px;
}
#header {
	padding: 70px 0px 0px 0px;
	height: 30px;
	width: 100%;
	border-bottom: 1px #fff solid;
}
#toprightpic {
	width: 137px;
	height: 100px;
	position: absolute;
	background:url(/themes/tonytinman/images/profilepicright.png) no-repeat top right;
	top: 0px;
	right: 0px;
}
#botleftpic {
	width: 207px;
	height: 207px;
	position: absolute;
	background:url(/themes/tonytinman/images/microphone.jpg) no-repeat top left;
	bottom: 0px;
	left: 0px;
}
#nav {
	float: left;
	width: 207px;
}
#nav ul {
	line-height: 22px;
	margin-top: 20px;
	font-size: 18px;
}
#nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-top: 2px;
}
#nav ul li a:hover {
	text-indent: 2px;
	border-left: 2px #fff solid;
}
#nav ul li a.current {
	font-weight: bold;
	text-indent: 2px;
	border-left: 2px #fff solid;
	margin-top: 2px;
}
#contentholder {
	float: left;
	margin: 20px 0px 20px 80px;
}
#contentpanel {
	padding-top: 20px;
	max-width: 1600px;
	min-width: 100px;
}
#copyright {
	margin-top: 40px;
	float: left;
	font-size: 10px;
	bottom: 0px;
	right:0px;
position: absolute;
}
	