﻿/* ---------------------------------------------------------------------------- */
/* Title: Guitar Tuition by Tim Shaw - Default Stylesheet */  
/* Version: V1.0, 2/5/2010/* 
/* Author: Michel Humair, IT Hotline/* 
/* ---------------------------------------------------------------------------- */
body
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 10pt;	  
}
#wrapper
{
  width: 950px; 
  margin: auto; /* center on page */
}
/* ---------------------------------------------------------------------------- */
/* sliced background images of bg.png to expand wrapper height dynamically */  
/* ---------------------------------------------------------------------------- */
#top-img
{
  height: 164px;
  background: url(../images/bg_1x1.png) no-repeat center;	    
}
#center-img
{
  /* no height set - dyamically expands */
  background: url(../images/bg_2x1.png) repeat-y center;
}
#bottom-img
{
  height: 47px;
  background: url(../images/bg_3x1.png) no-repeat center; 	   
}
#bottom-img-two
{
  height: 47px;
  background: url(../images/bg_3x1_black.png) no-repeat center; 	   
}
/* --------------------- */
/* header with logo */  
/* --------------------- */
#header
{
  font-family: Haettenschweiler;  
  padding-top: 7px; 
  text-align: center;
}
/* ------------------------------- */
/* roundbar-grey - navigation */
/* ------------------------------- */
#roundbar-grey 
{
  clear: left;
  float: left;
  width: 942px;
  margin-top: 5px;
  margin-left: 2px;		  
  background: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-bottom: 1px solid #A8A8A8;
  overflow: hidden;
}
#roundbar-grey ul 
{
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
#roundbar-grey ul li 
{
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
#roundbar-grey ul li.first 
{
  border-left: 1px solid #A8A8A8;
}
#roundbar-grey ul li.last 
{
  border-right: 1px solid #C8C8C8;
}
#roundbar-grey ul li a 
{
  display: block;
  margin: 0;
  padding: .4em .8em;
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #A8A8A8;
  line-height: 1.3em;
}
#roundbar-grey ul li a span 
{
  display: block;
}
#roundbar-grey ul li.active a 
{
  font-weight: bold;
}
#roundbar-grey ul li a:hover 
{
  background: #346EB2;
  color: #FFFFFF;
}		
/* --------------------------------------------------------------------- */
/* 3 column content - content height adjusted with faux column method */
/* --------------------------------------------------------------------- */
#content 
{
  width: 942px;
  clear: left; 
  overflow: hidden; /* non IE browsers */	   
  margin-left: 2px;    
  font-size: 12pt; 	  
  background: url(../images/faux_lines.png) repeat-y;  /* "Faux Columns" = make all columns same height */  
} 
#one 
{	   
  width: 240px;
  /* height: 690px; if faux columns is not used */
  float: left;
  background: #000000;
  text-align: center;	  
  padding-top: 10px;  
  color: #FFFFFF;
  font-size: 14pt;	    
} 
#two 
{
  width: 440px;
  float: left;	     
  padding: 10px;  
  text-align: justify;	   
  font-size: 10pt;
}
#three 
{
  width: 220px;
  float: left;	    
  padding: 10px; 
  text-align: center;	 
  font-size: 11pt; 	  
}
#footer-left
{
  width: 240px;
  height: 40px;
  clear: left;
  float: left;
  background: #000000; 
  margin-left: 2px;	 	  
}
#footer-right
{
  float: left;
  text-align: center;
}

