/* @group html5 boilerplate stuff */

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: normal; font-family: "JohnSansHeavyProRegular", Arial, Helvetica;}

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #aecf37; color:#fff; text-shadow: none; }
::selection { background:#aecf37; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #aecf37; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Jan Persiel
 */

/* @end */

/* @group Primary Styles */

/* @group Basics */

a:link, a:visited, a:hover, a:active	{
	color: #82ad00;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

body	{
	background: #f0f0f0 url('../img/body-bgr.png') repeat top left;
	color: #222019;
}

ul.lister	{
	border-top: 1px solid #d9d9d9;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.lister li	{
	border-bottom: 1px solid #d9d9d9;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 4px 14px;
	background: transparent url('../img/bullet-lister.png') no-repeat 4px 9px;
}

span.label	{
	text-transform: uppercase;
	font-family: "JohnSans MedSC", "JohnSans Med", Arial, Helvetica;
	font-size: 0.78em;
	color: #999;
	padding: 5px 0 0;
	display: block;
	margin: 0 0 0 0;
	font-weight: normal;
	letter-spacing: 2px;
}

input, textarea	{
	outline: none;
}

.fl	{
	float: left;
}

.fr	{
	float: right;
}

table tbody tr	{
	border-bottom: 1px solid #eee;
}

table tbody td	{
	border-top: 1px solid #eee;
	padding: 8px 3px 7px 5px;
}

table tbody th	{
	padding: 8px 3px 7px 5px;
	text-align: left;
}

table tbody tr.even td	{
	background: #f8f8f8;
}




/* @end */

/* @group Type */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 21, 2011 */
@font-face {
    font-family: 'JohnSansHeavyProRegular';
    src: url('/renderer/johnsansheavy-webfont.eot');
    src: url('/renderer/johnsansheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/renderer/johnsansheavy-webfont.woff') format('woff'),
         url('/renderer/johnsansheavy-webfont.ttf') format('truetype'),
         url('/renderer/johnsansheavy-webfont.svg#JohnSansHeavyProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JohnSansLiteProRegular';
    src: url('/renderer/johnsanslite-webfont.eot');
    src: url('/renderer/johnsanslite-webfont.eot?#iefix') format('embedded-opentype'),
         url('/renderer/johnsanslite-webfont.woff') format('woff'),
         url('/renderer/johnsanslite-webfont.ttf') format('truetype'),
         url('/renderer/johnsanslite-webfont.svg#JohnSansLiteProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JohnSansMediumProRegular';
    src: url('/renderer/johnsansmedium-webfont.eot');
    src: url('/renderer/johnsansmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/renderer/johnsansmedium-webfont.woff') format('woff'),
         url('/renderer/johnsansmedium-webfont.ttf') format('truetype'),
         url('/renderer/johnsansmedium-webfont.svg#JohnSansMediumProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JohnSansTextProRegular';
    src: url('/renderer/johnsanstext-webfont.eot');
    src: url('/renderer/johnsanstext-webfont.eot?#iefix') format('embedded-opentype'),
         url('/renderer/johnsanstext-webfont.woff') format('woff'),
         url('/renderer/johnsanstext-webfont.ttf') format('truetype'),
         url('/renderer/johnsanstext-webfont.svg#JohnSansTextProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body	{
	font-family: "JohnSansTextProRegular", Arial, Helvetica;
}

.flaghead	{
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	color: #000;
	border-bottom: 1px solid #cccbca;
	padding: 15px 0 10px;
	display: block;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

h1	{
	font-size: 36px;
	font-family: "JohnSansLiteProRegular", Arial, Helvetica;
	color: #3b3932;
	margin-left: -3px;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 4px;
}

body.home h1	{
	font-size: 48px;
}

h2	{
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	color: #3b3932;
	font-size: 1.35em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

body.home h2	{
	font-size: 1.15em;
}

h3	{
	margin-bottom: 10px;
	font-size: 1.15em;
	margin-top: 15px;
	font-weight: normal;
	font-family: "JohnSansHeavyProRegular", Arial, Helvetica;
}

body.home h3, div#subnavizone h3	{
	font-family: "JohnSansHeavyProRegular", Arial, Helvetica;
	color: #3b3932;
	font-size: 1.15em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p	{
	padding-bottom: 6px;
	line-height: 1.45em;
}

p strong	{
	font-weight: normal;
	font-family: "JohnSansHeavyProRegular", Arial, Helvetica;
	color: #605f59;
}

a.morelink	{
	padding: 5px 0;
	display: block;
}

body hgroup h2	{
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", "JohnSans MedSC", "JohnSans Med", Arial, Helvetica;
	font-size: 0.78em !important;
	color: #000;
	padding: 5px 0 10px;
	display: block;
	margin: 0 0 0 0;
	font-weight: normal;
	letter-spacing: 2px;
	font-variant: small-caps;
}

span.quote	{
	background: transparent url('../img/bquote-top-bgr.png') no-repeat left top;
	padding-top: 45px;
	display: block;
	margin-bottom: 30px;
	margin-top: 15px;
}

span.quote blockquote	{
	background: transparent url('../img/bquote-bottom-bgr.png') no-repeat right bottom;
	padding-bottom: 55px;
	padding: 0 20px 20px 20px;
	color: #999;
	font: italic 1.4em/1.6em "JohnSansLiteProRegular";
}

span.quote blockquote .author	{
	font-size: 0.7em;
	font-family: "JohnSansTextProRegular";
	padding-bottom: 15px;
}

span.quote blockquote .author:before	{
	content: '- ';
}

.fineprint	{
	color: #999;
	font-size: 0.85em;
}

div#pagecontent ul  {
    margin: 8px 0;
    list-style-type: none;
}

div#pagecontent ul li   {
    padding: 2px 0 4px 20px;
    background: url(/img/bullet.png) 4px 6px no-repeat;
    line-height: 1.4em;
}

div#pagecontent ol li   {
    padding: 2px 0 4px 20px;
    line-height: 1.4em;
    list-style-type: decimal;
    list-style-position: inside;
}

div#pagecontent form ul li  {
    padding: 2px 0 4px 0px;
    background: none;
}

div#pagecontent ul li strong	{
	display: block;
}

/* @end */

/* @group Header */

header	{
	background: transparent url('../img/header-bgr.png') repeat-x left top; /*#222019*/
	height: 150px;
	position: relative;
	z-index: 100;
}

ul#metanav	{
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -470px;
}

ul#metanav li	{
	float: left;
	list-style-type: none;
	padding: 0 0 0 20px;
	background: transparent url(../img/dot-2x2-bgr.png) no-repeat 9px 7px;
}

ul#metanav li.first	{
	padding: 0;
	background-image: none;
}

ul#metanav li a	{
	color: #999;
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	text-decoration: none;
	letter-spacing: 1px;
}

ul#metanav li a:hover	{
	color: #ddd;
}

div#branding a	{
	width: 240px;
	height: 105px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -480px;
	background: transparent url('../img/logo.png') no-repeat left top;
}

div#branding a:hover	{
	background-position: left bottom;
}

ul#mainnav	{
	position: absolute;
	left: 50%;
	top: 65px;
	margin-left: -240px;
	font-family: "JohnSansLiteProRegular", Arial, Helvetica;
	font-size: 1.4em;
	width: 720px;
}

ul#mainnav li	{
	float: left;
	list-style: none;
}

ul#mainnav li a	{
	/*border-left: 1px solid rgba(255,255,255,0.2); /*#3a3931 */
	padding: 12px 10px 10px 10px;
	width: 160px;
	height: 53px;
	color: #cccbca;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	display: block;
	background: transparent url('../img/mainnav-sprite.png') no-repeat left -300px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition: background 0ms linear;
	-moz-transition: background 0ms linear;
	-o-transition: background 0ms linear;
	transition: background 0ms linear;
}

ul#mainnav li a:hover	{
	background-position: left -100px;
	color: #c7de72 !important;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition: background 0ms linear;
	-moz-transition: background 0ms linear;
	-o-transition: background 0ms linear;
	transition: background 0ms linear;
}

ul#mainnav li a:hover span	{
	color: #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

ul#mainnav li.act a	{
	background-position: left -200px;
	color: #fff;
	height: 63px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition: background 0ms linear;
	-moz-transition: background 0ms linear;
	-o-transition: background 0ms linear;
	transition: background 0ms linear;
}

ul#mainnav li.act a:hover	{
	background-position: left top;
	height: 63px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition: background 0ms linear;
	-moz-transition: background 0ms linear;
	-o-transition: background 0ms linear;
	transition: background 0ms linear;
}


ul#mainnav a span	{
	display: block;
	font-size: 0.65em;
	padding-top: 6px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

ul#metanav label	{
	color: #999;
	letter-spacing: 1px;
}

ul#metanav input#keywords, ul#metanav input.submit, ul#metanav label	{
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	text-decoration: none;
}

ul#metanav input#keywords	{
	width: 60px;
	height: 10px;
	line-height: 1em;
	padding: 2px;
	margin: 1px 1px 1px 3px;
	border: 0;
	transition: width 0.7s, height 0.3s, background-color 0.7s;
	-moz-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Firefox 4 */
	-webkit-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Safari and Chrome */
	-o-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Opera */
	color: #333;
	background: #423e35;
}

ul#metanav input#keywords:focus	{
	width: 120px;
	height: 14px;
	transition: width 0.7s, height 0.3s, background-color 0.7s;
	-moz-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Firefox 4 */
	-webkit-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Safari and Chrome */
	-o-transition: width 0.7s, height 0.3s, background-color 0.7s; /* Opera */
	background: #fff;
}

ul#metanav input.submit	{
	width: 26px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 4px;
	border: 0;
	text-align: center;
	background: #423e35;
	color: #b5ad96;
	text-shadow: #000 0 1px 0;
}

ul#metanav input.submit:hover	{
	text-shadow: #000 0 -1px 0;
	color: #fff;
	background: #5b5649;
}

/* @end */

/* @group Footer */

footer	{
	border-top: 1px solid #b2b2b2;
	background: transparent url('../img/footer-bgr.png') no-repeat center top;
	padding: 35px 0 20px 0;
	clear: left;
	float: left;
	width: 100%;
}

div.slot	{
	width: 220px;
	padding: 0 10px;
	float: left;
}

footer div#footwrap	{
	padding-bottom: 20px;
	width: 960px;
	margin: 0 auto;
}

footer div#slot1	{
	background: transparent url('../img/footerlogo.png') no-repeat right 15px;
	height: 185px;
}

footer p	{
	line-height: 20px;
	border-bottom: 1px solid #cccbca;
	padding: 6px 0 3px 0;
	color: #444;
}

footer #slot1	{
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
}

/* @end */

/* @group Content */

div#content	{
	background: #fff;
	padding: 70px 0 30px 0;
	position: relative;
	margin-top: -10px;
	min-height: 400px;
}

div#content.error404	{
	background: white url('/img/herr404.png') no-repeat 93% 200px !important;
}

div#content.error404 .mainslot	{
	width: 380px;
	padding-right: 80px;
}

div#subnavizone	{
	width: 160px;
	text-align: right;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -480px;
}

ul#subnavi, ul#subnavi li	{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.module	{
	padding: 20px 0;
	border-top: 1px solid #cccbca;
	clear: left;
}

.polatilt	{
	border: 4px solid white;
	margin: -4px 10px 4px -25px;
	float:left;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-transform: scale(1) rotate(-2deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(-2deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(-2deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(-2deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(-2deg) translate(0px, 0px) skew(0deg, 0deg);}

/* @group Home */

body.home div#main	{
	position: relative;
	width: 880px;
	left: 50%;
	margin-left: -410px;
}

div#topshowzone	{
	margin-bottom: 45px;
}

div.onthetweeter span.flaghead	{
	background: transparent url('../img/tweetie.png') no-repeat 180px 16px;
}

div#tweetbit	{
	padding-top: 35px;
	background: transparent url('../img/tweetbit-top-bgr.png') no-repeat left top;
}

div#tweetbit p	{
	padding: 0 15px 25px 15px;
	background: transparent url('../img/tweetbit-bgr.png') no-repeat left bottom;
}

div#tweetbit span	{
	text-align: right;
	display: block;
}

div#tweetbit .fineprint	{
	font-size: 0.925em;
	padding-top: 3px;
}

body.home div#subnavihome	{
	width: 120px;
	margin: 38px 30px 0 70px;
	text-align: right;
}

div#topshowzone	{
	width: 880px;
	height: 410px;
	position: relative;
}

div#topshowzone div.content	{
	width: 700px;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
}

div#topshowzone ul#tabbar	{
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
}

div#topshowzone li.slidertab	{
	margin-bottom: 10px;
	width: 160px;
	height: 130px;
	padding-left: 20px;
	overflow: hidden;
	list-style-type: none;
}

div#topshowzone li#navbill3.slidertab	{
	margin-bottom: 0;
}

div#topshowzone li.slidertab.active	{
	background: transparent url('/img/activearrow.png') no-repeat 7px 65px;
}

div#topshowzone li.slidertab h4	{
	height: 13px;
	margin: 0;
	padding: 3px 5px 0;
	color: #fff;
	background: #92918e;
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	display: block;
	letter-spacing: 2px;
	font-weight: normal;
}

div#topshowzone li.slidertab.active h4	{
	background: #4a4842;
}

div#topshowzone a:hover	{
	text-decoration: none;
}

div#topshowzone a:hover h4	{
	background: #4a4842;
}

div#topshowzone div.content div.data	{
	position: relative;
	height: 410px;
}
div#topshowzone div#teasertext	{
	position: absolute;
	left: 60px;
	bottom: 20px;
	padding: 10px 0;
	width: 420px;
	height: 60px;
	border-radius: 5px;
}

div#topshowzone div#teasertext.weiss h3, div#topshowzone div#teasertext.weiss p	{
	color: #fff;
	text-shadow: #4a4842 1px 1px 0;
}

div#topshowzone div#teasertext h3, div#topshowzone div#teasertext p	{
	color: #4a4842;
	text-shadow: #fff 1px 1px 0;
}

div#topshowzone div#teasertext h3, div#topshowzone div#teasertext p	{
	padding: 0;
	margin: 0;
}

div#topshowzone div#teasertext h3	{
	padding-bottom: 4px;
}

div#topshowzone div#teasertext.box	{
	padding: 10px;
	width: 400px;
	background: #fff;
	background: rgba(255,255,255,0.97);
	color: #4a4842;
	text-shadow: #fff 1px 1px 0;
	box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}

div#topshowzone div#teasertext.weiss.box	{
	padding: 10px;
	width: 400px;
	background: #222019;
	background: rgba(34,32,25,0.97);
	color: #fff;
	text-shadow: #222019 1px 1px 0;
}

div#topshowzone div#stamp	{
	background: transparent url('/img/stamp-cd.png') no-repeat 0 0;
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 20px;
	left: -40px;
	text-indent: -9999em;
}

div#topshowzone div#stamp.ui	{
	background-image: url('/img/stamp-ui.png');
}

div#topshowzone div#stamp.ux	{
	background-image: url('/img/stamp-ux.png');
}

div#topshowzone div#stamp.ad	{
	background-image: url('/img/stamp-ad.png');
}

div#topshowzone div#stamp.art	{
	background-image: url('/img/stamp-art.png');
}

div#topshowzone div#stamp.web	{
	background-image: url('/img/stamp-web.png');
}

div#topshowzone div#stamp.foto	{
	background-image: url('/img/stamp-foto.png');
}

div#topshowzone div#flippy	{
	width: 22px;
	height: 22px;
	background: transparent url('/img/flippy.png') no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

#logostrip	{
	width: 700px;
	clear: both;
	margin: 30px 0 40px 250px;
	padding-top: 30px;
}

#logostrip img	{
	opacity: 0.3;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

#logostrip img:hover	{
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

/* @end */

/* @group Portfolio */

body.portfolio div#main	{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -230px;
}

div#doubleteaser	{
	float: left;
}

div#doubleteaser span	{
	float: left;
	margin-left: 20px;
	width: 340px;
}

div#doubleteaser span.first	{
	margin-left: 0;
}

div#doubleteaser img	{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

div#thumbcarpet	{
	clear: left;
	padding: 20px 0;
	border-top: 1px solid #cccbca;
}

div#thumbcarpet a:hover	{
	text-decoration: none;
}

div#thumbcarpet .pftile	{
	margin: 0 0 30px 0;
	padding: 0 0 0;
	display: block;
	float: left;
	background: #3b3932;
	text-shadow: #141311 0 1px 1px;
}

div#thumbcarpet .pftile h4	{
	clear: none;
	padding: 6px 10px;
	font-weight: normal;
	font-family: "JohnSansHeavyProRegular", Arial, Helvetica;
	color: #fff;
}


div#thumbcarpet img	{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div#thumbcarpet p	{
	padding: 0 10px;
	color: #fff;
}

div#thumbcarpet .col1	{
	width: 220px;
}

div#thumbcarpet .col2	{
	width: 460px;
}

div#thumbcarpet .col3	{
	width: 700px;
}

div#projectdata ul, div#projectdata li	{
	list-style: none;
	padding: 0 0 5px;
	margin: 0;
}

div#projectdata ul	{
	margin: -15px 0 10px 0;
}

div.customcolour	{
	padding-bottom: 20px;
}

/* @end */

/* @group Blog */

body.blog div#main	{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -230px;
}

body.blog .mainslot	{
	width: 460px;
	float: left;
}

body.blog .sidebarslot	{
	width: 160px;
	float: right;
	clear: none;
}

.blogpost, .blogdiscussion	{
	margin: 0 0 15px;
	border-bottom: 1px solid #cccbca;
	padding-bottom: 20px;
	clear: left;
}

body.blog.article .blogpost	{
	margin: 0;
	border-top: 1px solid #cccbca;
	border-bottom: 0;
	padding-top: 20px;
	width: 100%;
	clear: left;
}

.blogpost hgroup h2, .blogdiscussion h2	{
	font: 1.7em "JohnSansTextProRegular" !important;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	padding-bottom: 4px;
}

.blogpost p.flaghead	{
	margin-top: 0;
	padding-top: 0;
	border-bottom: 0;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.flagmeta	{
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	color: #000;
	display: block;
	letter-spacing: 1px;
}

.blogdiscussion .comment	{
	padding: 0 0 0 60px;
	border-top: 1px dotted #ccc;
}


.blogdiscussion .comment img	{
	margin: 15px 0 0 -60px;
	float: left;
}

#blogform label	{
	text-transform: uppercase;
	font-family: "JohnSans MedSC", "JohnSans Med", Arial, Helvetica;
	font-size: 0.78em;
	color: #000;
	padding: 10px 0 2px;
	display: block;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

#blogform textarea, #blogform input.text	{
	width: 450px;
	border: 1px solid #cccbca;
	padding: 4px;
	background: #f2f1f1 url('../img/input-bgr.png') repeat-x left -2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: background-color .5s linear;
    -webkit-transition: border-color .5s linear;
    -webkit-transition: background-position .5s linear;
}

#blogform textarea:focus, #blogform input.text:focus	{
	background: #fff url('../img/input-bgr.png') repeat-x left -5px;
	border: 1px solid #aecf37;
}

#blogform input.text	{
	width: 300px;
}

.commentmeta	{
	color: #999;
}

.autoravatar	{
	float: left;
	margin: 0 6px 6px 0;
}

.blogpost	{
	float: left;
	max-width: 700px;
	min-width: 460px;
}

/*.blogpost *	{
	max-width: 700px;
}*/

.blogpost img, .blogpost p, .blogpost hgroup, .blogpost ul, .blogpost ol, .blogpost blockquote	{
	float: left;
}

.blogpost p, .blogpost hgroup	{
	display: block;
	clear: both;
}

.blogpost img	{
	margin: 0 10px 6px 0;
}

.blogpost hgroup	{
	clear: left;
	display: block;
}

.blogpost .column	{
	width: 220px;
	min-width: 220px;
	min-height: 1px;
	margin-left: 20px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.blogpost .column.double	{
	width: 460px !important;
}

.blogpost .column.half	{
	width: 340px !important;
}

.blogpost .column.triple	{
	width: 700px;
	margin-left: 0;
	clear: both;
}

.blogpost .column.first	{
	margin-left: 0;
	clear: left;
}

.blogpost h2, .blogpost h3, .blogpost h4	{
	clear: left;
}


/* @end */

/* @group Page */

body.page div#main	{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -230px;
}

body.page .mainslot	{
	width: 460px;
	float: left;
}

body.page .sidebarslot	{
	width: 160px;
	float: right;
	clear: none;
}

/* @end */

/* @group Project */

body.project div#main	{
	position: relative;
	width: 880px;
	left: 50%;
	margin-left: -410px;
	padding-bottom: 20px;
}

div#projectdata	{
	width: 160px;
	padding-left: 0;
	padding-bottom: 20px;
}

div#projectdescription	{
	width: 340px;
	padding-bottom: 20px;
	padding-top: 16px;
}

div#projectextras	{
	width: 340px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 5px;
}

div#projectdata p	{
	line-height: 1.5em;
	margin-bottom: 15px;
}

body.project #subnavizone	{
	text-transform: uppercase;
	font-family: "JohnSansMediumProRegular", Arial, Helvetica;
	font-size: 0.78em;
	color: #999;
	display: block;
	font-weight: normal;
	letter-spacing: 2px;
	top: 25px;
	left: 50%;
	margin-left: -480px;
	width: 320px;
	text-align: left;
}

body.project #subnavizone a	{
	color: #cccbca;
}

body.project #subnavizone a:hover	{
	color: inherit;
	text-decoration: none;
}

body.project #subnavizone a:before	{
	content: "« ";
}

div#projektfoto	{
	text-align: center;
}

/* @end */

/* @group Main */

.columnbox	{
	float: left;
	width: 220px;
	margin: 0 0 20px 20px;
}

.columnbox span.padded	{
	padding: 15px;
	display: block;
}

.columnbox.first	{
	margin-left: 0;
	clear: left;
}

.columnbox.double	{
	width: 460px;
}

.columnbox.triple	{
	width: 700px;
}

/* @end */

/* @group Studio */

#manifest	{
	background: #eee url(/img/flippy.png) no-repeat 460px bottom;
	color: #3b3932;
	text-decoration: none;
	font-size: 1.2em;
	font-family: "JohnSansLiteProRegular", "JohnSans Lite", "JohnSans Med", Arial, Helvetica;
	-webkit-transition: all 80ms ease-in;
	-moz-transition: all 80ms ease-in;
	-o-transition: all 80ms ease-in;
	transition: all 80ms ease-in;
	display: block;
}

#manifest:hover	{
	background: #eee url(/img/flippy.png) no-repeat 438px bottom;
	-webkit-transition: all 80ms ease-out;
	-moz-transition: all 80ms ease-out;
	-o-transition: all 80ms ease-out;
	transition: all 80ms ease-out;
	text-decoration: none;
}

#manifest ol li	{
	padding: 4px 0;
}

#manifest h2	{
	font-family: "JohnSansLiteProRegular", "JohnSans Lite", "JohnSans Med", Arial, Helvetica;
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 1.3em;
}

#manifest strong	{
	font-family: "JohnSansMediumProRegular", "JohnSans MedSC", "JohnSans Med", Arial, Helvetica;
	padding-right: 5px;
	text-shadow: #ddd 0 1px 1px;
}

/* @end */

/* @group Anfrage */

ol#briefingomat	{
	border: 0px solid #eee;
	padding: 0 0 0 30px ;
	margin: 0 0 0 -30px;
}

div#pagecontent ol#briefingomat li	{
	list-style-position: outside;
	background: #f5f5f5;
	padding: 5px 15px 15px 15px;
	margin-bottom: 20px;
}

ol#briefingomat label	{
	display: block;
}

ol#briefingomat p label	{
	color: #666;
}

body.kontakt form#contact_form	{
	background: transparent url('../img/express-envelope-bgr.png') no-repeat left top;
	padding: 30px 30px 20px 30px;
	height: 570px;
	margin-bottom: 50px;
}

body.kontakt form#contact_form input#from, body.kontakt form#contact_form input#subject	{
	width: 210px;
}

body.kontakt form#contact_form textarea	{
	width: 400px;
}

body.kontakt form#contact_form input#submit	{
	float: right;
	background: #222019;
	color: #e8e8e8;
	text-shadow: #000 0 1px 0px;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size: 1.1em;
	letter-spacing: 0.2;
}

body.kontakt form#contact_form input#submit:hover	{
	background: #82ad00;
	color: #222019;
	text-shadow: white 0 1px 0;
}

/* @end */

/* @group Secondary */

body.home div#secondary	{
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}



/* @end */



/* @end */




/* @end */

/* @group Further definitions by html5 boilerplate */

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* @end */

