/*

  Leaving Cash STYLE SHEET
   by Brian Fitzgerald

*/


body {
background: #FFFFFF;
background-image: url('../images/bg2.jpg');
background-attachment: fixed; 
background-position: center;
background-repeat: no-repeat;
color: #FFFFFF;

text-align: left;

margin-left: 5;
margin-right: 15;
margin-top: 1;
scroll: auto;
scroll-x: disabled;
}

#wrapper {
margin: 0 auto 0 auto;
text-align: left;
width: 730px;
}

#header {
position: relative;
left: -8px;
}

#nav {
position: relative;
left: 35px;
top: 10px;
width: 200px;
height: 500px;
overflow: auto;
}

#nav_text {
font-family: Tahoma;
font-weight: 500;
font-size: 10pt;
}

#content {
position: relative;
top: 10px;
left: 25px;
width: 445px;
height: 500px;
overflow: auto;
}

#update_title {
font-family: Tahoma;
font-weight: bold;
font-size: 14pt;
color: #E8AB2A;
}

#update_entry {
font-family: Tahoma;
font-weight: 400;
font-size: 10pt;
}

#update_entry_fade {
font-family: Tahoma;
font-weight: bold;
font-size: 10pt;
color: #4E4E4E;
}

#update_date {
font-family: Tahoma;
font-size: 8pt;
color: #616161;
}

#press_source {
position: relative;
top: -15px;
left: 20px;
font-family: Tahoma;
font-size: 8pt;
color: #616161;
}

#linkimgblock {
position: relative;
top: 80px;
}

#show_date {
font-family: Tahoma;
font-weight: bold;
font-size: 12pt;
color: #E8AB2A;
}

#show_subtext {
position: relative;
left: 35px;
font-family: Tahoma;
font-size: 8pt;
}

#show_loc {
position: relative;
left: 35px;
font-family: Tahoma;
font-weight: 600;
font-size: 10pt;
color: #9A9175;
}

.showdate{
	border-top: 2px solid #AFAAA5;
	padding: 15px 15px 15px 15px;
	font-weight: bold; 
}

.showinfo{
	border-left: 2px solid #AFAAA5;
	border-top: 2px solid #AFAAA5;
	padding: 15px 15px 15px 15px;
}


#heading {
position: relative;
top: 10px;
left: 30px;
font-family: Tahoma;
font-weight: bold;
font-size: 22pt;
}

/*

#heading:after {
content: url(../images/girl1.jpg);
}

*/


/*
#shows {
font-family: Arial;
font-weight: bold;
font-size: 14;
}
*/


#albumtitle {
font-family: Tahoma;
font-weight: bold;
font-size: 14pt;
}

A:Link {
color: #FFFFFF; 
text-decoration: none;
}
A:Visited {
color: #FFFFFF; 
text-decoration: none;
}
A:Hover {
color: #E8AB2A;
text-decoration: none;
}

hr {
align: center;
size: 1px;
color: #535353;
width: 705px;
}
