/* - - - - - - - - - - general - - - - - - - - - -  */

/* set body to float in center of html */

html { background: url(../images/html_tile.jpg) repeat top center; }

body {
	behavior: url("htc/csshover.htc");
	width: 100%;
	background: url(../images/tile_fade.jpg) repeat-x top center;
	width: 100%;
	height: 500px;
	}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 723px;
	min-height: 348px;
	background: #000 url(../images/tile_fade.jpg) repeat-x top center;
}
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	position: absolute;
	top: 71px;
	left: 40px;
	width: 615px;
	height: 240px;
	background: url(../images/masthead-new.jpg) no-repeat;
}

#top_vine {
	position: absolute;
	top: 0px;
	left: 43px;
	margin-left:-15px;
	width: 667px;
	height: 72px;
	background: url(../images/vine-new.gif) no-repeat 0 -1px;
}

#left_vine {
	position: absolute;
	top: 70px;
	left: 2px;
	margin-left:-15px;
	width: 56px;
	height: 445px;
	background: url(../images/left_vine.gif) no-repeat;
}


	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	position: relative;
	width: 615px;
	margin: 0;
	padding: 0;
}

#primary_content {
	position: absolute;
	top: 310px;
	left: 40px;
	width: 615px;
	background: url(../images/content_bg.jpg) repeat-y top left;
}

#left_col {
	float: left;
	width: 193px;
}	

#right_col {
	clear: right;
	padding: 40px 35px 0 25px;
	margin: 0 0 0 192px;
	width: 363px;
	background: url(../images/content_top_bg.jpg) no-repeat top left;
}	

#right_col h1 {
	text-align: right;
}


.Divider {
	background: url(../images/divider.gif) no-repeat;
	width: 168px;
	height: 14px;
	margin: -5px 0 15px -5px;

}	

#news {
	width: 163px;
	margin-top: -15px;
	padding: 35px 15px 15px 15px;
}

#news img {
	margin-bottom: 10px;
}	
/* - - - - - - - - - - secondary content - - - - - - - - - -  */
#legend {
	margin-top: -25px;
	padding: 35px 0 20px 230px;
}

#legend img {
	margin: 0 0 -3px 3px;
}

.Album {
	margin: -20px 0 40px 15px;
	float: left;
}

.Album ul {
	margin: 0;
	padding: 0;
}

.SongList li {
	margin: 0;
	padding: 0;	
}

.Second {
	margin-left: 40px;
}

.AlbumName {
	margin-top: 10px;
}
	
.SongList img {
	margin: 0 0 -3px 4px;
}

.BioPic {
	float: left;
	margin-right: 14px;
}	

.TourMonth {
	margin-bottom: 25px;
	border-bottom: 1px solid #472e00;
}

.NewSection {
	float: left;
	border-top: 1px solid #472e00;
	margin: 0 0 40px 0;
	width: 363px;
}

.NewSection img {
	margin: 0 0 18px 0;
}

#right_col ul {
	overflow: auto;
	
}
#right_col ul li {
	margin-left:0em;
	
}
.EmiliaPhoto {
	float: right;
	border: 1px solid #472e00;
	margin: 8px 0 8px 8px;

}

#message_area {
	margin: 0;
	padding: 10px 0 6px 12px;

}

#message_area input {
	margin: 3px 10px 14px 0;
}

#message_area input.Submit {
	float: right;
	margin: 0 12px 2px 0;
}

#message_area .MessageFields {
	float: left;
	margin-right: 12px;
	width: 155px;
}

#message_area .MessageFields input {
	width: 155px;
	background: #e5e0d0;
	border-width: 0;
}

#message_area textarea {
	background: #e5e0d0;
	margin: 3px 10px 14px 0;
	width: 322px;
	height: 100px;
}

.Partner *{
	margin-right: 5px;
}

.ContactForm {
	float: left;
}

/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	width: 590px;
	height: 63px;
	padding: 10px 25px 0 0;
	margin: 40px 0 0 0;
	background: #19080b url(../images/curtain.jpg) repeat-x bottom left;
}

#footer img {
	margin: 0 0 -10px 0;
}	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav, #nav ul {
	list-style-type: none;
}

#nav {
	position: relative;
	padding: 90px 25px 0 0; 
	margin-bottom: 20px;
	width: 171px;
	height: 124px;
	background: url(../images/name_triangle.jpg) no-repeat top left;	
}

#nav li {
	
}

#news a:link, #news a:visited {
	color: #666;
}

#news a:hover { color: #333; }

#news a:active { color: #fff }

	
	
	
/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */

	




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 12px;
	color: #333;
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
}

a:link, a:visited {
	color: #000;
	white-space: nowrap;
	}

a:hover { color: #333; }

a:active { color: #000 }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

	
	
	
	
/* - - - - - - - - - - header typography - - - - - - - - - -  */

	
	
	
	
	
/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

#right_col {
	color: #472e00;
	line-height: 1.65em;
}	
	
#right_col a {
	color: #570500;

}	
	
	
.Album ul {
	list-style: none;
}	

.ArticleTitle {
	margin: 40px 0 20px 0;
	color: #570500;
	font-size: 18px;	
	border-bottom: 1px solid #472e00;
}	

/* - - - - - - - - - - secondary content typography - - - - - - - - - -  */

#news {
	color: #6e6b66;
	line-height: 1.5em;
}

#news p {
	padding-bottom: 20px;

}

#news .ArticleBody {
	background: url(../images/divider.gif) no-repeat bottom center;
	padding-bottom: 20px;

}

#news .ArticleTitle {
	margin: 15px 0 -15px 0;
	color: #7c0a07;
	font-size: 14px;	
	border-bottom: 0;
	background-image: none;
}	


.NewsItemDate {
	font-size: 14px;
	color: #7c0a07;
}

.Album a {
	text-decoration:none;
}

.AlbumName {
	font-size: 18px;
}

.Month {
	font-size: 20px;

}

/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#footer {
	color: #444;
	font-size: 11px;	
	text-align: right;
	line-height: 3.5em;	
}

#footer a {
	text-decoration: none;
	color: #444;
}




/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav li {
	text-align: right;
	line-height: 1.75em;
	font-size: 10px;
	
}

#nav li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;	
}

#nav li:hover a, #nav li.current a {
	color: #fff;
}

#nav li ul li a, #nav li:hover ul li a, #nav li.current ul li a {
	color: #fff;
}

#nav li ul li:hover a, #nav li.current ul li.current a {
	color: #fff;
}