/*
CSS for Bob Hooper site
*/


body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h2, h3 {
  font-family: Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
}

h1 /*Header - The Spanish Guitarist*/ {
  font-size: 300;
  font-family: Monotype Corsiva, Vivaldi, Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
  background-color: brown;
  color: white;
  letter-spacing: 0.10em;
  padding-top: 1.25em;
  padding-bottom: .4em;
  padding-left: .4em;
  margin: 0;  
  background: sienna url(images/headerguitar.jpg) repeat-y right;
}

h2 /*one of the finest .....*/ {
  color: maroon;
  font-size: 130%;
  font-weight: normal;
  padding-top: 3px;
  margin-top: 20px;
}


/*
h3 {
  color: brown;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

*/

h4 /*Heading titles before text*/ {
  Color: black;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 4px;
}


h5 /*music headings*/{
  Color: navy;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  /*for markets titles*/
  color: #363636; /*#044476;*/
  font-family: Comic Sans MS, Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: normal;
  padding-top: 0px;
}

li {
  font-size: smaller;
  list-style-type: square; 
  color: brown;
  padding-top: 7px;
}

p {
  font-size: small;
  color: black;
}

.font1 /*for 'What they say' ... */ {
  font-family: Comic Sans MS, Times New Roman, Arial;
  font-size: 95%;
}

#tagline p {
  font-style: normal;
  font-weight: bold;
  font-family: Tahoma, Trebuchet MS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  color: maroon; 
  border-top: 2px solid brown;
  border-bottom: 2px solid brown;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background:  #ef8861;
}

a {
  font-weight: bold;
}

/*bullet point Navigation*/

a:link {
  color: brown;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: maroon;
}

a:active {
  color: maroon;
  background-color: navy;
}

.leftbarheadings {
  color: maroon;
  font-size: 120%;
  font-weight: bold;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-decoration: underline
}
  
.mh {
  color: navy; 
}


#navigationbar {
  width: 180px;
  height: 560px;
  background: #f8c473;
}

ul {
  margin-top: -14px;
  margin-left: 15px;
}

#contact p {
  font-family: Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
  color: black;
  font-weight: bold;
  font-size: small; 
}


#header {
  border-top: 2px solid maroon;
}

.float1 {
  float: right;
  margin: 10px;
}

#flamencoclips, #popularclips, #classicallatinclips, #ragjazzcelticclips,
#southwind, #hotstuff, #georgia {
  width: 150px;
  font-size: small;
}

#cd, #clips {
  border: 4px inset pink;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigationbar, #bodycontent, #header, #markets, #navigation, #contact, 
#flamencoclips, #popularclips, #classicallatinclips, #ragjazzcelticclips, 
#clips, #cd, #southwind, #hotstuff, #georgia, #thesouthwindpic, 
#hotstuffpic, #georgiapic, #repone, #reptwo, #repthree {
  position: absolute;
}

#navigationbar, #bodycontent {
  top: 6.55em;
}

#navigation {
  top: 72px;
  left: 25px;
}


#bodycontent {
  left: 220px;
  width: 76%
}

#header {
  position: fixed;
  width: 100%;
}

#markets {
  top: 100px;
  left: 240px;
  width: 300px;
  text-align: center;
}
  
#contact {
  top: 390px;
  left: 25px;
  width: 110px;
}

#cd {
  top: 330px;
  left: 18px;
  width: 110px;
}

#clips {
  top: 1em;
  left: 18px;
  width: 110px;
}

#popularclips {
  top: 315px;
  width: 250px;
}
  
#classicallatinclips {
  top: 315px;
  left: 251px;
  width: 250px;
}

#flamencoclips {  
  top: 315px;
  left: 502px;
  width: 250px;
}

#southwind {
  top: 450px;
  width: 250px;
}
  
#hotstuff {
  top: 450px;
  left: 251px;
  width: 250px;
}

#georgia {  
  top: 450px;
  left: 502px;
  width: 250px;
}  
  
#thesouthwindpic {
  top: 270px;  
  width: 250;
}

#hotstuffpic {
  top: 270px;
  left: 251px;
  width: 250px;
}
  
#georgiapic {
  top: 270px;
  left: 502px;
  width: 250;
}  

#repone {
  top: 120px;  
  width: 400;
}

#reptwo {
  top: 120px;
  left: 401px;
  width: 250px;
}
  
#repthree {
  top: 120px;
  left: 502px;
  width: 250;
}  
