@import './reset.css';

body {
  background-color: #000;
  margin-bottom: 10px;
}

p {
  margin: 0 0 0.7em 0;
}

h1, h2, h3 {
  margin: 0.5em 0 0.4em 0;
  font-weight: bold;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

ul {
  list-style: disc;
  margin-left: 1.5em;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li {
  margin: 0.5em 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

a:hover, a:focus {
  color: #000;
}

.clearfloats {
  clear: both;
  height: 1px;
}

.player{
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 265px;
  border: 2px solid #F25D25;
  text-align: center;
  color: #ccc;
  text-decoration: none;
}

.caption {
  line-height: 1.2em;
  font-size: 0.9em;
  font-style: italic;
}





/*
 * TEMPLATE
 */

#header {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 146px;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#header h1 {
  display: none;
}

#topspacer {
  height: 115px;
}

#container {
  width: 755px;
  margin: 0 auto;
  padding: 50px 0 10px 0;
  background-color: #F25D25;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #fff;
  background-image: url(../../images/background.png);
  background-repeat: no-repeat;
}

#container { /* July 2010 template update */
	width: 921px;
}

#leftnav {
  float: left;
  width: 156px;
}

#leftnav ul {
  list-style: none;
  margin-left: 6px;
  padding: 3px 5px;
  background-color: #FAB28D;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#leftnav ul li {
  line-height: 1em;
  margin: 0;
}

#leftnav ul li a {
  display: block;
  margin: 3px 0;
  padding: 3px 2px 3px 10px;
  background-color: #FCD2BA;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  line-height: 1em;
}

#leftnav ul li.active a, #leftnav ul li a:hover, #leftnav ul li a:focus {
  background-color: #F25D25;
  color: #fff;
}

#donations {
  font-family: "Helvetica Inserat", "Arial Black", sans serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  margin-top: 15px;
}

#leftnav p span {
  display: none;
}

#leftnav p a.donate {
  display: block;
  margin-top: 8px;
  margin-left: 6px;
  width: 149px;
  height: 71px;
  background-image: url(../../images/donate.png);
}

#leftnav p a.support {
  display: block;
  margin-top: 10px;
  margin-left: 6px;
  width: 149px;
  height: 99px;
  background-image: url(../../images/support.png);
}

#mystory {
  margin-left: 6px;
  background-color: #FCD2BA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 7px;
}

#mystory h2 {
  font-family: "Helvetica Inserat", "Arial Black", sans serif;
  text-align: center;
  text-transform: uppercase;
  color: #F25D25;
  font-size: 20px;
  line-height: 1em;
  margin: 0;
}

#mystory p {
  margin: 5px 0 10px 0;
  color: #000;
  line-height: 1.3em;
  font-size: 12px;
  text-align: center;
}

#mystory a {
  display: block;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 11px;
  margin: 0 6px;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  padding: 4px;
}

#newsletter_link {
  margin: 10px 0 0 0;
}

#newsletter_link a {
  display: block;
  width: 149px;
  height: 37px;
  margin: 0 auto;
  background-image: url(../../images/newsletter.png);
}

#newsletter_link a span {
  display: none;
}

#pagebody {
  float: right;
  width: 573px;
  margin-right: 14px;
}

#pagebody { /* July 2010 template update */
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

#pagebody .baselink {
  display: block;
  width: 183px;
  float: left;
  margin: 0 5px 0 0;
}

#pagebody .baselink h2 {
  background-color: #000;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  padding: 4px 0;
  margin: 3px 0;
  font-weight: normal;
}

#pagebody img {
  border: 1px solid #333;
}

#receive_updates {
  display: none;
}

h2.modalblock {
  margin: 0 0 7px 135px !important;
  color: #fff !important;
  font-size: 19px;
  font-weight: normal;
  line-height: 1em;
}

p.modalblock {
  margin: 0.4em 0 0.3em 135px !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
}

p.modalblock input.email_input {
  background-color: #0E0603;
  border-color: #888;
  border-style: dashed;
  border-width: 0 0 1px 0;
  text-align: center;
  font-style: italic;
  color: #ddd;
  width: 100%;
}

p.modalblock input.email_button {
  color: #333;
}

p.subscribe_result {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

#footer {
  width: 921px;
  margin: 0 auto;
  background-color: #686262;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#footer p {
  color: #ccc;
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
}

#footer p a {
  color: #ccc;
  text-decoration: none;
}


/* July 2010 template update */

#rightcontent {
	float: right;
	width: 156px;
	margin-right: 10px;
}

.rightblock {
  margin-left: 6px;
  background-color: #FCD2BA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 7px;
  margin-bottom: 10px;
}

.rightblock h2 {
  font-family: "Helvetica Inserat", "Arial Black", sans serif;
  text-align: center;
  text-transform: uppercase;
  color: #F25D25;
  font-size: 20px;
  line-height: 1em;
  margin: 0;
}

.rightblock p {
  margin: 5px 0 10px 0;
  color: #000;
  line-height: 1.3em;
  font-size: 12px;
  text-align: center;
}

.rightblock a {
  display: block;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 11px;
  margin: 0 6px;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  padding: 4px;
}

.modal_article {
	display: none;
}