/* @override http://www.whatthezell.com/wp-content/themes/zell/style.css */

body {
	color: #fff;
	background: #333 url(images/bg_top.png) repeat-x fixed;
	padding-bottom: 33%;
}

a {
	color: #999;
}

div#Intro {
	margin-left: 2em;
	margin-right: 2em;
	position: fixed;
	width: 300px;
	padding-right: 49px;
	background: url(images/bubble-point.png) no-repeat right 9em;
	margin-top: 2em;
}

div#Quotes {
	margin-left: 400px;
	width: 50%;
	padding-top: 9em;
}

div#Bubble {
	background-color: #fff;
	padding-top: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: -5px -5px 5px #333;
}

div#Bubble h1 {
	text-transform: uppercase;
	font: bold 4em/1 "Gill Sans", "Arial Rounded MT Bold", "Helvetica Neue", Helvetica, "Arial Black", sans-serif;
	color: #333;
	text-align: right;
	padding: .4em;
	text-shadow: #CCC 3px 2px 2px;
}

div#Bubble h1 em {
	color: #c6080e;
}

div#Quotes ul li {
	margin-bottom: 3em;
}

div#Quotes div.quote p {
	font-style: italic;
	font-size: 2em;
	line-height: 1.2;
	text-shadow: #000 2px 2px 2px;
}

div#Quotes div.quote a, div#Quotes div.quote a:visited {
	text-decoration: none;
	color: #fff;
}

div#Quotes div.quote a:hover {
	color: #ccc;
}

div#Quotes p.link {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
}

div#Quotes p.link a:hover {
	color: #c90d0c;
}

div#Quotes ul {
	margin-bottom: 6em;
}

div#footer {
	position: fixed;
	height: 100px;
	background: url(images/fade_bottom.png) repeat-x;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

div#footer div.content {
	width: 300px;
	margin-left: 2em;
}

div#footer div.content li {
	text-transform: uppercase;
	font: bold .7em "Gill Sans", "Helvetica Neue", "Arial Black", sans-serif;
	margin-bottom: .5em;
}

div#footer div.content li a {
	color: #ccc;
	text-decoration: none;
}

div#footer div.content li a:hover {
	color: #fff;
}