
body {
    background-color: #474341;
    //background-image: url(background2.png);
}

/*charity stuff */

.charity-sub:hover .sun {
	color: #EFCF0F;
}

.charity-sub {
	width:100%; height: 80px; position: relative; text-align: left; font: 25px Georgia, sans-serif; color: #3F3F3F; line-height: 80px;
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 25px;
}

#indent {
	margin-left: 1.4em;
	display: none;
}

#donated-links {
	display: none;
	padding-top: 10px;
}

#donated-links img {
	padding: 0;
	padding-right: 10px;
	padding-bottom: 5px;
}
/* Template */

#header {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 804px;
    height: 121px;
    margin-left: -402px;
    background-image: url(header.png);
    background-repeat: no-repeat;
    z-index: 20;
    cursor: pointer;
}


#content {
    position: absolute;
    left: 50%;
    top: 181px;
    width: 804px;
    margin-left: -402px;
    background-image: url(content_bg.png);
    background-repeat: repeat-y;
    z-index: 10;
    height: auto;
    min-height: 400px;
}


#applicationHeader {
    position: relative;
    left: 2px;
    top: 0px;
    width: 800px;
    height: 69px;
    background-color: #fff;
    background-repeat: repeat-y;
}

#tagline {
    position: relative;
    left: 2px;
    top: 0px;
    width: 800px;
    height: 29px;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    font: bold 14px "Arial MT Round", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    //text-shadow: 0px 1px 1px #4E7107;
    text-shadow: 0px -1px 1px #4B6D0C;
    line-height: 29px;
    color: #fff;
    background-image: url(tagline-overlay.png);
}

#tagline .tagText {
    padding-left: 44px;
    float: left;
    opacity: .95;
}

#tagline .tagText a {
    color: #fff;
}

#tagline .versionHistory {
    padding-right: 44px;
    float: right;
    opacity: .95;
}

.versionHistory a {
    text-decoration: none;
    color: #fff;
}

#contentExtender {
    position: fixed;
    left: 50%;
    height: 60%;    
    width: 804px;
    bottom: 0px;
    margin-left: -402px;
    background-image: url(content_bg.png);
    z-index: 1;
}

#contentBody {
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
}

#downloadBar {
    position: relative;
    left: 2px;
    margin-top: 0px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 800px;
    height: 40px;
    // background-image: url(newIcon.png);
    // background-repeat: no-repeat;
    // background-position: 44px 4px;
}

#download-button {
    position: relative;
    float: right;
    width: 87px;
    height: 25px;
    background-image: url(download-button.png);
    top: 8px;
    margin-right: 44px;
    cursor: pointer;
}

#donate-button {
    position: relative;
    float: right;
    width: 87px;
    height: 25px;
    background-image: url(donate-button.png);
    top: 8px;
    margin-right: 44px;
    cursor: pointer;
}

#buy-button {
    position: relative;
    float: right;
    width: 87px;
    height: 25px;
    background-image: url(buy-button.png);
    top: 8px;
    margin-right: 44px;
    cursor: pointer;
}

#title {
    text-decoration: none;
    color: #000;
    font: bold 14px "Lucida Grande";
    line-height: 40px;
    margin-left: 44px;
}


/* Typography */

#content h1 {
    font: bold 14px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #727272;
}

#content p {
    font: 13px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    line-height: 19px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #427FCF;
}

.featureList {
    font: 12px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #727272;
}

.featureList img {
    float: left;
    margin-right: 7px;
}

.blackbold {
    color: #000;
}

#downloadButton {
    position: absolute;
    right: 207px;
    top: 25px;
    width: 115px;
    height: 20px;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

#purchaseButton {
    position: absolute;
    right: 42px;
    top: 25px;
    width: 115px;
    height: 20px;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

/* Content */

#mainTag {
    left: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 44px;
    width: 714px;
    background-color: #e8e8e8;
    position: relative;
    text-align: center;
}

#mainTag p {
    font: 16px Georgia, serif;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.applicationListing {
    left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0px;
    width: 714px;
    position: relative;
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.applicationListing img {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}