/* 
    Document   : ninjaJumper
    Created on : Apr 25, 2009, 12:52:19 AM
    Author     : lajos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
	font-family: Calibri,'Trebuchet MS',sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: rgb(200,200,200);
	background-color: black;
}

a {
	text-decoration: none;
	color: #ffffff;
	outline-style: none;
}

#content a {
	color: #f26522;
}

#container {
	margin: 30px;
}
#sidebar {
	float: left;
	width: 100px;
}

#content {
	padding-left: 20px;
	padding-bottom: 50px;
	margin: 0;
	float: left;
	width:	500px;
}

#title {
	text-align: center;
}

#screenshot {
	text-align: center;
}

#menu {
	position: relative;
	top: -40px;
}

#appStore {
	
}

img {
	border-style: none;
	text-decoration: none;
}
.video {
	text-align: center;
	padding-top: 20px;
}

img.logo {
	padding-top: 36px;
	padding-bottom: 30px;
}

img.title {
	
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

