/*
Theme Name: Chiller Horizon
Theme URI: http://chiller.de/
Description: Chiller Horizon Theme based on default theme
Version: 0.1
Author: Olaf Tietze
Author URI: http://chiller.de/
Tags: chiller horizon

TODO:
- hide search field in print css
- slim down print css
- change font size in print css
- show different license info in print css (with postal address of Creative Commons HQ)

*/
.screen
{
}
.print
{
	display: none;
}
.clearboth
{
	clear: both;
}
/*Campaign*/
#campaign
{
	display: block;
	width: 100%;
	min-height: 5.5em;
	color: #666;
	font-weight: bolder;
}
#campaigndescription
{
	padding: 0.5em;
}
#campaignimage
{
	padding: 0.5em;
	float: right;
}
#campaign A, #campaign A:hover, #campaign A:visited
{
	font-size: 3em;
	color: #FFF;
	line-height: 1.6em;
	text-decoration: none;
}
#campaign A:hover
{
	color: #FF3355;
}
/*HTML, BODY*/
HTML
{
	width: 100%;
	height: 100%;
	font: normal normal 10px Arial, Helvetica, sans-serif;
}
BODY
{
	width: 100%;
	overflow-x: hidden;
}
BODY, H1, H2, H3, H4, H5, H6, P, A, A:hover, A:visited, A:active, A:link, UL, LI, BLOCKQUOTE, PRE, CODE, FORM, IMG
{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	outline: 0;
}
IMG
{
	border: 0 none transparent;
}
A:hover, A:active
{
	cursor: pointer;
}
H1, H2, H3, H4, H5, H6
{
	display: inline;
}
#background
{
	width: 100%;
}
#site
{
	position: relative;
	margin: 0 auto;
	padding-bottom: 28em;
	width: 100%;
	max-width: 144em;
	text-align: left;
}
/*Header*/
#header
{
	margin: 0 auto;
	width: 100%;
	max-width: 144em;
}
#construction P
{
	display: block;
	vertical-align: middle;
	color: #FF3355;
	font-size: 1.5em;
	margin: 1em 0;
	padding-left: 1em;
	border-left: 1em solid #F35;
}
#leadin
{
	width: 100%;
	height: 1em;
	background-color: #FF3355;
}
#intro
{
	display: block;
	margin-top: 1em;
	width: 100%;
}
#ticker
{
	display: block;
	overflow: hidden;
	margin-top: 0.5em;
	width: 144em;
	height: 3.3em;
	position: absolute;
	z-index: 10;
	color: #FFF;
}
#ticker IMG
{
	float: left;
}
#ticker:hover
{
	overflow: visible;
	background-color: #111;
	height: auto;
	width: 90%;
}
#twitter
{
	display: block;
	margin-left: 2.5em;
	line-height: 1.35em;
	font-size: 2em;
}
#twitter UL
{
	list-style-type: none;
}
.twitter-item
{
	margin-bottom: 0.35em;
}
#feed
{
	float: right;
	display: block;
	padding: 0.5em 0.5em 0;
	width: 2.5em;
	height: 2.5em;
	background-color: #000;
}
#feed IMG
{
	font-size: 1em;
	width: 1.45em;
	height: 1.45em;
}
#search
{
	position: relative;
	z-index: 100;
	display: block;
	float: right;
	width: 15%;
	min-width: 10em;
	height: 2.5em;
	background-color: #000;
	margin-right: 1em;
	padding: 0.5em;
}
#searchinput
{
	margin: 0;
	padding: 0 1.25em 0 0.25em;
	width: 70%;
	border: 0 none transparent;
	border-top: 0px none transparent;
	background-color: transparent;
	font-size: 2em;
	color: #FFFFFF;
}
#searchbutton
{
	position: absolute;
	top: 0.8em;
	right: 0.5em;
	width: 1.4em;
	height: 1.35em;
}
#logotype
{
	display: block;
	margin: 3em auto 5em;
	width: 21.3em;
	height: 22.6em;
}
#logotype IMG
{
	width: 21.3em;
	height: 22.6em;
}
#teaser
{
	display: none;
	width: 100%;
	height: 45em;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
}
/*Content Tray*/
A.tray
{
	position: relative;
	display: block;
	margin-top: 0.5em;
	text-decoration: none;
}
.tray .inline
{
	display: block;
	width: 85%;
}
.offset
{
	display: inline-block;
	padding-left: 1em;
}
.tray .date
{
	font: normal normal bold 3.2em Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 2.5em;
	color: #000;
	letter-spacing: -0.05em;
}
.tray .title
{
	font: normal 4.8em/120% Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: -0.07em;
}
.tray .comments
{
	position: absolute;
	top: 0.5em;
	right: 1.6em;
	width: 36px;
	font: normal 1.6em/100% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.tray .comments .bubble IMG
{
	position: absolute;
	width: 2.5em;
	height: 2.5em;
}
.tray .comments .count
{
	position: absolute;
	top: 0.6em;
	width: 2.5em;
	text-align: center;
}
.tray U
{
	text-decoration: none;
	line-height: 1.2em;
}
/*Content:Posts*/
#posts
{
	width: 100%;
	color: #000;
	margin-top: 0.5em;
}
/*Content:Posts:Body*/
.post .body
{
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}
.post .body .container
{
	width: 100%;
	padding: 1em 1em 1em 2em;
	font-size: 1em;
}
/** Content:PostsCanvas **/
.canvas
{
	background-color: #000;
	overflow: hidden;
}
.canvas .container
{
	width: 100%;
	height: 72em;
}
/** Content:PostsArticle **/
.article
{
	color: #222;
	float: left;
	font: normal normal normal 2em Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	max-width: 85%;
}
.article P
{
	margin: 0.5em 0;
	width: 40em;
	max-width: 95%;
}
.article H2
{
	font: normal 1.6em/120% Georgia, "Times New Roman", Times, serif;
}
BLOCKQUOTE
{
	font: normal 1em/120% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 40em;
	max-width: 95%;
	padding: 0em 4em 0.5em 1em;
}
.anchor
{
	display: block;
	width: 8em;
	float: left;
	margin-right: 0.5em;
}
.author
{
	font: normal 1em/120% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.utils
{
	float: left;
	min-width: 85%;
	margin: 0 0 1em;
	font: normal normal normal 1.8em Arial, Helvetica, sans-serif;
}
.tags
{
	float: left;
	width: 50%;
	margin: 0 0 1em;
	font: normal normal normal 1.8em Arial, Helvetica, sans-serif;
}
.embed
{
	display: block;
	padding: 0.5em 0em 0.5em 1em;
	margin: 0 0 1em;
	width: 17em;
	background-color: #EEE;
}
.embed .disclaimer
{
	font-style: italic;
	font-size: 0.7em;
}
.embed .video
{
	margin: 0.5em 0;
}
#comments
{
	clear: both;
	width: 42em;
	font: normal normal normal 1.8em Arial, Helvetica, sans-serif;
	max-width: 90%;
}
.replies OL, .reply
{
	margin: 0;
	padding: 0;
}
.reply #comment
{
	width: 97%;
	max-width: 97%;
	padding: 0.5em;
}
.replies LI, .reply FORM
{
	padding: 1em 1em 1.5em;
	list-style-type: none;
	font-size: 1em;
	margin-bottom: 0.5em;
}
.replies LI
{
	background: #F0F0F0 url(/blog/wp-content/themes/chiller_horizon/images/base/chiller_blog_comments_reply_arrow.png) no-repeat 6.5em 0em;
}
.reply FORM
{
	background-color: #EFEFEF;
}
.replies .user
{
	margin-bottom: 1em;
	color: #999;
}
.replies .quote
{
	font: normal 1em/120% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
/*Content:PostsNavigation*/
#nav
{
	padding: 0 0 0 1em;
}
#nav #basic
{
}
#nav_prev, #nav_next
{
	margin-left: 0.3125em;
	font-size: 3.2em;
}
#nav_home IMG
{
	width: 2.8em;
	height: 3em;
}
#posts #navigation #history
{
	float: left;
	display: block;
	background-color: #FFF;
	color: #000;
	padding-left: 3em;
}
#posts #navigation #history A
{
	width: 5em;
	text-align: center;
	color: #000;
}
#posts #navigation A
{
	float: left;
	padding: 0.1em 0.5em;
	font-size: 1.5em;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFF;
}
/*Content:Widgets*/
#widgets
{
	width: 100%;
	margin: 2em 0 0;
	padding: 0 0 0 3%;
}
.widget
{
	float: left;
	min-width: 26em;
	width: 46%;
	margin-right: 2%;
}
.widget H2.title
{
	display: inline;
	font-size: 3.63em;
	text-transform: lowercase;
	letter-spacing: -0.06em;
	padding-left: 0.98em;
}
.widget .icon
{
	margin: 0 0 0 0.2em;
	height: 2em;
	width: 2em;
}
.widget .content
{
	width: 100%;
	font-size: 0.625em;
}
/*Footer.*/
#footer
{
	width: 100%;
	margin: 1em 0 0;
	padding: 0 0 0 3%;
}
#footer LI
{
	list-style-type: none;
}
#footer .column
{
	background-color: transparent;
	float: left;
	display: block;
	width: 13%;
	min-width: 12em;
	min-height: 12em;
	margin: 2em 3% 0;
}
#footer .title
{
	display: inline;
	font-size: 2.2em;
	font-weight: normal;
	color: #FFF;
	text-transform: lowercase;
}
#footer .icon
{
	width: 1.3em;
	height: 1.3em;
	margin-left: 0.05em;
	display: none;
}
#footer .body
{
	font-size: 1.1em;
}
.note
{
	font-size: 1.1em;
	color: #666;
}
/*Blogroll*/
#blogroll
{
	padding: 0.2em 0.5em 0.2em 0.2em;
	letter-spacing: -0.04em;
	text-align: justify;
	font-size: 2em;
	font-weight: bolder;
}
#blogroll #leading, #blogroll .diverter
{
	font-size: 2.2em;
}
#blogroll .diverter
{
	margin: 0 1em 0 0;
}
#blogroll A
{
	text-decoration: none;
	font-size: 3em;
	line-height: 0.9em;
}
/*Disclaimer*/
#disclaimer
{
	display: block;
	width: 94%;
	padding: 2em;
}
/*Color Story*/
BODY
{
	color: #000;
	background-color: #111;
}
#background
{
	background-color: #111;
}
#site
{
	color: #FFF;
}
.utils
{
	color: #999;
}
.comments
{
	color: #555555;
}
.stylism U
{
	background: transparent url(../images/base/chiller_blog_posts_underline_stylism.png) no-repeat center bottom;
}
.mindfuck U
{
	background: transparent url(../images/base/chiller_blog_posts_underline_mindfuck.png) no-repeat center bottom;
}
.geekism U
{
	background: url(../images/base/chiller_blog_posts_underline_operate.png) no-repeat center bottom;
}
A, A:visited, A:link
{
	color: #FF3355;
}
#blogroll
{
	color: #333;
}
#blogroll A, #blogroll A:link, #blogroll A:visited
{
	color: #333;
}
#blogroll A:hover
{
	color: #FFF;
}
.post A, .post A:visited, .post A:link
{
	text-decoration: none;
}
A.stylism, A.twitter-profile, A.twitter-user, A.twitter-link
{
	color: #33FFBB;
}
A.geekism, A.atom, A.archives
{
	color: #FFEE33;
}
A.rss
{
	color: #FF8833;
}
A.linkage
{
	color: #44FF33;
}
A.links, A.share, A.facebook
{
	color: #3399FF;
}
A.twitter-profile, A.twitter-user, A.twitter-link
{
	text-decoration: none;
}
.mindfuck A.tray
{
	background-color: #FF3355;
}
.stylism A.tray
{
	background-color: #33FFBB;
}
.geekism A.tray, .aggregator A.tray
{
	background-color: #FFEE33;
}
.linkage A.tray
{
	background-color: #44FF33;
}
.links A.tray
{
	background-color: #3399FF;
}
A.tray:hover
{
	background-color: #FFF;
}
A:hover, A:active
{
	color: #FFF;
}
.post A:hover, A:active
{
	color: #111;
}
