/* 																HTML TAG DEFINITIONS */

body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;   
	background: #000;
}

p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ececec;
	font-size: 1.5em;	
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-family:  georgia, 'times new roman', times, serif;
	color: #ececec;
	font-size: 1.8em;	
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.5em;
}

h4 {
	font-family: 'Courier New', Courier, monospace;
	color: #000;
	font-size: 1.6em;	
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}

h5 {
	font-family: 'Courier New', Courier, monospace;
	color: #000;
	font-size: 1.4em;	
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}

h6 {
	font-family: 'Courier New', Courier, monospace;
	color: #000;
	font-size: 1.2em;	
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}

/* http://css-tricks.com/examples/Blockquotes/ */
blockquote {
	width: 450px;
	margin:5px 0 20px 30px;
	padding: 0 0 0 30px;
	color: #ececec;
	font-size: 1.2em;
	font-family:  'times new roman', times, serif;
	background: url(images/openquote.gif) no-repeat left top;
}

	blockquote p {
		background: url(images/closequote.gif) no-repeat right bottom;
		display: block;
		padding: 0 16px 0 0;
	}
	
	blockquote p {
		/*font-size: 1.8em;*/
	}
	
	blockquote p.testimonial-source {
		text-transform: uppercase;
		font-style: normal;
		font-family: verdana, sans-serif;
		font-size: 1em;
		background: none;
		text-align: right;
	}

/* 																PAGE STRUCTURE */

#banner-container {
	width: 100%;  
	background: #000;
}

#banner {
	width: 980px;
	margin: 0 auto 0;
	background: #000;
}

h1.main-heading {
	  	color: #ececec;
	  	float: left;
	  	font-size: 1.2em;
	  	font-weight: normal;
      	margin:0; 
      	padding:0;
     	position:relative;
     	width:665px; 
     	height:180px;
     	overflow:hidden;
      }
      
   	h1.main-heading span {
      	display:block;
      	position:absolute; 
      	left:0; 
      	top:0; 
      	z-index:1;
      	width:665px; 
      	height:180px;
      	margin:0; 
      	padding:0;
      	background: #000 url("images/logo.gif") top left no-repeat;
      }
      
 	#banner p, #banner img {
		float: left;
	}

	#banner p {
		margin: 45px 0 0 150px;
	}     
	
#page-container {
	margin: 0 auto 0;
	width: 980px;
    background: #000;
}


#single-column {
	float: left;
	width: 940px; 
	color: #e0e0e0;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 20px;
}

#left-column {
	float: left;
	width: 385px; 
	color: #e0e0e0;
	font-family: Tahoma, Geneva, sans-serif;
}
	#left-column p {
		font-size: 1.6em; 
	}

#middle-column{
	float: left;
	width: 550px;  
	background: #fff;
}

#right-column{
	width: 565px;
	float: left;
	color: #e0e0e0;
	font-family: Tahoma, Geneva, sans-serif;
}
	#right-column p {
		font-size: 1.6em; 
	}

/* apply padding to inner container to avoid discrepancies for total box width - modern browsers calculate width: width + border + padding + margin (ie6 doesn't)  */
.padded-inner-single-column {
	float: left; /* sorts out vertical padding problem */
	padding: 20px 30px 0 30px;  
}
.padded-inner-left-column {
	padding: 20px 10px 10px 25px;  
}

.padded-inner-middle-column{
	padding: 10px;  
}

.padded-inner-right-column {
	padding: 15px 0 10px 55px; 
}

#footer-container {
	width: 100%;  
	background: #000; 
	margin-top: 20px;
	margin-bottom: 40px;
}

#footer {
	width: 980px;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #848484;
	color: #ececec;
}

.contact-bg {
	height: 363px;
	background: url(images/contact.jpg) no-repeat 60px 20px;
}
.grier-logo {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.4em;
}

.grier-logo-alt-colour {
	color: #b7da00;
}
.grier-logo-alt-style {
	letter-spacing: 0.1em;
}



/* 																MAIN NAVIGATION LINKS */
div#main-navigation {
	width:980px;
	overflow: hidden;
	background: #000;
	margin: 0 0 10px 0;
}

div#main-navigation ul {	
		float:left;
		display: inline;
		margin: 8px 0 8px 10px;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.6em;
		letter-spacing: 1px;
		text-transform:uppercase;   
	}

	div#main-navigation ul li {
		list-style-type:none;
		float:left;
		display:inline; 
		padding:0 14px;	
	}

	div#main-navigation ul li a {	
		float:left;   
		padding: 5px 5px;	
	}

div#main-navigation a:link {
	color: #b7da00;
}

div#main-navigation a:visited { 
	color: #b7da00; 
}  

div#main-navigation a:hover {
	color: #fff;
	border-bottom: 1px solid #b7da00;
} 

div#main-navigation a.current {	
	color: #fff;
	background: #7d7d7d;
	border: 1px solid #b7da00;
}

/* 																TEXT LINKS  */

a.text-link  {
	color: #97AB11;
	border-bottom: 1px dotted #fff;
} 

a.text-link:link {
	color: #97AB11;
}

a.text-link:visited { 
	color: #97AB11;
}  

a.text-link:hover {
	color: #B7DA00;
	border-bottom: 1px dotted #fff;
} 

a.text-link.current {	
	color: #97AB11;
}	

/* 																  EMAIL LINK */

.contact-bg p {
	float: left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 2em;
	margin: 65px 0 0 650px;
}
	
.contact-bg a:link {
	color: #97AB11;
	border-bottom: 1px dotted #fff;
}

.contact-bg a:visited { 
	color: #97AB11;
	border-bottom: 1px dotted #fff;
}  

.contact-bg a:hover {
	color: #B7DA00;
	border-bottom: 1px dotted #fff;
} 

.contact-bg a.current {	
	color: #97AB11;
	border-bottom: 1px dotted #fff;
}	
	
/* 																CLASSES (self-defined) */
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

.collapse-gap {
	margin-top: 0px;
}

.clear-both {
	clear: both;
}

/* 										    					SET up container for image with caption	 */
/* 										    					give DIV width in html (add padding to width if req'd)*/

.image-with-caption {
	text-align: left;
	background: #202020;
	padding: 0 0 4px 0;
	margin: 0 0 15px 0;
}
/* 										    					give IMG padding/border if req'd)*/
/*.image-with-caption img {
	padding: 5px;
	background: #ddddd0;
}*/

.image-with-caption h6 {
	color: #c6c6c6;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 5px 0 3px 10px;
	padding: 0;
}

/* 																BULLETED LIST */

ul.bulleted-list {
	padding: 0;
	margin: 10px;
	text-transform: none;
	font-family: Georgia, serif;
	text-align: left;
	font-size: 1.6em;
	color: #404040;
	line-height: 1.4em; /* req'd to show bullet */
}

ul.bulleted-list li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 7px;
}

/* 																EXTERNAL LINK */

a[href^="http://"], a[href^="https://"] {
    color: #9ed8fd;
}

a[href^="http://"]:link, a[href^="https://"]:link {
	color: #9ed8fd;
}

a[href^="http://"]:visited, a[href^="https://"]:visited { 
	color: #9ed8fd;
}  

a[href^="http://"]:hover, a[href^="https://"]:hover {
	color: #B7DA00;
} 

/* 																CONCERT diary-entry */

.diary-entry-container {
	float: left;
	width: 920px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #808080;
	color: #ececec; 

}
.diary-entry-details {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
	font-family: verdana, sans-serif;
}

	p.diary-entry-date {
		text-transform: uppercase;
		font-size: 1.4em;
	}
	
	p.diary-entry-venue {
		text-transform: none;
		font-size: 1.2em;	
	}

div.diary-entry-title {
	float: left;
	width: 430px;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
	font-family: verdana, sans-serif;
	font-size: 1.4em;	
}

p.diary-entry-performer {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
	font-family: verdana, sans-serif;
	font-size: 1.4em;	
}

div.diary-entry-programme {
	float: left;
	width: 430px;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
}

	div.diary-entry-composer {
		float: left;
		width: 110px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-family: verdana, sans-serif;
		font-size: 1.2em;
	}
	
		div.diary-entry-composer p, div.diary-entry-music p {
			margin-bottom: 3px;
		}
		 
	div.diary-entry-music {
		float: left;
		width: 320px;
		margin: 0;
		padding: 0;
		font-family: verdana, sans-serif;
		font-size: 1.2em;	
	}
	
.floatright {
	float: right;
}

.floatleft {
	float: left;
}
/* 																REPERTOIRE TABLE */
table#repertoire {
	float: left;
	color: #ececec;
	line-height: 1.5em;
	border-collapse: collapse;	
	margin: 0 0 15px 60px;
	padding: 0;
	}
table#repertoire {
	
	margin: 0 0 15px 0;
	}
th.rep-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px dotted #808080;
	}
	
th.rep-subheading {
	text-transform: none; 
	border-bottom: 1px solid #404040;	
	margin-bottom: 5px;
	}

td.rep-music {
	width: 250px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	/*letter-spacing: 0.1em;*/
	text-transform: none; 
	padding: 5px 0 5px 0;
	text-align: left;
	}
	
td.rep-composer {
	width: 130px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	/*letter-spacing: 0.1em;*/
	text-transform: uppercase; 
	padding: 5px 0 5px 11px;
	text-align: left;
	}
td.rep-time {
	width: 50px;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	padding: 5px 8px 5px 11px;
	text-align: right;
	}
	
.back-up {
	font-size: 1em;
	text-transform: none;
	color: #ececec;
	color: #b7da00;
	font-family: arial, Verdana, Geneva, sans-serif;
	display: inline;
	font-style: normal;
}

body#repertoire .padded-inner-left-column img {
	display: block;
	margin: 0 auto 38px;
}
	

#latest-news {
	border: 1px solid #404040;
	padding: 0 10px 10px 10px;
	margin: 25px 0 25px 0;
}
	#latest-news h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #ececec;
		font-size: 1.5em;	
		font-weight: normal;
		text-transform: uppercase;
		margin: 15px 0 10px 0;
	}
	
	#left-column p.news-item {
		font-family:  georgia, 'times new roman', times, serif;
		color: #ececec;
		font-size: 1.6em;	
		font-weight: normal;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #404040;		
		line-height: 1.5em;
	}
		#left-column p.news-item1 {
		font-family:  georgia, 'times new roman', times, serif;
		color: #ececec;
		font-size: 1.6em;	
		font-weight: normal;
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	
	
		#latest-news h6 {
			margin: 0;
			color: #B7DA00;
			font-family: Verdana, Geneva, sans-serif;
			padding-bottom: 5px;
			letter-spacing: 0.1em;
			font-size: 1em;
			font-weight: normal;
			line-height: 1.4em;
		}
		
h2.call-to-action {
	padding: 20px 0 5px 0; 
	font-size: 18px; 
	color: #B7DA00;
	text-transform: none;
	font-weight: normal;
}