/* 
	Janelle Brooks Piano and Voice Tuition
	Revision number		:	1.1
   	Last updated		:	18 June 2008
   	Last updated by		:	Danny Hui 
*/

@import url(reset.css); 
@import url(hacks.css);

/* @group Global Settings
----------------------------------------------------------------------------------- */
body { 
	background: #010101 url(../images/body_bg.jpg) repeat-x;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	color: #848484;
	margin: 0;
	padding: 0;
}

a {
    color: #FFF;
    text-decoration: underline;
}

a:hover {
    color: #CBCBCB;
    text-decoration: underline;
}

table {
    margin: 20px auto;
    border: 1px solid #848484;
}

tr, td {
    background-color: #848484;
    padding: 2px;
    color: #FFF;
    text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 840px;
}

/* Header
----------------------------------------------------------------------------------- */
#header {
	background: url(../images/header_image_piano.jpg) no-repeat;
	height: 257px;
}

#header h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: right;
	padding: 27px 54px 0 0;	
}

#header-nav {
	padding: 167px 0 0 39px;
}
/* ---- Rollover buttons ---- */
#navigation {
	margin: 0;
}
#navigation li {
	display: inline;
	background: blue;
	list-style-type: none;
}
#navigation li a {
    display: block;
    float: left;
    background: red;    
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	height: 27px;	
}
#navigation li a:hover {
	background-position: left bottom;
}
#navigation li a span {display:none}

body#home .nav-home a,
body#tuition .nav-tuition a,
body#background .nav-background a,
body#location .nav-location a,
body#contact .nav-contact a {
	background-position: left bottom;
}

#navigation li.nav-home a {
	background-image: url(../images/butt_home.gif);
	width: 101px;
}
#navigation li.nav-tuition a {
	background-image: url(../images/butt_tuition_fees.gif);
	width: 218px;    
}
#navigation li.nav-background a {
	background-image: url(../images/butt_background.gif);
	width: 176px;    
}
#navigation li.nav-location a {
	background-image: url(../images/butt_location.gif);
	width: 142px;    
}
#navigation li.nav-contact a {
	background-image: url(../images/butt_contact.gif);
	width: 123px;    
}
/* ---- Rollover buttons ---- */

/* Content
----------------------------------------------------------------------------------- */
#content {
	margin: 25px auto !important;
	margin: 0 auto;
	padding-top: 25px;	
	width: 700px;
	font-size: 1.2em;
	line-height: 18px;
}

#content h1 {
	font: 2.6em "Times New Roman", Times, serif ;
	color: #FFF;
	padding-bottom: 14px;
}

#content h2 {
	font: 2em "Times New Roman", Times, serif ;
	color: #900527;
	padding-bottom: 4px;
}

#content p {
	padding-bottom: 15px;
}

#content small {
	font-size: 0.8em;
	font-weight: bold;
}

#content strong {
	font-weight: bold;
}

#content ul {
	margin: 0;
	padding: 0 0 8px 24px;
}

#content ul li {
	list-style-image: url(../images/content_li.gif);	
	padding-bottom: 4px;
}

.content-table-td {
	background-color: #CACACA;
	color: #900527;
}

a.content-text-top{
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #900527;
	text-decoration: none;
}

a.content-text-top:hover {
	color: #900527;
	text-decoration: none;
}

.content-sep {
	background: url(../images/content_sep.gif) repeat-x;
	width: 700px;
	height: 1px;
	margin: 14px 0 14px 0;
}

#content-ads {
	padding-top: 16px !important;
	padding: 0;	
}

#content-banner a {
	float: left;
	background: transparent url(../images/banner_fee.gif) no-repeat left top;
	width: 357px;
	height: 71px;
}

#content-banner a:hover {
	background-position: left bottom;
}

#content-banner a span {display:none}

#content-address {
	float: right;
	text-align: right;
	font: 1.7em "Times New Roman", Times, serif ;
	color: #FFF;
}

#content-phone {
	font: bold 1.2em "Times New Roman", Times, serif ;
	letter-spacing: 0.1em;
	color: #900527;	
}

.content-image {
	float: right;
	padding-left: 15px;
}

.content-form-box {
    width: 220px;
    border: 1px solid #666;
    color:  #333;
    font: 1em Tahoma;
    background-color: #CACACA;
    padding: 1.2px;
}

.content-form table label, .content-form td {
    font: 1em Tahoma;    
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}


/* Footer
----------------------------------------------------------------------------------- */
#footer {
	background: transparent url(../images/footer_swerve.gif) no-repeat top center;
	margin: 45px auto;		
	width: 580px;
	height: 60px;
	font-size: 1em;
}

#footer-text-section {
	float: left;
	padding-top: 45px;
}

#footer-links-section {
	float: right;
	padding-top: 45px;
	color: #900527;
}

#footer-links-section ul li {
	display: inline;
	padding-left: 2px;
}

#footer-links-section ul li a {
	color: #900527;
	text-decoration: none;
}


