@charset "utf-8";
/* CSS PeerFuse */

img {
	border: none;
}

body {
	background-color:#CCCCCC;
	margin: 0px;
}

.container {
	background-color: #ffffff;
	width: 800px;
	margin: auto;
}

.header {
	padding-top: 10px;
	background-color:#161616;
	text-align: center;
	margin: 0px;
}

.menu ul {
	display: inline;
}

.menu li {
	display: inline;
	color:#FFFFFF;
	font-family:"Myriad Pro";
	margin-right:20px;
	margin-left: 10px;
	text-align:center;
}

li.separator {
	display: inline;
	padding-left: 5px;
	margin: 0px;
	background-image: url(images/barre.gif);
	background-repeat: no-repeat;
}

.menu a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color:#FF6600;
}

a.current {
	font-weight: bold;
	color: #FF6600;
}

.content {
	background-color:#FFFFFF;
	padding-top:20px;
	padding-left: 5px;
	padding-right: 5px;
}

hr.spacer {
	visibility:hidden;
	clear:both;
}

.left {
	width:350px;
	float:left;
	margin-left:15px;
	font-family:"prestige Elite Std";
	font-size:15px;
	position: relative;
}

.right {
	width:350px;
	float:right;
	margin-right:15px;
	font-family:"prestige Elite Std";
	font-size:15px;
	position: relative;
}

.middle {
	margin-left: 15px;
	margin-right: 70px;
	font-family:"prestige Elite Std";
	font-size: 15px;
	position: relative;
}

.bottom {
	background-color:#161616;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

.foot {
	color: #888888;
	font-size: 12px;
	text-align: center;
}

/*.logo {
	margin-top:5px;
	float:inherit;
	margin-left:200px;
}*/

.download {
	float: left;
	margin-bottom:20px;
	margin-left:165px;
	width:474px;
	height:181px;
	background-image:url(images/download.png);
}

.download p {
	font-family:"Arial Rounded MT Bold";
	font-size: 40px;
	padding-left: 170px;
	padding-top: 20px;
	margin-bottom: 0px;
	color: #ffffff;
}

.dlbutton {
	margin-left:150px;
	margin-top: 100px;
	border:none;
}

h2 {
	font-size: 20px;
	padding-bottom: 20px;
	background: url(images/points.png) bottom left;
	background-repeat: no-repeat;

}

a {
	color: #397ea6;
	text-decoration: none;
}

pre {
    border: 1pt solid #55AAAA;
    white-space: pre;
    overflow: auto;
    padding: 0.5em 0;
    padding-left: 10px;
    margin-left: 30px;
    background : #FBFFFE;
    color : #555555;
}

.changelog {
	font-family: monospace;
	margin-right: 10px;
	margin-left: 10px;
}

.feedlink { /* On the sidebar */
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('images/feed.png') right center no-repeat;
	height: 16px;
	position: absolute;
	top: 15pt;
	right: 20pt;
	color: #777;
}

.feedlink span {
	visibility: hidden;
}

.feedlink:hover span {
	visibility: visible;
}
