/**
 * Description of style
 *
 * @author	Jacob Groß (kurtextrem) <kurtextrem@gmail.com>
 * @copyright	2012
 * @license	GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
 * @package	kurtextrem.de
*/

html {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	height: 100%;
}

body {
	height: 100%;
	font-family: Asap, Georgia, Verdana;
	font-size: 12px;
	color: #9BC;
}

/* Main */
.bubble {
	clear: both;
	margin: 0 auto;
	width: 350px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 34px rgba(0,0,0,1);
	-khtml-box-shadow: 0 0 34px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 34px rgba(0,0,0,1);
	box-shadow: 0 0 34px rgba(0,0,0,1);
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	background: url(../images/noise.png);
	top: 50%;
	margin-top: -200px;
	background-size: 100% 100%;
}

.info {
	padding: 20px 20px 20px 20px;
	text-align: center;
	margin-top: -80px;
	display: none;
}

.info h2 {
	font-size: 20px;
	font-family: 'Open Sans', Helvetica, Verdana;
	line-height: 4;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #7F9DC5;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}

/* Ribbon */
.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 380px;
	position: relative;
	left: -15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	box-shadow: 0 0 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 1px;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
	position: relative;
	left: -29px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0;
	width:0;
	position: relative;
	left: 350px;
	top: -23px;
	z-index: -1; /* displayed under bubble */
}

.ribbon-extended-l, .ribbon-extended-r {
	display: inline-block;
	border: 1.5em solid #7f9db9;
	left: -1.29em;
	z-index: -2;
}

.ribbon-extended-l {
	border-right-width: 1.5em;
	border-left-color: transparent;
	position: relative;
	left: -35px;
	top: 9px;
}

.ribbon-extended-r {
	border-left-width: 1.5em;
	border-right-color: transparent;
	position: relative;
	left: 350px;
	top: -58px;
}

/* ETC */
a > img {
	height: 24px;
	width: 24px;
}

.email, .freggers {
	position: relative;
	top: 3px;
}

.twitter {
	position: relative;
	top: 7px;
}

.freggers {
	height: 16px;
	width: 16px;
}

.chromeframe {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	background: #fde073;
	text-align: center;
	line-height: 2.5;
	overflow: hidden;
}
.chromeframe-ee {
	display: none;
}
#chromeframe:target {
	display: block !important;
}