root { 
    display: block;
}

body {
    width: 100%;
    font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    /*background: #631910 url(images/ocean.jpg) repeat-x fixed left 100px;*/
    margin: 0;
    padding: 0;
    color: #000000;
    background:url("images/robotprins-portrait-alpha-40.jpg") bottom right no-repeat;
	background-attachment:fixed;
}

body.hard-difficulty{
    background-color: #cccccc !important;
	background:url("images/robotprins-portrait-hard.jpg") bottom right no-repeat;
}

h1{
    font-size: 30px;
    color: #555;
    text-align: center;
}

h2{
    font-size: 24px;
    font-weight: bold;
    color: #631910;
	text-align: center;
    margin: 5px 0 0px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 15px 0 0;
	text-align: center;
}


p{
    color: #333;
    font-size: 14px;
    margin: 5px 0 15px;
	text-align: center;
}

br{
    margin-bottom: 5px;
}

hr{
    margin: 20px 0;
}

/**********************
    MOBILE
**********************/
@media only screen and (max-width: 900px) {
	button.small-button{
		display: table;
		margin-left: auto;
		margin-right:  auto;
		
	}
	.small-button, .button{
		width: 300px !important;
		font-size: 35px !important;
		margin: 20px auto 50px !important;
	}
	
}

/**********************
    TEXT EFFECTS
**********************/
.centered{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.bold{
	font-weight: bold;
	color: #631910;	
}

/**********************
    CONTAINERS
**********************/
.button{
	background-color: red;
	border: orange solid 2px;
	border-radius: 15px;
	width: 200px;
	padding: 10px 20px;
	margin: 20px auto 50px;
	
	color: white;
	text-align: center;
	font-family: 'Righteous', cursive;
	font-size: 25px;
}
.button a, .small-button a{
	color: white;
	text-decoration: none;
}

#toggle-difficulty-button{
	background-color: #0000AA ;
	border: orange solid 2px;
	
	margin-top: 10px;
}
#displayed-difficulty{
	font-family: 'Righteous', cursive;
	font-size: 26px;
}
#go-back-button{
	background-color: #AA0000 ;
	border: orange solid 2px;
}

.small-button{
	background-color: red;
	border: orange solid 2px;
	border-radius: 15px;
	width: 150px;
	padding: 10px 20px;
	margin: 20px 30px;
	
	color: white;
	text-align: center;
	font-family: 'Righteous', cursive;
	font-size: 18px;
}

.audio-player {
	
}

.audio-player audio{
	clear: both;
	margin: 80px auto;
	display: block;
}

.audio-player .audio-extra-buttons{
	clear: both;
	margin-top: 40px;
	text-align: center;
}

#time-remaining{
	color: #AA0000;
	font-size: 140px;
	font-family: 'Righteous', cursive;
	letter-spacing: 10px;
}

#main-container{
	height: 100vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#content-container{
	height: auto;
	margin: 0 auto 0;	
	padding: 80px;
}

.large-top-margin{
	margin-top: 100vh;
	padding-top: 150px;
}

#secret-image{
	position:absolute;
    bottom:0;
    right:0;	
}

/**********************
    SOCIAL
**********************/
#social a{
	margin: 0 20px 0 0;
}

/**********************
    MENU
**********************/
#main-menu{
    margin: 30px auto 20px auto;
}

#main-menu li{
    display: inline;
    margin: 0 35px;
}

#main-menu a{
    text-decoration: none;
	color: #CCC;/*#631910;*/
	font-size: 1.5em;
	font-weight: bold;
}



/**********************
    TABLES
**********************/
table {
    border: 1px #000 solid;
}

p.table-header{
	margin: 0 0 5px; 
    font-size: 16px;
	font-weight: bold;
}

table p {
    margin: 5px 0;
    font-size: 12px;
	text-align: center;	
}

table .bgWhite{
    background-color: #fff;
}

table .bgBlack{
    background-color: #000;
}

table tr td{
    text-align: left;
    padding: 15px;
	border: 1px solid #333;
}

table tr td .leftAlign{
    text-align: left;
    padding-left: 0;
}

table.compact tr td{
    padding:5px;
    color: #fff;
    font-size: 12px;
}




/**********************
    LISTS
**********************/

ul{
    color: #fff;
    margin: 0 0 15px;
    padding-left: 20px;
}

ul.left{
    padding-left: 00px;
}

li{
    font-size: 12px;
}

ul.no-bullet li{
    list-style-type: none;
}

.information li{
    list-style-type: bullet;
}

/**********************
    MISC
**********************/
.centered-img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
