body {
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #191e22;
	background: #37424a url(bg.png) no-repeat;
}

#envelope {
	width: 794px;
	margin: 0 auto;
	text-align: center;
}

#navbar {
	width: 750px;
	margin: 0 auto 15px;
	background-color: #172228;
	background-color: rgba(23,34,40,0.7);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
	padding: 3px 5px 6px;
	text-align: left;
}

#navbar a {
	color: #3f617a;
	font-weight: normal;
	font-style: normal;
}

#navbar a:hover {
	color: white;	background-color: transparent;
	text-shadow: white 0 0 5px;
}

a:active, a:focus {
	outline: none;
}

 #navbar a:active {
	background-color: transparent;
}

#content {
	background-color: #e9e9e9;
	text-shadow: rgba(0,0,0,0.08) 1px 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 1px 1px 5px;
}

#header {
	position: relative;
	left: 4px;
}

#header a:hover, #header a:active{
	background-color: transparent;
}

.roundedbox {
	width: 710px;
	margin: 0 auto 25px;
	padding: 40px 20px;
	-webkit-border-radius: 25px;
}

#download {
	text-shadow: rgba(0,0,0,0.08) 1px 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 1px 1px 5px;
	background: #91be1b url(highlight.png) no-repeat 0 0;
	padding: 0 20px;
	color: black;
	font-weight: normal;
	font-style: normal;
}

#download img {
	margin-bottom: 10px;
}
#download #dl_text {
	font-size: 26px;
	margin-top: 20px;
}

#download #dl_text strong {
	font-size: 30px;
	display: block;
}

#download #dl_text em {
	font-size: 16px;
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #495e14;
}

#download:hover {
	background-color: #86ab25;
}

#download:active {
	background-color: #ffce27;
}

#footer {
	background-color: #2d373d;
	padding: 20px 20px;
	color: #0f1117;
}

#footer em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.thumb_bar {
	margin: 20px 0;
}

.thumb_bar a:hover, .thumb_bar a:active{
	background-color: transparent;
}

.thumb_bar a img {
	padding: 10px;
}

.thumb_bar a:hover img {
	background-color: #dfdfdf;
	-webkit-border-radius: 14px;
}

.thumb_bar a:active img {
	background-color: #bbb;
}


.thumb_bar img {
	margin: 0;
}

.movie_embed {
	margin-bottom: 15px;
	margin-top: 15px;
}

h1 {
	margin: 0 0 15px;
	padding: 0;
	font: normal 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	margin: 25px auto 5px;
	padding: 0;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	width: 90%;
	color: #02123c;
}

h2 img {
	position: relative;
	top: 10px;
	left: -3px;
}

hr {
	height: 1px;
	border: none;
	color: #849cad;
	background-color: #849cad;
	width: 70%;
	margin: 0 auto 15px;
}

.screencast_link img {
	height: 25px;
	width: auto;
	position: relative;
	top: 5px;
}

.description {
	line-height: 1.9em;
	text-align: left;
	width: 90%;
	margin: 0 auto 15px;
	
}

.intro {
	font-size: 18px;
}

.footnote {
	font-size: 12px;
	text-align: left;	width: 90%;
	margin: 0 auto 15px;

}

a:link, a:visited {
	color: #164261;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

a img {
	border: none;
}

a:hover {
	background-color: #c7dae8;
}

a:active {
	background-color: #ffd853;
}

/* @group Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




/* @end */