/* Master stylesheet for Gaelic Dream Productions */

/* Global */

html
{
height: 100%;
margin: 0px;
font-family: arial,sans-serif;
}

body
{
height: 100%;
background-color: #000000;
margin: 0px;
color: #87CEFA;
}

p
{
color: #87CEFA;
}

a img 
{
border:none;
}

a
{
color: #87CEFA;
}

/* Classes */

.headerDiv
{

}

h1.title
{
position: absolute;
margin-top: 30px;
font-size: 18pt;
color: #87CEFA;
margin-bottom: 0px;
margin-left: 25px;
}

.topMenuDiv
{

}

.topMenuItem
{
position: relative;
margin-top: 10px;
float: left;
width: 120px;
text-align: center;
}

.titleDiv
{

}

.contentDiv
{

}

.contentTextDiv
{

}

.transparentDiv
{
position: absolute;
margin: 0px;
width: 840px;
background-color:	#000000;
z-index: -1;
filter: alpha(opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
moz-opacity: 0.60;
opacity: 0.60;
}

p.startingPara
{
margin-top: 0px;
}

p.endingPara
{
margin-bottom: 0px;
}

p.panel
{
color: #87CEFA;
font-size: 8pt;
}

ul.panel
{
color: #87CEFA;
font-size: 8pt;
}

.footerMenuDiv
{

}

.footerDiv
{

}

.footerText
{
margin-top: 0px;
padding-top: 5px;
vertical-align: middle;
}





/* Objects */

#bodyDiv
{
width: 840px;
margin-top: 60px;
margin-left: auto;
margin-right: auto;
}

#backgroundDiv
{
position: relative;
left: -300px;
top: -150px;
z-index: -1;
}

#panelDiv_TourDates
{
position: absolute;
width: 200px;
left: 850px;
}

#panelDiv_TourDatesPast
{
position: absolute;
width: 200px;
left: 850px;
top: 200px;
}


#logoDiv
{

}

#logoLink
{

}

#logoImage
{

}

#nameDiv
{
position: relative;
top: -25px;
color: #87CEFA;
font-size: 24pt;
font-weight: 800;
}

#headerDiv
{
height: 80px;
background-color: #102341;
width: 100%;
}

#topMenuDiv
{
height: 40px;
text-align: center;
width: 100%;
}

#titleDiv
{
height: 60px;
background-color: #102341;
width: 100%;
}

#contentDiv
{
height: 100%;
margin: 0px;
width: 100%;
position: relative;
}

#contentTextDiv
{
margin-left: 25px;
margin-right: 25px;
height: 100%;
}

#footerMenuDiv
{
height: 25px;
text-align: center;
width: 100%;
}

#footerDiv
{
color: #87CEFA;
height: 30px;
background-color: #102341;
text-align: center;
width: 100%;
}

#movie
{

}

#transparentDivContent
{
height: 100%;
}

#transparentDivMenu
{
height: 40px;
}




/* Main Menu links */

a.mainLink:link
{
	color: #87CEFA;
	font-size: 12pt;
	font-weight: 800;
	text-decoration: none;
}

a.mainLink:visited
{
	color: #87CEFA;
	font-size: 12pt;
	font-weight: 800;
	text-decoration: none;
}

a.mainLink:hover
{
	color: #ffffff;
	vertical-align: top;
	font-size: 12pt;
	font-weight: 800;
	text-decoration: none;
}

a.mainLink:active
{
	color: #ffffff;
	font-size: 12pt;
	font-weight: 800;
	text-decoration: none;
}

a.footerLink:link
{
	color: #87CEFA;
}

a.footerLink:visited
{
	color: #87CEFA;
}

a.footerLink:hover
{
	color: #ffffff;
}

a.footerLink:active
{
	color: #ffffff;
}

