/***** RESET *****/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }

body { background: url(img/bg_body.jpg) repeat 0% 0%; background-attachment: fixed; line-height: 1.4em; font-size: 16px; }

h1, h2, h3, h4, h5, h6 { font-size: 100%;  font-weight: normal; }

ul, ol { list-style: none; margin: 0.6em 0; }

/***** BASIC LAYOUT *****/

#container { margin: 0 auto; overflow: hidden; width: 960px; }

#header {
  float: left;
  height: 100px;
  margin-left: 20px;
  width: 715px;
}

#sidebarLeft {
  background: url(img/guitar.png) no-repeat 0% 0%;
  float: left;
  height: auto !important; 
  height: 500px; 
  min-height: 500px; /* Must be the same value as height */
  width: 225px;
}

#content {
  float: left;
  height: auto !important; 
  height: 500px; 
  min-height: 500px; /* Must be the same value as height */
  margin-left: 20px;
  width: 715px;
}

#footer {
  border-top: 1px solid #999;
  float: left;
  margin-top: 20px;
  padding: 0.6em 0;
  text-align: center;
  width: 960px;
}

/***** HEADER *****/

#header h1 {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: -68px 0 0 0;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.60; opacity: 0.6;
}

#header span {
  color: #000;
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1em;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  margin: 0 0 0 3px;
}

/***** BASIC ELEMENTS *****/

body { color: #fff; font: normal 80%/1.6em Georgia, Times New Roman, Times, Serif; }

h1, h2, h3, h4, h5, h6 {
  color: #999;
  letter-spacing: 1px;
  line-height: normal;
  margin: 1.2em 0;
}

h1 { font-size: 300%; }
h2 { background: url(img/bar.png) no-repeat 2px center; padding-left: 35px; font-size: 200%; }

h3 { font-size: 150%; }

h4, h5, h6 { font-size: 110%; }

#content ul { list-style-type: square; margin-left: 2.4em; }

#content ol { list-style-type: decimal; margin-left: 2.4em; }

a { color: #ffc; font-weight: bold; text-decoration: none; white-space:nowrap; }
a:hover { text-decoration: underline; }
a:active, a:focus { outline: none; }

p { margin: 0.6em 0; }

img { border: none; display: block; }
a img { border: 1px solid #999; }
a img:hover { border: 1px solid #fff; }

blockquote { 
  background: url(img/blockquote.jpg) repeat 0% 0%; 
  border: 1px solid #999; 
  margin: 1.2em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

blockquote p { padding: 0 0.6em; }

/***** MENUS *****/

/* VERTICAL */

#navigation { margin-bottom: 20px; }

#menu {
  border-top: 1px solid #999;
  padding: 0;
  margin: 20px 0;
  width: 225px;
}

#menu li {
  border-bottom: 1px solid #999;
  list-style: none;
  line-height: 3em;
  margin: 0;
}

#menu li a { 
 color: #fff;
 display: block;
 font-size: 100%;
 text-decoration: none;
 padding-left: 10px;
 width: 215px;
}

#menu li a:hover {
  background-color: #fff;
  color: #000;
  font-size: 140%;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50; opacity: 0.5;
}

/***** Content *****/

textarea { overflow: auto; }

/***** GENERIC CLASSES *****/

.box { background: url(img/box_middle.png) repeat-y 0% 0%; font-size: 85%; line-height: 1.4em; margin-top: -10px; padding: 0 45px; }

img.floatLeft { float: left; margin: 0.3em 1.2em 0 0; width: auto; }
img.floatRight { float: right; margin: 0.3em 0 0 1.2em; width: auto; }

a.imgPop { position:relative; z-index:20; }
a.imgPop:hover { display:inline; z-index:30; }
a.imgPop span { display:none; }

a.imgPop:hover span {
  border: 0;
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 320px;
  height: 240px;
}

.floatLeft { float: left; margin: 0.6em 3% 0.6em 0; width: 47%; }
.floatRight { float: left; margin: 0.6em 0 0.6em 3%; width: 47%; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/***** ETC *****/

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */