@charset "UTF-8";
/* CSS Document */

/*
-----------------------------------------------
Style Sheet

Site: youthguitarservices.com
Author:   Matthew Duffin, okayrad.com
Version: v1.3
Date:6.12.09
----------------------------------------------- */

/*----------- general ----------*/

* {
	margin:0;
	padding:0;
} 

body, div, p {
	font-family:Arial, Helvetica, sans-serif
	font-size: 14px;
	color:#000;
	line-height:160%;
}

body {
	background-color:#FFF;
}

p {
	margin:0 0 15px 0;
}
	
a:link, a:active, a:visited, a:hover, a:visited:hover{
	text-decoration: none;
	font-weight:bold;
	color: #333;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF0000;
}

acronym {
	color: #333;
	font-weight: bold;
	border-bottom-width: 0;
}
	
h1 {
	padding: 0 0 15px 0;
	font-size: 18px;
	vertical-align: 150%;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
} 

h2 {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	padding:0 0 5px 0;
	text-align: center;

}

h3 {
	padding:0 0 8px 0;
	font-style: italic;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #999;
}

/*---------- Site Layout ---------- */

#container {
	position: relative;
	margin:0 auto;
	padding:0 0 40px 0;
	width: 790px;
	background-image: url(../structure/containerbg.gif);
	background-repeat: repeat-y;	
	border: 1px solid #96C0E6;
}

#masthead {
	height:150px;
	border-bottom: 1px solid #96C0E6;
}

#nav-column {
	float:left;
	margin:30px 0 0 0;
	padding:0 0 15px 15px;
	width: 200px;
}

#content-column {
	float:right;
	margin:30px 10px 0 0;
	width: 500px;
}

#live-area {
	margin:0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

#map {
	padding:2px;
	border:1px solid #ccc;
}

/* +++++++++++++++ vertical nav ++++++++++++++++ */

#nav-column ul {
	list-style-type: none;
}

#nav-column li {
  	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}

#nav-column a {
	display: block;
	/*width: 200px;*/
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	background: url(../structure/pixy-rollover.gif) no-repeat left bottom;
	text-indent: 50px;
	text-transform: none;
	font-family: "Courier New", Courier, monospace;
}

#nav-column a:hover{
	background-color: #FF0000;
	background-position: right bottom;
	color: #fff;
}

/* ++++++++++++++++ Div-Specific Styles ++++++++++++++++ */

#footer {
	width:790px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
	border-top: 1px solid #96C0E6;
}

#footer a:link, a:active, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	text-decoration: none;
	font-weight:normal;
	color: #000;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
}

#footer p {
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	font-size: 10px;
	color:#000;
}


/* ++++++++++++++++ Class Styles ++++++++++++++++ */

.clear {
	clear:both;
	height:0.1em;
	overflow:hidden;
	font-size:0.1em;
}

.hr {
	height:0.1em;
	padding:0 5px;
	border-top:1px solid #000;
}

