/*master.css for brucegrubbs.com
 * 
 */

body {
	background-image: url("backgroundmap.jpg");
	width: 800px;
  }

h1, h2, h3, h4, h5, ul, ol, p {
  font-family: Arial, Helvetica, sans-serif;
}

.right_image_links img {
  border: 3px blue outset;
  float: right;
  clear: right;
  width: 125px;
  margin: 10px 10px 0 10px;
}

.right_image_links img:hover {
  border: 3px blue inset;
}

.image_right {
  text-align: center;
  float: right;
  clear: right;
  padding: 5px 35px 20px 20px; 
}

.image_right img {
  border: 3px inset;
  width: 350px;
}

.inline_photo {
  width: 100px;
  float: right;
  clear: right;
  padding: 20px 100px 20px 20px; 
}

.inline_photo img {
  border: 3px inset;
}
.inline_photo p {
  border: 3px outset;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  text-align: center;
}  

#map_title {
  text-align: left;
}

#map_image img {
  margin: 20px 20px 20px 5px;
  padding-left: 0;
}

#header_links {
  padding-top: 20px;
  padding-bottom: 10px;
}

#header_links ul {
  margin-left: -2.5em;
}

#header_links li {
  list-style-type: none;
  float: left;
  width: 8em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

#header_links a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset;
  background-color: #b8c7ed;
}

#header_links a:hover {
  border: 3px blue inset;
}


#header {
	background-image: url("title-photo.png");
  background-repeat: no-repeat;
  text-align: left;
  color: #dee7ff;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 10px;
	padding: 200px 20px 200px 25px;
	width: auto;
  }

#header h1 {
  margin-top: -10px;
}

#header h2 {
  margin-bottom: 0;
}

#main_buttons ul {
  margin-left: -2.5em;
}

#main_buttons li {
  list-style-type: none;
  float: left;
  width: 7em;
  text-align: center;
}

#main_buttons a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset;
  background-color: #dde7f4;
}

#main_buttons a:hover {
  border: 3px blue inset;
}

#main {
	background-image: url("background-fuzzy.png");
  background-repeat: repeat-y;
  text-align: left;
  font-size: 0.9em;
  margin-top: -190px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
	padding: 20px 20px 80px 22px;
	width: auto;
  }

#main p, ul, ol {
    font-size: 0.9em;
}

#footer {
	background-image: url("background-fuzzy-footer.png");
  background-repeat: no-repeat;
  font-size: 0.8em;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
	padding: 20px 20px 60px 20px;
  text-align: left;
	width: auto;
  }
  
#footer_logo {
  float: right;
  margin: 10px 10px 10px 10px;
}

#footer_logo img {
  border: solid 2px;
  width: 100px;
}



