/* Main Layout */

#maincontent {
    height: 100%;
    width: 700px;
	margin: 0 auto;
	font-family: sans-serif;
	font-size: smaller;
	background: #ddd;
}

#sitebanner {
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 28pt;
    color: #ccc;
    background: #dddddd;
}

#sitebanner a {
    color: #ccc;
}

#sitebanner a:hover {
    text-decoration: none;
}

#mainbody {
    padding: 2px;
	border: 1px solid #707070;
}

#bottom {
    margin-bottom: 10px;
}

/* Navbar */

div#navbar {
    height: 26px;
	background: url(../images/navbar.png);
	font-size: 11pt;
	padding: 0px 5px 0 5px;
}

div#navbar ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    float: left;
}

div#navbar ul#links {
    float: right;
}

div#navbar ul li {
    float: left;
    list-style: none;
    display: inline;
    margin: 0;
    padding: 4px 5px 0 5px;
    height: 22px;
}

div#navbar ul li a {
    padding: 6px 0 7px 0;
    color: white;
}

div#navbar ul li a:hover {
    text-decoration: none;
}

div#navbar ul li img {
	vertical-align: middle;
	padding-right: 4px;
	padding-bottom: 2px;
}

div#navbar ul li.selected {
	background: url(../images/navselected.png);
}

div#navbar ul li:hover {
	background: url(../images/navhover.png);
}

div#navbar ul li.selected:hover {
	background: url(../images/navselected.png);
}

/* Main Content Area */

#content {
    float: left;
    width: 694px;
    background: white;
}

#appheader {
	font-size: 28pt;
	height: 150px;
	margin: 0 0 15px;
	background: #eee;
}

#appheader img {
	vertical-align: middle;
	padding-right: 10px;
}

#banner {
    float: left;
    padding: 10px 0;
    margin-left: 70px;
}

#rightbanner {
    float: right;
    margin-right: 70px;
}

#snowleopardbanner {
    background-image: url(/chax/images/snowleopard_banner.jpg);
    width: 694px;
    height: 20px;
    margin: -20px -20px 15px -20px;
}

#snowleopardbanner div {
    padding: 3px 0 0 50px;
    font-size: 10pt;
    color: #fff;
}

#appstore {
	position: relative;
	top: 42px;
}

#download a {
    display: block;
    width: 214px;
    height: 64px;
    margin: 25px 0 0 0;
	background: url(../images/download.png);
	font-size: 14px;
}

#download #downloadtext {
    display: block;
    width: 200px;
    padding: 16px 0 0 70px;
}

#download #requirements {
    font-size: 10px;
    color: #555;
}

#download a {
    text-decoration: none;
	color: black;
}

#donate {
    margin: 0 0 0 90px;
}

#donate form {
    display: inline;
}

#donate img {
    vertical-align: middle;
}

#screenshots {
	padding-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	border: 1px solid #ccc;
}

div#footer {
	background: #555;
	font-size: 11pt;
	color: white;
	padding: 5px;
	text-align: center;
	font-size: smaller;
}

#textcontent {
	padding: 5px 20px 0 20px;
}

#contentlinks {
    float: right;
    border: 1px solid #ddd;
    padding: 5px;
    width: 150px;
    margin-top: 15px;
    text-align: right;
}

.spacer {
	clear: both;
}

.screenshot {
	text-align: center;
	float: left;
	width: 326px;
	margin-bottom: 5px;
}

.screenshot img {
    padding-top: 10px;
}

.contentsection {
	padding: 0 0 1em 0em;
}

/* Default Page */

.applink {
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    font-size: 18pt;
}

.applink img {
    vertical-align: middle;
    padding-right: 5px;
}

/* Standard Tag Overrides */

body {
    background: #dddddd;
    margin: 0;
}

img {
	border: 0;
}

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

a:hover {
    text-decoration: underline;
}

ul {
	margin: 0;
}

h2 {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	font-size: small;
}

h3 {
    margin-top: 0;
}

h4 {
    margin-bottom: 5px;
}

/* Lightbox */

#shield {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	display: none;
}

#lightbox {
	z-index: 60;
	position: absolute;
	width: 100%;
	display: none;
	opacity: 0;
}

#lightboxcontainer {
    display: none;
    width: 200px;
    height: 100px;
    margin: 0 auto;
    background: #222;
    padding: 5px;
}

#lightboxloading {
    text-align: center;
    margin-top: 100px;
}

#lightboxclose {
    z-index: 65;
    width: 60px;
    margin: -20px 0 0 -35px;
    text-align: center;
    cursor: pointer;
}