body
{
	background:url(/images/background.png) repeat-y;
	color:#4d6c83;
	font:13px/1.7 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
}

h1
{
	color:#f17e29;
	font:40px/44px Georgia, Times, 'Times New Roman', serif;
	font-weight:400;
	line-height:1;
}

h2
{
	color:#f17e29;
	font:20px/1 Georgia, Times, 'Times New Roman', serif;
	font-weight:400;
	letter-spacing:6px;
	margin:0 0 10px;
}

img
{
	border:none;
}

hr
{
  border:none;
	border-bottom:3px double #c4cfdf;
}
#wrapper
{
	width:960px;
}

#sidebar
{
	position:absolute;
	background:#5f79a0 url(/images/background.png);
	top:0;
	width:201px;
}

#sidebar h4
{
	background:url(/images/sidebar_title.png) no-repeat;
	color:#FFF;
	font:16px/24px Georgia, Times, 'Times New Roman', serif;
	font-weight:400;
	letter-spacing:4px;
	margin:8px 0 4px;
	padding:0;
	text-align:center;
	text-shadow:0 -1px 1px #c76e2b;
	width:200px;
	height:27px;
	overflow:hidden;
}

#sidebar ul
{
	list-style:none;
	margin:0;
	padding:4px 18px 8px;
}

#sidebar ul li
{
	font:12px/17px 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
	margin:4px 0 5px;
}

#sidebar ul li a
{
	color:#FFF;
	text-decoration:none;
	display:block;
  padding:0 8px 0 12px;
  margin-left:-10px;
}

#sidebar ul li a.active
{
	background:url(/images/sidebar_mark.png) no-repeat 0 5px;
	font-weight:bold;
}

#sidebar ul li a:hover
{
	text-decoration:underline;
}

#maincontent
{
	margin-left:230px;
}

#app-icon
{
	float:left;
	padding-left:10px;
	width:80px;
}

#app-icon img
{
}

#app-title
{
	margin-bottom:0;
	margin-left:96px;
	text-align:left;
}

#app-subtitle
{
	font:12px/18px Georgia, Times, 'Times New Roman', serif;
	font-weight:400;
	letter-spacing:1px;
	margin-left:96px;
	margin-top:3px;
	text-align:left;
}

#submenu
{
	border-bottom:1px solid #c4cfdf;
	color:#436184;
	font:15px/20px normal Georgia, Times, 'Times New Roman', serif;
	margin:20px 0;
	text-align:center;
}

#submenu a
{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-box-shadow:0 0 2px #f2f2f2;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-box-shadow:0 0 2px #f2f2f2;
	background:0;
	background-color:#fafbfc;
	border-color:#d4ddea;
	border-style:solid;
	border-width:1px 1px 0;
	color:#436184;
	display:hidden;
	margin:0 1px;
	padding:3px 12px 2px;
	text-decoration:none;
}

#submenu a:hover
{
	text-decoration:underline;
}

#app-main
{
	float:left;
	width:450px;
	padding-right:10px;
	border-right:1px solid #ebf0f4;
}

#app-description
{
	margin-bottom:40px;
}

#app-screenshots
{
  background:#f5f6f9;
  padding:8px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

#app-screenshots img {
  width:139px;
}

#app-sidebar
{
	margin-left:460px;
	padding-left:20px;
	width:250px;
}

#app-sidebar h2
{
	font-size:1.2em;
	letter-spacing:3px;
	text-align:center;
}

#app-sidebar, #app-sidebar li {
	color:#4d6c83;
	font-size:.9em;
}

#app-release
{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#f3f8fd;
	margin:10px -8px;
	padding:6px 8px;
}

#app-download
{
	background:#FFF;
	border-color:#d4ddea;
	border-style:double;
	border-width:3px 0;
	margin:20px 0;
	padding:12px 0 4px;
	text-align:center;
}

#app-facebook
{
	margin-bottom:20px;
  background:#dcecfc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  padding:8px;
}

#hidden_scripts {
  position:fixed; 
  bottom:0px;
  overflow:hidden;
  width:1px;
  height:1px;
}

#footer {
  margin-top:20px;
  height:20px;
}

#news-overview h3 {
  margin-top:0px;
}

#news-overview table {
  border-collapse:collapse;
}

#news-overview table td {
  padding:4px 10px 20px;
  vertical-align:top;
}

#news-overview table td:first-child {
  border-right:1px solid #d4ddea;
  width:100px;
  padding-top:6px;
}

#news-overview h3 {
  margin-bottom:0px;
}