* {
    color: #ddd;
}

body {
    background: #1f1d1c url('../images/background.png');
}

h1 {
    color: transparent;        
    background-repeat: no-repeat;
    height: 82px;
    margin-bottom: 10px;
}

h2, h3, h4 {
    color: #d6ff1a;
    margin-bottom: 5px;
}

td, th {
    padding: 4px;
    margin: 4px;
}

a {
    color: #d6ff1a;
    text-decoration: none;
}

input {
	color: #000;
	background-color: #ddd;
	-webkit-border-radius: 7px;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

input:hover {
	background-color: #fff;
}

label {
	line-height: 35px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 20px;
	background-color: #1f1d1c;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.omsn_header {
    padding-top: 350px;
}

.footer_background {
    min-height: 100%;
    background-image: url('../images/footer-image.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.header_background {
    background-image: url('../images/header-image.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.content {
    min-height: 300px;
}

#menu {
    margin: 30px 0;
}

#menu ul {
    margin-top: 40px;
    list-style-type: none;
    text-align: center;
}

#menu li {
    display: inline;
    width: 100px;
    margin: 0 10px;
}

#menu li a {
    color: #fff;
    padding: 13px;
    text-decoration: none;
    font-size: 30px;
    background-color: rgba(0,0,0,0.2);
    
    text-shadow: #000 0 0 5px;
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#menu li a:hover {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border: 0;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}    

.footer {
    padding-top: 60px;
    padding-bottom: 0;
    text-align: center;
}

.footer * {
    padding: 0;
    margin: 0;
}


.footer a:hover {
    color: #fff;
}

h1 span {
    display: none;
}

h1.welcome {
    background-image: url('../images/welcome.png');
}

h1.tweets {
    background-image: url('../images/twitter.png');
}

li.tweet {
    overflow: hidden;
}

h1.pics {
    background-image: url('../images/pics.png');
}

h1.your-music {
    background-image: url('../images/your-music.png');
}

.images ul, .images li {
    list-style-type:none;
    margin: 0;
    padding: 0 15px 15px;
}

.images {
    text-align: center;
}

.images .pics_li {
    display: inline;
    line-height: 70px;
    margin-bottom: 15px;
}

.images img {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    border: 15px solid #000;
}

.images img:hover {
    border: 15px solid #fff;
}

a.imagelink:hover {
    border: 0;
}

.pagination {
    text-align: center;
}

.pagination a {
    padding: 10px;
    font-size: 1.5em;
}

.pagination a:hover {
    background-color: #fff;
    color: #000;
}

.tweets ul {
    list-style-type: none;
}

.tweets li {
    color: #aaa;
    margin: 0 0 15px;
    padding: 0 15px 15px;
    border-bottom: 1px dashed #444;
    
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.tweets img {
    float: left;
    margin-right: 8px;
    
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.tweets a.published {
    color: #666;
    font-size: 10px;
    text-decoration: none;
    
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

.tweets a.published:hover {
    border-bottom: 1px solid #666;
}

.tweets .username {
    text-decoration: none;
    font-weight: bold;
}

.footer a {
    text-decoration: none;
    color:  #bbb;
}

.footer .breakthesystem_link {
    border: 0;
}



/* music stuff */
.music_form {
	width: 330px;
	margin: 40px auto 80px;
	padding: 40px;
	border: 7px solid #d6ff1a;
	background: url('../images/form_background.png') no-repeat bottom left;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.music_form input {
	width: 240px;
	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.music_form .new_vote_submit_button {
	width: 260px;
	display: block;
	margin: 0 0 0 auto;
}

.thanks {
	font-size: 1.3em;
	text-align: center;
	padding: 20px;
	margin: 40px;
	background-color: #accc11;
	color: #000;
	border: 1px solid #d6ff1a;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ul.errorlist li {
	color: #faa;
}

.top_ten, .all_songs {
	width: 600px;
	display: block;
	margin: 0 auto;
}

.top_ten .song, .all_songs .song {
    display: inline-table;
    letter-spacing: -2px;
    overflow: scroll;
    line-height: .9em;
    margin-top: 25px;
}

.all_songs .song {
    width: 450px;
}

.top_ten .song {
    width: 400px;
}

.top_ten li, .all_songs li {
    margin-top: .5em;
	font-size: 2em;
	line-height: 3em;
	border-bottom: 1px dashed #666;
}

.top_ten li form {
	display: inline-block;
	margin: 0 0 0 auto;
	text-align: right;
}

.top_ten li input {
    text-transform: none;
    background-color: #1f1d1c;
    background-color: transparent;
    color: #d6ff1a;
    font-size: 1em;
    margin: 1em;
    padding: 0;
}

.small_songs li * {
	display: inline;
	margin: 0;
	padding: 0;
}

.small_songs li input {
    display: inline;
    text-transform: none;
    background-color: #1f1d1c;
    background-color: transparent;
    color: #d6ff1a;
}

.votebutton:hover {
	cursor: pointer;
	text-decoration: underline;
}

.all_songs {
    list-style-type: none;
}

.song_artist {
    color: #aaa;
}

.song_number_of_votes {
    padding: 5px 15px;
    margin: 0px 10px;
    background-color: #666;
    text-align: right;
    float: left;
    
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.song_meta {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 3px;
}

/* tickets */
.ticket {
	height: 320px;
	margin: 0 auto;
	background: url('../images/ticket.png') no-repeat center top;
	
	font-size: 50px;
	font-weight: bold;
	line-height: .8em;
	
	padding-top: 225px;
	padding-left: 340px;
	padding-right: 300px;
}

.ticket span {
	color: #000;
}

.ticket .last_name {
	font-size: 0.7em;
}
