/***************************************************************
	This is the style sheet for
	http://www.mellingguitarlessons.co.uk
***************************************************************/




/***************************************************************
Styling the page body 
#fff is white background for all page
#555 is grey font for all text on page
***************************************************************/
html { background: #fff url(images/background.jpg) repeat-x; }

body {
	position: relative;
	min-width: 760px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000; }




/***************************************************************
Styling the page links (which includes the menu as they are links)
links are coloured #000 which is black
previously visited links are coloured #666 which is grey
hovered over links are coloured #ab0000 which is dark red
currently selected link is coloured #c50000 which is brighter red
***************************************************************/
a:link { color: #000; }
a:visited { color: #666; }
a:hover { color: #ab0000; }
a:focus, a:active { color: #c50000; background-color: #ddd; }




/***************************************************************
Styling the headings
h2 and h3 are coloured #ab0000 which is dark red
***************************************************************/
h2, h3 {
	color: #ab0000;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	margin-top: 0; }

h3 { font-size: 135%; }
h4 { margin-bottom: -1em; }




/***************************************************************
Styling the masthead ie the top of the page including the logo
background #900 is dark red so removed
h1 #fff is white
***************************************************************/
#branding {
	position: relative; 
	height: 200px;
	margin-bottom: 15px;
	background: url(images/background.gif) repeat-x; }
	
#branding h1 {
	margin: 0; 
	padding: 10px 0 0;
	color: #fff; }

#branding a img { border: none; background: transparent; }
#branding h1 a { color: #fff; }
#branding h1 a:focus, #branding h1 a:active { background: transparent; }




/***************************************************************
Styling the tag line
coloured #fffdd7 which is cream
***************************************************************/
#tagline {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 0;
  width: 72%;
  font: italic 400% Georgia, "Times New Roman", Times, serif;
  color: #fffdd7;
  text-align: center; }

#tagline p { margin: 0 0 .2em; }




/***************************************************************
Styling the main content of the page
border is what goes around any pictures px is the thickness and solid
is the style with #666 being its colour grey
***************************************************************/
#main-content { width: 78%; float: right; padding-bottom: 20px; }

#main-content p img {
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 2px; }




/***************************************************************
Styling the navigation menu
top line above menu is coloured #b5b5b5 which is medium grey
other lines on menu are coloured #b5b5b5 which is medium grey
***************************************************************/
#navigation {
	width: 17%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; }

#navigation li {
	border-bottom: 1px solid #b5b5b5;
	font: 130% Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 6px 35px;
	background: transparent url(images/ornament.jpg) 0 50% no-repeat; }
	
#navigation a { text-decoration: none; }

#navigation li.current {
	font-style: italic;
	background-image: url(images/ornament-current.jpg);
	color: #ab0000; }
	


#navigation2 {
	list-style: disc;
	border-top: none;
	border-bottom: 1px solid #b5b5b5; }

#navigation2 li {
border-bottom: none;
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 3px 5px;
background: none;}
	
#navigation2 a { text-decoration: none; }

#navigation2 li.current {
	font-style: italic;
	color: #ab0000; 
background: none;}



/***************************************************************
Styling the footer
copyright is coloured #888 which is light grey
***************************************************************/
#copyright {
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #888;
	 }



/***************************************************************
Styling the adbanner
***************************************************************/
#adbanner {
	clear: both;
	text-align: center;
	font-size: 80%;
	padding-top: 25px;
   background: transparent url(images/footerline.gif) 100% 0 no-repeat; }










/***************************************************************
Styling the reviews page
***************************************************************/
.blurb {
  margin-bottom: 1em;
  padding-bottom: 30px;
  background: transparent url(images/blurb.gif) 50% 95% no-repeat; }

.blurb blockquote {
  margin: 1em 20px;
  font-style: italic; }

.blurb cite { font-style: normal; }

.blurb p.source {
  text-align: right;
  font-size: 90%; }
