/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Coded by Anthony Yeung (http://smallpark.org)
May 24 2005
It would be nice if you could leave this here, thanks.
=======================================================
*/

html,body {
	margin:0;
	padding:0;
	background-color: #000000;
	

    /*
    background: #CCC;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f5f5f5');	
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
	background: -moz-linear-gradient(top,  #fbfbfb,  #f5f5f5);
	*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
}

div#content a, div#extra a, div#sidebar a, div#extraextra a {
	color: #0B85C6;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;
}

div#content a:hover , div#extra a:hover, div#sidebar a:hover, div#extraextra a:hover {
	color: #0B85C6;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	padding: 1px;
}

div#content img {
    
    padding: 10px;
    
}

div#content ul {
    margin-top:-10px;
}

div#header {
	padding-bottom: 45px;
	border-bottom: 1px solid #DDD;
}

div#header h1 {
	font-family: "Avenir Next", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3399FF;
	letter-spacing: -1px;
	margin-top:-15px;
}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	padding-left: 28px;
	margin-top: -20px;
}

div#header a {
	color: #3399FF;
    text-decoration: none;
}


#navigation {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
float: right;
margin-top: 60px;
}

#navigation li {
display: inline;
padding-right: 20px;
font-size: 14px;
}

#navigation li a {
font-size: 12px;
color: #666;
font-weight: normal;
padding: 4px;
text-decoration: none;
float:right;
}

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

div#container {
text-align: left;
}

div#content p, div#extra p, div#sidebar p, div#extraextra p {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 19px;
color: #CCC;
line-height:1.8em;
font-weight: normal;
}

div#content h1, div#extra h1, div#sidebar h1, div#extraextra h1 {
	font-size: 28px;
	font-weight: bold;
	color: #26A32C; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}

div#sidebar h2 {
	font-size: 20px;
	font-weight: bold;
	color: #777; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}

div#extra h2 {
	font-size: 20px;
	font-weight: bold;
	color: #777; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}
div#extraextra h2 {
	font-size: 20px;
	font-weight: bold;
	color: #777; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}
div#extraextra li {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height:1.8em;
}
div#extraextra-content {
	margin-left: 10px;
}

div#content h2 {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
=	color: #444;
	margin: 0;
	padding: 0;
}

div#content h4 {
	color: #777;
}
div#content b {
	color: #444;
}

div#content li {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height:1.8em;
}


div#footer p {
	margin:0;
	padding:5px 10px;
}

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

div#sidebar {
	float:right;
	width:430px;
	padding-bottom: 10px;
}

div#extra {
	float:left;
	width:430px;
}

div#extraextra {
	float:left;
	width:900px;
}

div#footer {
	margin-top: 10px;
	background-color: #EEE;
	color: #BBB;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	clear:both;
	width:100%;
	padding: 5px;
}

div#footer a, div#footer a:hover {
	margin-top: 10px;
	background-color: #EEE;
	color: #BBB;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	clear:both;
	width:100%;
	color: #BBB;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #EEE; 
	border-right: 1px solid #EEE;
}

/*

 Would be nice if you could keep this credit below. Thanks.

*/

#design-by {
	float: right;
	display:inline;
}


div#screenshotleft {
	margin-top: 0px;
	margin-left: 0px;
	width: 420px;
	float: left;
}

div#screenshotright {
	margin-top: -20px;
	margin-left: 470px;
	width: 420px;
}


div#screenshot img {
	padding: 20px;
	float: left;
}

div#screenshot p {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	width: 210px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #444;
}

div#screenshot h4 {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	width: 200px;
}

div#screenshot b {
	font-size: 14px;
}

div#screenshot ul {
	float: left;
	margin-top: -5px;
	margin-left: -20px;
	width: 180px;
}


div#screenshot li {
	padding-top: 5px;
	font-size: 12px;
	line-height:1.6em;
}

div#apptitle {
	float: left;
	width: 900px;
	height: 85px;
}

div#apptitle img {
	float: left;
}

div#apptitle p {
	float:left;
	margin-top: 15px;
	font-size: 35px;
	font-weight: bold;
	color: #999999;
	padding-left: 15px;

}

div#video {
	margin-left: 50px;
	display: inline;

}


