/* 
** # is id
** . is class
*/

body { 
  background-color: #228; 
  font-size: 100%;
  font-family:  Verdana, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;  /* to make IE center the contained div */
}

p, ol, ul, table, th, tr, td {
  text-align: left;
  line-height: 150%;
}

li {
  text-align: left;
  line-height: 180%;
}

td {
  padding-right: 1em;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

pre {
  background-color: #eee;
  padding: 1em;
}

a { color: #22f; }
a:visited { color: #007; }
a:hover { color: #fff; background-color: #22a; }

.folkfest {
  font-size: 120%;
	color: #a00;
}

.folkfest a { color: #a00; }
.folkfest a:visited { color: #700; }
.folkfest a:hover { color: #fff; background-color: #a00; }

.small {
  font-size: 85%;
}

.tiny {
  font-size: 70%;
}

.bold {
  font-weight: bold;
}

#header {
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.2em 2em;
  width: 50em;
  text-align: left;
  color: White;
}

#title {
  position: relative;
  font-size: 150%;
  font-style:  italic;
	font-family: Georgia, serif;
}

#title2 {
  position: relative;
  font-size: 150%;
  font-style: italic;
	font-family: Georgia, serif;
}

#search_simple {
  position: absolute;
  top: 1.25em;
  right: 3em;
  padding: 0;
  margin: 0;
  font-size: 75%;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

#top_links {
  padding: 1em 0 ;
  margin: 0;
  font-size: 85%;
	border-bottom: 1px solid #ccc
}

#main_layout_content {
  position: relative;
  top: 0;
  left: 0;
  width: 50em;
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  border: 2px solid #000;
  background-color: #fff; 
  padding: 0 2em 0 2em;
}

#main_content {
  text-align: left;
  position: relative;
  padding: 0 0 0.7em 0; 
}

.google_ads {
  padding: 5px;
	margin-bottom: 10px;
}

#layout_footer {
  font-size: 85%;
}

#tagline {
  margin: 1em;
  font-size: 80%;
  font-family: Georgia, serif;
  font-style: italic;
  color: White;
}

#timestamp {
  margin: 1em;
  font-size: 80%;
  font-family: Georgia, serif;
  font-style: italic;
  color: #888;
  text-align: center;
}

.center {
  text-align: center;
}

#float_right_ads {
  margin-top: 2.0em;
  margin-left: 1.0em;
  margin-bottom: 2.0em;
  float: right;
}

#float_right_tag_links {
  margin-top: 1em;
  float: right;
}

#profile_tags {
  position: relative;
  background-color: #fff;
  margin-top: 2em;
  padding: 0 1em;
  border: 2px solid #a00;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}


