/* css style sheet for www.eileanmor.net */
/* Design by Bradley Cummings www.bradleycummings.net  */
/* All associated images copyright 2006, Bradley Cummings */

/* =global ---- */

body, h1, h2, h3, h4, h5, h6, a, ul, li, img, div {
  margin : 0;
  padding : 0;
  }
  
p {
  margin : 0;
  padding : 1em 0 0 0;
  line-height : 150%;
  }
 
 h2 {
  margin-top : 10px;
  padding : 0;
  font-size : 250%;
  }
  
 h3 {
    margin-top : 10px;
    padding : 5px 0 3px 0;
    }
 
a:link {
  text-decoration : none;
  color : maroon;
  }

a:visited {
  text-decoration : none;
  }

a:hover {
  text-decoration : underline;
  color : maroon;
  }

a:active {
  text-decoration : none;
  color : #795923;
  }

.clear {
	clear : both;
	}
	
/* =body ---- */

body {
  position : relative;
  font-family : Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
  font-size : 12px;
  background : #fff;
  }
  
/* =container ---- */

div#container {
	float : left;
  width : 740px;
  position: relative;
  }

 
/* =header ---- */

#banner h1 {
background: url(SiteGraphics/Banner.gif) no-repeat 100% 100%;
height: 72px;
text-indent: -1000em;
margin-top : 20px;
}

/* =footer ---- */
div#footer {
	border-top: 1px solid #ccc;
}
div#footer li {
	list-style : none;
	padding-top: 3px;
	font-size: 80%;
	font-family: Arial, sans-serif;
	color: #999;
}
div#footer li a{
	color: #999;
}
div#footer li.footRight {
	float : right;
	width: 40%;
	text-align: right;
}
div#footer li.footLeft {
	float : left;
	width: 40%;
}

/* =navigation ---- */

div#nav {
  float : left;
  padding : 10px 0 0 0;
  width : 25%;
  }
 div#nav-front {
  margin-top: 95px;
  } 
div#nav li {
  list-style-type : none;
  font-size : larger;
  border-bottom : 1px solid #999;
  border-right : 4px solid #ccc;
  text-align : right;
  padding-right : 6px;
  }
  
div#nav li#pageMarker {
  border-right : 4px solid #B99D6D;
  border-bottom : 1px solid #B99D6D;
  }

div#nav ul {
  float : right;
  width : 6em;
  padding-right: 20px;
  }

div#nav li a {
  display : block;
  padding : 5px 0;
  margin-top : 3px;
  font-family : "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
  text-decoration : none;
  }

div#nav li a:link {
  color : #000;
  }

div#nav li a:visited {
  color : #000;
  }
  
div#nav li a:hover {
  color : maroon;
  text-decoration : underline;
  }

div#nav li a:active {
  color : #000;
  }

div#nav li a#thisPage {
  color : #795923;
  }

  
/* =content ---- */

div#contentMain {
  position : relative;
  float : right;
  width : 75%;
  padding-bottom : 20px;
  }

p#listen {
  margin-top : 15px;
  padding : 10px 0 10px 40px;
  font-size : larger;
  font-weight : bold;
  font-family : verdana;
  border-top : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  background : white url(SiteGraphics/ListenSymbol.gif) no-repeat 0 50%;
  width: 100%;
  }

div.audio {
  margin-top : 15px;
  padding : 5px 0 8px 40px;
  background : url(SiteGraphics/ListenSymbol.gif) no-repeat 0 30%;
  }
p.audiotext {
  margin-top : 15px;
  padding : 5px 0 2px 0px;
  font-weight : bold;
  font-family : verdana;
  }
p#alert {
  margin-top : 15px;
  padding : 10px 0 10px 40px;
  font-size : larger;
  font-weight : bold;
  font-family : verdana;
  /*text-align : center; */
  color : #666; 
  border-top : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  background : white url(SiteGraphics/AlertSymbol.gif) no-repeat 0 50%;
  width: 100%;
  }
div#front_messages {
	position: absolute;
	top: 400px;
	left: -94px;
	
}
span.subline {
	font-weight : normal;
	color : black;
	}
	
span.black {
	color : black;
	}

span.maroon {
	color : maroon;
	}
	
p#listen a, p.audio a {
  display : block;
  }
  
p#listen a:link, p.audio a:link {
  text-decoration : none;
  color : #000;
  }
  
p#listen a:visited, p.audio a:visited {
  text-decoration : none;
  color : #555;
  }
  
p#listen a:hover, p.audio a:hover {
  text-decoration : underline;
  color : #795923;
  }
  
p#listen a:active, p.audio a:active {
  text-decoration : none;
  color : #9B0001;
  }
  
p#listen a:focus, p.audio a:focus {
  text-decoration : underline;
  color : #795923;
  }

p.imageTop {
  float : left;
  width : auto;
  padding-right : 15px;
  padding-bottom : 15px;
  }

h2#about {
  background: url(SiteImages/SkyeBridge.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
}

h2#bios {
  background: url(SiteImages/LineUp01.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
  h2#news {
  background: url(SiteImages/Sea-2.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  
  }
  
  h2#listen {
  background: url(SiteImages/Skyline.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
  h2#purchase {
  background: url(SiteImages/Trees.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
 h2#lyrics {
  background: url(SiteImages/StacView.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
h2#gallery {
  background: url(SiteImages/Seascape.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
h2#reviews {
  background: url(SiteImages/Waterfall.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
h2#links {
  background: url(SiteImages/Mountains.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
  }

h2#contact {
  background: url(SiteImages/GreenScape.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
 border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
h2#press {
  background: url(SiteImages/Rocks.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
 border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
  
 h2#gig {
  background: url(SiteImages/Gig.jpg) no-repeat;
  width: 555px;
  height: 115px;
  color : #795923;
 border-top : 2px solid black;
  border-bottom : 2px solid black;
  }
h2.gig_heading {
	font-size: 1.8em;
	color : #795923;
	padding-top: 1em;
}
h2.gig_past {
	font-size: 1.8em;
	color : #795923;
	padding-top: 1em;
	margin-top: 2em;
	border-top: 2px solid black;
}
h2#private {
  color : #795923;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top : 2px solid black;
  border-bottom : 2px solid black;
}

h3 {
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	margin : 18px 0 10px 0;
	padding-left : 0.5em;
	}

h3.green {
	background : url(SiteGraphics/Grad_green.png) repeat-y;
	}

h3.blue {
	background : url(SiteGraphics/Grad_blue.png) repeat-y;
	}

h3.red {
	background : url(SiteGraphics/Grad_red.png) repeat-y;
	}
	
.highlight {
	color: #795923;
	font-weight: bold;
}

.cap {
	float: left;
	width: auto;
	font-size: 40px;
	line-height: 34px;
	font-weight: normal;
	font-family: georgia, times;
	color: #795923;
}

.firstword {
	color: #795923;
	text-transform: uppercase;
}

#Ruth img, #BillG img, #BillW img, #Chris img, #Ed img, #Catherine img {
  float: left;
  width : 180px;
  padding: 0;
  margin: 1em 0 0 0;
  border : 2px solid black;
}

p.left {
  clear: both;
  float: right;
  width: 60%;
}

p.right {
	clear : both;
	float : left;
	width : 60%;
	}
	
img.CD {
	margin : 8px 0 15px 0;
	float : right;
	width : auto;
	}
	

img.NewsPic {
	margin : 8px 0 15px 15px;
	float : right;
	width : 180px;
	height : 224px;
	}
			
h3#Scotland {
	clear : both;
	}

#Ruth {
  margin-top : 15px;
  }

#Ruth, #BillG, #BillW, #Catherine, #Ed {
  float : left;
  width : 100%;
  border-bottom : 1px solid #ccc;
  border-top : 1px solid #ccc;
  padding-bottom : 5px;
  margin-bottom : 15px;
  }

#Ruth {
  margin-top : 15px;
  }
  
ul.news, ul.list {
	margin-top : 1em;
  margin-left : 2em;
  line-height : 150%;
  }

dl.listing {
	margin-top : 1em;
  margin-left : 2em;
  line-height : 150%;
  }
 
 dl.listing dt {
 	font-weight : bold;
 	padding-top: 0.6em;
 	}

/* =reviews page ---- */

p.signature {
	float : right;
	width : 70%;
	text-align : right;
	font-family: times, "times new roman", serif;
	font-style: italic; 
	color : #aaa;
	padding : 0 0 2em 0;
}
p.italics {
	font-family: times, "times new roman", serif;
	font-style: italic; 
	font-size: 130%;
	color : #666;
	padding : 0;
}
p.rev {
	clear : both;
	padding-left : 1em;
	margin-left : 1em;
	border-left : 3px solid maroon;
	color : #866;
	}
	
p.rev1 {
	clear : both;
	padding-left : 1em;
	margin-left : 1em;
	border-left : 3px solid #4A5F84;
	color : #4A5F84;
	}

div.noQuote {
	border-top : 1px solid #ccc;
	margin : 2em 0 0 0;
	padding : 5px 0 0 0;
	float : left;
	width : 100%;
	}

div.withQuote {
	border-top : 1px solid #ccc;
	margin : 2em 0 0 0;
	padding : 5px 0 0 0;
	float : left;
	width : 100%;
	}
	
div.withQuote p.revQ {
	padding : 0 1em 0 1em;
	margin-left : 1em;
	border-left : 3px solid #4A5F84;
	color : #4A5F84;
	}
	
	div.withQuote p.revQ1 {
		padding : 0 1em 0 1em;
		margin-left : 1em;
		border-left : 3px solid #866;
		color : #866;
	}

div.withQuote p.qte {
	float : right;
	width : auto;
	margin-left : 2em;
	margin-bottom : 1em;
	}

/* =gallery page ---- */

#Pictures img {
	float: left;
	width: auto;
	border: 1px solid #3c0005;
	margin: 1px;
	padding: 1px;
	display: inline;
}


#Pictures p {
	clear: left;
	margin: 0;
	padding: 4px 0 0 10px;
	color: #999;
	text-align: center;
	line-height: 120%;
	font-style: italic;
	font-size: 60%;
}

/* =purchase page ---- */

.price {
	color: #B99D6D;
	font-weight: bold;
	font-size: 140%;
}

.name {
	font-weight: bold;
	font-size: 140%;
}

div#Buy {
	float : left;
	width : 100%;
	margin-bottom : 2em;
	}

div.BuyHere {
	padding-top: 3em;
	float : right;
	width : 60%;
	}

div.BuyHere form {
	margin-top : 2em;
	}
	
p.CDpic {
		float : left;
		width : 180px;
		}
		
p.ozLogo {
	float : left;
	width : auto;
	}
		
/* =lyrics page ---- */

p.lyrics  {  
		float: left;
		width: auto;
    margin: 0 0 2em 0;
		padding: 10px 30px 5px 25px;                                             
    text-align: left;                         
    }     
    
p.lyricsTranslate {
		margin: 0 0 2em 0;
		padding: 10px 30px 5px 50px;                                          
    text-align: left;                         
    font-style: italic;
    }   

p.intro  {                                             
    margin: 0;
		padding: 10px 30px 5px 25px;                    
    color: #666;                            
    text-align: left;                         
    font-size: 10px;                          
    line-height: 14px; 
    }       
    
body#lyricsPage h3 {
	clear : both;
	}


div.pressTable {
	clear : both;
	background : #919191;
	margin-top : 2em;
	}
	
div.pressTable table {
	position : relative;
	width : 100%;
	border : 1px solid #000;
	background : #fff;
	}

div.pressTable table caption {
	margin : 0;
	padding : 8px 20px;
	text-align : left;
	border : 1px solid #000;
	border-bottom : none;
	background : #fff;
	font-weight : bold;
	}

div.pressTable table th, table td {	
	margin : 0;
	padding : 8px 5px;
	text-align : center;
	border-bottom : 1px solid #b5b5b5;
	}
	
div.pressTable table th {
	color : #999;
	}
	
div.pressTable table .name {
	text-align : left;
	}
	
div.pressTable table tr {
	background : #e6e6e6;
	}

div.pressTable table tr.alt {
	background : #f6f6f6;
	}

div.pressTable table td a {
	display : block;
	font-weight : bold;
	}

/* =private ---- */
div.privateTable table {
	width: 100%;
	border: 1px solid #999;
	margin: 3px 0 0 0;
}
div.privateTable h3, h3.edit_avail {
	margin-top: 8px;
	padding: 0 0 8px 0;
	text-align: right;
	border: none;
}
div.privateTable th {
	border-bottom: 1px solid #999;
}
div.privateTable th.theDate {
	width: 25%;
}
div.privateTable th.theName {
	width: 15%;
}
div.privateTable table.tentative th {
	background: #E87B87;
}
div.privateTable table.confirmed th {
	background: #8EDE62;
}
div.privateTable table.diary th {
	background: #E9C956;
}
div.privateTable table.dateList th {
	background: #E9C956;
}
div.privateTable table.dateList td.theDate {
	text-align: left;;
}
div.privateTable table caption, h4.avail {
	font-size: 120%;
	margin-top: 15px;
	padding: 3px 0 3px 6px;
	text-align: left;
	font-weight: bold;
}
div.privateTable input.sub {
	margin-top: 5px;
}
div.privateTable select {
	margin: 6px 0;
}
fieldset.add {
	border: none;
}
p.notify {
	color: red;
	display: inline;
}
div#aList {
	float: left;
	width: 108px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	margin-top: 1em;
}
div#aList li {	
	padding-top: 0.4em;
	list-style-type: none;
	font-size: 95%;
}
h3.edit_avail {
	clear: both;
	padding: 8px 0 8px 0;
	text-align: right;
	border: none;
}
p.avail_head {
	background: #E9C956;
	padding: 0.4em 0 0.4em 0;
	margin: 0;
}

/* CONTACT FORM */

div#emailForm form {
    margin-top: 1em;
    padding: 0.4em;
    font-size: 1em;
}
div#emailForm label {
    padding-bottom: 0.2em;
}
div#emailForm label {
    display: block;
    margin-top: 0.8em;
}
div#emailForm input, div#emailForm textarea {
	border-top: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #ccc;
}
div#emailForm fieldset {
	border: none;
}
div#emailForm input.btn {
	display: block;
    margin : 1em 0.8em 1em 0;
    font-size: 115%;
    padding: 3px;
}
.formError {
	color: red;
}


/* =login and comment forms---- */

form#login {
	margin-top: 40px;
	margin-left: 40px;
	width: 50%;
}
form#add {
	margin-top: 20px;
	width: 100%;
}
form#login fieldset {
	background: #C5B2A3;
	padding: 2em;
	margin-bottom: 1em;
	border: 1px solid black;
}
form#add fieldset {
	background: #E9C956;
	padding: 1.5em;
	margin-bottom: 1em;
	border: 1px solid black;
}
form#login fieldset input, form#add fieldset input {
	margin-bottom: 1em;
}
h3.error {
	color: red;
}
