/*
Tweetthrough (Tweetthrough.com)
By Tijs (version 14-07-2010)
*/

/* HTML selectors */
body {
	font: 14px Arial, sans-serif;
	color: #fff;
	background: #161616 url(../img/back.png);
}
body, p, ul, li, form, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
p, ul, dl {
	padding-bottom: 20px;
}
p {
	line-height: 18px;
}
p.note {
	padding: 0;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: Georgia, serif;
	color: #fff;
	font-size: 48px;
	text-shadow: 1px 1px 1px #000;
}
h2 {
	font-family: Georgia, serif;
	color: #ADD674;
	font-size: 16px;
	text-shadow: 1px 1px 1px #202E0E;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px 1px #2C3E4E;
	font-weight: bold;
	font-size: 92px;
	text-align: right;
}
h3 span {
	font-size: 50px;
}

/* Positie */
.container {
	margin: 0 auto;
	width: 420px;
	background: url(../img/circle.png) no-repeat;
	padding: 120px 40px 0 40px;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

/* Links */
a {
	color: #74B5D6;
}
a:hover, a:active {
	color: #D86B11;
}
#copy a {
	color: #666;
}
#copy a:hover, #copy a:active {
	color: #fff;
}

/* Twetails */
.yours {
	background: #000;
	padding: 10px;
	color: #999;
	font-size: 11px;
}
.yours:hover {
	color: #fff;
}
.yours p {
	padding: 0;
	line-height: 16px;
}
.twetails {
	margin: 0 10px;
}
.twetails h4 {
	font-family: Georgia, serif;
	color: #666;
	font-size: 20px;
	margin-bottom: 15px;
}
.twetails p {
	color: #666;
	font-size: 12px;
}
.twetails ul {
	list-style: none;
}
.twetails li {
	color: #666;
	background: #292929;
	font-size: 11px;
	padding: 3px 6px;
	word-wrap:  break-word;
}

/* Header */
#header {
	background: url(../img/header.png) no-repeat;
	height: 85px;
	padding: 25px 10px 0 25px;
}

/* Intro */
#intro {
	padding: 100px 0 140px 0;
	background: none;
	text-align: center;
}
#intro h1 {
	font-size: 30px;
}
#intro h2 {
	color: #666;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

/* Stats */
#stats {
	background: url(../img/stats.png) no-repeat;
	padding: 8px 25px 5px 25px;
}
#stats ul {
	list-style: none;
}
#stats li {
	float: right;
	margin-left: 20px;
	font-size: 16px;
	text-align: right;
	font-family: arial, serif;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	line-height: 14px;
}
#stats li span {
	color: #ACD673;
	font-size: 10px;
	font-style: italic;
}

/* Footer */
#footer {
	background: url(../img/footer-share.png) no-repeat;
	height: 130px;
	padding-right: 20px;
}
#footer div {
	float: left;
	width: 30px;
	padding: 68px 0 0 20px;
}
#footer div a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/twitter.png) no-repeat;
}
#footer div a:hover, #footer div a:active {
	background: url(../img/twitter.png) 0 -28px;
}
#footer div a span {
	display: none;
}
#footer h3 {
	float: right;
}

/* Copy */
#copy {
	color: #666;
	font-size: 11px;
	padding: 10px 10px 0 10px;
}
#copy .adnerds {
	float: left;
	width: 132px;
}
#copy .adnerds a {
	display: block;
	width: 132px;
	height: 41px;
	background: url(../img/adnerds.png) no-repeat;
}
#copy .adnerds a:hover, #copy .adnerds a:active {
	background: url(../img/adnerds.png) no-repeat 0 -40px;;
}
#copy .adnerds a span {
	display: none;
}
#copy p {
	float: right;
	width: 245px;
	line-height: 14px;
	text-shadow: 1px 1px 1px #000;
}

/* Wait */
#wait p {
	text-shadow: 1px 1px 1px #000;
}
#wait img {
	margin-left: 80px;
}
.loader {
	background: url(../img/load.png) no-repeat left bottom;
	padding: 20px 25px 50px 25px;
}
#wait #stats p {
	padding: 0;
}

/* Load */
#load {
	display: none;
}

/* Error */
#error {
	background: url(../img/error.png) no-repeat left bottom;
	padding: 20px 25px 50px 25px;
}
#error p {
	text-shadow: 1px 1px 1px #000;
}