@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-style: inherit;
	font-family: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
strong, th, h1, h2, h3, h4, h5, h6, dt { font-weight: bold !important; }
h3 {
	border:1px solid #d3dbb3;
	background:#e3eebd;
	font-size:16px;
	padding:5px;
}
a:link, a:visited {
	color: #3F79BA /*#3465A4*/;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	border-bottom: 1px dotted;
}

a:focus {
	outline-style: dotted;
	outline-width: 1px;
	border-bottom: none !important;
}
body{
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Charcoal, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	font-size:14px;
	background:#e9edf6;
}
#container{
	width:100%
	margin:0 auto;
}
#header{
	background:#dee8f5;
	border-bottom:1px solid #c3cfdf;
	height:50px;
	padding: 0 20px;
	box-shadow:1px 1px 2px #d7d8dc;
}
#logo{
	color:#777;
	float:left;
	font-size:30px;
	line-height:50px;
	margin-right:30px;
	text-shadow:1px 1px 1px #fff;
	background:url(images/logo.png) no-repeat;
	padding-left:50px;
}
#header ul{
	list-style:none;
	float:left;
}
#header li{
	float:left;
	line-height:50px;
	margin-right:10px;
}
#header a, #header a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding:5px 10px;
}

#content {
	text-align: left;
	line-height: 1.5em;
	padding: 20px;
	position: relative;
	text-shadow:1px 1px 1px #fff;
}
#content p{
	margin:15px auto;
}
#content img {
	border:1px solid #ccc;
	padding:3px;
	margin:10px;	
}
.box {
	width:100%;
	border:1px solid #bac6db;
	background:#f6f7fb;
	border-radius:3px;
	box-shadow:1px 1px 2px #d7d8dc;
	margin-bottom:10px;
}
.box h2{
	border-bottom:1px solid #95adca;
	background:#dfe9f5;
	padding:5px;
	font-size:16px;
}
.box p{
	padding:5px;
}
#sidebar {
	background-color: #EEE;
	float: right;
	width: 300px;
	padding: 16px;
	margin: 0 0 16px 16px;
	font-size:14px;
	color:#666;
}
#sidebar ul{
	list-style:none;
	font-size:12px;
}
#sidebar li{
	list-style:inside disc;
}
#sidenav{
	background:#eee;
	float: right;
	width: 250px;
	padding: 16px;
	margin: 0 0 16px 16px;
	font-size:14px;
	color:#666;
}
#sidenav ul{
	padding-left:20px;
}
#sidenav li{
	line-height:28px;	
}
#footer {
	background:#dee8f5;
	border-top:1px solid #c3cfdf;
	padding: 12px;
	font-size: 14px;
	text-align: center;
}
/* form */
textarea{
	width:80%;	
}

/* page */
#win,#linux,#mac{
	display:inline-block;
	padding-left:50px;
	line-height:36px;
	margin-left:20px;
}
#win{
	background:url(images/os-windows.png) no-repeat;
}
#linux{
	background:url(images/os-linux.png) no-repeat;
}
#mac{
	background:url(images/os-macos.png) no-repeat;
}
i{
	font-size:14px;
	color:#060;
	font-style:italic;
	padding-left:20px;
}