/*
Theme Name: The Wretched Sun
Theme URI: http://ironthrones.com
Description: A theme for the band Iron Thrones
Author: bill - the syndicate
Author URI: http://www.thesyn.com
version: 1.0
Tags: heavy metal, widget-ready,
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#000000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}
	



  
@font-face {  
    font-family: 'LHFessendineregular';  
    src: url('LHFessendineregular.eot');  
}  
  
@font-face {  
    font-family: LHFessendineregular;  
    src: local('LHFessendineregular'),  
              local('LHFessendineregular'),  
              url("LHFessendineregular.otf") format("opentype");
}

h1 {font-size: 18pt;}
h2 {font-size: 20px; padding-bottom: 5px; font-family: 'LHFessendineregular', Georgia, Times, serif; text-transform: uppercase; font-weight:100; letter-spacing: 3px; }
h3 {font-size: 10pt;}
h4 {font-size: 9pt;} 



img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#95afd1;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
	color:#ffffff;
	overflow: hidden;
	}
	

/* content */


#content {
	float: left;
	width:650px;
	overflow: hidden;
	background-image:url(images/contentbg.png);
	background-repeat:repeat;
	margin:0px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt 'LHFessendineregular', georgia, times;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
.morenews {
font:normal 12pt 'LHFessendineregular', georgia, times;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
.post h2 a{
	color: #95afd1;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #95afd1;
	text-decoration: underline;
	}

.post ul {}

.post li {}

.entry p{margin:5px 0;}

.postmetadata{
	clear: both;
	padding:5px;
	margin: 5px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	


/* right sidebar */

#right{
	width: 330px;
	float:right;
	margin:0;
	padding: 0;
	background-image:url(images/contentbg.png);
	background-repeat:repeat;
	}

#right h2{
	font:normal 15pt 'LHFessendineregular', georgia, times;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 100;
	color: #FFFFFF;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #ffffff;
	}
	
#commentform a{color: #ffffff; text-decoration: none; line-height: 14pt;}
	
#commentform h3{
	font:normal 15pt 'LHFessendineregular', georgia, times;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 100;
	color: #ffffff;
	margin:0;
	padding:0;
	}
	
#comment{
	width:70%;
	}

#author, #email, #url, #comment, #submit{
	background-image:url(images/contentbg.png);
	background-repeat:repeat;
	color: #FFFFFF;
	font-weight: 100;
	margin:0px 0px 0 0;
	padding:5px;
	border: 1px solid #ffffff;
	}
	
#submit{margin:5px 5px 5px 5px;}

#comments{margin:0; padding:5px;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#ffffff;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: left;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
color: #000000;
}




/* footer */

#footer {
	background:none;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: ##95afd1;text-decoration: none;}
#footer a:hover{color: ##95afd1;text-decoration: underline;}

/*navigation */
#Table_01 {
	margin: 0 auto;
	margin-top: 230px;
	width: 900px;
	height:50px;
	margin-bottom: 15px;
}

#nav-01 {
	float: left;
	
	width:80px;
	height:50px;
}

#nav-02 {
	float: left;
	
	width:89px;
	height:50px;
}

#nav-03 {
	float: left;
	
	width:38px;
	height:50px;
}

#nav-04 {
	float: left;
	
	width:186px;
	height:50px;
}

#nav-05 {
	float: left;
	
	width:39px;
	height:50px;
}

#nav-06 {
	float: left;
	
	width:100px;
	height:50px;
}

#nav-07 {
	float: left;
	
	width:35px;
	height:50px;
}

#nav-08 {
	float: left;
	
	width:108px;
	height:50px;
}

#nav-09 {
	float: left;
	
	width:36px;
	height:50px;
}

#nav-10 {
	float: left;
	
	width:109px;
	height:50px;
}

#nav-11 {
	float: left;
	
	width:80px;
	height:50px;
}



/* bottom row */

#bottomrow {
float:left;
width: 1000px;
margin: 0 auto;
margin-top: 15px;
}

#shows {
float:left;
background-image:url(images/smallbackground.png);
width: 320px;
height: 359px;
}

#forum {
float:left;
margin-left: 20px;
background-image:url(images/smallbackground.png);
width: 320px;
height: 359px;
}

#merch {
float: right;
background-image:url(images/smallbackground.png);
width: 320px;
height: 359px;
}

.divpad {
padding: 10px;
}

/* videos */

#videosection {
width: 1000px;
background-image:url(images/videobackground.png);
height: 392px;
float: left;
margin-top: 15px;
}

/* news part */

#toppy {
margin-top: 15px;
width: 1000px;
margin: 0 auto;
}

#newscontent {
float: left;
background-image:url(images/newsbg.png);
width: 650px;
height: 100%;
}

 #twittercontent {
float: right;
height: 100%;
background-image:url(images/newsbg.png);
width: 330px;
} 



#spacer {
width: 290px;
Height: 15px;
}

/*hr {
border: 0;
  width: 90%;
color: #ffffff;
height: 1px;
} */

/*Gigpress */

li.vevent active {
padding-bottom: 5px;
}

span.gigpress-sidebar-date {
padding-top: 10px;
}

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
list-style: none;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
list-style: none;
}

ul {
list-style: none;
}

li {
list-style: none;
}

.botpad {
padding-bottom: 10px;
}

span.gigpress-info-label {
	color: #ffffff;
}

span.gigpress-info-item {
color: #ffffff;
}

