h1 {
    font-family: 'Arial Black', 'Arial';
	text-transform: uppercase;
	font-size: 2.0em !important;
	margin-bottom: 20px;
}

h2 {
}

h3 {
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #d00010;
	outline: none;
}

a:hover {
	color: orange;
}

#page {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	background-color: white;
	overflow: hidden;
    width: 960px; 
	margin: 20px auto;
}

#masthead {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	background-color: white;
	padding: 0;
	border-bottom: 2px solid black;
	margin-bottom: 20px;
}

#content {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	padding: 20px;
	width: 960px;
}

#footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid black;
	clear: both;
}

.panel {
	margin-bottom: 20px;
}

dl {
	margin-bottom: 10px;
}
dl dd {
	margin-left: 0;
}

form textarea, 
form input[type=text],
form input[type=password] {
	background-color: #eee;
	border: 1px dotted #ccc;
	display: block;
	overflow: hidden;
	padding: 2px;
	line-height: auto;
	width: 100%;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
}
form textarea:disabled, 
form input[type=text]:disabled,
form input[type=password]:disabled {
	opacity: 0.5;
}
form textarea.error,
form input[type=text].error,
form input[type=password].error {
	border: 1px solid red !important;
}
form textarea:focus,
form input[type=text]:focus, 
form input[type=password]:focus {
	border: 1px solid #aaa;
	outline: none;
}

form fieldset {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	border-radius: 0.5em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;
	border-color: #eee;
}

form .field {
	margin-bottom: 10px;
}

form .field dt {
	margin-bottom: 5px;
}

form .error-message {
	background:#FBE3E4;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	font-size: 1.4em;	
	padding: 0.5em 1.0em;
	border-radius: 0.5em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;
}

form label {
	display: block;
	font-weight: bold;
}

form label.error-label {
	color: red;
	font-weight: normal;
}

.black-button, 
form button,
form input[type=submit],
form input[type=button],
form input[type=reset] {
	box-shadow: 0px 0px 6px transparent; -webkit-box-shadow: 0px 0px 6px transparent; -moz-box-shadow: 0px 0px 6px transparent;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background-color: #888;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#888), color-stop(0.4, #888), color-stop(0.6, #333), to(#333));
	background: -moz-linear-gradient(top, #888, #888 40%, #333 60%, #333);
	border: 1px solid #333;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: white;
	padding: 4px 8px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
}
.black-button:hover, 
form button:hover,
form input[type=submit]:hover,
form input[type=button]:hover,
form input[type=reset]:hover {
	box-shadow: 0px 0px 10px #333; -webkit-box-shadow: 0px 0px 10px #333; -moz-box-shadow: 0px 0px 10px #333;
	color: white;
	background-color: #888;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), color-stop(0.4, #888), color-stop(0.6, #333), to(#333));
	background: -moz-linear-gradient(top, #aaa, #888 40%, #333 60%, #333);
}
.black-button:active,
form button:active,
form input[type=submit]:active,
form input[type=button]:active,
form input[type=reset]:active {
	box-shadow: 0px 0px 10px #333; -webkit-box-shadow: 0px 0px 10px #333; -moz-box-shadow: 0px 0px 10px #333;
	background-color: #888;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
	background: -moz-linear-gradient(top, #333, #888);
	color: white;
}
.black-button:disabled,
form button:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled,
form input[type=reset]:disabled {
	color: white;
	box-shadow: 0px 0px 6px #fff !important; -webkit-box-shadow: 0px 0px 6px #fff !important; -moz-box-shadow: 0px 0px 6px #fff !important;
	background-color: #ccc !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc)) !important;
	background: -moz-linear-gradient(top, #fff, #ccc);
	opacity: 0.5;
}
.success-message {
	color: white;
	font-weight: bold;
	font-size: 14px;
	background-color: #9c9;
	padding: 5px 10px;
	margin-bottom: 10px;
	box-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

#global-navigation {
	float: right;
	margin-top: 20px;
}

#global-navigation .item {
	font-size: 20px;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	margin-left: 20px;
}

#my-pipeline-list {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
}

.pipeline-list {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}

.pipeline-list li {
	padding: 5px 0;
	border-top: 2px dotted #ccc;
}

.pipeline-list li.first {
	border-top: 0;
}

.pipeline-list a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#pipeline-preview-loader {
	position: absolute;
	z-index: 10;
	border: 0 !important;
	margin: 5px 0 0 5px;
}

#new-pipeline-button {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

#search-pipelines-form {
	float: right;
	width: 180px;
}

#search-pipelines-textbox {
	margin-bottom: 10px;
	border-radius: 1em; -webkit-border-radius: 1em; -moz-border-radius: 1em;
	padding: 4px 8px; 
}

.statistics {
	width: 580px;
}

table.statistics {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 100%;
	border: 1px dotted #ccc;
}

table.statistics tr {
	background-color: #eee;
}

table.statistics tr.alt {
	background-color: #ddd;
}

table.statistics td.metric {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	padding: 10px;
	width: 100%;
}

table.statistics td.value {
	color: black;
	font-family: Georgia;
	font-size: 20px;
	padding: 10px;
	text-align: right;
}

#edit-pipeline-button {
	float: right;
}

#banner-panel {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 960px;
	float: left;
}

#main-panel {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 640px;
	float: left;
}

#side-panel {
        box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
        float: right;
        margin-left: 20px;
        width: 300px;
}

#main-panel-home {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 600px;;
	float: left;
	padding: 10px 20px;
	border-style: solid;
	border-width: 5px;
	border-color: #dfdfdf;
        border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#side-panel-home {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	float: right;
	width: 315px;
        padding: 15px 10px;
	margin-left: 10px;
	margin-right: 10px;
        margin-bottom: 10px;
        background-color: #dfdfdf;
        border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#boxes {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	float: right;
	width: 335px;
        padding: 10px 10px;
}

#boxes .box {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 0;
}

#boxes .box-unfilled {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 315px;
        padding: 10px 10px;
	border-style: solid;
	border-width: 5px;
	border-color: #bbb;
        border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#boxes .box-filled {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 315px;
        padding: 10px 10px;
        background-color: #dfdfdf;
        border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#boxes .incredibad-box {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 315px;
        padding: 0px 40px 0px 40px;
}

#boxes .syn-box {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 315px;
        padding: 5px 40px 0px 45px;
	border-style: solid;
	border-width: 5px;
	border-color: #bbb;
        border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#boxes .align-right {
	text-align: right;
}

#boxes .valign-top {
	vertical-align: top;
}

#boxes .valign-middle {
	vertical-align: middle;
	text-align: center;
}

#boxes .align-center {
	text-align: center;
}

#left-panel {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 470px;
}
#right-panel {
	float: right;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	width: 470px;
	margin-left: 20px;
}

#side-panel .side-box {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	margin-bottom: 20px;
}

#side-panel .custom-box {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;
	margin-bottom: 20px;
}

#login-form {
	width: 300px;
}

.success-message {
 	background: #E6EFC2;
	color:#264409;
	border: 1px solid #C6D880
	font-size: 1.4em;	
	padding: 0.5em 1.0em;
	border-radius: 0.5em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;
}

#navigation {
	float: right;
}
#navigation a {
	display: -moz-inline-box;
	display: inline-block;
	margin-left: 16px;
	font-size: 16px;
	background-color: white;
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 0.5em; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#navigation a.selected,
#navigation a.selected:hover {
	color: white;
	background-color: #aaa;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
#navigation a:hover {
	color: orange;
}
#logo {
    font-family: 'Arial Black', 'Verdana', 'sans-serif';
	display: block;
	color: #D00010;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
#logo a {
	display: block;
	padding-top: 15px;
}

.photo-list {
	width: 100%;
	overflow: auto;
	clear: both;
}

.photo-item {
	float: left;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.video-list {
	clear: both;
}

.video-item-a {
	float: left;
	display: block;
	width: 300px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.video-item-a .video-thumbnail {
	float: left;
	display: block;
}
.video-item-a .video-thumbnail span {
	color: white;
	background-color: black;
	position: absolute;
	font-weight: normal;
	font-size: 0.5em;
	padding: 2px 4px;
	margin-top: 50px;
	z-index: 10;
}

.video-item-a .video-thumbnail img.video-image {
	box-shadow: 3px 3px 6px #ccc; -webkit-box-shadow: 3px 3px 6px #ccc; -moz-box-shadow: 3px 3px 6px #ccc;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	background-color: #eee;
	width: 100px;
	height: 75px;
	margin: 0 20px 20px 0;

}
.video-item-a .video-thumbnail:hover img.video-image {
}
.video-item-a .video-title {
	font-size: 1.2em;
}

.video-item-a .video-description {
	overflow: hidden;
}

.video-item-a .video-date {
	color: #888;
}

.video-item-a .video-duration {
	color: #888;
}

.video-item-a .video-thumbnail img.video-badge {
	position: absolute;	
	z-index: 10;
	margin-top: 54px;
}
.video-item-a .video-thumbnail:hover img.video-badge {
}

.video-item-a-home {
	float: left;
	display: block;
	width: 300px;
	height: 100px;
	margin-right: 00px;
	margin-bottom: 00px;
	overflow: hidden;
}

.video-item-a-home .video-thumbnail {
	float: left;
	display: block;
}
.video-item-a-home .video-thumbnail span {
	color: white;
	background-color: black;
	position: absolute;
	font-weight: normal;
	font-size: 0.5em;
	padding: 2px 4px;
	margin-top: 50px;
	z-index: 10;
}

.video-item-a-home .video-thumbnail img.video-image {
	box-shadow: 3px 3px 6px #ccc; -webkit-box-shadow: 3px 3px 6px #ccc; -moz-box-shadow: 3px 3px 6px #ccc;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	background-color: #eee;
	width: 100px;
	height: 75px;
	margin: 0 20px 20px 0;

}
.video-item-a-home .video-thumbnail:hover img.video-image {
}
.video-item-a-home .video-title {
	font-size: 1.2em;
}

.video-item-a-home .video-description {
	overflow: hidden;
}

.video-item-a-home .video-date {
	color: #888;
}

.video-item-a-home .video-duration {
	color: #888;
}

.video-item-a-home .video-thumbnail img.video-badge {
	position: absolute;	
	z-index: 10;
	margin-top: 54px;
}
.video-item-a .video-thumbnail:hover img.video-badge {
}

.notes {
	font-size: 1.2em;
	color: #666;
}

#copyright {
	color: #ccc;
	float: left;
}

#engineered-by {
	color: #ccc;
	float: right;
}
#engineered-by a {
	color: #bbb;
}

#invis a {
	color: #fff;
}

.beta-tag {
	color: white;
	font-size: 14px;
	border-radius: 5px;
	background-color: #d00010;
	padding: 5px 5px 5px 5px;
	display: inline-block; display: -moz-inline-box;
	vertical-align: middle;
}

a.default-tag {
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ddeef6;
	color: #039;
	padding: 2px 6px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	margin-right: 2px;
	margin-bottom: 5px;
}

a.default-tag:hover {
	color: #666;
}

label.sub-label {
	font-weight: normal;
}

input[type=checkbox],
input.checkbox{
	vertical-align: text-top;
	margin: 0;
	padding: 0;
}

label input[type=checkbox]+span,
label input.checkbox+span {
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 0;
	cursor: pointer;
}

#center-panel {
	display: block;
	width: 640px;
	margin: 40px auto;
}

.right-side-panel-layout {
	overflow: hidden;
	width: 100%;
	margin: 40px 0;
}
.right-side-panel-layout .panel-a {
	display: block;
	float: left;
	width: 640px;
	margin: 0 20px 0 0;
}
.right-side-panel-layout .panel-b {
	display: block;
	float: left;
	width: 300px;
}

.notify-label {
	display: inline-block;
	display: -moz-inline-box;
	cursor: pointer;
}

#photo-viewer {
	position: fixed;
	z-index: 10;
	background-color: #ddd;
	border: 1px solid #333;
	width: 800px;
	min-height: 480px;
	margin-left: 80px;
	top: 40px;
	box-shadow: 0 0 10px black; -webkit-box-shadow: 0 0 10px black; -moz-box-shadow: 0 0 10px black;
	overflow: hidden;
}
#photo-viewer .close-link {
	margin: 10px;
	position: absolute;
	right: 0;
}
#photo-viewer .next-link,
#photo-viewer .prev-link {
	width: 80px;
	float: left;
	margin-top: 200px;
}
.image-container {
	width: 640px;
	float: left;
}
.image-container .image-drop {
	background-color: white;
	width: 640px;
	min-height: 480px;
}
.image-container .image-drop img {
	margin: auto;
	display: block;
	max-width: 640px;
	max-height: 480px;
}

.image-container .image-details {
	background-color: white;
	width: auto;
	overflow: hidden;
	padding: 10px 0;
}

.image-container .image-stats {
	background-color: #efefef;
	width: 190px;
	padding: 10px 15px;
	float: right;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

.image-tags a {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 8px 0 0;
}

.image-date a {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 8px 0 0;
}

.explicit-tag,
.clean-tag {
	margin: 2px;
}
table.track-list {
	border: 1px solid #ddd;
}
table.track-list td {
	border-bottom: 1px solid #ddd;
}
table.track-list th {
	background-color: #ddd;
}
table.track-list td,
table.track-list th {
	padding: 4px 8px 4px 8px;
}
.track:hover {
	background-color: #eee;
}
.track:hover td {
	font-weight: bold;
}
.track .track-playback-column {
	padding: 4px 0px 4px 8px;
}
.track .track-playback-button {
	background: transparent url(/static/img/play.png) no-repeat scroll 0 0;
}
.track-playing .track-playback-button,
.track-playing:hover .track-playback-button {
	background: transparent url(/static/img/pause.png) no-repeat scroll 0 0 !important;
}
.track .track-number-column {
	text-align: right;
}
.track .track-title-column a,
.track .track-album-column a {
	color: black;
	font-weight: normal;
}
.track .track-video-column {
	text-align: center;
}
.track .track-lyrics-column {
	text-align: center;
}
.track-playing {
	background-color: #aaa !important;
}
.track-playing a {
	color: white;
}
.track .track-download-column,
.track .track-buy-column {
	text-align: center;
}
.track .download-button,
.track .buy-button {
	background-color: #ddd;
	border-radius: 1em; -webkit-border-radius: 1em; -moz-border-radius: 1em;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa));
	background: -moz-linear-gradient(top, #eee, #aaa);
	display: block;
	color: #333;
	font-weight: bold;
	border: 1px solid #bbb;
	padding: 2px 6px;
	text-transform: uppercase;
	font-size: 8px;
}
.track .download-button:hover,
.track .buy-button:hover {
	background-color: #aaa;
	color: #d00010;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#888));
	background: -moz-linear-gradient(top, #ccc, #888);
}

.track .buy-button:hover .buy-links {
	display: block;
}

.track .buy-links {
	display: none;
	position: absolute;
	border: 1px solid #bbb;
	padding: 6px 10px;
	list-style-type: none;
	background-color: #eee;
	box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; -moz-box-shadow: 0 0 5px #aaa;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	text-align: left;
	margin-top: -5px;
	margin-left: 20px;
}

.track .buy-links a {
	font-size: 12px;
	text-transform: none;
}
.show-explicit .track-clean {
	display: none;	
}
.show-clean .track-explicit {
	display: none;	
}
.track-toggle {
	text-align: right;
	margin-bottom: 10px;
}
.track-toggle-explicit,
.track-toggle-clean {
	display: inline-block;
	display: -moz-inline-box;
	padding: 2px 6px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa));
	background: -moz-linear-gradient(top, #eee, #aaa);
	width: 40px;
	text-align: center;
}
.track-toggle-explicit {
	padding-left: 10px;
	border-radius: 1em 0 0 1em;
	-moz-border-radius: 1em 0 0 1em;
}
.track-toggle-clean {
	padding-right: 10px;
	border-radius: 0 1em 1em 0;
	-moz-border-radius: 0 1em 1em 0;
}
.show-explicit .track-toggle-explicit,
.show-clean .track-toggle-clean {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#ccc));
	background: -moz-linear-gradient(top, #888, #ccc);
	color: black;
}

.album {
	margin-bottom: 40px;    	
	width: 740px;
	overflow: hidden;
}
.album-photos {
	width: 720px;
	margin-left: 20px;
}
.album-photos-header {
	margin-bottom: 5px;
}
.album-art {
	width: 234px; 
	margin-right: 20px;
	float: left;
}
.album-details {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
/*	width: 386px;
	float: left;*/
}

#search {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
#search form {
	float: right;
	width: 300px;
	margin: 0;
}

#st-search-input {
	height: auto;
	width: 100%;
	min-width: 200px;
	border-radius: 1em;
	background-size: 12px 12px;
	padding: 5px 9px 5px 27px;
	font-size: 12px;
	border: 1px solid #777;
	margin: 0;
}
