body {
  font-family: Arial, Helvetica, Sans-serif;
  background: #FFFFFF;
  line-height: 1.2em;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

a {
  color: #483C3C;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

/*
 * header
 */
a.banner {
  text-align: right;
  padding-top: 20px;
}

div.breadcrumbs a:hover {
  color: #EF64A5;
}

/*
 * footer 
 */

div#footer {
  text-align: center;
}

/*
 * primary navigation
 */
div#primary-nav ul {
  padding: 0;
  margin: 0;
}

div#primary-nav li {
  list-style: none;
  padding: 20px 0px 20px 0px;
  margin: 0;
}

div#primary-nav a {
  background-image: url('/static/images/home_icon.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 150%;
  font-weight: bold;
  padding: 20px 0px 20px 45px;
  text-decoration: none;
}

div#primary-nav a:hover {
  text-decoration: underline;
}

div#primary-nav a.about_us {
  background-image: url('/static/images/about_us_icon.png');
}

div#primary-nav a.get_help {
  background-image: url('/static/images/get_help_icon.png');
}

div#primary-nav a.get_involved {
  background-image: url('/static/images/get_involved_icon.png');
}

div#primary-nav a.vacancies {
  background-image: url('/static/images/vacancies_icon.png');
}

div#primary-nav a.resources {
  background-image: url('/static/images/resources_icon.png');
}

div#primary-nav a.blog {
  background-image: url('/static/images/blog_icon.png');
}

div#primary-nav a.news {
  background-image: url('/static/images/news_icon.png');
}

div#primary-nav a.events {
  background-image: url('/static/images/events_icon.png');
}

div#primary-nav a.contact_us {
  background-image: url('/static/images/contact_us_icon.png');
}

div#primary-nav a.donate {
  background-image: url('/static/images/donate.png');
}

div.primary-nav ul.secondary-nav {
  padding: 0;
  margin: 0;
}

div#primary-nav ul.secondary-nav li {
  padding: 5px 0px 5px 10px;
  margin: 0;
}

div#primary-nav li.level1 a {
  background-image: none;
  font-size: 125%;
  padding: 0;
  margin: 0;
}

div#primary-nav ul.secondary-nav li.level2 {
  padding: 5px 0px 5px 15px;
  margin: 0;
}

div#primary-nav li.level2 a {
  background-image: none;
  font-size: 115%;
  padding: 0;
  margin: 0;
}

div.sidebox {
  margin: 10px 0 10px 0;
}

img.heart {
  margin-top: 10px;
}

/*
 * tweet box
 */
div.twitter {
  background-image: url('/static/images/tweet_box.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 190px;
}

div.twitter p.tweet {
  padding: 60px 10px 0px 10px;
}

div.twitter p.date {
  text-align: right;
  padding-right: 20px;
}

/*
 * Social links
 */
div.sociallinks {
  background-image: url('/static/images/elsewhere.png');
  background-repeat: no-repeat;
  height: 290px;
}

div.sociallinks ul {
  padding-top: 90px;
  padding-left: 40px;
  list-style: none;
}

/*
 * teasers
 */

div.teaserbox p {
  padding: 5px;
}

div.teaserbox h4 {
  background-color: #E3006A;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
}

div.teaserlast h4 {
  background-color: #F37411;
}

div.latestnews h4 {
  background-color: #85C959;
}

div.latestnews li {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.content p {
  line-height: 1.5em;
}

h2.content_title {
  color: #7CACDD;
  font-weight: bold;
  font-size: 175%;
  margin-top: 20px;
}

div.content h3 {
  color: #7CACDD;
  font-weight: bold;
  font-size: 150%;
}

div.content li {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
 * news
 */

div.newsentry h3 a {
  color: #7CACDD;
}

div.newsentry h3 a:hover {
  color: #EF64A5;
}

div.newsentry {
  border-bottom: 1px solid #FFD267;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

div.entry {
  line-height: 1.5em;
}

/*
 * blog
 */

div.post h3 a {
  color: #7CACDD;
}

div.post h3 a:hover {
  color: #EF64A5;
}

div.post {
  border-bottom: 1px solid #FFD267;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

div.postdetails {
  line-height: 1.5em;
}

