/*---------------*/
/* General Style */
/*---------------*/

body {
/*    font-family: Arial;    */
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
}

.container {
    max-width: 640px;
    margin: 20px auto;
}

.hidden {
    display: none;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a {
    text-decoration:none;
}

h1 {
    /* main titles */
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 1.1px;
    font-size: 26px;
    margin:10px 0 20px;
} 

h2 {
    /* Sub top titles */
    font-family: 'Titillium Web', sans-serif;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 1.1px;
    font-size: 22px;
    margin:10px 0 15px;
} 

h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 1.1px;
    font-size: 20px;
    margin:10px 0;
    padding:10px 0;
    /*border-bottom:1px solid #ddd;*/
}



/*---------------------*/
/* audio preview block */
/*---------------------*/

#wrapper {
	overflow-x: hidden;	
}


/* vinyl box and vinyl copies */
.vinyl_box {
	display: inline-block;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	vertical-align: bottom;
}
.vinyl_box:hover {
    overflow-x: visible;
}
.vinyl {
	position: relative;
	background: #252525 url('./../server/images/vinyl-bg2.png') no-repeat right -25px;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	margin-bottom: 20px;
	min-height: 350px
}

/* track block and bars */
.item {
	overflow: hidden;
	border: 1px solid #333;
}
.item span { 
    display: block; 
	height: 24px;
	padding: 2px 4px;
	white-space:nowrap;
}
.trackline {
	z-index: 1;
	position: relative;
	width: 0;
	height: 0;
}
.trackline .line {
	position: absolute;
	z-index: 1;
	top: -38px;
	left: -200px;
	width: 5000px;
	height: 35px;
	background: #333333;
	opacity: 0.5;
}
.trackline .side {
	color: #eae6e6;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: -20px;
}
.too-long { 
    background-color: #b71515!important; 
    color: #ccc; 
} 
[data-fillside] { 
    cursor: pointer; 
}

/* Cover art floats */
.cover-art .label {
	position: absolute;
	top: 24px;
	right: 104px;
	height: 315px;
	width: 315px;
	z-index: 0;
}
/*.cover-art .label {
	position: absolute;
	top: -200px;
	right: -100px;
	height: 1000px;
	width: 1000px;
	z-index: 0;
}*/
.cover-art .back {
	position: absolute;
	top: 65px;
	right: 13px;
	height: 90px;
	width: 90px;
	z-index: 0;
}

/* data elements */
.format-selector {
	position: absolute;
	right: 10px;
	top: 28px;
}
.format-note {
	position: absolute;
	right: 10px;
	top: 3px;
	color: #c3c3c3;    
	size: .7em;
}
.album-data form {
	padding: 10px 20px;
}

/*
Moved to sort page inline... was not working form here
.sart-button {
	position: absolute;
	right: -300px;
	top: 10px;
	border: 1px solid #333;
	display: none;
}
*/

/* text field zindex */
.album-tracks {
	z-index: 100;
	position: absolute;
	bottom: 20px;
	/*
	###
	changed to 0px push and 100% fill to fix break issue
	left: 40px;
	width: 80%;
	*/
	left: 0;
	width: 100%;
}


/* text and inputs */
.vinyl h1 {
    padding: 0 0 0 15px;
}
.vinyl p {
    color: #c3c3c3;    
    size: .8em;
}
.vinyl i, .vinyl .side-label {
	color: #eae6e6;
	font-weight: bold;
}
.vinyl .side-label {
	width: 180px;
	display: inline-block;
}

/* too long footnote at bottom of disks */
.footnote {
	position: relative;
	top: -20px;
}


/*--------------------------*/
/* cropper additional style */
/*--------------------------*/

img {
    max-width: 100%;
}

#results {
    position: relative;
    top: -20px;
    width: 60%;
    float: right;
    margin-bottom: 5px;
    text-align: right;
}

#results div {
    display: inline-block;
    float: right;
    width: 24.99%!important;
}

#results div img {
    width: 100%!important;	
}

/* Override Cropper's styles */
.overlay-mask {
    border-radius: 50%;
}

.overlay-mask-rect {
    border-radius: 50%;
}

.loaded {
    font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.dim {
    opacity: 0.5;
    filter: alpha(opacity=50);
}



/*---------------*/
/* artwork popup */
/*---------------*/

.container-popup {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    cursor: pointer;
}

.popup {
    width: 70%;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	padding: 0;
    border: 5px solid #3c3c3c;
}

.frame {
    width: 100%;
    height: 95%;
	margin: 0;
}



/*--------------*/
/* sorting list */
/*--------------*/

.quotes {
    margin:15px 0;
}

.quotes h1{
    font:bold 15px Georgia;
    color:#0E76AC;
    margin-bottom:10px;
}

.quotes li {
    font:bold 13px Tahoma;
    display:block;
    background:#f5f5f5;
    color:#666;
    padding:10px;
    margin-bottom:5px;
}

.quotes li:hover {
    color: #444;
    background: #eee;
    cursor: move;
}

.quotes a {
	color: #8d8e91;
}

select, option { 
	width: 150px;
	height: 30px!important;
	padding: 6px!important;
	border: 1px solid #3c3c3c;
}

input[type=text] {
	border: 1px solid #3c3c3c;
	padding: 2px 10px;
}



/*----------------------------------------*/
/* Drag and drop uploader w. progress bar */
/*----------------------------------------*/

/* div with expanding width */
.bar {
    height: 18px;
    background: green;
}    
/* input box */
#fileupload {
    display: block;
    background: #f5f5f5;
    margin: 10px auto 20px;
    padding: 10px 15px;
    width: 90%;
    height: 100px;
    border: 6px dashed #333;
    border-radius: 20px;
}
#result p {
	margin: 0;
	padding: 0;
}
#portfolio-wrapper h3 {
	margin-bottom: 10px;
	padding: 0;
}
.size-warning {
	border: 1px solid #cc0303;
	background-color: #f94848;
}



/*--------------------*/
/* Proof Preview Page */
/*--------------------*/

.proof-cover, 
.proof-label {
	display: inline-block;
	position: relative;
	border: 1px solid #000;
	margin: 10px;
	padding: 0;	
	width: 40%;
}

.proof-cover img, 
.proof-label img {
	width: 100%;
	height: auto;
}

.proof-cover h1,
.proof-label h1 {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	align-content: center;
}

.proof-cover p,
.proof-label p {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	align-content: center;	
}



