/* GLOBAL STYLES */

/* body {
    font-family: "Arimo", sans-serif;
    background-image: url('/images/cloudBg.jpg');
    background-repeat: repeat-y;
    background-position: top;
    background-attachment: fixed;
    background-color: #0060a9;
    color: #000;
}
*/

body {
    font-family: "Arimo", sans-serif;
    background-color: #fff;
    color: #000;
}

a {color:#990000;}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    font-weight: bold;
    font-family: "Francois One", sans-serif;
    text-transform: uppercase;
    ;
    font-weight: normal;
}
h1 {
    border: solid 4px #990000;
    font-size: 25px;
    border-left: none;
    border-right: none;
    padding: 5px 0;
}
#main {
    border: solid 1px #0074BC;
    border-top: none;
    border-bottom: none;
}
#footer {}
/* BOOTSTRAP RE-STYLE */

@media (min-width: 1200px) {
    .container {
        width: 800px;
    }
}
* {
    -webkit-border-radius: 0 !importnat;
    border-radius: 0 !important;
}
/* */

label.error {
    background-image: -webkit-linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(#f2dede 0%, #e7c3c3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: normal;
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}
#simplemodal-container {
    background: #fff;
    min-height: 400px;
    width: 500px;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}

#simplemodal-container h3 {
    color:#0060A9;
}
#simplemodal-container a.modalCloseImg {
	background:url(/images/close-modal.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
.lyrics {
	white-space: pre;
}