@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.2
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #e7e4e4; padding: 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 960px; background: #fff; }
  .page { }
  #header {
  	 position: relative;
    color: #000;
    background: url(../images/header_bg.jpg) no-repeat;
    height: 226px;
  }
  
  #header #home {
      position: absolute;
      top: 5px;
      left: 25px;
      width: 180px;
      height: 220px;  	
  }
  
  #header #podcast {
      position: absolute;
		top: 10px;
		left: 260px;
		width: 250px;
		height: 90px;	
  }

  #header #team {
      position: absolute;
      top: 25px;
      left: 520px;
      width: 200px;
      height: 100px;
  }

  #header #listen {
      position: absolute;
      bottom: 0px;
      left: 210px;
      width: 210px;
      height: 100px;
  }
      
  #header #about {
      position: absolute;
      bottom: 0px;
      left: 450px;
      width: 210px;
      height: 80px;
  }
  
  #header a {
  	text-decoration: none;
	background: none;
  }
  
  #header a span {
  	visibility: hidden;
  }

  
  #main { margin: 0; background: #fff; }
  #footer {
    padding: 10px;
    color:#666;
    border-top: 10px #e7e4e4 solid;
    font-size: 80%;
    text-align: center;
  }
  
  #footer h3 {
  	color: #666666
  }
  
  #nav .subcolumns {
    height: 40px;
	 background: url( '../images/nav_bg.jpg' ) repeat-x;
  }
  
  #nav .subcolumns div {
   margin-top: 5px;	
  }
  
  /**
   * @section subtemplates
   * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
   */
  .c60pl, .c410pl { float:left; }
  .c60pr, .c410pr { float:right; margin-left:-5px; }
  
   
  .c60pl, .c60pr { width: 60px; }
  .c405pl, .c405pr { width: 405px; }
  

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting navigation
   * (de) Formatierung der Navigation
   *
   */

  #nav {
    overflow: hidden;
    height: 40px;
  }
  
  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul, #meta-nav ul { margin-left: 11px; }
  
  .nav ul {
    list-style-type: none;
    clear: both;
  }
  .nav li {
    display: inline;
    margin: 0;
    padding: 0 8px;
    font-size: 110%;
  }
  .nav a,
  .nav a:visited { color: #f7931e; background: none; border: none; }
  .nav a:hover,
  .nav a:focus,
  .nav a:active,
  .nav .active { color: #fff; text-decoration: none; }
  
  .nav .company-infos {
   border-left: 1px solid white;
	padding-left: 16px; 	
  }
  
  .nav .links {
  	padding-right: 16px;
  }
  
  .nav .company-infos a,
  .nav .school-infos a {
  	color: white;
  }
  /* Topnav */

   div.metanav {
   	text-align: right;
   }
	
  ul#meta-nav {
    list-style-type: none;
    margin: 0;
  }
  ul#meta-nav li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 4px 0 2px;
    margin: 0;
    font-size: 95%;
  }
  ul#meta-nav li:last-child { border: none; padding-right: 0; }
  ul#meta-nav a,
  ul#meta-nav a:visited { color: #C1272D; }
  ul#meta-nav a:hover,
  ul#meta-nav a:focus,
  ul#meta-nav a:active,
  ul#meta-nav .active { color: #f7931e; text-decoration: none; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 212px;}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 212px; border-left: 10px solid #e7e4e4; }
  #col1_content { padding: 10px 10px 10px 20px }
  #col3_content { padding: 10px 20px 10px 10px }
  
  /* Blog Posts */
  .post { margin-bottom: 2.5em; }
  
  /* Comments */
  .comments { width: 468px; margin-bottom: 0.5em; }
  .comment { background: #e7e4e4; padding: 10px; margin-bottom: 1em; }
	
  /*-------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting sidebar
   * (de) Formatierung der Sidebar
   *
   */
  #sidebar, #sidebar ul {
    list-style-type: none;
    margin: 0;
    margin-left: -8px;
  }
  #sidebar li {
    margin-bottom: 1.85em;
  }
  
  .job-types {
  	text-align: right;
  }
  #col1 h3 {
    background: #f7931e;
    color: #fff;
    font-size: 120%;
    padding: 4px 8px;
    margin: 0 0 0.25em -8px;
  }
  
  a.rss_feed {
    background: url(../images/icon_podcast_rss.jpg) no-repeat;
    height: 48px;
    padding-left: 50px;
    display: block;
    margin-left: -8px;
    font-size: 97%;
  }
}