/* @override 
	http://ticker.wessley.dnsalias.com/style.css
	http://wessley.net/LEDit/style.css
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearfixb:after{
	clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* @end */

/* @group Content */

body{
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #5d5e5f url(images/background.gif) top left repeat-x;
}

.wrapper{
	background: url(images/panel_bottom.gif) bottom left no-repeat;
	width: 600px;
	margin: 50px auto 0;
	color: #fff;
	text-shadow: #000 0 1px 1px;
}

.wrapper .wrapper{
	background: url(images/panel_top.gif) top left no-repeat;
	width: 584px;
	padding: 8px;
	margin: 0;
}

a:link, a:visited{
	color: #E23100;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

.footer{
	font-size: 11px;
	color: #aaa;
	margin: 10px auto;
	width: 600px;
	text-align: center;
	color: #fff;
	text-shadow: #000 0 1px 1px;
}

.footer a:link, .footer a:visited{
	color: #fff;
	text-decoration: underline;
}

.header{
	margin: 0 15px;
	padding-top: 15px;
}

.icon{
	float: left;
}

h1{
	float: left;
	padding-left: 146px;
	padding-top: 67px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(images/logo2_white.gif) top left no-repeat;
	margin-left: 20px;
}

.appStoreLink{
	float: right;
	padding-left: 146px;
	padding-top: 67px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(images/appstore.gif) top left no-repeat;
}

.appStoreLink_temp{
	float: right;
	padding-left: 146px;
	padding-top: 67px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(images/appstore_temp.gif) top left no-repeat;
}

.description,
.support{
	margin-top: 20px;
	margin: 0 15px;
}

.description p{
	margin: 20px 0
}

hr{
	margin: 0;
	padding: 0;
	height: 16px;
	border: none;
	border-color: transparent;
	background: url(images/separator.gif) top left no-repeat;
}

div.hr{
	margin: 0;
	padding: 0;
	height: 16px;
	border: none;
	border-color: transparent;
	background: url(images/separator.gif) top left no-repeat;
}

ul.screenshots{
	margin: 15px 15px 15px 0;
}

ul.screenshots li{
	float: left;
	margin-left: 15px;
}

.featuresAndExamples{
	margin: 15px;
	color: #fff;
}

.features_wrapper{
	width: 280px;
	float: left;
	margin-right: 20px;
}

.examples_wrapper{
	width: 250px;
	float: left;
}

h3{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.featuresAndExamples li{
	padding-left: 20px;
	background: url(images/bullet.gif) 3px 5px no-repeat;
	margin-bottom: 5px
}

.description ul li{
	padding-left: 20px;
	background: url(images/bullet.gif) 3px 5px no-repeat;
	margin-bottom: 5px
}

.description ul{
	margin: 20px 0;
}

h2{
	margin: 20px 0;
}

.support label{
	display: block;
}

.support p{
	margin: 10px 0;
}

.support input{
	width: 200px;
	font-size: 13px;
	margin-top: 5px;
}

.support input.button{
	width: 100px;
	margin-top: 10px;
}

.support textarea{
	margin-top: 5px;
	width: 400px;
	height: 100px;
}

.support{
	margin: 20px;
}

.thanks{
	font-size: 20px;
	text-align: center;
	padding: 120px 0;
}

h2.redirecting{
	text-align: center;
	margin-top: 100px;
}

/* @end */