/*
Theme Name: Anti-Atom-Initative
Theme URI: http://www.anti-atom-initative.de/
Author: Tim Christensen
Author URI: http://www.timchristensen.de
Description: Design für die Website der Anti-Atom-Initative
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: yellow
Text Domain: aai

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 1.0 Typography
 */

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,200,200italic,300,900italic,700italic,600italic,600,400italic,300italic');

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.7em;
}

h1 {
  color: #33a100;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.9em;
  line-height: 100%;
}

h2 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 1.1em;
}

h3 {
  font-size: 16px;
  font-weight: 700;  
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: #33a100;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1.widget-title {
  font-size: 20px;
}

.entry-content ul {
  padding-left: 20px;
}

#searchform label {
  display: none;
}

.entry-meta {
  font-size: 14px;
  color: #999;
  margin-top: -20px;
  margin-bottom: 1em;
}



/**
 * 2.0 Basic Structure
 */

#page {
  width: 920px;
  margin: 0 auto;
}

#sidebar {
  margin-top: 0px;
  width: 280px;
  float: right;
}

#sidebar aside.widget {
  background-color: #fbe208;
  margin-bottom: 10px;
  padding: 15px;
}

#head-widget {
  height: 177px;
}

aside.widget img {
  max-width: 100%;
  height: auto;
}

#header {  
  width: 620px;
  float: left;
  padding-top: 25px; 
  padding-right: 20px;
}

#primary {
  margin-top: 50px;
  width: 605px;
  float: left;
  padding-right: 35px;
}

.hentry {
  margin: 0 auto 48px;
}

#footer {
  text-align: right;
  width: 100%;
  margin: 1em 0;
  color: #999;
  float: right;
}



/**
 * 2.0 Navigation
 */

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  font-weight: bold;
}

.primary-navigation ul {
  list-style: none;
}

.primary-navigation ul li a {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}

.primary-navigation ul li:hover > a,
.primary-navigation ul li:focus > a {
  text-decoration: underline;
}

.primary-navigation ul ul {
  display: none;
}

.primary-navigation ul li.current-menu-item ul {
  display: block;
}

.primary-navigation ul li li a {
  padding-left: 13px;
  font-weight: normal;
}

.footer-navigation > div {
  float: right;
}

.footer-navigation ul {
  margin-top: 0px;
  display: inline-block;
  list-style: none;
}

.footer-navigation ul li {
  line-height: 14px;
  float: left;
  padding: 0px 1em;
  border-right: 1px solid #999;
}

.footer-navigation ul li a {
  color: #999;
  font-size: 14px;
}

#footer div.copyright {
  display: inline-block;
  float: right;
  padding-left: 1em;
  font-size: 14px;
  line-height: 16px;
}

img.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5 em;
}

img.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}



/* ======= ======= ======= ======= ======= ======= ======= *\
  Globales
/* ======= ======= ======= ======= ======= ======= ======= */


* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%
}

body {
  /*min-height: 101%;*/   /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
                          /* (de) Beseitigung von Rundungsfehler beim Skalieren von SchriftgrÃ¶ÃŸen in Ã¤lteren Opera Versionen */
  font-size: 100.01%;
                          /* (en) Standard values for colors and text alignment */
                          /* (de) Vorgabe der Standardfarben und Textausrichtung */
}




/* ======= ======= ======= ======= ======= ======= ======= *\
  Tags
/* ======= ======= ======= ======= ======= ======= ======= */



h3, h4 {
  font-size: 11pt;
}


br.clearing {
  clear: both;
  float: none;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  visibility: hidden;
}

table tr td:first-child {
  /*font-size: 11pt !important;*/
  padding-right: 25px;
}


#content {
  position: relative;
}
  #content #inside_navigation {
    position: absolute;
    top: 0px; left: 0px;
    width: 300px;
    /*outline: 2px solid #FF0000;*/
  }
    #content #inside_navigation span {
      display: inline-block;
      min-width: 10em;
      _width: 10em;
      float: left;
      color: #FF4040;
      /*font-size: x-small;*/
      font-size: smaller;
    }
      #inside_navigation span a {
        text-decoration: none;
        color: #FF4040;
        font-size: smaller;
      }

div.content_container {
  margin-bottom: 1.5em;
}


.trenner {
  float: none;
  clear: both;
}


ul.artikel_list {
  /*padding-top: 16px;*/
  list-style: none !important;
  padding: 0px;
  margin: 0px;
}
  ul.artikel_list li {
    width: 620px;
    /*outline: 1px solid red;*/
    padding: 0px 0px 1em 0px;
  }

  div#accordion ul.artikel_list li {
    width: 600px;
    /*outline: 1px solid red;*/
    padding: 0px 0px 1em 0px;

    font: 11pt Verdana, sans-serif;
    line-height: 16pt;
  }

  div#accordion div.inner_accordion {
    /*outline: 1px solid red;*/
    max-height: 295px; _height: 295px;
    overflow-y: scroll;
  }



/* ======= ======= ======= ======= ======= ======= ======= *\

/* ======= ======= ======= ======= ======= ======= ======= */



#search ul {
  list-style: none;
}
#search ul li {
  /*vertical-align: middle;*/
  /*display: inline-block;*/
  padding-bottom: 5px;
  /*text-decoration: none;*/
}
#search ul li div {
  padding: 5px 0px 10px 0px;
}

.highlight {
  background-color: #FFFF88;
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}