/* @override http://coverstream.net/test/css/style2.css */

html, body {
	color: #fff;
	font-size: 13px;
	background: #111 url(../img/top-tile2.jpg) top center repeat-x;
	font-family: "Helvetica";
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#header {
	height: 400px;
	background: transparent url(../img/header.png) bottom center no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	text-shadow: 0px 1px 1px black;
}

#content {
	width: 840px;
	margin: auto;
}

#bodypart {
	margin-top: -30px;
}

#left {
	width: 260px;
	margin-right: 30px;
	float: left;
	text-align: left;
}

#middle {
	width: 260px;
	float: left;
}

#right {
	width: 260px;
	float: left;
	margin-left: 30px;
}

h1 {
	font-family: "Helvetica";
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -3px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-shadow: 0px 1px 1px black;
	text-align: left;
}

h2 {
	font-family: "Helvetica";
	font-size: 18px;
	font-weight: bold;
	color: #9cc2ff;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	text-shadow: 0px 1px 1px black;
	text-align: left;

}

div.featureHeader {
	font-family: "Helvetica";
	font-size: 16px;
	margin: 20px 0px 4px 0px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px black;
}

a.featureLink:link, a.featureLink:visited {
	font-family: "Helvetica";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 21px 0px 0px;
	text-shadow: 0px 1px 1px black;
	background: transparent url(../img/loupe.png) bottom right no-repeat;
}

a.featureLink:hover {
	color: #9cc2ff;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 0px 1px 1px black;
	background: transparent url(../img/loupeOn.png) bottom right no-repeat;
}

/* @group My Group */

div.featureSearch {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/search.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureBrowse {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/browse.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureSee {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/visuals.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureSing {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/lyrics.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureConnect {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/lastfm.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureControl {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/hotkeys.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featurePerform {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/perform.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureUpdate {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px 0px 0px 36px;
	background: transparent url(../img/updates.png) top left no-repeat;
	text-shadow: 0px 1px 1px black;
}

div.featureFAQ {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	padding: 0px;
	text-shadow: 0px 1px 1px black;
}

/* @end */

#box-alert {
	padding: 10px;
	margin: 0px 0px;
	background: #D6363A;
    border-style:solid;
    border-color: #DF8485;
    border-width: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: auto;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-screencast:link, #box-screencast:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #181818 url(../img/movie.png) center left no-repeat;
	border: 1px solid #252525;
	text-shadow: 0px 1px 1px black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}
	
#box-screencast:hover {
	background: #222 url(../img/movie.png) center left no-repeat;
}
	
#box-screencast b {
	color: #888;
	font-size: 10px;
	display: block;
}

#box-download:link, #box-download:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #181818 url(../img/download.png) center left no-repeat;
	border: 1px solid #252525;
	text-shadow: 0px 1px 1px black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-download:hover {
	background: #222 url(../img/download.png) center left no-repeat;
}
	
#box-download b {
	color: #888;
	font-size: 10px;
	display: block;
}

#box-purchase:link, #box-purchase:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #181818 url(../img/purchase.png) center left no-repeat;
	border: 1px solid #252525;
	text-shadow: 0px 1px 1px black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-purchase:hover {
	background: #222 url(../img/purchase.png) center left no-repeat;
}

#box-purchase b {
	color: #999;
	font-size: 10px;
	display: block;
}

/*div.box {
	padding: 5px;
	margin: 10px 0px;
	background: #181818;
	border: 1px solid #252525;
	text-shadow: 0px 1px 1px black;
	color: #aaa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.box img {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.box small {
	font-size: 10px;
}

div.box a:link, div.box a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

div.box a:hover {
	color: #9cc2ff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}*/

#screenshots {
	clear: both;
	width: 700px;
}

#screenshots img {
	 padding: 2px;
}

#footer {
	font-family: "Lucida Grande", Helvetica, sans;
	clear: both;
	text-align: center;
	padding: 20px 0px 20px 0px;
	font-size: 9px;
	color: #aaa;
	text-shadow: 0px 1px 1px black;
}

#xhub {
	padding-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#xhub a:link, a:visited {
	font-size: 11px;
	color: #9cc2ff;
	text-decoration: none;
	font-weight: bold;
}

#xhub a:hover {
	text-decoration: underline;
}

a.footerLink:link, a.footerLink:visited {
	font-size: 9px;
	color: #9cc2ff;
	text-decoration: none;
	font-weight: bold;
}

a.footerLink:hover {
	text-decoration: underline;
}

a.boxed img {
	padding: 5px 0px 0px 3px;
}

#screencast {
	clear: both;
	display: block;
	width: 660px;
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
	text-shadow: 0px 1px 1px black;
}
