body { 
	background:#eee; 
	font-family:Optima, Verdana, Helvetica, sans-serif;
	max-width:40em;
	padding:0 1em;
	margin:auto; 
	color:#222; 
	line-height:1.5em;
	position:relative;
}

a, a:hover, a:visited {
	color:#333399;
	text-decoration:none;
}

body:hover a { 
	background:#ddd; 
}

body:hover a.transparent {
	background: transparent;
}

h1 { 
	margin:2em 0px 0em;
}

h2 { 
	margin:2em 0px 1em;
}

h1+p {
	margin:0.3em 0px 2em;
	padding:0px;
}

p {
	margin:0.7em 0px;
}

p.centerimagetop {
	text-align:center;
	padding-right:140px;
}


img { 
	border: 0px none;
}


.languageswitcher {
	position:absolute;
	right: 6px;
}

body:hover .languageswitcher a {
	background: #eee;
}

.languageswitcher img {
	width:16px;
	height:12px;
	margin-left:4px;
	border: solid 1px #eee;
}

html[lang|="de"] .languageswitcher img.de, 
html[lang|="en"] .languageswitcher img.en {
	border-color: #fff;
}

.languageswitcher a:hover img {
	border-color: #666 !important;
}


.icon {
	clear:right;
	float:right;
	width:128px;
	height:128px;
	margin-top:2em;
}

.downloadlink {
	font-size: 141%;
}

p.screenshots {
	text-align:center;
}



/* for version history listings */

dl { 
	padding-left:0px;
}

dl dt {
	font-weight:bold;
}

dl dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

dl ul {
	margin:0px;
	padding-left:1em;
}


#oldversions {
	display:none;
}

#oldversions:target {
	display:block;
}

#oldversions:target + p {
	display: none;
}




/* IE 5-7 do not support :target, so show this to them */
* html #oldversions {
	display:block;
}
*:first-child+html #oldversions {
	display:block;
}
* html #morehistorylinks {
	display: none;
}
*:first-child+html #morehistorylinks {
	display: none;
}



#footerrule {
	margin-top: 2.5em;
}

#footer {
	font-style:italic;
	text-align:center;
	margin-top:0px;
}




#googleskyscraper {
	float:right;
	clear:right;
	margin-left:1em;
	margin-top:3em;
}




/* for the version history display */
body.versionhistorypage {
	width:auto;
	margin:0px 1em;
}

body.versionhistorypage h2, body.versionhistorypage #oldversions + p {
	display:none;
}

body.versionhistorypage #oldversions {
	display:block;
}


/* slightly reposition the flattr link */
span.flattr {
	position: relative;
	top: 3px;
}