/*
Theme Name: BUNDjugend Klimacamp
Theme URI: http://www.bundjugend.de
Description: Orangefarbton
Version: 1.0
Author: BUNDjugend
Author URI: http://www.bundjugend.de
Template: BujuTheme
*/

/* Übernimmt grundsätzliche Einstellungen vom BUNDjugend-Theme */
@import url("../BujuTheme/style.css");

/******************************************
*   Eigene Definitionen
******************************************/

body {
  background:url('../BujuTheme/images/background.gif')  #EBDFAB;
}

a {
  color:#FF7F00; /* orange */
}

#nav a, #nav .current_page_item li a {
  background:#FF7F00; /* orange */
}

#nav a:hover, #nav li li a:hover, #nav li li a:active, #nav .current_page_item a:hover {
  background:#FF9900; /* hellorange */
}

#nav .current_page_item a, #home .on {
  background:#FF1F00; /* rot */
}

#sidebar h3 {
  color:#FF1F00; /* rot */
  background-color:#FFFFFF;
  padding:5px 0px !important;
}

#sidebar .newsletter h3 {
  background-color:#FF7F00; /* orange */
  color:#FFFFFF;
}

#sidebar h3 a {
  color:#FFFFFF;
}

#sidebar .newsletter, #sidebar .newsletter input, #sidebar input {
  border:1px solid #FF7F00; /* orange */
}

#sidebar input.button, #sidebar .newsletter input.button {
  background:#FF7F00 !important; /* orange */
}

#sidebar input.button:hover, #sidebar .newsletter input.button:hover {
  background:#FF9900; /* hellorange */
}

#sidebar .dates a {
  color:#000000;
}

#sidebar .more_dates a, #sidebar .aktt_tweet_time, #sidebar .aktt_more_updates a {
  color:#FF7F00; /* orange */
}

.post {
  border-bottom:1px dotted #FF9900; /* orange */
}

.leftcol .postbox h2, .rightcol .postbox h2 {
  background-color:#FF7F00; /* orange */
}

.postbox {
  border-top:1px solid #FF7F00; /* orange */
  border-left:1px solid #FF7F00; /* orange */
  background:url('images/bg_postbox.png') bottom right no-repeat;
}

.postbox li {
  border-bottom:1px dotted #FF7F00; /* orange */
}

span.icon {
  color:#B30044; /* rot */
}

span.go {
  color:#FF7F00; /* orange */
}

div.seperator {
  background-color:#8CB61D; /* grün */
}

.pagebar a {
  border:1px solid #FF7F00; /* orange */
}
