/*
Theme Name: iRibbon Mod
Template: iribbon
Author: Simon Mueller
Author URI: 
Description:
Version: 2.0.10
Tags: 
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
*/

/* * * * * * * */
/*             */
/* iRibbon CSS */
/*             */
/* * * * * * * */

@import url('../iribbon/style.css');

/* * * * * * * */
/*             */
/* Simon's CSS */
/*             */
/* * * * * * * */

a:link.rahmen   {text-decoration:none;}
a:visited.rahmen{text-decoration:none;}
a:active.rahmen {text-decoration:none;}
a:hover.rahmen  {text-decoration:none;}
div.rahmen-platz {width:783px; height:227px; position:relative; margin-top:48px;}
div.slider-platz{width:201px; height:137px; position:absolute; top:33px; left:24px; z-index:-1;}
img.rahmen1 {margin-top:1px;}
img.rahmen2 {margin-left:18px;}
img.rahmen3 {margin-left:18px;}
img.rahmen4 {margin-left:18px;}
div.kopf-titel {margin-top:76px; position:relative;}
img.seiten-logo {position:absolute; top:-64px; left:620px;}
div.seitentext {
  position:absolute; left:450px; top:-48px;
  font-family: lobster, arial; font-size:29pt; line-height: 112%;
  color: #8c54bb; text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
div.fussnote {margin-top:42px; text-align:center;}

/* * * * * * * * * * * * * * */
/*                           */
/* Abweichungen zum Template */
/*                           */
/* * * * * * * * * * * * * * */

.site-title { font-family: lobster, arial; font-size:60pt;}

.box-widget-title, .entry-title, .widget-title, .recent_posts_post_title,
#callout_section_section, .carousel_caption, .cyberchimps-product-title, .respond-title, .comments-title, #portfolio_pro_section h2 {
  font-family: lobster, arial;
}

#sidebar h3.widget-title {
  position: relative;
  margin-top: 0;
  margin-left: -25px;
  padding: 0 25px;
  width: 100%;
  background: #95b1a9;
  /* alte Farbe war 6d529e statt 6a408e */
  background: -moz-linear-gradient(top, #6a408e 0%, #9b81cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a408e), color-stop(100%, #9b81cb));
  background: -webkit-linear-gradient(top, #6a408e 0%, #9b81cb 100%); /* Old browsers */
  background: -o-linear-gradient(top, #6a408e 0%, #9b81cb 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #6a408e 0%, #9b81cb 100%); /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, #6a408e 0%, #9b81cb 100%); /* Chrome10+,Safari5.1+ */
  color: #e9ecc9; /* Opera 11.10+ */
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); /* IE10+ */
  font-size: 1.5em; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a408e', endColorstr='#9b81cb', GradientType=0); /* IE6-9 */
}

#sidebar.sidebar-right h3.widget-title:after {
  position: absolute;
  top: 100%;
  right: -50px;
  z-index: -1;
  margin-top: -26px;
  width: 60px;
  height: 100%;
  background: url("http://no-milk-today-berlin.de/wp-content/themes/iribbon-child/images/backgrounds/ribbon-sidebar-right.png") no-repeat 0 0 transparent;
  content: '';
}

header#cc-header h2.site-title a {
  color: #8c54bb;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.5);
}