*
{
    margin:0;
    padding:0;
}

ul
{
	list-style: disc;
}

h1
{
   line-height: 0;
}

h2
{
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	margin: 20px 20px 10px 20px;
}

h3
{
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	margin: 10px 20px;
}

html
{
	background: linear-gradient(white, #e6e6e6 800px);
}

body
{
    text-align: center;
    font-family: "Segoe UI", Verdana, Tahoma, sans-serif;	
    font-size: 14px;
    color: #3e3629;
    margin:0 auto;
    width: 1000px;
	background: linear-gradient(to right, #ededed, #c9d7ce);
	box-shadow: 1px 1px 8px #888;
}

header
{
	background: linear-gradient(30deg, rgb(21, 161, 29), rgb(85, 186, 102), white 210px);
	border-radius: 16px;
	box-shadow: 3px 3px 5px #888;
	margin-left : 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
}

div#centerArea
{
	background: url(images/background-logo.png) no-repeat;
	background-position: 20px 182px;
}

#section-ad-top
{
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: white;
	border-radius: 16px;
	box-shadow: 3px 3px 5px #888;
}

section
{
	overflow: hidden;
	min-height: 600px;
	line-height: 1.4em;
	text-align: left;
	margin-right: 20px;
	background-color: white;
	border-radius: 16px;
	box-shadow: 3px 3px 5px #888;
}

footer
{
	margin: 30px auto 0 auto;
	border-top: 1px solid #AAA; 
	padding-top:    20px;
	padding-bottom: 20px;
	clear: both;
	width: 90%;
}

.clear
{
	clear:both;
	height: 1px;      /*fix explorer issues with empty div*/
    overflow: hidden;
}

.question
{
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin: 10px 20px;
}

.description 
{
	padding: 0 30px 0 30px;
	text-align:justify;
	font-size: 15px;
	line-height: 1.3em;	
}

.half-line { line-height: .5em; }

.horizontal_line
{
	border-bottom: 1px solid #AAA;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.header-url-area
{
	display: block;
    width: 100%;
    height: 90px;
	text-decoration: none;
}

.header-inner
{
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}

.header-logo
{
	height: 60px;
	vertical-align: middle;
	margin-right: 5px;
}

.header-label
{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 6px;
}

.header-description
{
	color: #3e3629;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.6;
}

div.screengallery
{
	margin: 0 30px 0 30px;
}

nav
{
	float:left;
	width: 200px;
	margin-left: 15px;
	margin-right: 15px;
}

nav ul
{
	list-style: none;
}

nav ul li 
{	
	border-top:    2px solid transparent;
	border-bottom: 6px solid transparent;
	border-left:   5px solid transparent;
}

nav ul li a
{
	display: block;
	box-shadow: 1px 1px 3px rgb(119, 119, 119);
	background: linear-gradient(to right, #FFF, rgba(255,255,255,0)); /*attention: Safari (incorrectly) considers the color part of fully transparent ARGB colors!*/
}

nav ul li:hover
{
    /*border-color: #a0a0a0;*/
	/*border-radius :6px*/

}
/*nav ul li:active*/

nav ul li a:hover
{
	color: #888;	
	background: linear-gradient(to right, rgba(1, 129, 0, 0.30), rgba(54, 205, 12, .30), rgba(225, 254, 188, .30) 192px);
}

body#about       nav ul li a#about-link,
body#screenshots nav ul li a#screenshots-link,
body#faq         nav ul li a#faq-link,
body#download    nav ul li a#download-link,
body#manual      nav ul li a#manual-link,
body#archive     nav ul li a#archive-link
{
	box-shadow: 3px 3px 3px 1px #777;
	background: linear-gradient(to right, rgb(1, 129, 0), rgb(54, 205, 12), rgb(225, 254, 188) 192px);
	/*font-weight: bold;*/
}

.menu-links > li > a
{
	height: 57px;
}

.menu-links > li > a#support-link
{
	height: 75px;
}

.menu-label
{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
	display: inline-block;
    color: #3e3629;
	font-size: 18px;
	text-decoration: none;
}

.menu-label-description
{
	font-size: 0.7em;
}


#support-link
{
	line-height: 0.9em;
}



.direct-download-link
{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #45689F;
}

a.direct-download-link:hover
{
	color: #4ae;
	text-decoration: underline;
}

.changelog
{
	margin: 0 30px 0 30px;
	text-align:left;
	font-size: 14px;
	/*font-family: Consolas, "Lucida Console", Monaco, monospace;*/
}
	
.changelog-header
{
	font-size: 16px;
}

.changelog-items
{
	margin-left: 15px;
}

section ul 
{
	font-size: 15px;
	line-height: 1.3em;
	padding: 0 30px 0 50px;
}

section ol
{
	font-size: 15px;
	line-height: 1.3em;
	padding: 0 30px 0 50px;
}

#press-release
{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border-radius: 10px;
}

a.download-button
{
	display: block;
	background:transparent url(images/download-button.png) no-repeat center;	
	width: 249px;
	height: 47px;
	line-height: normal; 
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 4px;
	transition : background-color 0.05s ease-out;
	border-radius: 6px;
}
a.download-button:hover
{
	background-color: #4ae
}

.download-button-label
{
	line-height: 0.8;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}

a.download-mirror
{
	display: inline-block;
	transition: background-color 0.05s ease-out;
	line-height: 0;
	border-radius: 14px;	
	border:0;
}
a.download-mirror:hover
{
	background-color: #4ae
}

a.social-button
{
	display: inline-block;
	transition: background-color 0.05s ease-out;
	line-height: 0;
	vertical-align: middle;
	padding: 3px;
	border-radius: 14px;	
}
a.social-button:hover
{
	background-color: #4ae
}

.donation-area
{
	color: #191970;
	border: solid 6px #99aabb;
	background: #ddddff;
	padding: 5px;
	text-align: justify;
	border-radius : 15px;
	box-shadow: 3px 3px 4px #777;
}

.button-donate-paypal 
{	
	display:inline-block;
	vertical-align: middle;
	width: 70px;
	height:58px;
	background: url(images/paypal.png) no-repeat;
}
.button-donate-paypal:hover 
{
	background: url(images/paypal-focus.png) no-repeat;
}		
      
a.button-donate-currency
{
	display: inline-block;
	vertical-align: middle;
	width:  29px;
	height: 29px;
	box-shadow: 3px 3px 3px 1px #777;
	border-radius: 20px;
	margin: 8px;
}

a.button-donate-currency:hover 
{
	margin: 4px; /* replace part of margin by padding */
	padding: 4px;
	background-color: #4ae; 
}

a.thumbnail
{
	display:inline-block;
	padding: 4px;
	line-height: 0;
	transition: background-color 0.05s ease-out;
	border-radius: 6px;
}
a.thumbnail:hover
{
	background-color:#4ae
}

.thumbnail-image
{
	width: 200px;
}

.thumbnail-image-frontpage
{
	height: 140px;
}

.review-box
{
	margin: 15px 0;
	padding: 10px 15px;
	background: #f8f8f8;
	box-shadow: 1px 1px 4px #888;
}

.review-header 
{
	font-weight: bold;
}

.raised-block-area
{
	box-shadow: 3px 3px 4px #777;
	border-radius: 16px;
	display: block;
	background-color: white;
}

.manual-links
{
	padding: 0 10px 0 10px;
}

.manual-area
{
	padding: 0 15px 0 15px;
}

a.manual-link
{
	display: inline-block;
	color: #3e3629;
	margin: 2px;
	text-decoration: none;
	border-radius: 2px;
	padding: 2px 3px;
	box-shadow: 1px 1px 2px rgb(119, 119, 119);
	background: rgba(255, 255, 255, 0) linear-gradient(to right, rgba(89, 121, 233, 0.2), rgba(29, 71, 255, 0)) repeat scroll 0% 0%
}

a.manual-link:hover
{
	background: #C9C9FF;
}

a.manual-link-selected
{
	background: #C9C9FF;
}

.thank-you-image
{
	border-radius: 15px;
	box-shadow: 3px 3px 3px 1px rgb(119, 119, 119);
}

.link-image-left
{
	vertical-align: middle;
	border: 0;
	margin-right: 5px;
}

.command-line
{
    font-family: "Courier New", Courier, monospace;
}

.greybox
{
	margin-top: 5px;
	padding: 6px 15px;
	background: #f8f8f8;
	box-shadow: 1px 1px 4px #888;
}

.pricing
{
	border-spacing: 0;
	text-align: right;
}
.pricing th
{
	padding: 0 10px;
	border-bottom: 1px solid black;
}
.pricing td
{
	padding: 0 10px;
}

.operating-systems
{
	border-spacing: 0;
}
.operating-systems td
{
	vertical-align: top;
}

.os-logo
{
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 5px;
}