html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", "Sans-Seriff";
	background-color: #ECECEC;
}
.clear {
	clear: both;
	height: 0;
}
.posfixed {
	position: fixed;
}
#container {
	width: 930px;
	margin: 0 auto;
}
#top {
	height: 90px;
	width: 100%;
}
#logo {
	width: 168px;
	height: 88px;
	background: url(http://cloudfront.extension.fm/exfm_logo.png) no-repeat;
	float: left;
	text-indent: -2000px;
}
#headline {
	float: left;
	width: 670px;
	height: 32px;
	background: url(http://cloudfront.extension.fm/headline.png) no-repeat;
	margin: 40px 0 0 50px;
	text-indent: -2000px;
}
#middle {
	width: 100%;
}
#info {
	margin-top: 25px;
	background-color: #D8D8D9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height: 259px;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
}
#infographic {
	float: right;
	margin: 0 20px 0 0;
	width: 398px;
	height: 252px;
	background: url(http://cloudfront.extension.fm/infographic.png) no-repeat;
	text-align: center;
	line-height: 440px;
}
#infographic, #featuresheader, #videoheadline{
    font-weight:bold;
    font-size:16px;
    font-color:#222;
    text-shadow: 0px 1px 0px #fff;
}
#infowords {
	padding-top: 60px;
	margin: 0 0 0 50px;
	width: 350px;
	color: #444;
    font-size: 17px;
    line-height: 22px;
    text-shadow: 0px 1px 0px #fff;
}
#infowords em, #docmiddle em {
	font-weight: bold;
	font-style: normal;
}
#downloadbutton {
	display: block;
	width: 318px;
	height: 97px;
	background-image: url(http://cloudfront.extension.fm/download_btn.png);
	background-repeat: no-repeat;
	margin: 64px 0 10px 50px;
}
#downloadbutton:hover {
	background-position: 0 -203px;
}
#getchrome, #getchrome:visited, #getchrome:active {
	color: #555555;
	text-decoration: none;
	border: 1px solid #BCBCBD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
	padding: 5px 0;
	margin: 0 0 50px 18px;
	width: 300px;
	display: block;
	text-indent: 45px;
	background: #FFFFFF url(http://cloudfront.extension.fm/chrome_icon.png) no-repeat 20px center;
}
#getchrome:hover {
	text-decoration: underline;
}
#haschrome {
	height: 50px;
}
#video {
	float: right;
}
#videoheadline {
	margin: 30px 0 20px 0;
	text-indent: 5px;
}
#videoplayer {
	width: 480px;
	height: 290px;
	background-color: black;
	background: url(http://cloudfront.extension.fm/video_still.jpg) no-repeat;
	cursor: pointer;
	border: 3px solid #FFFFFF;
}
#features {
	margin: 65px 0 0 40px;
}
#featuresheader {
	margin-bottom: 15px;
}
#featureslist {
	margin: 0;
	padding: 0;
	width: 360px;
	*list-style: inside;
}
.featuresitem {
	margin-bottom: 10px;
    font-size:14px;
    text-shadow: 0px 1px 0px #fff;
    line-height:18px;
    color: #43A1E5;
}
.featuresitem span {
	color:#666;
}
#screenshots {
	margin: 30px 0 0 40px;
	padding: 8px 0 8px 10px;
	width: 308px;
	background-color: #D8D8D9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px, white 0px 1px 0px;
}
.thumb {
	width: 58px;
	height: 58px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.thumb img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:3px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0, .1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0, .1);
}
#bottom {
	border-top: 1px solid #CBCBCC;
	margin: 70px 0 60px 0;
	padding: 10px 10px 0 10px;
}
.bottomlink, .bottomlink:visited, .bottomlink:active  {
	text-decoration: none;
	color:#666;
    font-size:13px;
    margin-right:30px;
	
}
.bottomlink:hover {
	color:#333;
	text-decoration: underline;
}
#bottomright {
	float: right;
}
#bottomrighttwitter {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(http://cloudfront.extension.fm/twitter_fb.png) no-repeat 0 0;
}
#bottomrightfacebook {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(http://cloudfront.extension.fm/twitter_fb.png) no-repeat 0 -48px;
	margin-right: 5px;
}
#copyright {
	color: #B8B8B8;
	font-size: 12px;
	margin-top: 10px;
}
#docheadline {
    float: left;
    margin: 70px 0 0 80px !important;
    color: #222222;
}
#docleft {
	float: left;
	font-size:13px;
	color: #555;
	line-height: 17px;
}
#docmiddle {
	margin: 15px 0 0 250px;
	color: #444;
    font-size: 15px;
    line-height: 22px;
    text-shadow: 0px 1px 0px #fff;
}
.docheader {
    margin: 40px 0 15px 0;
    color: #222222 !important;
    font-weight:bold;
    font-size:19px;
    text-shadow: 0px 1px 0px #fff;
}
.docleftheader {
	font-size:16px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	margin: 35px 0 10px 0;
	font-weight: bold;
}
.twitterlink {
	text-decoration: none;
	color: #555;
}
.twitterlink:hover {
	text-decoration: underline;
}
.teammember {
	margin-bottom: 30px;
}
.teamimage {
	float: left;
	margin: 10px 20px 20px 0;
	background-color: #FFFFFF;
	padding: 4px;
	border:none;
	box-shadow:0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);
}
.teamname {
	font-weight: bold;
}
.teambio {
	font-size: 13px;
}
.teammember {
	margin-bottom: 30px;
}
#blogtop {
	width: 100%;
}
#blogheadline {
    float: left;
    margin: 50px 0 0 70px !important;
    color: #222222;
}
#blogheadline a {
	color: #222222;
	text-decoration: none;
}
#blogheadline a:hover {
	text-decoration: underline;
}
#blogmiddle {
	margin: 0 0 0 150px;
	font-size: 15px;
    line-height: 22px;
    text-shadow: 0px 1px 0px #fff;
    padding-top: 100px;
}
.blogpost {
    margin: 0 0 40px 20px;
    width: 640px;
}
.blogpostcontent {
	background:-webkit-gradient(linear, 0% 0%, 0% 25%, from(#fff), to(#f7f7f7));
	background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0, .15);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0, .15);
    box-shadow: 0 1px 5px rgba(0,0,0, .15);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 30px;
    font-size: 14px; 
    color:#555; 
    line-height: 20px;
    margin-left: 40px;
}
.blogpostcontent.siteoftheday {
	background: #E7E7E8 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
     padding: 30px 30px 10px 10px !important;
     margin-left: 70px !important;
}
.blogpostmiddle.siteoftheday {
	background: url(http://cloudfront.extension.fm/sotd_graphic.png) no-repeat 0 25px !important;
}
.blogpostcontent a, .blognotecontainer a, .apisection a {
	color: #1077c7;
	text-decoration: none;
}
.blogpostcontent a:hover, .blognotecontainer a:hover, .apisection a:hover {
	text-decoration: underline;
}
.blogtitle, .blogtitle:active, .blogtitle:visited {
	font-weight:bold;
    font-size:18px;
    color:#222 !important;
    text-shadow: 0px 1px 0px #fff;
    text-decoration: none;
}
.blogtitle:hover {
	text-decoration: underline;
}
.blogpostbottom {
	height: 30px;
	margin-left: 40px;
}
.blogpostbottom.siteoftheday {
	background-color: #DBDBDC !important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.blogpostbottom, .blogpostbottom a {
	color: #969696;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	text-decoration: none;
}
.blogpostbottom a:hover {
	text-decoration: underline;
}
.blogpostbottomright {
	float: right;
	margin: 5px 10px 0 0;
}
.blognotes {
	background: url(http://cloudfront.extension.fm/blog_icons.png) 0 -55px no-repeat;
	width: 40px;
	display: inline-block;
	text-indent: 22px;
}
.blogcomments {
	background: url(http://cloudfront.extension.fm/blog_icons.png) 0 2px no-repeat;
	width: 40px;
	display: inline-block;
	text-indent: 22px;
}
.blogposttags {
	margin-right: 10px;
}
.blogpostbottomleft {
	float: left;
	margin: 5px 0 0 10px;
}
.blogpostdate {
	background: url(http://cloudfront.extension.fm/blog_icons.png) 0 -112px no-repeat;
	display: inline-block;
	text-indent: 22px;
}
.blognotecontainer {
	margin: 20px 0 1px 40px; 
	padding: 1px 10px 10px 10px;
	font-size: 13px;
	color: #555555;
}
#blognavigation {
	margin: 30px 0 0 50px;
}
#blognavigation a {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: white 0px 1px 0px, rgba(0, 0, 0, 0.3) 0px -1px 0px;
	-webkit-box-shadow: white 0px 1px 0px, rgba(0, 0, 0, 0.3) 0px -1px 0px;
	-moz-box-shadow: white 0px 1px 0px, rgba(0, 0, 0, 0.3) 0px -1px 0px;
	background:#d1d1d1;
	color:#666;
	text-shadow:0 1px 0 #fff;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 10px;
}
#blognavigation a:hover {
	background:#c1c1c1;
	color:#505050;
}
#blogpowered {
	font-size: 11px;
	margin: 20px 0 0 60px;
}
#blogpowered a {
	color:#666;;
	text-decoration: none;
}
#blogpowered a:hover {
	color: #333333;
	text-decoration: underline;
}
#blogbottom {
	border-top: 1px solid #CBCBCC;
	margin: 70px 0 0 190px;
	padding: 10px 10px 60px 10px;
}
.presslinktitle{
	display:block;
	font-size:20px;
	line-height: 26px;
	margin-bottom: 5px;
}
.press{
	padding:30px 30px 20px 20px;
	margin:10px;
	margin-bottom:20px;
	line-height:28px;
	background:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.1);
	box-shadow:0 1px 4px rgba(0,0,0,.1);
}
.presslink {
	color:#1d7ec9;
	text-indent:20px;
	text-decoration:none;
	padding-left:20px;
	font-size:14px;
}
.pressdate{
	font-size:14px;
	color:#999;
}
.pressimg{
	float:left;
	padding-right:20px;
	border: none;
}
.pressinfo{
	float:left;
	width:440px;
}
.pressquote{
	display:block;
	line-height:18px;
	font-size:13px;
}
.apisubheader {
	margin: 15px 0 10px 0;
    font-weight:bold;
}
.apisubheader {
	margin: 15px 0 10px 0;
	font-weight:bold;
}
.apicode {
	font-family:monospace;
	font-size:12px;
	padding:10px;
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 -1px 0px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.1);
	box-shadow:0 1px 4px rgba(0,0,0,.1);
	margin: 10px 10px 20px 10px;
}
.apifield {
	font-weight: bold;
	float:left;
	width:165px;
}
.apiitalic {
	font-style: italic;
	color: #666666;
	font-weight:normal;
	font-size:14px;
	padding-left:4px;
}
.apidocleft {
	margin-left:10px;
}

.apidocleft li, .apidocleft ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
.apidocleft a{
	text-decoration:none;
	color:#1077C7;
	margin-left:6px;
	
}
.apidescription{
	margin-left:10px;
	float:left;
	width:400px;
}
.apidocheader{
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7);
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.7);
    box-shadow:0 1px 0 rgba(255,255,255,.7);
}
.apidocleftheader a{
	color:#333 !important;
}
.apiitem{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7);
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.7);
    box-shadow:0 1px 0 rgba(255,255,255,.7);
}
#apidocheadline {
	float: left;
    margin: 70px 0 0 248px !important;
    color: #222222;
}
.jobtitle {
	font-weight: bold;
	color: #444444;
}
