body {                                  /* defines background colour, font preference */
  background: #000000;                  /* black background */
  font-family: Verdana, Arial, serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 484px;
}

p {                                     /* default text colour is bright blue */
  color: #0055ff;
}

a:link {color: #0055ff; text-decoration: none;}      /* links are not underlined */
a:visited {color: #0055ff; text-decoration: none;}
a:hover {color: #ccff00; text-decoration: none;}     /* turn yellow for hover and focus */
a:focus {color: #ccff00; text-decoration: none;}
a:active {color: #ffff33; text-decoration: none;}    /* slightly brighter yellow for active */

a img {                                 /* remove borders from image-links */
  border: none;
}

#frontpage{                             /* special styling for front page */
  min-width: 490px;                     /* 40px wider than frontpage image */
  width: auto;
  margin: 10px;
  padding: 20px;
  border: 10px solid #f93700;           /* neon orange border */
  background: #000000;                  /* black background */
}

#header{                                /* ID for the header-with-menu section */
  min-height: 100px;
  margin: 4px;
  padding: 4px;
  border: 4px solid #f93700;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

#headerpic{                             /* styling for header picture */
  width: 80px;
  height: 100px;
  margin: 0 16px 0 0;                   /* right-margin separates it from the text */
  padding: 0;
  border: none;
  float: left;
}

#headerpic a:link {color: #000000; text-decoration: none;}      /* making the link colours black makes the firefox image-link-border disappear */
#headerpic a:visited {color: #000000; text-decoration: none;}
#headerpic a:hover {color: #000000; text-decoration: none;}
#headerpic a:focus {color: #000000; text-decoration: none;}
#headerpic a:active {color: #000000; text-decoration: none;}

#content{                               /* ID for middle section of main pages */
  margin: 4px;
  padding: 8px;
  border: 4px solid #f93700;
  text-align: left;
}

#footer{                                /* Oh yah it's a footer baby */
  margin: 12px;
  padding: 0;
  border: 0;
  text-align: right;
  font-size: 0.75em;
}

#widescreen{                            /* sets wider width for paintings slideshow - wraps the whole page including header and footer so they all have the same width */
  min-width: 750px;
}

#slideshow{
  text-align: center;
}

#contactpic{                              /* to position the photo on the contact and about pages */
  width: 150px;
  height: 225px;
  float: left;
  border: 0;
  margin: 12px 8px 8px 0;
}


.glowing {                                /* CLASS for green and bold */
  font-weight: bold;
  color: #2eff00;
}

.glowing a:link {color: #2eff00;}         /* and how it behaves as a link */
.glowing a:visited {color: #2eff00;}
.glowing a:hover {color: #ccff00;}        /* green-yellow */
.glowing a:focus {color: #ccff00;}
.glowing a:active {color: #ffff00;}       /* yellow */

.invisible {
  color: #000000;                         /* text color same as background */
}

/* and how it behaves as a link */
.invisible a:link {color: #000000;}           /* black i.e. invisible */
.invisible a:visited {color: #000000;}        /* black */
.invisible a:hover {color: #003399;}          /* text turns grey blue when mouse hovers */
.invisible a:focus {color: #003399;}          /* or focus */
.invisible a:active {color: #003399;}         /* or active */


.paintings {                            /* class for thumbnails gallery on paintings page */
  margin: 0;
  border: 0;
  padding: 0;
}

.paintings img {                        /* paintings thumbnails will have borders, margins, padding */
  border: 1px solid #000099;
  margin: 0 4px 8px 0;
  padding: 8px;
}

.paintings a:link {color: #000000; text-decoration: none;}      /* making the link colours black makes the firefox border disappear */
.paintings a:visited {color: #000000; text-decoration: none;}
.paintings a:hover {color: #000000; text-decoration: none;}
.paintings a:focus {color: #000000; text-decoration: none;}
.paintings a:active {color: #000000; text-decoration: none;}


.linksgallery {                           /* class for gallery on the links page */
  min-height: 150px;
  border: 0;
  padding: 0;
}

.links {                                  /* each link will get its own div */
  float: left;
  border: 0;
  margin: 0;
  width: 120px;
  height: 150px;
}

.links img {                                /* logos in links will not have borders */
  border: none;
  margin: 0;
  padding: 0;
}

.links a {
  outline: none;
  border: none;
  display: block;
  width: 100px;
  height: 150px;
  text-align: center;
}

.links a:hover {}
.links a:focus {}
.links a:active {}                      /* just in case I want to play with these later */


/* the following can be removed after paintings gallery is migrated and party gallery is eliminated */


#viewimage{                               /* sets minimum width for viewimage.html page, party galleries, bowling gallery - this division wraps the whole page, including header and footer */
  min-width: 750px;
}

.partythumbnails {                      /* gallery of 150x210px thumbnails for party photos */
  margin: 0;
  border: 0;
  padding: 0;
}

.partythumbnails img {
  border: 0;
  margin: 0 8px 8px 0;
}

.partythumbnails a:link {color: #000000; text-decoration: none;}      /* making the link colours black makes the firefox border disappear */
.partythumbnails a:visited {color: #000000; text-decoration: none;}
.partythumbnails a:hover {color: #000000; text-decoration: none;}
.partythumbnails a:focus {color: #000000; text-decoration: none;}
.partythumbnails a:active {color: #000000; text-decoration: none;}


#thumbnails{                             /* ID for thumbnails section under bowling alley gallery - this division will go within the contentviewimage div */
  float: center;
  min-width: 650px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

#thumbnails img{                         /* images in the thumbnails section are exactly 150px square, margins at right side and bottom */
  width: 150px;
  height: 150px;
  border: 0;
  padding: 0;
  margin: 10px;
}

#contentviewimage{                       /* ID for middle section of viewimage.html page, party galleries, bowling gallery - it's an alternative to the "content" division */
  min-width: 700px;
  margin: 4px;
  padding: 4px;
  border: 4px solid #f93700;
  text-align: center;
}
