/*

  STYLE SHEET
   by Brian Fitzgerald

*/


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

text-align: left;

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

#headergraphic {

}

#nav {
top: 1px;
left: 3px;
font-family: Tahoma;
font-weight: bold;
font-size: 10pt;
}

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

#content {
position: relative;
top: 10px;
left: 244px;
width: 486px;
height: 439px;
overflow: auto;
}


#update_title {
font-family: Tahoma;
font-weight: bold;
font-size: 12pt;
color: #495566;
}

#update_entry {
font-family: Tahoma;
font-size: 10pt;
left: 55px;
}

#update_entry_fade {
font-family: Tahoma;
font-size: 12pt;
color: #495566;
}

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

/* -------PROJECTS------- */

#project_name {
position: relative;
font-family: Tahoma;
font-weight: 500;
font-size: 11pt;
color: #495566;
}

#project_url {
position: relative;
font-family: Tahoma;
font-size: 10pt;
color: #495566;
}

#project_info {
position: relative;
font-family: Tahoma;
font-size: 7pt;
color: #888D94;
}

/* ---------------------- */

#show_date {
position: relative;
left: 35px;
font-family: Tahoma;
font-size: 10pt;
color: #495566;
}

.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;
}

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

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

A:Link {
color: #495566; 
font-weight: 600;
text-decoration: none;
}
A:Visited {
color: #495566; 
font-weight: 600;
text-decoration: none;
}
A:Hover {
color: #5F6E84;
font-weight: 900;
text-decoration: none;
}

hr {
size: 1;
color: #495566;
}

hr.golden {
size: 1;
color: #E5C86A;
}

hr.lb {
size: 1;
color: #A4BEE4;
}

td.date {
font-size: 8pt;
font-family: Tahoma;
}
