/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - FULLPAGE-layout type layout
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 */

@media screen {

	/* force vertical scrollbar */
	body {
		overflow-y: scroll;
		background: #eee;
	}

	/* Layout Module Configuration */
	.ym-wrapper {
		max-width: 84em;
		margin: 0 auto;
	}

	.ym-wbox {
		padding: 1.5em;
	}

	/* fallback for missing media queries support*/
	body > header,
	body > nav,
	body > #main,
	body > footer {
		min-width: 760px;
	}

	/* Basic Element Styling */
	header {
		background: #f0f0f0; /* Old browsers */
	    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0)); /* Saf4+, Chrome */
	    background: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0); /* Chrome 10+, Saf5.1+ */
	    background: -moz-linear-gradient(top, #f0f0f0, #e0e0e0); /* FF3.6 */
	    background: -ms-linear-gradient(top, #f0f0f0, #e0e0e0); /* IE10 */
	    background: -o-linear-gradient(top, #f0f0f0, #e0e0e0); /* Opera 11.10+ */
	    background: linear-gradient(top, #f0f0f0, #e0e0e0); /* W3C */
		color: #ccc;
		border-bottom: 1px solid #ccc;
	}

	header h1 {
		font-size: 20px;
		color: #666;
	}


	header h2 {
		font-size: 18px;
		color: #aaa;
		margin-top: 0;
	}

	nav {
		background: #222222;
	}

	#main .info {
		margin-bottom: 1.5em;
	}

	footer {
		background: #eee;
		color: #444;
	}

	footer p {
		margin: 0;
	}

	header .ym-wbox,
	footer .ym-wbox {
		padding: 1.5em;
	}

	.ym-gbox { padding: 0 1.5em; }
	.ym-gbox-left { padding: 0 1.5em 0 0; }
	.ym-gbox-right { padding: 0 0 0 1.5em; }

	section.box { padding: 0 1.5em 1.5em 1.5em; }

	#main aside .ym-gbox-right {
		border-left: 1px #ddd solid;
	}

	/* skip links styling */
	.ym-skiplinks a.ym-skip:focus,
	.ym-skiplinks a.ym-skip:active {
		color:#fff;
		background:#333;
		border-bottom:1px #000 solid;
		padding:10px 0;
		text-align: center;
		text-decoration:none;
	}




	/* eigenes layout */

	header hr {
		border-top: 1px solid #f8f8f8;
		margin-top: 20px;

	}

	header p {
		color: #666;
		font-size: 16px;
	}

	header h2 {
		font-size: 200%;
	}

	header h2.site-description {
		font-size: 120%;
	}

	h2.blog_heading {
		font-size: 180%;
		color: #666;
		margin-top: 40px;
		text-shadow: -1px -1px 2px #fff;
	}

	.welcome_grid {
		border-bottom: 1px solid #f8f8f8;
	}

	.lets_connect {
		text-align: center;
		margin-bottom: 40px;
	}

	.lets_connect .mc_formwrap {
		width: 50%;
		margin: 0 auto;
		margin-top: 20px;
		position: relative;
	}

	#yikes-easy-mc-form-1-EMAIL {
		width: 66%;
		margin-top: 10px;
	}

	.lets_connect .yikes-easy-mc-success-message {
		position: absolute;
		top: 0;
		z-index: 1000;
		margin-top: 0;
	}

	.lets_connect .yikes-easy-mc-submit-button-1 {
		width: 30% !important;
		position: absolute;
		top: 0;
		right: 0;
		min-height: 32px !important;
		margin-top: 12px !important;
	}

	#welcome_img {
		border-radius: 1000px;
		box-shadow: 1px 1px 5px #aaa;
		margin: -70px auto 0 auto;
		max-width: 250px;
	}

	.welcome_grid .ym-gr .gbox_content {
		text-align: center;
	}

	.playlist_grid {
		margin: 40px 0;
	}

	.playlist_grid h2 {
		font-size: 200%;
	}

	.playlist_grid .nckn_column_header .nckn_column_desc {
		margin-bottom: 20px;
	}


	.playlist_grid .gbox_content {
		padding: 0;
	}

	.playlist_grid .ym-gbox {
		padding: 0 20px 0 0;
	}




	.nckn_blogitem {
		background: #fff;
		margin: 0 10px 30px 0;
		
		box-shadow: 0px 0px 10px #aaa;
		position: relative;
	}

	.entry_head  {
		background-size: cover;
		display: block;
		position: relative;
		background-position: 50%;
		padding: 60px 20px 20px 20px;
	}

	.entry_heading {
		display: inline;
		padding: 5px;
		line-height: 40px;
		background: rgba(255,255,255,0.95);
	}

	.thumb_no .entry_heading {
		line-height: 30px;
		background: none;
		display: block;
	}

	.thumb_no .entry_head {
		display: block;
		padding: 22px 20px 0px 20px;
	}

	.nckn_blogitem .entry {
		padding: 20px;
	}

	.nckn_blogitem .entry p{
		margin-top: 0;
	}

	.entry_date {
		display: block;
		position: absolute;
		top: 0;
		text-align: center;
		font-size: 12px;
		padding: 5px 10px;
		background: #fff;
		-moz-box-shadow: inset 0px 0px 5px #aaa;
		-webkit-box-shadow: inset 0px 0px 5px #aaa;
		box-shadow: inset 0px 0px 5px #aaa;
		border-radius: 0px 0px 5px 5px; 
		-moz-border-radius: 0px 0px 5px 5px; 
		-webkit-border-radius: 0px 0px 5px 5px; 
	}

	a .nckn_blogitem,
	a .nckn_singlewrapper {
		color: #333;
	}

	a:hover .read_more_link {
		display: block;
	}

	.read_more_link {
		display: none;
		position: absolute;
		background: rgba(255,255,255,0.5);
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	.nckn_column_header {
		padding: 20px;
	}

	.nckn_column_header .nckn_column_desc {
		margin: 0;
		color: #666;
		font-size: 1em;
		font-style: italic;
	}

	.nckn_column_header .nckn_column_desc p {
		margin: 0;
	}

	.nckn_column_header h2 {
		color: #aaa;
		text-shadow: -1px -1px 0px #fff;
	}

	.nckn_column_header a {
		color: #aaa;
	}

	.nckn_column_header a:hover {
		background: none;
	}

	footer .footerlinks a {
		padding: 20px;
		font-size: 10px;
		text-transform: uppercase;
	}




/* single-pages und overviews */

	.nckn_singlewrapper {
		position: relative;
		background: #fff;
		margin: 0 10px 30px 0;	
		padding: 0px;
		box-shadow: 0px 0px 10px #aaa;
	}

	.nckn_singlewrapper .entry {
		padding: 0 20px 20px 20px;
	}

	.nckn_singlewrapper .entry_heading {
		line-height: 60px;
	}

	.nckn_singlewrapper.thumb_no .entry_heading {
		line-height: 45px;
	}

	.nckn_singlewrapper .entry_head {
		padding-top: 160px;
	}

	.nckn_singlewrapper.thumb_no .entry_head {
		padding-top: 30px;
	}

	.nckn_singlewrapper.comments {
		padding: 20px;
	}




}

/* reset fallback values in modern browsers */
@media screen and ( min-width: 0px ) {

	body > header,
	body > nav,
	body > #main,
	body > footer {
		min-width: 0;
	}
}

@media screen and ( max-width: 760px ) {

	.secondary {
		border-top: 1px #888 solid;
		margin-top: 1.5em !important;
	}

	#main aside .ym-gbox-right {
		border: 0 none;
	}

	/* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
	.linearize-level-1,
	.linearize-level-1 > [class*="ym-g"],
	.linearize-level-1 > [class*="ym-col"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"],
	.linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	.ym-searchform {
		display:block;
		float: none;
		width: auto;
		text-align: right;
	}

	.ym-searchform input[type="search"] {
		width: 14%;
	}
}

@media screen and ( max-width: 480px) {

	header .ym-wbox {
		padding: 0.75em 10px;
	}

	footer .ym-wbox,
	.ym-wbox,
	.ym-searchform,
	nav .ym-hlist ul {
		padding-left: 10px;
		padding-right: 10px;
	}

	header h1 {
		font-size: 1.5em;
		line-height: 1em;
		margin: 0;
	}

	/* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2 */
	.linearize-level-2,
	.linearize-level-2 > [class*="ym-g"],
	.linearize-level-2 > [class*="ym-col"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"],
	.linearize-level-2 > [class*="ym-col"] > [class*="ym-cbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	.ym-searchform,
	nav .ym-hlist ul,
	nav .ym-hlist li {
		display:block;
		float: none;
		width: auto;
		text-align: left;
	}

	.ym-searchform input[type="search"] {
		width: 75%;
	}

	
}