html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: verdana;
	font-size: 80%;
	line-height: 100%;
	background-color: #000000;
	text-align: center;
	/*This is overridden by the timeBG code in header.php */
	background-image: url(http://trancecore.ferox.org/images/cablesback.png);
    background-repeat: no-repeat;
	background-position: top left;
}

body,td,th {
	color: #CCC;
	line-height: 130%;
}

#wrap {
	width: 900px;
	/* margin: 0 auto; */
}

#header {
	margin:0 auto;
	padding:0;
	height:88px;
	width:100%;
}

#header h1 {
	text-align:left;
	width:665px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	padding:10px 15px 0 15px;
	margin:0 auto;
	line-height:normal;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#F77;
	text-decoration:none;
}

#searchtop {
	float:right;
	margin-right:15px;
}

#pages {
	height:26px;
	width:100%;
	background-color:#000000;
	margin-bottom:14px;
}

#pages ul {
}

#pages ul li {
	float:left;
	display:inline;
	width:100px;
	height:27px;
	color:#DDD;
	padding:5px 0 0 0;
	margin: 0 2px 0 2px;
}

#pages ul li a, #pages ul li a:visited, 
#pages ul li a:active, #pages ul li a:hover {
	color:#DDD;
	text-decoration:none;
}

#pages ul li:hover, #pages ul li a:hover {
	background-color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#current, li.current_page_item {
	background-color:#131313;
	color:#333333;
	font-weight:bold;
}

#content {
	-moz-border-radius:20px;
	-khtml-border-radius:20px;  
	-webkit-border-radius:20px;  
	border: 0px solid #422;  
	width: 900px;
	margin:0 auto;
	/*
        background-color: #111; 
	*/
}

#sidebar {
    left:15px;
    position:absolute;
    top:45px;
    width:175px;
}

#sidebar h4 {
	color: #900;
	font-family:Trebuchet MS, arial, sans-serif;
	margin-top:5px;
	padding:10px 3px 7px 3px;
}

#sidebar p {
	padding:3px;
	font-size:70%;
}

#menu {
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	-webkit-border-radius:20px;  
	/* background-color: #000; */
	border: 0px solid #333;  
	padding:0 0 10px 6px; 
	text-align:left;
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:75%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:162px;
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color:#AAA;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#fff;
	background-color:#333;
}

#main {
	/* background-color:#111; */
    background-image:url(http://trancecore.ferox.org/images/trans.gif);
	border: 0px solid #211;
	margin:0;
	width:685px;
	text-align:left;
	float:right;
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color:#B00;
	text-decoration: none;
}

a:hover {
	color:#fff;
	text-decoration: none;
}

h1 {
	font-family: Georgia, helvetica, verdana, arial;
	font-weight: bold;
	font-size: 200%;
	letter-spacing: -0.1em;
	line-height: -0.1em;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	color:#666;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 1px solid #222;
}

h3 {
	font-family: Georgia, helvetica, verdana, arial;
	font-weight: bold;
	font-size: 180%;
	letter-spacing: -0.1em;
	line-height: -0.1em;
	color:#C00;
}


h4 {
	letter-spacing: -0.1em;
	line-height: -0.1em;
	color:#C00;
	font-size: 180%;
}

p {
	font-size: 85%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

h3 a:link, h3 a:hover, h3 a:visited{
	text-decoration:none;
}

.item {
	text-align:left;
	border-top: 0px solid #333;
	padding:10px 15px 10px 10px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h3 a {
	color: #F00;
	display: inline;
}

.storycontent p {
	padding:5px 5px;
}

img {
/*	float:left; */
	padding:0 8px 5px 0;
}

img.right {
	float:right;
	padding:0 0 5px 8px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #eee;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 15px;
   padding: 0 4px 5px;
   margin: 0;
}

.category {
	border-top: 1px solid #555;
	margin: 5px;
	font-size: 10px;
	font-style: italic;
	color: #666;
	display: block;
}

.chronodata, .tags, .metadata {
	margin: 5px;
	font-size: 10px;
	font-style: italic;
	color: #555;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#CCC;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;  
	background-color: #000;
	border: 1px solid #411;  
	padding: 5px;
}

#searchform input, #s input {
	display:inline;
	font-size:11px;
	color:#BBB;
	border:1px solid #555;
	background-color:#222;
}

#author, #email, #url {
	width: 200px;
}

#comment {
	width: 450px;
	height:175px;
	padding:10px;
}

#comments {
	color:#AAA;
	line-height:normal;
}

.metadata {
	color: #444;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #343434;
	background-color:#252525;
}

blockquote blockquote {
	border-left: 5px solid #454545;
	background-color:#363636;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	color:#666666;
	margin-bottom:15px;
	line-height:normal;
}

#respond h3 {
}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding:5px;
	background-color:#252525;
	margin:2px;
	overflow:hidden;
}

.commentlist li p {
	padding:8px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #545454;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #666;
}

.alignright {
	float: right;
	padding-right:px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	background-color:#252525;
}


#wp-calendar td {
	color: #666666;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#252525;
	color: #898989;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	height:50px;
	clear:both;
}

#footer p {
	text-align: center;
	color: #666666;
	font-size:10px;
	padding-top:45px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #545454;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

#calendar_wrap {
	margin-bottom:15px;
}