/* ProPicks version 4 - Don Burress, demonrally.com */

/* general elements */
/* ----------------------------------------------------------------------------------- */
body { 
	background: #333;
	color: #fff;
	font-family: 'Abel', sans-serif;
	width: 80%;
	margin: auto;
	font-size: 1.1em;
}

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

a:visited {
	color: #ad632a;
}

a:hover {
	text-decoration: underline;
	color: #f4cc81;
}

a:active {
	text-decoration: underline;
	color: #1a6a64;
}

h1 {
	font-size: 3em;
	margin: 0;
}

h2 {
	font-size: 2em;
	margin: 0;
}

h3 {
	font-size: 1.5em;
	margin: 0;
	text-decoration: underline;
}

/* header elements */
/* ----------------------------------------------------------------------------------- */
.titlelink {
	text-decoration: none;
	color: #fff;
}

header {
	width: 100%;
	border-bottom: 1px solid #1a6a64;
	margin-bottom: 1em;
}

/* footer elements */
/* ----------------------------------------------------------------------------------- */
footer {
	padding-top: 1em;
	border-top: 1px solid #1a6a64;
	color: #777;
	font-size: 0.8em;
	text-align: center;
}

/* main section elements */
/* ----------------------------------------------------------------------------------- */
.mainbox {
	margin-bottom: 1em;
	width: 100%;
}

.center_sub_title {
	text-align: center;
}

.rules-ulist {
	list-style-type: square;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

.rules-olist {
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

.rules-ulist li, .rules-olist li {
	margin-left: 1em;
}

/* nav elements */
/* ----------------------------------------------------------------------------------- */
.nav {
	margin-bottom: 1em;
  border-bottom: 1px solid #1a6a64;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	background-color: #444;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	display: inline-block;
	background-color: #444;
  margin: 0;
	padding: 1em;
}

.nav ul li a:hover {
	background-color: #fff;
	color: #333;
}

.here {
	padding: 1em;
	color: #fff;
	background-color: #333;
}

.nav ul li .loginmenu {
	background-color: #aaa;
}

.nav ul li .loginmenu:hover {
	background-color: #1a6a64;
	color: #fff;
}

/* alert box */
/* ----------------------------------------------------------------------------------- */
.alert {
	background-color: #1a6a64;
	color: #fff;
	border-radius: 1em;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	display: none;
}

.alert a {
	color: #f4cc81;
}

.alert a:visited {
	color: #222;
}

.alert a:hover {
	color: #000;
}

/* hall of fame specific */
/* ----------------------------------------------------------------------------------- */
.champions {
	width: 100%;
	margin: 0;
	margin-top: 1em;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #000;
}

.champ_year {
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.grand {
	width: 50%;
	font-size: 1.2em;
}

.td_left {
	text-align: right;
	padding-right: 0.5em;
}

.td_right {
	text-align: left;
	padding-left: 0.5em;
}

.last {
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.grey {
	background-color: #444;
}

/* standings specific */
/* ----------------------------------------------------------------------------------- */
.standings {
	width: 100%;
	text-align: center;
}

.standings_box {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.standings_list {
	list-style: none; 
	padding: 0; 
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
	background-color: #333;
	text-align: left;
	vertical-align: top;
}

.highlight, .highlight a, .highlight a:visited {
	color: #f4cc81;
}

/* forms */
/* ----------------------------------------------------------------------------------- */
.formbox {
	width: 100%;
	text-align: center;
}

input, select, button {
  border:1px solid #000;
  margin-bottom: 1em;
  padding: 0.2em;
  background-color: #444;
	color: #fff;
}

.signup {
	width: 100%;
	text-align: center;
}

.signup input, .signup select, .signup button {
  border:1px solid #000;
  padding: 0.2em;
  margin: 0;
  margin-bottom: 0.5em;
  background-color: #444;
	color: #fff;
}

.error {
	display: none;
}

.alert2 {
	background-color: #1a6a64;
	color: #fff;
	border-radius: 1em;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.infobox {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #000;
}

/* status page */
/* ----------------------------------------------------------------------------------- */
.status {
	text-align: center;
}

.user_points {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

.rallylist {
  list-style-type: none;
  padding: 0;
  margin: 0;
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	text-align: center;
	display: table;
}

.separator {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
	width: 100%;
	text-align: center;
}

.rallyimage {
	display: table-cell;
	width: 30%;
	padding: 0.5em;
	vertical-align: middle;
	text-align: right;
}

.rallytext {
	display: table-cell;
	width: 70%;
	padding: 0.5em;
	font-size: 1.2em;
	text-align: left;
}

.picklink {
	font-size: 1.4em;
}

.user_points ul {
	list-style-type: none;
  padding: 0;
  margin: 0;
	width: 100%;
	margin-top: 1em;
}

.points {
	display:inline-block;
	padding: 0.5em;
	margin: 0;
	border-radius: 2px;
	background-color: #222;
}

/* results page */
/* ----------------------------------------------------------------------------------- */
.user_results {
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.user_results ul {
	list-style-type: none;
  padding: 0;
  margin: 0;
	width: 100%;
	margin-top: 1em;
}

.results_box {
	width: 100%;
	text-align: center;
}

.results_list {
	list-style: none; 
	padding: 0; 
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
	background-color: #333;
	text-align: center;
}

.underline {
	text-decoration: underline;
	padding-top: .2em;
}

/* mobile modifications */
/* ----------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	header {
		text-align: center;
	}

	.nav ul li {
		display: block;
		width: 100%;
		text-align: center;
    border-bottom: 1px solid #000;
	}

	.nav ul li a, .here {
		display: block;
		width: 100%;
		padding: 0;
	}

	.rallylist, .rallylist li {
		display: block;
	}

	.rallyimage, .rallytext {
		width: 100%;
		text-align: center;
		display: block;
	}

	.user_points {
		width: 100%;
	}

	.user_points ul {
		text-align: center;
	}

	.points {
		display: block;
		width: 60%;
		padding: 0.2em;
		margin: auto;
	}
}

/* manager area */
/* ----------------------------------------------------------------------------------- */
.managerlist {
	list-style-type: none;
  padding: 0;
  margin: 0;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
}

.managerlist li {
	padding: 0.3em;
}

.managertable {
	width: 100%;
}

.managertable td {
	border: 1px solid #000;
	padding: 1em;
}