/* Style sheet for carnyx - MV 21/9/2000 */
/* Changed to wood effect 22/11/2000 */

body,td {
  background-color: #dead73;
  background-image: url("blonde.gif"); 
  color: #000000;
  font-family: "franklin gothic book",arial,helvetica,sans-serif; 
  font-size: 12pt; 
}
a {
  text-decoration:none;
  font-weight : bold;
}
a:link {
   color: #cc0000;
}
a:visited {
   color:#a36633;
}
a:hover {
   color: #cc0000;
   text-decoration:underline;
}
a:active {
   color: #cc6600;
}
h1 {
   font-size: 20pt; 
} 
hr {
   color: #946C09;
   width: 80%;
   text-align : center;
   height : 4px;
}
.plain {
   font-family: "franklin gothic book",arial,helvetica,sans-serif;
   font-size: 12pt; 
}  
.small {
   font-family: "franklin gothic book",arial,helvetica,sans-serif;
   font-size: 8pt; 
}  
#partyPage{
  font-family: OgdredWeary,"franklin gothic book",arial,helvetica,sans-serif;
  width :100%;
  text-align:center;
  font-size:140%
}
#partyMapPage{
  font-family: OgdredWeary,"franklin gothic book",arial,helvetica,sans-serif;
  width :100%;
  text-align:center;
  font-size:140%
}

#googleMap {width:500px}
#googleMap .mapMarkerHeader{font-weight:bold;font-size:80%;font-family:"franklin gothic book",arial,helvetica,sans-serif;}
#googleMap .mapMarker{font-size:60%;font-family:arial,helvetica,sans-serif;}

#partyPage h1{
  padding-top:30px;
  font-size:200%
}
.printOnly{display:none}
.printOnlySpan{display:none}

@media print {

body,td {
  background-color: white;
  background-image: none; 
}
a {
  text-decoration:none;
  font-weight : normal;
}
a:link {
   color: black;
}
a:visited {
   color: black;
}
a:hover {
   color: black;
}
a:active {
   color: black;
}

.screenOnly{display:none}
.printOnly{display:block} 
.printOnlySpan{display:inline}
} /* end of print markup */

