/*   
Theme Name: Rezn1
Theme URI: http://reznmusic.com
Description: First web site theme for Rezn website
Author: Susie Sahim
Author URI: http://www.susiesahim.com
Template: default
Version: 0.1
.
Theme created exclusively for reznmusic.com. Do not use or redestribute without prior permission from Reznmusic.com and Susie Sahim. 
susiesahim@paperdemon.com
.
*/
body{
	margin: 0;
	padding: 0;
	background-color: #543725;
	background-image: url(rezn_main_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left 577px;
}
a,
a:link,
a:visited{
	color: #990000;
}
#page{
	height:100%;

}




#header{
	background-image: url(rezn_header_repeat.jpg);
	background-repeat: repeat-x;
}
#header #headerimg{
	width: 100%;
	background-image: url(rezn_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 244px;
}

/*
   hide title text and description
*/
#header #headerimg h1,
#header #headerimg .description{
	display:none;
}
#logo-link img{
	width: 440px;
	height: 160px;
	position:absolute;
	top: 35px;
	left: 20px;
}




.main{
	width: 100%;
}


ul.main-cols{
	display:inline;
}


.main{
	width: 100%;
}
.main .main-inner{
	background-image: url(rezn_main_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 100px;
}
h2{
	margin-top: 0px;
	padding-top: 1em;
}


#content{
	margin-left: 67px;
	padding-top: 90px;
	margin-right: 100px;
	width: 460px;
}




#upcoming-shows{
	top: 250px;
	position:absolute;
	left: 100px;
}
#upcoming-shows dl{
	width: 150px;
	font-size: 83%;
	float:left;
}
#upcoming-shows dl dt{
	font-weight: bold;
}
#upcoming-shows dl dt,
#upcoming-shows dl dd{
	margin: 0;
	padding: 0;
}



.main-col3{
	position:absolute;
	top: 244px;
	width: 100%;
	z-index:2;
}
.main-col3-inner{
	margin-left: 627px;
	height: 333px;
	display:block;
}
#sidebar{
	position:absolute;
	top: 200px;
	left: 630px;
}

#sidebar ul{
	padding: 0px;
}
#sidebar #mainnav{
	margin-top: 25px;
}
#sidebar #mainnav li{
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar #mainnav img{height: 29px; width: 150px;}
#sidebar #mainnav{
	list-style-type: none;	
}
#sidebar #mainnav{

}






#footer{
	clear:left;
	margin-top: 2em;
	margin-left: 67px;
}









.entry .postmetadata{
	display: none;
}
#commentform textarea{
	width: 450px;
}

.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	text-align:right;
}






/*
 *
 *  TYPOGRAPHY
 *
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
}
#content h2{
	border-top: solid 2px #616161;
	border-bottom: solid 1px #616161;
	padding: .2em 0em;
	margin: 1em 0em 0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h2 a{
	color: #000f21;
	text-decoration: none;
}
#content small{
	font-size: 83%;
	color: #666666;
	text-align:right;
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
}




