body {
	font-family: 'Prompt', sans-serif;
	background-color: #000;
	background: url(/assets/images/background-stadium.jpg) no-repeat center center fixed;
	background-size: cover;
	font-size: 14px;
	color: #FFF;
}

/* ============== global =========== */
.text-gold-ucla {
	color: #ffe800;
}
.text-gold-usc {
	color: #ffcc00;
}
.text-sunglow {
	color: #ffcc33;
}
.text-golden {
	color: #FFD700;
}
.line-block {
	background-color: #01BE01;
	border: none;
	color: white;
	padding: 2px 5px;
	border-radius: 5px;
	text-decoration: none;
}
.line-block:hover {
	text-decoration: none;
	color: aliceblue;
}
/* ============= tab-top ========== */
#tab-top {
	background: #a7873f;
	background: -moz-linear-gradient(top, #a7873f 0%, #feed81 99%);
	background: -webkit-linear-gradient(top, #a7873f 0%,#feed81 99%);
	background: linear-gradient(to bottom, #a7873f 0%,#feed81 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7873f', endColorstr='#feed81',GradientType=0 );
	color: #352307;
}
#tab-top a {
	color: #352307;
}

/* ================ login ============== */
#loginbar {
	background-image: url(/assets/images/loginbar-background.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000;
	border-bottom: 2px solid #BEA251;
}

#loginform input {
	color: #FDB515;
	background-color: #40300F;
	border: 1px solid #AC8D43;
}
#loginform input[type=text],
#loginform input[type=password] {
	height: 35px;
	padding: 2px;
	width: 100%;
}
#loginform input[type=submit] {
	width: 100%;
	height: 35px;
}

/* ===================== nav ==================== */
#mynav {
	display: block;
	margin: 0 0 5px 5px;
}
#mynav li {
	list-style-type: none;
	display: inline-block;
	margin: 5px;
}
#mynav li a {
	font-size: 16px;
	color: #fada9d;
	line-height: 20px;
	text-decoration: none;
}
#mynav li a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* ======================== banner-box ================ */
#banner-box {
	border-bottom: 2px solid #3B3B3B;
	background: rgba(0,0,0,0.7);
}
#banner-center img {
	max-width: 100%;
}

/* ====================== tile-box ================= */
#tile-box {
	background-image: url(/assets/images/tilebox-background.jpg);
	background-position: center;
	background-repeat: repeat;
}
#tile-banner {
	background-color: #191919;
}
#tile-banner img {
	margin: 10px 0;
}

/* ==================== content-box =================== */
#content-box {
	margin-top: 15px !important;
	background-color: #222;
	font-size: 18px;
	line-height: 2.5em;
	font-weight: 100;
	border: 1px solid #696969;
}
#content-body {
	padding-bottom: 15px;
}

#advantage-list {
	margin: 0;
	padding: 0;
	border: 2px solid #696969;
}
#advantage-list li {
	list-style-type: none;
	padding: 5px;
	padding-left: 15px;
	line-height: 2em;
	font-size: 1.1em;
}
#advantage-list li:nth-child(odd) {
	background-color: #000;
}
#advantage-list li:nth-child(even) {
	background-color: #393939;
}
#advantage-list li i {
	color: #daa520;
	font-size: 1.2em;
	margin-right: 5px;
}

/* ============ buttom-menu =========*/
#buttom-menu {
	background-image: url(/assets/images/loginbar-background.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top: solid 2px #c6930a;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 2em;
}
#buttom-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#buttom-button li {
	display: inline-block;
	margin: 2px 5px;
}

/* ============ contact-box ============= */
#contact-box {
	margin-top: 10px;
}

/* ============ footer ======= */
#footer {
	margin-top: 5px;
	line-height: 5em;
	background: rgba(0,0,0,0.8);
}