*, * html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222222;
	font-family: Helvetica, "Lucida Grande", Arial;
}

a { 
	text-decoration: none;
	color: #cc9900;
}

/*** Footer classes ***/
div#footer {
	float: left;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #cc9900;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
	
}

/*** Content classes ***/
div#content {
	width: 100%;
	color: #ccc;
}

div#section {
	margin: 0 auto;
	width: 900px;
}

div#posts {
	float: left;
	width: 700px;
}

div.post {
	padding-right: 30px;
	margin: 15px;
	min-height: 100px;
	overflow: hidden;
	background-color: #101010;
}

div.singlepage {
	width: 900px;
}

div#sidebar:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}

.arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-top: 10px;
	margin-left: -24px;
	background: url('../images/arrow.png') scroll top left;
}

.post h1 {
	font-size: 20px;
	margin: 10px;
}

.post a:hover {
	text-decoration: underline;
}

.post p {
	margin-left: 20px;
	font-size: 14px;
	text-align: justify;
	width: 95%;
}

.appdescription {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 600px;
	height: 500px;
}

div.appbox {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

.appbox h1 {
	margin: 0;
	width: 100%;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.appbox p {
	margin: 0;
	font-size: 13px;
}

div.applogobox {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #222222;
}

.applogobox h1 {
	float: left;
	margin: 0;
	width: 210px;
	height: 70px;
}

.applogobox p {
	float: right;
	width: 350px;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 13px;
}

h1 span {
	font-size: 14px;
	color: #666666;
	clear: both;
}

div#sidebar {
	float: right;
	width: 190px;
	margin-top: 15px;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
	padding: 5px;
}

#sidebar .box {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	margin: 0px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
	cursor: pointer;
}

#sidebar .box:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}

.mediabox {
	float: left;
	width: 80px;
	height: 80px;
	border: 10px solid #111;
	margin: 0px;
	overflow: hidden;
	display: none;
}

.mediabox img {
	position: relative;
	top: -100px;
	left: -100px;
}

.appmedia {
	margin-top: 30px;
	width: 200px;
	float: right;
	text-align: right;
}

.itunes {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 25px;
}

a.apptitle {
	font-size: 20px;
}

span.appversion {
	font-size: 14px;
}

/**** Page Classes ***/
div#top {
	width: 100%;
	height: 10px;
	background-color: #333;
}

div#wrapper {
	background: #ccc url('../images/BackRepeater.png') repeat-x fixed top left;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #333333;
}

div#smallwrapper {
	background: #ccc url('../images/BackRepeater.png') repeat-x fixed top left;
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #333333;
}

div#container {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

div#header {
	float: left;
	margin-top: -30px;
}

div#apps, div#smallapps  {
	text-align: center;
	min-height: 100px;
}

div#apps ul, div#smallapps ul {
	list-style: none;
	padding: 0;
	width: 350px;
	margin: 0 auto;
	border: 0;
}



div#smallapps ul {
	padding: 0;
	width: 850px;
}

div#apps li {
	float: left;
	margin-right: 5px;
}

div#smallapps li {
	float: right;
	margin-right: 5px;
}

.app, .miniapp {
	text-decoration: none;
	border: 0;
}

.appover {
	text-decoration: none;
	border: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1;
}