/*
CSS for Toothpick Carnival News articles
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #D2B48C;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Cuckoo", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
}

li {
  font-size: small;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, img {
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  color: #A52A2A;
  font-size: medium;
  font-weight: normal;
}

h4 {
  color: #000000;
  font-size: medium;
  font-weight: bold;
}

em {
  text-transform: uppercase;
}

h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  font-weight: bolder;
  color: #D2B48C;
  padding-top: 2em;
  padding-bottom .2em;
  padding-left: .4em;
  margin: 0;
  background: #A52A2A url(gallery/Roller_Coaster_2.jpg) repeat-y right;
}

h2 {
  color: #A52A2A;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

p {
  font-size: small;
  color: #A52A2A;
  margin-right: 0;
  width: 800px;
}

#tagline p {
  font-weight: bold;
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #D2691E;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  width: 100%;
}

#newsbg p {
  color: #000000;
  font-family: Georgia, Times, serif;
  background-color: #D3D3D3;
  margin-left: 50px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 700px;
  padding-bottom: 10px;
}

.galleryphoto p, {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

#sitemap a {
  font-weight: bold;
  font-size: x-small;
  color: #A52A2A;
  text-decoration: underline; 
  padding: 0px;
  width: 80px;
  margin-top: 0px;
}

#sitemap a:hover {
  background-color: none;
  color: #D2691E; 
}

#sitemap p {
  margin-top: 5px;
  margin-bottom: 0px;
}

#copyright p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 430px;
  line-height: 1.4em;
}


#borders {
  border: 1px dashed #A52A2A;
}

a {
  font-weight: bold;
}

a:link {
  color: #A52A2A;
  text-decoration: none;
}

a:visited {
  color: #A52A2A;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #D2691E;
}

a:active {
}

.showlinks a:link {
  text-decoration: underline;
}

.sitename {
  font-size: small;
}

.xsmall {
  font-size: x-small;
}



h2, ul {
  margin-top: 15px;
}

#header, #tagline {
  width: 100%;
}

/*
The following code sets up positioning of the different sections on the pages.  It uses absolute positioning from the top left corner of the window.
*/


#navigation, #bodycontent, #header, #google_right {
  position: absolute;
}

#navigation, #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 50px;
}

#header {
  width: 100%;
}

#google_right {
  top: 30px;
  left: 850px;
}

#google_right p {
  width: 140px;
}

#maplinks ul {
  margin-left: 30px;
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  width: 800px;
}

#maplinks li {
  display: inline;
  width: 80px;
}

#maplinks a {
  font-weight: bold;
  font-size: small;
  color: #D2691E; 
  text-decoration: underline; 
  padding-right: 10px;
  width: 80px;
}

#maplinks li a:hover {
  background-color: none;
  color: #A52A2A;
}

#maplinks li a {
  font-size: x-small;
}

#maplinks p {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.parens-xsmall {
  font-size: x-small; 
}
