/*
Theme Name:   TRCC Twenty Twelve Child
Description:  TRCC-Version des Twenty Twelve Themes
Author:       Faldrian et al.
Template:     twentytwelve
Version:      1.0.0
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
  background: #0379b0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0379b0 0%, #63abca 19%, #999fa0 37%, #79929a 49%, #396e81 66%, #21292c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0379b0), color-stop(19%,#63abca), color-stop(37%,#999fa0), color-stop(49%,#79929a), color-stop(66%,#396e81), color-stop(100%,#21292c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0379b0 0%,#63abca 19%,#999fa0 37%,#79929a 49%,#396e81 66%,#21292c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0379b0 0%,#63abca 19%,#999fa0 37%,#79929a 49%,#396e81 66%,#21292c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0379b0 0%,#63abca 19%,#999fa0 37%,#79929a 49%,#396e81 66%,#21292c 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0379b0 0%,#63abca 19%,#999fa0 37%,#79929a 49%,#396e81 66%,#21292c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0379b0', endColorstr='#21292c',GradientType=1 );
  /* IE6-9 */
}

/* Fix the player in responsive layout - make it resize with parent width, just limit it to 400px max */
.mejs-container {
  width: inherit !important;
  /* hacky... but no other way since the plugin wants pure numbers */
  max-width: 400px;
}

/* Faldrians anpassungen für das Logo */
img.header-image {
  border: 0px;
  box-shadow: none;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#header {
  margin: 0 auto;
  max-width: 960px;
  max-width: 68.571428571rem;
}
#page {
  margin-top: 1em;
  border-radius: 7px;
}
#masthead {
  padding-top: 0.7em;
}

.site-content article {
  margin-bottom: 1em;
}

footer.entry-meta {
  margin-top: 0.4em;
}

p.wp-flattr-button {
  margin: 0px;
}

.entry-content iframe {
  margin-bottom: 0px;
}

.rawimg {
	box-shadow: none !important;
	border: none !important;
}

#searchform div {
  text-align: center;
}

.widget img, .modcontact img, .rawimg tr td img {
  box-shadow: none;
}

.modcontact img {
  width: 32px;
  height: 32px;
}

table tr td img {
  vertical-align: middle;
}

#cc_calendar_iframe {
  max-width: 660px;
}

/* Fix margins on Sidebar to look less bloated */
.widget-area .widget h3 {
  margin-bottom: 1rem;
}
.widget-area .widget {
  margin-bottom: 1.5rem;
}