/*
CSS for Toothpick Carnival site
*/
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;
}

h2 {
  color: #A52A2A;
  font-size: medium;
  font-weight: normal;
}

h4 {
  color: #000000;
  font-size: medium;
  font-weight: bold;
}

h5 {
  width: 758px;
}

p {
  font-size: small;
  color: #A52A2A;
  margin-right: 0;
  width: 758px;
  padding-bottom: .2em;
}

.notes p {
  color: black;
  font-size: 100%;
  font-weight: bold;
}

#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%;
}

h1, h2, h3, h4, h5, h6, p, img {
  padding-left: 10px;
  padding-right: 10px;
}

#left48 img, h2 {
  padding-left: 48px;
}

#left139 img {
  padding-left: 139px;
}


#borders {
  border: 1px dashed #A52A2A;
}

#borders h5 {
  font-size: 75%;
  width: 758px;
}

.dates {
  color: #D2B48C;
  background-color: #A52A2A;
  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;
}

a {
  font-weight: normal;
}

a:link {
  color: #A52A2A;
}

a:visited {
  color: #D2691E;
}

a:hover {
  text-decoration: underline;
  color: #D2691E;
}

a:active {
}

.feature {
  float: right;
  margin: 10px;
}

.float_right {
  float: right;
  margin: 10px;
}

.float_left {
  float: left;
  margin: 10px;
}

#sidetext p {
  display: inline;
}

.showlinks a:link {
  text-decoration: underline;
}

.sitename {
  font-size: small;
}

.xsmall {
  font-size: x-small;
}

#subtitle h5 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*
Gallery-related stuff
*/
.galleryphoto p, h5 {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0px;
  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;
}


/*
Styling for Button links.
*/
#buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#buttons li {
  display: inline;
  padding-left: 1%;
  padding-right: 1%;
}


#buttons a:link, #buttons a:visited {
  color: #A52A2A;
  text-decoration: underline;
  font-weight: normal; 
  background-color: none; 
}

#buttons a:hover {
  color: #3cb371;
}

.nav_button img {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  border: none;
  background: none;
}

/*
Even though this is used for the image gallery it could still be used elsewhere.
*/
.photocredit {
  font-weight: normal;
  color: #708090;
}

/* 
*** This is the main navigation section ***
*/

#navigation {
  width: 160px;
  height: 587px;
  background: url(Ferris_Wheel_Background.jpg) no-repeat bottom;
  padding-top: 0;
}

#navigation ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}

#navigation li { 
  border-bottom: 1px solid #D2691E;
}

#navigation li a:link, #navigation li a:visited { 
  font-size: 90%;
  font-weight: bold; 
  display: block; 
  padding: 0.4em 0 0.4em 0.5em; 
  border-left: 12px solid #D2691E; 
  border-right: 1px solid #D2691E; 
  background-color: #A52A2A; 
  color: #D2B48C; 
  text-decoration: none; 
}

#navigation li a:hover {
  background-color: #D2691E;
  color: #A52A2A;
}

* html #navigation li a {
  width: 100%;
}

/*
*** This is the end of the Main navigation section ***
*/



h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #000000;
}

/*
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, #google_left {
  position: absolute;
}

#navigation, #bodycontent {
  top: 6.80em;
}

#bodycontent {
  left: 200px;
}

#google_ads {
  padding-left: 10px;
}

#google_left {
  top: 730px;
}

#google_left p {
  width: 160px;
}

#header, #tagline {
  width: 100%;
}

/*
Photo Caption Styling
*/
.ridecaption p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
  padding-left: 139px;
}

/*
Instructions for layout and links for thumbnail links.
*/
#thumbs {
  list-style-type: none;
  margin-left: 0;
  width: 758px;
}

#thumbs li {
  float: left;
  width: 111;
  margin-right: 15px;
  margin-bottom: 15px;
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: 708090;
  font-size: 70%;
  display: block;
}

#thumbs img {
  display: block;
  border: none;
  background: none;
}

#thumbs p {
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
}

#video_icons img {
  margin-top: 50px;
  display: block;
  border: none;
  background: none;
}

table.avatar p {
  display: block;
  border: none;
  background: none;
  width: 146px;
  padding-left: 160px;
}

table.avatar img {
  display: block;
  border: none;
  background: none;
  width: 146px;
  padding-left: 160px;
}

/* 
*** End of styling for hobbies section ***
*/

/*
Some styling for putting additional links at the top of individual pages.
*/

#toplinks ul {
  margin-left: 0%;
  border: 1px dashed #A52A2A;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 758px;
}

#toplinks li {
  display: inline;
  width: 80px;
  padding: 6px;
}

#toplinks a {
  font-weight: bold;
  font-size: small;
  color: #D2691E; 
  text-decoration: underline; 
  padding: 4px;
  width: 80px;
}

#toplinks li a:hover {
  background-color: none;
  color: #A52A2A;
}

/*
Some styling for putting additional links inside the Borders div.
*/

#inslinks ul {
  margin-left: 0%;
  border: none;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 3px;
  margin-bottom: 0px;
  width: 758px;
}

#inslinks li {
  display: inline;
  width: 80px;
  padding: 6px;
}

#inslinks a {
  font-weight: bold;
  font-size: x-small;
  color: #D2691E; 
  color: #A52A2A;
  text-decoration: underline; 
  padding: 4px;
  width: 80px;
}

#inslinks li a:hover {
  background-color: none;
  color: #D2691E; 
}

.clearit {
  clear: both;
}

#player p {
  font-size: x-small;
  margin-top: 0px;
  padding-top: 5px;
}

/*
Rollovers thumbnail Formatting
*/
table.rollover {
  border-collapse: collapse;
}

table.rollover th, table.rollover td {
  padding-right: 23px;
  padding-bottom: 5px;
  padding-top: 5px;
}

table.rollover th {
  font-size: small;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

table.rollover td {
  font-size: small;
}

table.rollover img {
  display: block;
  border: none;
  background: none;
}
