/* DANI MCCULLOCH.css */
.bg {  
	background-attachment: fixed; 
	background-color: 380101; 
	background-image: url(http://www.danispace.com/images/dmbg.jpg); 
	background-repeat: repeat-x; 
	background-position: left top
	}

/*links*/
A:active {
	color: #FF0000;
}
A:hover {
    COLOR: #FFFFFF;
	text-decoration: underline}
A:link { 
	color: #FFCC00;
	text-decoration: none;
} 
A:visited { 
	color: #CCCCCC;
} 

/* content */
.small {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF
}
.smallHilite {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFF99; 
	text-align: left;
}
.xsmall {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFCC00
}
.xsmallHilite {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFF99; 
	text-align: left;
}
.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFCC33;
}


/* news */
.newsHdr0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	font-weight: bold;
}
.newsHdr a:link {
	color: #FFCC00;
}
.newsHdr a:visited {
	color: #FFCC00;
	text-decoration: none;

}
.newsHdr a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.newsImgLg {
	margin: 0px 0px 6px 10px;
	float: right;
	border: 1px solid #000000;
}
.newsImgSm {
	margin: 1px;
	border: 1px solid #000000;
	height: 48px;
	width: 48px;
}
/* bio */
.aboutImg {
	margin: 0px 0px 10px 10px;
	float: right;
	border: 1px solid #000000;
}
	
/* gallery */
.galleryPosition {
	left: -2px;
	top: -2px;
	clip:   rect(   );
	position: absolute;
}
.galleryImgLg {
	margin: 1px;
	border: 1px solid #000000;
}
.galleryImgSm {
	margin: 1px;
	border: 1px solid #000000;
	float: center;
}
.galleryCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}

/* calendar */
.rowHdr {
	color: #ffffff;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.rowEven{
	background-color: #CC9999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rowOdd{
	background-color: #CAAA9F;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}


/* Albums and Songs */
.albumTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold }

.albumCvrLg {  
	border: 1px #000000 solid; 
	margin-top: 2px; 
	margin-right: 2px; 
	margin-bottom: 4px; 
	margin-left: 0px }

.albumCvrSm { 
	border: 1px solid #000000; 
	height: 80px; 
	width: 80px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px }	
	
.reviewHdr { 
	color: #FFCC00; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold }

.songList {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px }
}
.songList a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.songList a:hover {
	color: #FFCC00;
}
.songTitle { 
	color: #312745; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold }	
	
.songCaption {
	color: #000000;
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif; 
	font-size: 9px }

.songImg {
	margin: 4px;
	border: 1px solid #000000;
	float: left;
}
.selectedOn {
	background-color: #A7796C;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #000000;
}
.selectedOff {
	background-color: #CAAA9F;
	text-align: center; 
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000; 
}

/* Links */
.linksHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
.links {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.links a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.links a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
.links a:hover {
	color: #FFCC00;
	text-decoration: underline;

}