@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

body {
	background: #554E5E url('/img/background.jpg') fixed;
	background-size: cover;
	font-family: "OpenSans", Helvetica, Tahoma, Arial, sans-serif;
}

h1 {
	margin: 10px;
	font-size: 32px;
}

/* Modified Classes */

.col-md-9 {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.col-md-3 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3A2E38;
	color: #fff;
}

.col-md-3 a:link, .col-md-3 a:visited, .col-md-3 a:active {
	color: #E2A7AB;
	text-decoration: none;
	border-bottom: 1px solid #7A6176;
}

.col-md-3 a:hover {
	color: #fff;
}

.navbar {
    border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.navbar-default {
    border: 0px;
}

.panel {
    background: #6D5769;
}

/* Custom Classes */

.footer {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 10%, #f7e8d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#f7e8d5));
    background: -webkit-linear-gradient(top,  #ffffff 10%,#f7e8d5 100%);
    background: -o-linear-gradient(top,  #ffffff 10%,#f7e8d5 100%);
    background: -ms-linear-gradient(top,  #ffffff 10%,#f7e8d5 100%);
    background: linear-gradient(to bottom,  #ffffff 10%,#f7e8d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7e8d5',GradientType=0 );
	padding: 15px 0;
	text-align: center;
	color: #6D5153;
	font-size: 12px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #E2A7AB;
	text-decoration: none;
    font-weight: bold;
}
.footer a:hover {
	color: #C8798C;
}

.pad-right {
	margin-right: 15px;
}
.pad-left {
	margin-left: 15px;
}

.game-sidebar {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.game-content {
    min-height: 500px;
}

.game-sidebar input[type="submit"] {
    background: #d691c8;
    background: -moz-linear-gradient(top,  #d691c8 0%, #916288 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d691c8), color-stop(100%,#916288));
    background: -webkit-linear-gradient(top,  #d691c8 0%,#916288 100%);
    background: -o-linear-gradient(top,  #d691c8 0%,#916288 100%);
    background: -ms-linear-gradient(top,  #d691c8 0%,#916288 100%);
    background: linear-gradient(to bottom,  #d691c8 0%,#916288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d691c8', endColorstr='#916288',GradientType=0 );
    border: 1px solid #916288;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #916288;
    border-radius: 3px;
    padding: 4px 7px;
    font-size: 12px;
    margin-top: 4px;
}

.game-sidebar input[type="text"], .game-sidebar input[type="password"], select, textarea {
    color: #000;
}

.center {
    text-align: center;
}
.b {
    font-weight: bold;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.auto {
    margin: 0 auto;
}
.clear {
    clear: both; 
}

table.common {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #E9BCB7;
}

table.commonshell {
	width: 100%;
	border-collapse: collapse;
}

.common th, .common .left {
	padding: 5px 8px;
	background: #E9BCB7;
}
.common td, .commonshell td {
	padding: 5px 8px;
	vertical-align: top;
}
.common .bottom {
	background: #E9BCB7;
	text-align: center;
}
.banded tr:nth-child(odd) {
	background-color: #F7E3DE;
}