a, a:visited, a:active {
	text-decoration: none;
	color: #467ecc;
}
a:hover {
	color: #39719b;
}
a img {
	border: none;
}
body {
	background-color: #fbfbfb;
	font-size: 16px;
	line-height: 28px;
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	text-align: justify;
	color: #535353;
}
#glee_logo {
	text-align: center;
	margin: 40px 0;
}
#wrap {
	margin: 0 auto;
	width: 800px;
}
#content {
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-box-shadow: #d3d3d3 0px 0px 10px;
	-moz-box-shadow: #d3d3d3 0px 0px 10px;
}
h1 {
	clear: both;
	font-size:25px;
	padding: 5px 8px;
	font-weight:normal;
	margin: 0;
	padding:0;
	padding-bottom: 2px;
	border-radius: 5px;
    -moz-border-radius: 5px;
}
h2 {
	clear: both;
	color: #555;
	font-size: 20px;
	background-color: #edf2f2;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 20px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
}
h3 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #555;
	font-weight: bold;
}
h4 {
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}
#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 22px;
	color: #999;
	clear: both;
}
#footer a {
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmd-set {
	padding-bottom: 40px;
	float: left;
}
.cmd {
	float: left;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.cmd a {
	font-weight: normal;
}
div.command {
    width: 170px;
	float: left;
}
.command {
	font-family: Monaco, Consolas, "Courier New", Courier, mono;
	font-size: 15px;
}
.description {
	width: 530px;
	float: right;
}
#screencast {
	margin: 30px 0;
}
#downloads {
	margin-bottom: 20px;
}
a.download {
	margin: 0 auto;
	padding: 2px;
	padding: 8px 0;
	clear: both;
	display: block;
	margin: 5px 0;
	width: 250px;
	border: 1px solid #eee;
	padding-left: 50px;
	text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.download:hover {
	color: #2c5877;
	background-color: #edf4f4 !important;
}
#chrome_bt {
	background: url(../images/chrome.png) no-repeat 10px center;
}
#firefox_bt {
	background: url(../images/firefox.png) no-repeat 10px center;
}
code, pre {
	font-family: Monaco, Consolas, "Courier New", Courier, mono;
	font-size: 15px;
	white-space:pre-wrap;
	/*background-color: #333;*/
	padding: 2px;
	/*color: #fff;*/
}
div.release {
	margin-bottom: 60px;
}

#nav {
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #ccc;
	margin-bottom: 50px;
	margin-top: -20px;
}
#nav .nav-link {
	padding: 6px 20px;
	color: #535353;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#nav .nav-link:hover {
	background-color: #f3fef7;
	cursor: pointer;
}