/*   
Theme Name: Knallertbanden
Theme URI: http://blog.eoban.com
Description: A modern HTML5 and CSS3 theme for Wordpress websites.
Author: Eoban Binder
Author URI: http://eoban.com/
Version: Mark II
.
Copyright 2012 Eoban Binder.
.
*/

/* CSS3 fonts */

@import url('fonts/fonts.css');

/* reset */

* {
  margin: 0;
  padding: 0;
}

/* IE image scaling fix */

img { -ms-interpolation-mode:bicubic; }

/* HTML5 */

article,aside,figure,footer,header,hgroup,nav,section{display:block}

/* basic typography and colours */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	/* font-family: Times, sans-serif; */
}

img{
	border-style: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#000;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	text-shadow: 1px 1px 3px #999;
}

a:hover {
	color: rgba(28, 91, 155, 0.8) !important;
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.8;
}

header h1, header h1 a {
	font-size: 92px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.8)));
	width: 300px;
}

aside h1 {
	font-size: 42px;
}

header h2 {
	font-size: 24px;
}

header h1, header h1 a, header h2, header h2 a {
	font-family: LeagueGothicRegular, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: 0;
}

h1, h1 a:hover, h2, h2 a:hover {
	text-decoration: none;
}

h1, h1 a {
	font-size: 54px;
}

h2, h2 a {
	font-size: 32px;
	letter-spacing: -1px;
}

header h2 {
	color: #bcbcbc;
	position: absolute;
}

h1.page-title {
	font-size: 42px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

article hgroup.aux h1, article hgroup.aux h1 a {
	/*border-bottom: 1px solid #9ebfd8; */
	font-size: 46px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #000;
	line-height: 60px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.8)));
}

article hgroup.aux h2 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	color: #999;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
}

article h1, article h1 a {
	font-size: 24px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
}

article h2, article h2 a {
	text-transform: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

article.featured hgroup.aux h1, article.featured hgroup.aux h1 a {
	border-bottom: 0;
}

article.small {
	margin-bottom: 15px;
}

article.small hgroup.aux h1, article.small hgroup.aux h1 a {
	font-size: 20px;
	line-height: 32px;
	border-bottom: 0;
}

article.small hgroup.aux h2, article.small hgroup.aux h2 a {
	font-size: 10px;
}

article p a, article p a:hover {
	border-bottom: 1px solid #ccc;
}

article p, article ul, article ol {
	margin-bottom: 10px;
	line-height: 1.7em;
	font-size: 14px;
}

article ul, article ol {
	margin-left: 30px;
}

article ul li, article ol li {
	margin-bottom: 10px;
}

article img.alignleft {
	float:left;
	border: 1px solid #ccc;
	margin: 20px 20px 20px 0;
}

article img.alignright {
	float:right;
	border: 1px solid #ccc;
	margin: 20px 0 20px 20px;
}

article p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	margin-bottom:20px;
	color:#666;
}

article pre {
	font-size: 11px;
	background: #eee;
	padding: 10px;
	font-family: monospace;
	margin: 10px 0;
}

article table {
	font-size: 16px;
	border-collapse: collapse;
}

article table tr:first-child td {
	font-weight: bold;
}

article table td {
	border: 1px solid #ccc;
	padding: 5px 7px; !important;
}

article table td.hd {
	display:none;
}

aside p {
	line-height: 1.6em;
	font-size: 13px;
}

aside ul li {
	list-style-type: none;
	font-size: 13px;
}

aside h1, aside h1 a, h1.page-title {
	font-family: LeagueGothicRegular, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	color: #bbb;
	margin-bottom: 10px;
	font-style:italic;
}

#respond h3 {
	font-family: LeagueGothicRegular, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	color: #bbb !important;
	font-size: 42px !important;
	margin-bottom: 10px;
	font-style:italic;
}

#respond {
	clear:both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 30px;
}

#respond input, textarea#comment, form#searchform input#s {
	border: 1px solid #999;
	padding: 4px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(230,230,230)),
    color-stop(0.20, rgb(255,255,255)),
    color-stop(1, rgb(255,255,255))
);
	background: -moz-linear-gradient(
    center top,
    rgb(230,230,230) 0%,
    rgb(255,255,255) 20%,
    rgb(255,255,255) 100%
);
	background-color: #f5f5f5;
}

#respond input#submit {
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(255, 255, 255, 1)), to(rgba(210, 210, 210, 1)));
	background-image: -moz-linear-gradient(0% 0% 270deg,rgba(255, 255, 255, 1), rgba(210, 210, 210, 1));
	background-color: #eee;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}

#respond input#submit:hover {
	color: rgba(28, 91, 155, 0.8) !important;
}

textarea#comment {
	width: 100%;
	height: 100px;
}

h3#comments {
	border-top: 1px solid #ccc;
	padding-top: 10px;	
}

div.comment-meta {
	font-size: 11px;
}

#respond h3, h3#comments {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}

::-moz-selection { color: #ccc;  background: #333; }
::selection { color: #ccc;  background: #333; }

/* layout */

body {
	/*background: #2b2b2b url('images/bg.png') repeat-x; */
	
background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 1)), to(rgba(108, 191, 255, 1)));
background-image: -moz-linear-gradient(0% 0% 270deg,rgba(28, 91, 155, 1), rgba(108, 191, 255, 1));
background-color: #4a7caf;
}

#bodydiv {

background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgb(255,255,255)),
    color-stop(0.80, rgb(255,255,255)),
    color-stop(1, rgb(210,210,210))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(255,255,255) 0%,
    rgb(255,255,255) 85%,
    rgb(210,210,210) 100%
);

/* background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(255,255,255, 1)), to(rgba(250, 250, 250, 1)));
background-image: -moz-linear-gradient(0% 0% 270deg,rgba(255,255,255, 1), rgba(250,250,250, 1)); */

	background-color: #fff;
	width: 860px;
	/*width: 75%; */
	min-width: 620px;
	max-width: 1024px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

#bodydiv {
	border-radius: 10px;
	position:relative;
}

.clear {
	clear:both;
}

div#stimuli_bottomNav {
	height: auto;
}

a#stimuli_bottomNavClose {
height: 15px;	
}

nav {
	position:absolute;
	top: 40px;
	right: 50px;
	white-space:nowrap;
}

nav ul li {
	display: inline;
	margin-right: 20px;
	text-transform: lowercase;
	font-family: LeagueGothicRegular, sans-serif;
	font-size: 36px;
}

nav ul li a {
	font-weight: normal;
}

nav ul li.current_page_item {
	border-bottom: 15px solid #ccc !important;
}

nav ul li {
	border-bottom: 0px solid #fff;
	-webkit-transition-property: border-width;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
	
	-moz-transition-property: border-width;
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease-out;
}

nav ul li:hover {
	border-bottom: 15px solid #ccc;
}

div#main {
	/* width: 60%; */
	width: 600px;
	float:left;
	margin-bottom: 10px;
}

aside {
	min-height: 400px;
	float:right;
	border-left: 1px solid #ccc;
	padding-left: 30px;
	width: 200px;
	font-size: 14px;

}

aside .item {
	margin-bottom: 30px;
}

aside .item ul#flickr-list li {
	position:relative;
	right: 10px;
}

aside .item ul#flickr-list li {
	float:left;
	margin: 10px;
	line-height:0;
}

aside .item ul#flickr-list li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

aside .item ul#flickr-list li img:hover {
	opacity: 0.9;
}

aside .item ul.social li {
	margin-bottom: 8px;
	font-size: 20px;
}

aside .item ul.social img {
	margin-right: 8px;
}

header {
	margin-bottom: 30px;
	line-height:92px;
}

section#welcome {
	margin-bottom: 30px;	
	background: #ddd;
	padding: 10px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-animation-name: minimise;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 100s;
}

@-webkit-keyframes minimise {
 
  from {
    height: 36px;
    opacity: 1;
    -webkit-animation-timing-function: ease;
  }
 
  to {
    height:0;
    opacity:0;
    -webkit-animation-timing-function: ease;
  }
 
}

article {
	margin-bottom: 25px;
	font-size: 8px !important;
}

article.page hgroup.aux h1 {
	margin-bottom: 20px;
}

article hgroup.aux img.attachment-post-thumbnail {
	float:left;
	margin: 0 10px 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

article img.attachment-post-thumbnail {
	float:right;
	margin: 0 0 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

article img.attachment-single-post-thumbnail {
	float:right;
	margin: 0 0 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 300px;
	height: auto;
}

article img.attachment-post-thumbnail:hover {
	opacity: 0.9;
}

article.featured {
	margin-bottom: 20px;
}

.screen-reader-text, #searchsubmit {
	display:none;
}

footer {
	clear:both;
	color: #999;
	font-size: 14px;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

footer ul li {
	display: inline;
	margin-right: 50px;
}