/*
    Title:  More Tracks Like This CSS Theme
    File. theme.css
    
    Site: http://moretrackslikethis.com/
    Src: http://github.com/hackday-people/moretrackslikethis.com
    
    Created: Sat 24 Jul 2010 17:24:46 BST 
    
 Copyright (c) 2010 Kenneth Kufluk, Jon Griffiths and Andrew Mason

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 
*/


/* Reset CSS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, q, strike, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* HTML Styles
--------------------------------------------------------------------------*/
BODY {
    background-color: #FFF;
    font-family: verdana, arial, sans-serif;
}

/* Structure
--------------------------------------------------------------------------*/
#wrapper {
    width: 960px;
    margin: 20px auto;
    background-color: #67b801;
    
    -moz-border-radius: 10px; /* For FireFox */
    -webkit-border-radius: 10px; /* For Safari/Chrome */
    border-radius: 10px; /* For when the standard gets fully supported */

    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}




/* Header
--------------------------------------------------------------------------*/
#mainHeader {
    display: block;
    overflow: hidden;
    box-shadow: 5px 5px 10px 10px #000;
    position: relative;
    background: transparent url(../images/logoheader.jpg) 10px 10px no-repeat;
    height: 290px;
}

H1 {
    text-indent: -5000px;
    overflow: hidden;


 
}


#intro {
    float: right;
    width: 400px;
    font-size: 0.9em;
    margin-top: 10px;
    margin-right: 10px;  
    line-height: 1.4em;
    font-size: 1em;
    background-color: #FFF;
    padding: 0 10px;
}

#intro P {
    margin: 1em 0;
}


#socialLinks {
    background-color: #FFF;
clear: right;
    padding: 10px;
    width: 210px;
    float: right;
    margin: 10px 10px 0 0;
}




/* Search Box
--------------------------------------------------------------------------*/
.tapeBox {
    display: block;
    overflow: hidden;
    background-color: #FFF;
    margin: 10px;
    padding: 10px 10px 0 10px;
}

.tapeTitle {
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-left: 5px;
}

#searchForm {
    overflow: hidden;
    position: relative;
}

#searchForm DIV {
    background-color: #67b801;
    padding: 10px;
    padding-bottom: 0;
    float: left;
    width: 70%;    
    margin-bottom: 10px;
}

#searchForm DIV P {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

#searchForm DIV LABEL,
#searchForm DIV INPUT
{
    font-size: 1.2em;
}

#searchForm DIV LABEL {
    float: left;
    width: 140px;
}

#searchForm DIV INPUT {
    float: left;
    width: 460px;
    
}

#searchForm INPUT {
    padding: .2em .4em;
   
}

#searchForm label {
    padding-top: 8px;
    margin-left: 10px;
}

#searchForm INPUT#search {  
    margin-left: 10px;
}


#messages {
    background-color: #F92;
    padding: 10px;
    text-align: center;
    margin: 10px;
    display: none;
}

/* Results
--------------------------------------------------------------------------*/
#results {
    background-color: #FFF;
    display: block;
    width: 550px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding: 10px;
}


#resultsList li:nth-child(odd) {
    background-color: #CCC;
}

#resultsList LI {
    position: relative;
    overflow: hidden;
    clear: all;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 5px;
}

#resultsList LI A {
    color: #FFF;
    background-color: #67b801;
    padding: 2px 4px;
    display: block;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 5px; /* For FireFox */
    -webkit-border-radius: 5px; /* For Safari/Chrome */
    border-radius: 5px; /* For when the standard gets fully supported */
    font-size: 0.9em;
    text-decoration: none;
}

#resultsList LI A.delete {
    margin-left: 10px;
    background-color: #F61;
}

#resultsList LI SPAN.overlay {
    width:98px;
	height:80px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: transparent url(../images/vinyl.png) left top no-repeat;
}

#resultsList LI SPAN STRONG {
    padding: 2px 4px;
    display: block;
    float: left;
    margin-top: 2px;
    background-color: #FF9;
    -moz-border-radius: 5px; /* For FireFox */
    -webkit-border-radius: 5px; /* For Safari/Chrome */
    border-radius: 5px; /* For when the standard gets fully supported */
    font-weight: normal;
    font-size: 0.9em;
}

#resultsList LI IMG {
    width: 74px;
    height: 72px;
    float: left;
    margin-right: 30px;
}



#complete,
#buildingMsg {
    float: right;
    background-color: #FFF;
    padding: 10px;
    display: none;
    margin-right: 10px;
    width: 340px;
   text-align: center;
    position: relative;
}

#complete P {
    margin: 10px 0;
}

#buildingMsg {
     text-align: center;
}

#dragpic {
    width: 100%;
    display: block;
    background: red;
}

#results-textarea {
    width: 100%;
    height: 70px;
}


/* Footer
--------------------------------------------------------------------------*/
FOOTER {
   clear: both;
    padding: 1em;
    text-align: center;
    display: block;
   
    
}

FOOTER P {
    font-size: 0.8em;
    margin: 0.5em;
}

FOOTER A:link,
FOOTER A:visited,
FOOTER A:hover,
FOOTER A:active {
    color: #FFF;
    font-weight: bold;
}


#tapeEnd {
    height: 518px;
    background: transparent url(../images/tapefooter.png) center top no-repeat;
    margin: -30px 0 0 0;
}


/* Misc.
--------------------------------------------------------------------------*/
.round {
    -moz-border-radius: 10px; /* For FireFox */
    -webkit-border-radius: 10px; /* For Safari/Chrome */
    border-radius: 10px; /* For when the standard gets fully supported */
}

#results {
    display:none;
}

#dragpic {
    background:url(../images/drag_button.png);
    width: 166px;
    height: 185px;
    cursor: pointer;
}

#dragger {
    width: 200px;
    height: 185px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    font-size:39px;
}



