/* CSS Document */

p, h1, h2, h3, h4, h5, label, td, li {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
}
h2 {
	font-size: 16px;
	text-align: left;
}
p, td {
	font-size: 16px;
}
label {
	font-size: 14px;
}

/* Button Behaviour */
#homeBut, #buyBut, #datesBut, #picsNewsBut, #contactBut, #dance, #symphonies {
	position:absolute;
	left:30px;
	width:110px;
	height:66px;
	background-repeat:no-repeat;
	display:block;
	z-index: 3;
}

#homeBut {
	top:203px;
	background-image: url(../images/Buttons/homeBut.gif);
}
#homeBut:hover {
	background-image: url(../images/Buttons/homeButRO.gif);
}
#buyBut {
	top:407px;
	background-image: url(../images/Buttons/buyBut.gif);
}
#buyBut:hover {
	background-image: url(../images/Buttons/buyButRO.gif);
}
#datesBut {
	top:475px;
	background-image: url(../images/Buttons/datesBut.gif);
}
#datesBut:hover {
	background-image: url(../images/Buttons/datesButRO.gif);
}
#picsNewsBut {
	top:475px;
	background-image: url(../images/Buttons/picNewsBut.gif);
}
#picsNewsBut:hover {
	background-image: url(../images/Buttons/picNewsButRO.gif);
}
#contactBut {
	top:543px;
	background-image: url(../images/Buttons/contactBut.gif);
}
#contactBut:hover {
	background-image: url(../images/Buttons/contactButRO.gif);
}
#symphonies {
	top:339px;
	background-image: url(../images/Buttons/symphoniesCD.gif);
}
#symphonies:hover {
	background-image: url(../images/Buttons/symphoniesRO.gif);
}
#dance {
	top:271px;
	background-image: url(../images/Buttons/newCD.gif);
}
#dance:hover {
	background-image: url(../images/Buttons/newCDRO.gif);
}
a span {
	display:none;
}
#fbkLink {
	border: double thin #CCCCCC;
	width: 100px;
	position:absolute;
	left:32px;
	top: 620px;
}
/* End of buttons */

#hdr_bkgd { /* Header div definition */
	background-color: #0B233A;
	width: 100%;
}

#hdr { /* Header div definition */
	z-index: 1;
	height: 139px;
	padding-left: 50%;
	margin-left: -394px;
}

#figureSill { /* Figure sillouite */
	float: right; 
	margin: 10px;
	margin-right: 20px;
	z-index:2;
}

#guitarSill { /*guitar sillouite */
	position: absolute;
	width: 96px;
	height: 204px; 
	left: 0px;
	top: 0px;
	z-index: 3;
	display: none;
}

body {
	background-color: #1D5B8D;
	margin: 0px;
}

.myMain {
	left: 165px;
	position: absolute;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 20% 30%;
	background-attachment: scroll;
	z-index: 1;
	padding-top: 25px;
}
.myMain .floatLeft {
	float: left;
	margin-right: 10px;
}
.myMain .floatRight {
	float: right;
	margin-left: 5px;
	margin-right: 20px;
}

.picNewsImg {
	float: right;
	margin: 3px;
}

/* For Tour Dates Table */
.tourMonth {
	font-weight: bold;
	font-size: 14px;
}

/* For New CD page */
h3 {
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	font-color: 
}

h4 {
	font-weight: bold;
	font-size: 22px;
}
h5 {
	font-size: 18px;
}

a:link {
	color: #EF5D0D;
}
a:visited {
	color: gray;
}

#printerOnly {
	display: none;
}

#tourDatesTable {
	border: none;
	z-index: 1;
}

#linkTo {
	text-align: left;
}

#returnToTop {
	text-align: right;
	margin-right:60px;
}

#newAlbumHighlight {
	color:#EF5D0D;
	font-size: 18px;
	text-decoration:blink;
	background-color: black;
	width: 250px;
	text-align: center;
	margin-left: 50px;
}
#ACWD {
	text-align: center;
	clear: both;
	font-size:11px;
}
#albumLayout {
 	text-align: center;
	clear: right;
}
