/* * * * * * Common * * * * * */

body {
color: black;
background-color: black;
background-repeat: no-repeat;
background-position: 50% 140px;
font-family: verdana, sans-serif;
font-size: 11px;
text-align: center;
margin: 0;
padding: 0;
}

td {
font-family: verdana, sans-serif;
font-size: 11px;
}

a {
color: rgb(64,64,64);
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: underline;
}


p, form {
margin: 0;
padding: 0;
}

ul {
margin: 1em 0 1em 2em;
padding: 0;
}

ol {
margin: .5em 0 .5em 0;
}

ul.skippy li {
margin-bottom: 8px;
}

img {
border-width: 0;
}

div.main {
text-align: left;
width: 780px;
margin: 0 auto 0 auto;
padding: 0;
}

table.content {
}

td.content-left {
vertical-align: top;
text-align: right;
height: 370px;
width: 230px;
padding: 16px 0 0 0;
}

td.content-center {
vertical-align: top;
height: 370px;
width: 313px;
padding: 16px 8px 0 8px;
}

td.content-leftcenter {
vertical-align: top;
text-align: right;
height: 370px;
width: 543px;
padding: 16px 8px 0 8px;
}

td.content-right {
vertical-align: top;
height: 370px;
padding: 0;
width: 221px;
}

table.content p {
}

table.content p.skip {
margin-top: .5em;
}

table.content p.skippy {
line-height: 1.5;
}

table.content p.skippy2 {
line-height: 1.5;
margin-bottom: 1ex;
}

/* * * * * * Intro * * * * * */

#intro--links {
text-align: left;
margin: 450px 0 0 32px;
}

#intro--links a {
color: white;
background-color: transparent;
text-decoration: none;
padding: 8px;
}

#intro--links a:hover {
text-decoration: underline;
}

/* * * * * * Photo * * * * * */

body.photo {
}

body.photo div.photo {
margin: 32px 0 0 0;
}

body.photo div.link {
margin: 16px 0 0 0;
}

body.photo div.link a {
color: rgb(192,192,192);
background-color: transparent;

}

body.photo div.link a:hover {
color: white;
background-color: transparent;
}

/* * * * * * Guestbook * * * * * */

body.gb-entries {
color: white;
background-color: black;
}

body.gb-entries a {
color: rgb(192,192,192);
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

body.gb-entries a:hover {
color: rgb(192,192,192);
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

body.gb-entries a.name {
color: rgb(192,192,255);
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

body.gb-entries a.name:hover {
color: rgb(192,192,255);
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

body.gb-entries span.name {
color: rgb(192,192,255);
background-color: transparent;
font-weight: bold;
}

div.gb-entry {
margin: 2em 0 0 0;
border: 1px solid rgb(64,64,64);
padding: 1px;
}

p.gb-header {
margin: 0;
background-color: rgb(48,48,48);
padding: 2px 3px 3px 3px;
}

p.gb-message {
padding: 4px;
}

/* * * * * * php-message * * * * * */

body.php-msg {
color: white;
background-color: black;
font-family: verdana, sans-serif;
font-size: 11px;
text-align: center;
margin: 0;
padding: 100px 0 0 0;
}

body.php-msg a {
color: rgb(128,128,128);
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

body.php-msg a:hover {
color: white;
text-decoration: underline;
}

/* * * * * * Page-Backgrounds * * * * * */

body.intro {
background-image: url("bg/intro.jpg");
}

body.home {
background-image: url("bg/home.jpg");
}

body.ggp {
background-image: url("bg/ggp.jpg");
}

body.cds {
background-image: url("bg/ggp.jpg");
}

body.cd1, body.cd2, body.cd3, body.cd4 {
background-image: url("bg/ggp2.jpg");
}

body.guitar-lab {
background-image: url("bg/guitar-lab.jpg");
}

body.playmates {
background-image: url("bg/guitar-lab2.jpg");
}

body.live-gear {
background-image: url("bg/guitar-lab2.jpg");
}

body.workshop {
background-image: url("bg/guitar-lab2.jpg");
}

body.photos {
background-image: url("bg/gallery.jpg");
}

body.guestbook {
background-image: url("bg/guestbook.jpg");
}

body.links {
background-image: url("bg/links.jpg");
}

body.contact {
background-image: url("bg/contact.jpg");
}

body.newsletter {
background-image: url("bg/contact.jpg");
}

/* ****************************** Top-Nav ****************************** */

#topnav {
margin: 0;
padding: 0;
position: relative;
height: 85px;
list-style-type: none;
}

#topnav li {
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 99px;
height: 85px;
}

#topnav a {
background: url('topnav.png') no-repeat;
display: block;
width: 99px;
height: 85px;
padding: 0;
margin: 0;
}

#topnav a:focus {
border: none;
}

#topnav span {
display: none;
}

#topnav-ggp {
left: 24px;
}
#topnav-ggp a {
background-position: 0 0;
}
#topnav-ggp.active a {
background-position: -99px 0;
}
#topnav-ggp a:hover, #topnav-ggp a:focus, #topnav-ggp a:active {
background-position: -198px 0;
}

#topnav-cds {
left: 131px;
}
#topnav-cds a {
background-position: 0 -85px;
}
#topnav-cds.active a {
background-position: -99px -85px;
}
#topnav-cds a:hover, #topnav-cds a:focus, #topnav-cds a:active {
background-position: -198px -85px;
}

#topnav-guitar-lab {
left: 238px;
}
#topnav-guitar-lab a {
background-position: 0 -170px;
}
#topnav-guitar-lab.active a {
background-position: -99px -170px;
}
#topnav-guitar-lab a:hover, #topnav-guitar-lab a:focus, #topnav-guitar-lab a:active {
background-position: -198px -170px;
}

#topnav-photos {
left: 345px;
}
#topnav-photos a {
background-position: 0 -255px;
}
#topnav-photos.active a {
background-position: -99px -255px;
}
#topnav-photos a:hover, #topnav-photos a:focus, #topnav-photos a:active {
background-position: -198px -255px;
}

#topnav-guestbook {
left: 452px;
}
#topnav-guestbook a {
background-position: 0 -340px;
}
#topnav-guestbook.active a {
background-position: -99px -340px;
}
#topnav-guestbook a:hover, #topnav-guestbook a:focus, #topnav-guestbook a:active {
background-position: -198px -340px;
}

#topnav-links {
left: 559px;
}
#topnav-links a {
background-position: 0 -425px;
}
#topnav-links.active a {
background-position: -99px -425px;
}
#topnav-links a:hover, #topnav-links a:focus, #topnav-links a:active {
background-position: -198px -425px;
}

#topnav-contact {
left: 666px;
}
#topnav-contact a {
background-position: 0 -510px;
}
#topnav-contact.active a {
background-position: -99px -510px;
}
#topnav-contact a:hover, #topnav-contact a:focus, #topnav-contact a:active {
background-position: -198px -510px;
}

/* ****************************** Sub-Nav ****************************** */

div.nav-sub {
padding: 10px 0 0 0;
}

div.nav-sub a {
font-weight: bold;
color: white;
background-color: transparent;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div.nav-sub a:hover {
text-decoration: underline;
color: white;
background-color: transparent;
}

div.nav-sub a.hereyouare {
padding: 1px 4px 2px 4px;
border: 1px solid rgb(64,64,64);
}

div.nav-sub a.hereyouare:hover {
text-decoration: none;
}

a.homelink {
margin: 0 136px 0 48px;
}

/* * * * * * Title and Headlines * * * * * */

h1 {
text-align: left;
padding: 0;
margin: 32px 0 13px 54px;
}

h1 img {
display: block;
}

h2 {
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 2em 0 0.5em 0;
}

h2.first {
padding: 0 0 0.5em 0;
}

h3 {
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 1em 0 0.5em 0;
}

/* * * * * * Special * * * * * */

table.playmates {
width: 421px;
margin-left:auto;
}

table.playmates td {
text-align: center;
padding: 0 0 0 8px;
}

table.photos {
margin-left:auto;
}

table.photos td {
vertical-align: top;
text-align: right;
padding: 0 0 8px 8px;
font-size: 9px;
}
