/* Localized */
/* CSS 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; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Basic styles */
body {
	background: #ccc;
	color: #fff;
	padding: 2em 0;
	font-family: 'Lucida Grande', helvetica, verdana, arial, sans-serif;
	min-width: 760px;
	font-size: 10.5pt;
}

a { color: #5D8EC2; text-decoration: none; text-shadow: #5A5A5A 0px 0px 2px; }
a:hover { color: #fff; text-decoration: underline; }

p, li { color: #C2C2C2; }
p { margin-bottom: 1.0em; line-height: 15pt; }
.bulleted li { list-style-type: disc; margin-left: 3em; line-height: 14pt; }
.light { color: #626262;}
.center-text { text-align: center;}

h1, h2, h3 { font-weight: bold; color: white; }
h1 { font-size: 14pt; padding: 0.6em 0 0.3em; margin-top: 1em; text-shadow: rgba(0,0,0,0.95) 1px 2px 3px; border-top: 2px dashed #333; }
h1.first { border: none; margin-top: 0; }
h2 { font-size: 11pt; padding: 0.3em 0; margin-top: 0.25em;  }
h3 { font-size: 12pt; color: #585858; padding-bottom: 0.5pt; }

code { display: block; background-color: #313131; border: 1px dotted #8F8F8F; margin: 0.75em 0; padding: 1pt 3pt; }
hr { margin-bottom: 1em; border: 0px; width: 98%; background-color: #606060; height: 1px; }
abbr.amp { font-family: "Baskerville", "Palatino", "Book Antiqua", serif; font-style: italic; font-size: 115%; font-weight: normal; }
.reg { font-size: 55%; vertical-align: top; padding-left: 1px; }

dt { padding-left: .5px; padding-bottom: 4.0pt; font-size: 100%;}
dd { padding-left: 1.0px; padding-bottom: 20.0pt; font-size: 100%; color: #C2C2C2;}


/* Page geometry */
#wrapper {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #2D2D2D;
	border-top: 1px solid #303030;
	-webkit-box-shadow: 0 1px 20px rgba(255,255,255,0.20); -moz-box-shadow: 0 1px 50px rgba(255,255,255,0.175); 
}

#header, #wrapper {
	-webkit-border-top-right-radius: 16px; -webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px; -moz-border-radius-topleft: 16px;
}

#header {
	height: 90px;
	background: #1F1F1F url("images/HeaderBG.png") repeat-x;
	position: relative; /* so that bottom shadow will be on top of div below */
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

#logotitle { padding: 17px 0 0 20px; float: left; }
#nav { float: right;  margin: 64px 2px 0 0 ; }
#nav li { margin-right: 13px; display: inline; float: left;  }
#nav a { 
	display: block;
	background: #b1c29e url("images/TabBackground.png") repeat-x;
	height: 20px;
	padding: 6px 15px 0;
	color: #EDEDED;
	font-size: 9.5pt;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.95) 0px 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,0.80) 0 -1px 4px; -moz-box-shadow: rgba(0,0,0,0.80) 0 -1px 4px;
	-webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px;
}
#nav li.selected a { background-color: #b1c29e; }
#nav li a:hover { color: #ccc; background-color: #b1c29e; text-decoration: none; }

#content { background: #414141; padding: 1em 2em 0.75em;  }
#footer { color: #353535; text-align: center; margin: 20px 0 20px;}


.plain-button { text-align: center; margin: 2.5em auto; }
.plain-button .button {
	background: #55595E;
	color: #F2F2F2;
	text-shadow: #00011E 0px 1px 1px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 1px 2px 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow: rgba(0,0,0,1) 1px 2px 5px;
	
	font-size: 11.5pt;
	padding: 7.5pt 10pt 6.5pt;
}
.plain-button .button:hover { background: #353535;  }
.plain-button .label { font-weight: bold;}
.plain-button a:hover { text-decoration: none; }


#bottom { text-align: center; padding-top: 2em; }

@media handheld {
	#wrapper { -webkit-box-shadow: none; }
}
#screenshots-div {
	margin-top:0px;
	width:300px;
	float:right;
}
#screenshots-div #screenshots {
	margin-top:5px;
}
#screenshots-div #screenshots p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:5px;
}
#twitter-div {
	margin-top:0px;
	width:400px;
	float:left;
}

#twitter-div ul li {
	background:none;
	margin:5px 0px 1em 0px;
	padding:4px 0px 4px 0px;
	color: #7E7E7E; 
	text-align:left;
}