/*   
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: 0.1
.
General comments/License Statement if any.
.
*/

/* 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: PerspectiveSansRegular, Helvetica, Arial, sans-serif;
	/* font-family: Times, sans-serif; */
}

img{
	border-style: none;
}

a {
	text-decoration: none;
	color:#6e8828;
	-webkit-transition: color 0.2s ease-in-out;
	text-shadow: 1px 1px 3px #bbb;
}

a:hover {
	color: #8e9f5f !important;
	text-decoration: none;
}

header h1 {
	font-size: 64px;
}

aside h1 {
	font-size: 32px;
}

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: 32px;
	color: #999;
	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: 32px;
	margin-bottom: 5px;
	color: #333;
}

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

article h1, article h1 a {
	font-size: 36px;
	color: #000;
	margin-bottom: 5px;
	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: 16px;
	border-bottom: 0;
}

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


article p, article ul, article ol {
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: justify;
	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;
}

aside p {
	line-height: 1.5em;
	text-align: justify;
}

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

aside h1, aside h1 a, h1.page-title {
	color: #bcbcbc !important;
	font-family: LeagueGothicRegular, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
}


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

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;
}

/* layout */

html {
	background: #2b2b2b url('images/bg.png') repeat-x;
}

body {
	background: #fff;
	width: 960px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.clear {
	clear:both;
}

nav {
	position:absolute;
	top: 40px;
	right: 50px;
}

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

nav ul li.current_page_item {
	border-bottom: 5px 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-in-out;
}

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

div#main {
	width: 600px;
	float:left;
}

aside {
	min-height: 400px;
	float:right;
	border-left: 1px solid #ccc;
	padding-left: 30px;
	width: 300px;
	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;
}

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

aside .item ul.social li {
	margin-bottom: 10px;
}

aside .item ul.social img {
	position:relative;
	top: 3px;
	margin-right: 8px;
}

header {
	margin-bottom: 40px;
}

section#welcome {
	margin-bottom: 30px;	
	background: #ddd;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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;
}

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;
}

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 {
	color: #999;
	font-size: 14px;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

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