/* sample theme-independent CSS classes, uncomment to use them if you wish :)

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}
	
*/
#single_masthead { width: 770px; height: 100px; background: url('images/TechWanderingLogo.gif') no-repeat; align: center; padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

#single_masthead a { display: block; width: 277px; height: 70px; } /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

.single_h1 { font-size: 2.0em; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000; }

.title_shadow {
  color: black;
  width: 770px; 
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif; 
  font-weight: bold; 
  letter-spacing: -0.03em; 
  font-size: 5em; 
  position: relative; 
  left: -196px; 
  top: -86px;
}
.title_foreground {
  color: white;
  width: 770px; 
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif; 
  font-weight: bold; 
  letter-spacing: -0.03em; 
  font-size: 5em; 
  position: relative; 
  left: -200px; 
  top: -152px;
}

.tagline_shadow {
  width: 770px; 
  font-family: Georgia,Times,serif; 
  font-style: italic; 
  color: black; 
  font-size: 1.8em; 
  position: relative; 
  left: -222px; 
  top: -155px;
}

.tagline_foreground {
  width: 770px; 
  font-family: Georgia,Times,serif; 
  font-style: italic; 
  color: white; 
  font-size: 1.8em; 
  position: relative; 
  left: -224px; 
  top: -178px;
}

body {
  font-family:"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}

ul#nav li {
  font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
}