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;
}

p {                                     /* defines colour for default paragraphs */
  color: #0055ff;                       /* bright blue */
}

a:link {color: #0055ff; text-decoration: none;}                /* these define colours for links */
a:visited {color: #0055ff; text-decoration: none;}
a:hover {color: #ccff00; text-decoration: none;}
a:focus {color: #ccff00; text-decoration: none;}
a:active {color: #ffff33; text-decoration: none;}

a img {
  border: none;
}

#frontpage{                            /* ID for the front page */
  min-width: 490px;
  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-width: 240px;
  min-height: 100px;
  margin: 0.25em;
  padding: 0.25em;
  border: 0.25em solid #f93700;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

#headerpic{                             /* ID for the mushroom pic on the left of the header */
  width: 80px;
  height: 100px;
  margin: 0 1em 0 0;
  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 */
  min-width: 240px;
  margin: 0.25em;
  padding: 0.5em;
  border: 0.25em solid #f93700;
  text-align: left;
}

#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;
}

#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: 0.25em;
  padding: 0.25em;
  border: 0.25em solid #f93700;
  text-align: center;
}

#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;
}

#contactpic{
  width: 150px;
  height: 225px;
  float: left;
  border: 0;
  margin: 0.25em 0.5em 0.25em 0em;
}

#footer{                                 /* Oh yah it's a footer baby */
  min-width: 240px;
  margin: 0.75em;
  padding: 0;
  border: 0;
  text-align: right;
  font-size: 0.75em;
}

.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 */


.imagegallery {
  margin: 0;
  border: 0;
  padding: 0;
}

.imagegallery img {                        /* images in imagegallery will have borders, margins, padding */
  border: 0.1em solid #000099;
  margin: 0em 0.5em 0.5em 0em;
  padding: 0.5em;
}

.imagegallery a:link {color: #000000; text-decoration: none;}      /* making the link colours black makes the firefox border disappear */
.imagegallery a:visited {color: #000000; text-decoration: none;}
.imagegallery a:hover {color: #000000; text-decoration: none;}
.imagegallery a:focus {color: #000000; text-decoration: none;}
.imagegallery a:active {color: #000000; text-decoration: none;}


.linksgallery {                           /* the box that will hold a set of logoed links */
  min-width: 120px;
  min-height: 150px;
  border: 0;
  padding: 0;
}

.links {
  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 */


.partythumbnails {                      /* gallery of 150x210px thumbnails for party photos */
  margin: 0;
  border: 0;
  padding: 0;
}

.partythumbnails img {
  border: 0;
  margin: 0em 0.5em 0.5em 0em;
}

.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;}
