/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #504034;
}

h1, h3, h4, h5, h6 {
	font-size: 150%;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	color: #9C1149;
}

h2 {
  font-size: 120%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #9C1149;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #d2b46c url("/images/brown_paper_bg.jpg") repeat;
}

table#container {
  width: 1000px;
  margin: 0 auto;
}

table#password {
  width: 500px;
  margin: 150px auto 0 auto;
}

table#container tr td,
table#password tr td {
  border: 1px solid #999;
  background-color: #ffffff;
  padding: 4px;
  vertical-align: top;
}

table#container tr td.nav {
  width: 173px;
  padding: 9px;
  background: #ffffff url(/images/fair_trade_town.jpg) no-repeat bottom center;
}

.nav img {
  margin-bottom: 10px;
}

.logo_brown {
  font-size: 112%;
}

.logo_red {
  color: #9C1149;
  font-weight: bold;
  font-size: 140%;
  line-height: 1.3;
}

ul li {
 line-height: 1.6;
 list-style-image: url(/images/bean_point_brown.png);
}

td.nav ul {
  margin-top: 120px;
  padding-left: 24px;
}

td.nav ul li {
  list-style-image: url(/images/bean_point_red.png);
}

td.nav ul li a:link,
td.nav ul li a:visited {
  color: #504034;
  text-decoration: none;
}

td.nav ul li a:hover,
td.nav ul li a:active {
  text-decoration: underline;
}

table#container tr td.main_content {
  padding: 14px 20px 10px 20px;
}

td.main_content a:link,
td.main_content_plain a:link,
td.main_content a:visited,
td.main_content_plain a:visited {
  color: #9c1149;
  text-decoration: none;
}

td.main_content a:hover,
td.main_content_plain a:hover,
td.main_content a:active,
td.main_content_plain a:active {
  text-decoration: underline;
}

.important_red {
  font-weight: bold;
  color: #9c1149;
}

.select_category {
  padding: 10px;
  border: 1px solid #999;
}

table.events {
  margin-bottom: -20px;
}

table.results tr th,
table.events tr th {
  font-weight: normal; 
  text-align: left;
  padding-bottom: 20px;
}

table.results tr th.sponsored_result,
table.events tr th.event {
  padding: 10px 10px 0px 10px;
  border: 1px solid #999;
}

table.results tr th.sponsored_result img,
table.events tr th.event img {
  margin-left: 10px;
  margin-bottom: 10px;
}

p.pdf {
  margin-bottom: 20px;
  border: 1px solid #999;
  padding: 10px 10px 17px 10px;
}

.pdf_icon {
  margin-bottom: -10px;
  margin-right: 10px;
}

span.pdf_red {
  font-weight: bold;
  color: #9c1149;
}

div.red,
div.red_home {
  background-color: #9c1149;
  height: 100%;
  color: #ffffff;
  padding: 20px;
}

div.red h1,
div.red_home h1 {
  color:#ffffff;
}

div.red ul,
div.red_home ul {
  padding-left: 10px;
  margin: 30px 0;
  color: #ffffff;
}

div.red ul li,
div.red_home ul li {
  list-style-image: url(/images/bean_point_white.png);
  line-height: 1.4;
  color: #ffffff;
}

div.red a:link,
div.red_home a:link,
div.red a:visited,
div.red_home a:visited {
  color: #ffffff;
  text-decoration: none;
}

div.red a:hover,
div.red_home a:hover,
div.red a:active,
div.red_home a:active {
  text-decoration: underline;
}

div#footer {
  background-color: #D9CFC5;
  color: #504034;
  padding: -5px 0;
}

.footer_left {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
}

.footer_right {
  float: right;
  padding-right: 10px;
}

.clear {
  clear: both;
}

input.edit_input_area {
  width: 250px;
}

div#gallery {
  width: 745px;
}

div#gallery img,
div#gallery img.gallery {
  margin-bottom: 15px;
}

img.gallery {
  margin-right: 15px;
}

.html_quote {
  background-color: #D7CEC5;
  padding: 1px 15px;
}

#glimpses_choche_images {
  float: left;
  width: 220px;
}

#glimpses_choche_images img {
  margin-bottom: 20px;
}

#glimpses_choche_text {
  float: right;
  width: 525px;
}

div.press_release_controls_left,
div.press_release_controls_right {
  float: left;
  width: 200px;
  margin-bottom: 20px;
  font-size: 105%;
}

div.press_release_controls_right {
  float: right;
}

div.press_release_controls_left a:link,
div.press_release_controls_right a:link,
div.press_release_controls_left a:visited,
div.press_release_controls_right a:visited {
  color: #504034;
  text-decoration: none;
}

div.press_release_controls_left a:hover,
div.press_release_controls_right a:hover,
div.press_release_controls_left a:active,
div.press_release_controls_right a:active {
  color: #9C1149;
  text-decoration: none;
}