/*  
Theme Name: It's Time
Theme URI: http://its-time.info
Description: Custom theme for It'sTime.info
Version: 1.0
Author: Meli Wills
Author URI: http://melilyn.com
*/

/* Structure */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #606060 url(images/bg.jpg) repeat-x top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	color: #333;
	}
#container {
	margin: 25px auto;
	background: #606060 url(images/logo.jpg) top center no-repeat;
	text-align: left;
	width: 700px;
	padding-top: 150px;
	}
#sub-container {
	background: #FFF url(images/curves_top.jpg) top center no-repeat;
	padding-top: 20px;
	margin-top: 5px;
	}
#sub-footer {
	background: #FFF url(images/curves_bottom.jpg) bottom center no-repeat;
	clear: both!important;
	height: 20px;
	}
#footer {
	clear: both;
	padding-top: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	}
#content {
	padding: 0 20px;
	}

	
/* Headers */	
h1 {display: none;}

h2 {
	font-size: 2.4em;
	letter-spacing: 2px;
	font-weight: bold;
	color: #8494EA;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #8494EA;
	font-family: "Times New Roman", Georgia, serif;
	padding: 0 0 5px 0;
	}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	}
h3.titlebar {
	background-color: #EEE;
	-moz-border-radius: 5px;
	padding: 3px;
	}
.news h3 { 
	color: #8494EA;
	text-transform: uppercase;
	}
h4 {
	font-weight: bold;
	font-size: 1.05em;
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0px;
	}

/* Navigation */
#navlist {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	}
#navlist li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	}
#navlist a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
#navlist a:hover {
	color: #A5B1F1;
	background-color: transparent!important;
	}

/* Search Bar */
#searchform {
	float: right;
	margin-right: 8px;
	}
#searchform input {
	background-color: #666;
	border: 1px solid #3D3D3D;
	}
#searchform input:focus {
	background-color: #777;
	}

/* Misc */
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #8494EA;
	}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #8494EA;
	}
#front-sidebar p {
	font-size: 0.9em;
	}
span.date {
	color: #666;
	font-style: italic;
	font-weight: normal;
	}
.center {
	text-align: center;
	}
.emphasis {
	color: #8494EA;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	}
#footer a {
	color: #EEE;
	text-decoration: underline;
	}
#footer a:hover {
	color: #8494EA;
	background-color: transparent!important;
	text-decoration: none;
	}
blockquote {
	border: 1px solid #DDD;
	border-top: 3px solid #DDD;
	border-bottom: 3px double #DDD;
	color: #666;
	padding: 5px;
	}

img.centered {
	margin: auto;
	}
.clear {
	clear:both;
	height: 1px;
	}
#content li {
        margin: 0 0 6px 0;
        }
.floatleft {
	float: left;
	width: 200px;
	}
.new {
	font-weight: bold;
	text-transform: uppercase;
	color: red;
	}
.linkpages a {
	border: 1px solid #CCC;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	}
table.mp3s {
	width: 100%;
	border: 1px solid #333;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	}
table.mp3s th {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: inherit;
	text-style: inherit;
	text-transform: uppercase;
	letter-spacing: .3em;
	}
table.mp3s tr {
	border-bottom: 1px solid #333;
        }
table.mp3s td {
        padding: 2px 2px 2px 6px;
	}
.news {
	float: left;
	width: 206px;
	background-color: #EEE;
	margin: 5px 20px 10px 5px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 1.1em;
	}