/*
Theme Name: Exit
Description: Exit theme.
Version: 1
Author: Daren Zammit
*/

html, body {
	height: 100%;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background:url(img/background.gif);
}
#flashbackground {
	position : relative;
	z-index: 2;
}
#content {
	width:100%;
	position : absolute;
	z-index: 10;
}
#wrapper {
	width:700px;
	margin:0 10px;
}
#header {
	margin:0 0 10px 0;
	background-color:#000;
	height:25px;
}
#contentBox {
	float:left;
	width:470px;
}
#sidebar {
	width:200px;
	background-color:#000000;
	float:right;
	padding:10px;
	color:#FECD08;
}
#sidebar ul {
	padding:0;
	margin:5px 0 20px 0;
}
#sidebar li {
	list-style:none;
	padding-bottom:2px;
}
input, select, textarea {
	border:1px solid #333;
	background-color:#333;
	color:#fff;
	font-size:10px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	width:220px;
}
.submitButton {
	background-color:#FFFFFF;
	color:#000;
	border:0;
	width:auto;
}
.button {
	background-color:#000;
	border:0;
	width:auto;
	padding:2px 7px;
	text-decoration:none;
	color:#FECD08;
}
.yellowbutton {
	background-color:#FECD08;
	border:0;
	width:auto;
	padding:2px 7px;
	text-decoration:none;
	color:#000;
}
 .yellowbutton:hover{
 background-color:#FFF;
 color:#000;
 text-decoration:none;
 }
.button:hover, .submitButton:hover{
	background-color:#FECD08;
	color:#000;
	text-decoration:none;
}
.checkbox {
	border:0;
	padding:0;
	margin:0 5px 0 0;
	width:auto;
	background-color:#000;
}
img {
	border:0
}
a {
	color:#FECD08;
	text-decoration:none;
}
a:hover {
	text-decoration:underline
}
.hidden {
	display:none;
}
.navigation div {
	background-color:#000;
	margin-bottom:10px;
	display:table;
}
.post {
	background-color:#000;
	padding:10px;
	margin-bottom:10px;
}
.post h2, #sidebar h2 {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	margin:0 0 5px 0;
	color:#FFF;
}
h2 a {
	color:#FFF;
	text-decoration:none;
}
h3 {
	font-weight:bold;
	color:#FECD08;
	font-size:11px;
	margin:10px 0 0 0;
}
.alignright {
	float: right;
	padding:10px;
}
.alignleft {
	float: left;
	padding:10px;
}
.msg {
	background-color:#990000;
	padding:10px;
	margin:10px 0;
	font-weight:bold;
}
.podcasts {
	background-color:#0077AD;
	padding:10px;
	margin:20px 0;
}
.postmetadata {
	font-size:9px;
	border-top:1px dotted #333;
	padding-top:10px;
}
.bottom_black {
	margin:0;
	height:10px;
}
td {
	padding:5px 0;
}
