
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:1.1em;
	color:#555;
	background-color:#e0e0e0;
}
#home {
	background-image:url(images/slice_home.jpg);
	background-repeat:repeat-x;
}

#pageWrapper 
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:white;
	height:100%;
	margin-bottom:20px;
	border: solid 1px #aaa;
	border-top:none;
	padding:0px 2px 2px 2px;
}

#greenHeader 
{
	margin-top:3px;
	background-image:url(images/header.jpg);
	height:160px;
	position:relative;
	background-repeat:no-repeat;
}

#mainlogo
{
	margin-left:20px;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	cursor: pointer;
	height:78px;
	width:225px;
}

#frontpage-screenshot
{
	background-image:url(images/frontpage-window.jpg);
	background-repeat:no-repeat;
	float:right;
	height:433px;
	margin: -60px 0 0 425px;
	position:absolute;
	width:585px;
	z-index:444;
	border-bottom: solid 2px #519330;
	border-right: solid 2px #519330;
	
}

#content {
	/*width: 430px;*/	
	margin: 1em 0 0;
	padding: 0px 10px 20px 10px;
}

#content li 
{
	line-height:1.6em;
}

#content a
{
	color:#519330;
}

#content a:hover
{
	background-color:#519330;
	color:#fff;
	text-decoration:none;
}

#content strong 
{
	font-style:italic;
	color:#444;
	font-weight:normal;
}

.downloadsBox 
{
	width:900px;
	margin-left:auto; 
	margin-right:auto;
	
	margin-bottom:20px;
	
}
.grayBox 
{
	background-color:#eee;
	background-repeat:no-repeat;
	border: solid 1px #aaa;
	
	padding: 15px 15px 10px 15px;
}

.grayBox ul 
{
    margin-top:25px;
}

.latestDownload
{
	font-size:1.7em;
	float:right;
	margin-right:0px;
	margin-top:-45px;
	
}
.subpage-item 
{
	background-position:top;
	margin: 0px 2px 0px 14px;
	float:left;
	padding: 4px 6px 2px 6px;
	
	background-color:Transparent;
}

.subpage-item a 
{
	color:White !important;
	background-color:Transparent !important;
	text-decoration:none;
}

.subpage-item a:hover
{
    text-decoration:underline !important;
}

.subpage-activeitem
{
	background-position:top;
	margin: 0px 2px 0px 14px;
	float:left;
	padding: 4px 6px 3px 6px;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	
	background-color:white;
}

.subpage-activeitem a 
{
	background-color:Transparent !important;
	color:#555 !important;
}

.donation 
{
	text-align:center;
}
.donation a:hover
{
	background-color:Transparent !important;
}

.code {
	background-color:#FBFBFB;
	border:1px solid #519330;
	font-family:Courier New,Courier,sans-serif;
	font-size:10pt;
	margin-top:10px;
	padding: 3px 3px 3px 10px;
	white-space:-moz-pre-wrap;
	color:#222;
}

.faqQuestion
{
	color:#333333;
	border-bottom:dashed 1px #888;
	border-left:solid 3px orange;
	padding-left:8px;
	margin-bottom:5px;
	margin-top:30px;
}

.screenshot 
{
	float:left;
	border: solid 2px #aaa;
	margin-right:30px;
	margin-left:10px;
	margin-bottom:32px;
	padding: 6px;
}

a.screenshot img
{
	border:0px;	
	text-decoration:none;
	
	height:200px;
}

.helpscreenshot
{
	border: solid 2px #61A340;
	margin-left:70px;
	margin-top: 20px;
	margin-bottom:20px;
	padding:6px;
}

.changelog 
{
	font-size:0.75em;
	color:#555;
	line-height:130%;
}

.changelog h3 
{
	border-bottom:dashed 1px #333;
	
	
}

.inlineCode 
{
	background-color:#FFFFE1;
	border:1px solid #519330;
	font-family:Courier New,Courier,sans-serif;
	font-size:10pt;
	margin-top:10px;
	padding: 1px 1px 0px 1px;
	white-space:-moz-pre-wrap;
	color:#222;
}


/* 
	Header / Orientation
*/

#header {
	width:100%;	
	top:0px;
	left:0px;
}


ul#main_menu {
	float:right;
	margin-right:20px;
	margin-top:-35px;
	
}
ul#main_menu li {
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
}
ul#main_menu li a {
	margin-left:20px;
	text-decoration:none;
	color:#70787f;
	text-transform:lowercase;
	font-size:15px;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#main_menu li a:hover
{
	color:#6bb242;
}
ul#main_menu li a.active
{
	color:#6bb242;
	font-weight:bold;
}


#greenHeader img { display:block; margin:auto;margin-bottom:7px; }
#greenHeader a { color:#999999; text-decoration:none;}
#greenHeader a:hover { color:#aaaaaa;}

#free-iPod 
{
	background-image: url(images/free-ipod.gif);
	width:332px;
	height:67px;
	position:absolute;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:40px;
}
#add-remove 
{
	background-image: url(images/add-remove.gif);
	width:464px;
	height:43px;
	position:absolute;
	background-repeat:no-repeat;
	margin-top:80px;
	margin-left:59px;
}

#footer 
{
	clear:both;
	width:100%;
	margin-top:70px;
	margin-bottom:5px;
}

#google-ad 
{
	border-top: solid 1px #6bb242;
	font-size:13px;
	text-align:center;
	vertical-align:bottom;
	clear:both;
	width:100%;
	color:#333;
	padding-top:5px;
}

a h1, h1 {
	font-weight:normal;
	font-size:36px;
	color:white;
	margin-top:0px;
	margin-bottom:6px;
	line-height:40px;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
}
h2 
{ 
	font-size:24px;
	color: #99ff99;
	font-family:Arial;
	font-weight:bold;
	padding-left:15px;
}

a h3, h3 {
	font-weight:normal;
	font-size:1.4em;
	color: #333333;
	margin-top:0px;
	margin-bottom:6px;
	line-height:40px;
	text-decoration:none;
}



/*
	General Styles
*/

p { margin:0px; margin-bottom:20px; }

img.green-border
{ 
	border: solid 3px #519330;
}

input.text, textarea, select {
	border:1px solid #c9c9c9;
	
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.input_button {
	background-color:#519330;
	color:#ffffff;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:0px;
	padding:4px 8px 4px 8px;	
}
.input_button:hover {
	background-color:#333333;
}

.error-label 
{
	
	margin:20px 0px 20px 0px;
	padding:10px 0px 10px 3px;
	display:block;
	color:red;
	width:600px;
	border-left:solid 5px red;
}

.small 
{
	font-size:10px;
	color:#333;
	font-family:Verdana, Arial;
}
