/*
 * TWEETSCREEN SITE CSS
 * By Andy Graulund
 * <andygraulund.com>
 * <twitter.com/electricnet>
 * <electricnet@gmail>
 */

body {
	margin: 0;
	background: #fff url(../img/topgrad.gif) repeat-x;
	text-align: center;
	color: #666;
	font-family: "Helvetica Neue", HelveticaNeue, "Neue Helvetica", NeueHelvetica, Helvetica, FreeSans, sans-serif;
	line-height: 1.6em;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
} html>body { font-size: small; }

#container {
	width: 530px;
	margin: 30px auto;
	text-align: left;
}

a {
	color: #009;
}

#top {
	/*background: transparent url(../img/frontlogo.png) no-repeat;*/
}

#top h2 {
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}

#top h2 strong {
	font-size: 200%;
}

#top h2, #top h2 a {
	color: #999;
	text-decoration: none;
	display: block;
}

#front #top h2 a {
	background: transparent url(../img/frontlogo.png) no-repeat 0 0;
	width: 186px;
	height: 25px;
}

#top h1 {
	font-size: 600%;
	color: #111;
	letter-spacing: -.026em;
}

#front #top h1 {
	display: block;
	background: transparent url(../img/frontlogo.png) no-repeat 0 -49px;
	width: 464px;
	height: 69px;
	margin: 24px 0;
}

#front #top h1 span, #front #top h2 span {
	position: absolute;
	left: -9999px;
	width: 9900px;
}

#screen {
	background: transparent url(../img/screentemplate.png) no-repeat;
	margin: 0 -10px;
	padding: 41px 49px;
	font-size: 135%;
	height: 236px; /* 318px - 41px * 2 */
}

#screen .s2 {
	margin-left: 92px;
}

#screen h2 {
	color: #fff;
	font-size: 140%;
	margin: 0;
}

#screen p a {
	color: #bbb;
}

#screen p.epilogue {
	font-size: 85%;
	color: #666;
	margin-bottom: 0;
}

#screen p {
	margin: .4em 0;
	color: #999;
	line-height: 1.4em;
}

#screen p.epilogue span {
	text-decoration: underline;
	cursor: pointer;
}

#content strong {
	color: #444;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 2em 0 0;
	line-height: 1.6em;
}

#content h2.ex {
	color: #666;
	font-weight: normal;
	font-size: 235%;
	margin: 1em 0;
	line-height: 1.4em;
}

#content h2.ex strong {
	color: #333;
	font-weight: bold;
}

#content code {
	color: #444;
}

#content p {
	margin: 0 0 1em;
}

#content p.download {
	margin: 2em 0;
	color: #999;
}

#content p.download a img { /* Download button */
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	vertical-align: sub;
	margin: 0 .5em 0 0;
}

#footer {
	font-size: 90%;
	color: #999;
	margin: 50px 0 70px;
}

#footer a {
	color: #666;
}

a img {
	border-width: 0;
}