@charset
UTF-8;
/* CSS Document */

/* SIMPLE CSS RESET */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
table,
th,
td {
	margin:0;
	padding:0;
}

body {
	color:#1a455b;
	font:100% arial,helvetica,sans-serif
}

a,
a:link,
a:active,
a:focus,
a:visited {
	color:#007be3;
	text-decoration:none
}

/* ------------------------------------------------------------

	Colors:
	
	text: #1a455b
	
	orange: #ff5a00
	
	blue: #007BE3
	
	green: #5f851d; bg #88AE47
	
	light green: #d9e694
	
	gray: #646d76
	
	medium gray: #87919c
	
	light gray: #E4E2E2; #EFEFEF
	
	light blue: #b7e2ff; bg #DEF0FE
	
	pink: #ffdfdf

------------------------------------------------------------ */
/* ------------------------------------------------------------

	Main Page

------------------------------------------------------------ */
#soundcloudHeader {
	background-color:#ff5a00;
	background-image:url(/soundcloud/images/images_soundcloudHeader.png);
	background-position:0 0;
	background-repeat:repeat-x;
	border-bottom:4px solid #d6d6d6;
	height:240px
}

#soundcloudHeader h1 {
	background-image:url(/soundcloud/images/images_soundcloud.png);
	background-repeat:no-repeat;
	height:200px;
	margin-top:27px;
	text-indent:-9999px;
	width:392px
}

.orchardAppArrow.soundcloud {
	background-image:url(/soundcloud/images/images_soundcloud.png);
	background-position:0 -200px;
	background-repeat:no-repeat;
}

#headerWrapper {
	margin:0 auto;
	width:960px
}

#soundcloudTagline {
	display:table-cell;
	height:240px;
	vertical-align:middle;
	width:568px
}

#soundcloudTagline h2 {
	margin-bottom:8px
}

#soundcloudTagline p {
	width:225px
}

#soundcloud .appContentBox {
	background:#f8f8f8;
	border:1px solid #efefef;
	box-shadow:inset 0 -20px 20px #eee;
	-moz-box-shadow:inset 0 -20px 20px #eee;
	-webkit-box-shadow:inset 0 -20px 20px #eee
}

#soundcloud .appContentBox:nth-child(3) {
	border-bottom:none;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none
}

#connected {
	width:670px
}

#welcomeMessage span.floatRight {
	font-size:14px;
	line-height:32px
}

.soundcloudBtn {
	background-image:url(/soundcloud/images/connectBtnSprite.png);
	border-radius:5px;
	display:inline-block;
	font-family:'lucida grande',sans-serif;
	font-size:11px;
	font-weight:normal;
	height:23px;
	line-height:23px;
	margin-top:4px;
	padding:0 9px 0 9px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.soundcloudBtn img {
	float:left;
	margin:5px 7px 0 0
}

#soundcloud #connect {
	background-position:0 -23px;
	border:1px solid #df4b1a;
	color:#fff;
}

#soundcloud #disconnect {
	background-position:0 0;
	border:1px solid #bfbfbf;
	color:#333;
}

.soundcloudBtn span {
	display:block;
	float:left;
	padding-left:8px
}

#connect span {
	border-left:1px solid rgba(255,255,255,0.3)	
}

#disconnect span {
	border-left:1px solid #e5e5e5;
}

a#soundcloudAccountName {
	color:inherit;
	font-weight:bold;
	text-decoration:underline
}

#gettingStarted {
	padding:32px 0 38px;
	width:490px
}

#gettingStarted p {
	line-height:24px;
	margin-bottom:14px
}

#gettingStarted p a {
	text-decoration:underline
}

/**** CATALOG TABLE ****/
#tableMainHeader {
	margin-top:6px;
	padding:9px 34px;
	position:relative
}

#tableMainHeader h3 {
	color:#7d7e80;
	font-size:15px;
	line-height:15px;
	margin-top:10px
}

#tableMainHeader input#searchText {
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
	color:inherit;
	font-size:12px;
	font-style:normal;
	height:34px;
	margin-right:0px;
	padding:6px 12px;
	width:226px
}

#tableMainHeader a.btnGray {
	background:#fff;
	background:-moz-linear-gradient(top,#f0f4f7 1%,#ebedf1 3%,#ccd5da 90%);
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0.01,#fff),color-stop(0.5, #f5fafd),color-stop(0.9, #f0f6f6),color-stop(0.99, #fff));
	border:1px solid #b2b2b2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	color:#707578;
	font-size:14px;
	font-weight:bold;
	height:32px;
	line-height:32px;
	position:absolute;
	right:34px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	width:92px
}

.appContentBox .btnGreen{
	font-size:14px;
	height:48px;
	line-height:48px;
	padding:0 31px;
	margin-top: 7px;
}

#catalogueWrap {
	border:1px solid #d5d6d7;
	border-top:none;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	height:671px;
	overflow-y:scroll
}

#instructions {
	background-image:url(/soundcloud/images/images_soundcloud.png);
	background-position:0 -240px;
	background-repeat:no-repeat;
	height:78px;
	margin-left:-28px;
	width:855px
}

#myCatalogue {
	background:#f6f7fa;
	border-collapse:collapse;
	color:#446372
}

#myCatalogue img {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	margin:14px 23px 0 0
}

.tableSubHeader {
	background:#fff;
	background:-moz-linear-gradient(top,#fff 1%,#f5fafd 50%,#f0f6f6 90%,#fff 99%);
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0.01,#fff),color-stop(0.5, #f5fafd),color-stop(0.9, #f0f6f6),color-stop(0.99, #fff));
	border:1px solid #d5d6d7;
	box-shadow:0 3px 3px rgba(0,0,0,0.08);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.08);
	color:#7d7e80;
	height:31px;
	font-size:13px;
	font-weight:bold;
	line-height:31px;
	text-shadow:0 1px 0 #fff
}

div.col1,
div.col2,
div.col3 {
	float:left
}

div.col1 {
	border-right:1px solid #d5d6d7;
	padding-left:34px;
	width:393px
}

div.col2 {
	border-right:1px solid #d5d6d7;
	box-shadow:inset 1px 0 0 #fff;
	-moz-box-shadow:inset 1px 0 0 #fff;
	-webkit-box-shadow:inset 1px 0 0 #fff;
	text-align:center;
	width:105px
}

div.col3 {
	box-shadow:inset 1px 0 0 #fff;
	-moz-box-shadow:inset 1px 0 0 #fff;
	-webkit-box-shadow:inset 1px 0 0 #fff;
	padding-left:18px
}

td.col1 {
	border-right:1px solid rgba(0,0,0,0.07)
}

td.col1 span.label {
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:12px;
	margin-top:13px
}

td.col1 span.label span {
	font-size:14px;
	font-weight:bold
}

td.col1 span.release {
	display:block;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:16px;
	margin:7px 0 14px;
	width:280px
}

td.col2 {
	border-right:1px solid rgba(0,0,0,0.07);
	font-weight:bold
}

td.col2 span {
	font-size:14px
}

td.col3 {
	font-size:12px;
	padding-left:18px
}

td.col3 a.btnGray,
td.col3 a.btnGreen {
	font-size:16px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 20px
}

td.col3 a.btnGray {
	cursor:default
}


td.col3 > span {
	float:left;
	margin-right:6px
}

#myCatalogue h3 {
	font-size:26px;
	line-height:24px;
	margin-top:14px;
	width:280px
}

#noSoundcloudTracks {
	margin-top:20%;
	text-align:center
}

#noSoundcloudTracks h4 {
	font-size:22px;
	margin-bottom:8px
}

/**** CUSTOM REUSABLE CLASSES ****/
.btnGray {
	background:-moz-linear-gradient(center top , #C8C8C8 1%, #B5B5B5 3%, #8C8C8C 90%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.01, #C8C8C8 ), color-stop(0.3, #B5B5B5), color-stop(0.9, #8C8C8C));
	border:1px solid #6a6a6a;
	border-radius:5px;
	box-shadow:inset 0 0 5px #646464;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.5);
	-moz-border-radius:5px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.5);
	-webkit-border-radius:5px;
}

a.btnGray,a.btnGray:link,a.btnGray:active,a.btnGray:focus,a.btnGray:visited {
	color:#eee
}

a.btnGreen,button.btnGreen  {
	background-color: #88ae47;
	background: -moz-linear-gradient(top, #cadb83 1%, #a4c12a 3%, #609318 90%)
		;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgba(227
		, 237, 185, 1.0) ), color-stop(0.03, #a4c12a),
		color-stop(0.9, #609318) );
	border-bottom: 1px solid #3a590f;
	border-left: 1px solid #738c1e;
	border-right: 1px solid #71901d;
	border-top: 1px solid #839a22;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color: #eee;
	display: inline-block;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

a.btnOrange {
	background:#ff5500 url(/alw/images/btns/btnOrange.jpg) top left repeat-x;
	background: -moz-linear-gradient(top, #fdc2a4 1%, #ff9220 3%, #ff5500 90%)
		;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgba(253
		, 194, 164, 0.8) ), color-stop(0.03, #ff9220),
		color-stop(0.9, #ff5500) );
	border-bottom: 1px solid #965230;
	border-left: 1px solid #c85500;
	border-right: 1px solid #da7744;
	border-top: 1px solid #d46d00;
	border-radius:5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color: #eee;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius:5px;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}

.darkGrayHeaderBar {
	background:#eeeff2;
	border:1px solid #d5d6d7;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 #fff;
}

.doubleBorder {
	border-bottom:1px solid #fff;
	border-top:1px solid #e4e6e5;
	margin-top:5px
}

.floatLeft {
	float:left
}

.floatRight {
	float:right
}

/**** ORCHARD APPS REUSABLE CLASSES ****/
.orchardAppHeader {
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2)
}

.appHeaderWrapper {
	margin:0 auto;
	width:960px
}

.orchardAppArrow {
	height:40px;
	margin:-4px auto 42px;
	width:75px
}

.appContainer {
	border-radius: 10px;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	margin: 0 auto;
	padding:0;
	width: 960px;
	-moz-border-radius: 10px;
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2)
}

.appContentBox {
	border-radius: 10px;
	margin-top:-14px;
	padding:35px 82px 49px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.appContentBox h2 {
	display:inline-block;
	float:left;
	font-size:28px;
	margin-bottom:4px
}

.appContentBox:first-child {
	margin-top:0
}

.appContentShadow {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
}

input {
	background:#fff url(/soundcloud/images/searchMagGlass.png) 361px center no-repeat;
	border-radius:8px;
	border-bottom:1px solid #ececec;
	border-left:1px solid #ddd;
	border-right:1px solid #ececec;
	border-top:1px solid #ddd;
	color:#aaa;
	font-size:20px;
	font-style:italic;
	padding:6px 34px 6px 12px;
	width:50%
}

#loader {
	background-image: url("/soundcloud/images/ajax-loader.gif");
	background-repeat: no-repeat;
	font-size:12px;
	height:16px;
	line-height:16px;
	padding-left:34px;
	position: relative;
	width:100px;
}

.odd {
	box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 #fff
}

.even {
	background:#fff;
	border-bottom:1px solid #e4e6e5;
	border-top:1px solid #e4e6e5
}

/* ------------------------------------------------------------
FOOTER 
------------------------------------------------------------ */
#footerWrapper {
	background:#f8f8f8;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin:0 auto 80px;
	padding:25px 53px;
	width:854px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

div#footer {
clear:both;
background-color:#E4E2E2;
border:4px solid #F4F4F4;
color:#6a6761;
margin:0;
padding:20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#footer p {
font-size:11px;
margin:0;
text-align:center;
}

#footer a:link,#footer a:visited,#footer a:hover,#footer a:active {
color:#016BBE;
}
