/*
1089.css: nonessential (does not affect layout or major text locations) CSS that applies only to 1089.
Also contains 1089-specific information, like navigation/dropdown specifics.

*/

/*
Text				555555

Border				A7A9AC

Background			4a4a4a

Highlight			EAECEB
 
Links				E28A45
					e36d10
*/


* {
	color: #555555;
	}

body, html {
	/*seasonal background*/
	/*background-image:url('/wp-content/themes/mercury2013/images/bg.jpg');*/
	background-color: #4a4a4a;
}

h1, h2, h3, h4, h5, .twoColumns .contentTitleInnerContainer {
	font-family: diavlo_bold;
	font-weight: normal;
}

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

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

.linkedButton, .linkedButton:active {
	display: inline-block;
	background-color: #E28A45;
	color: #FEFEFE;
	cursor: pointer;
	font-family: diavlo_black;
	font-size: 11px;
	padding: 10px;
	text-transform: uppercase;
	border-style: none;
	margin: 10px 0px;
}

.linkedButton:hover, #footer, #header li:hover {	
	background-color: #e0e1e2;
	text-decoration: none;
	color: #E28A45;
}

#header {
	background-color: #FEFEFE;
	
}

.hovered {
	color: black;
}

#titleHighlight {
	font-family: diavlo_book;
	color: #a7a9ac;
}

#topLinks li {
	background-color: #E28A45;
}

#topLinks li:hover, .iosSlider
{
	border-color: #A7A9AC;
	border-bottom-color: #e0e1e2;
}

#topLinks li:hover {
	border: none;
	color: #E28A45;
}

#topLinks li:hover a.navParent {
	border-color: #A7A9AC;
	background-color: #e0e1e2;
	color: black;
}

#topLinks li a.navParent {
	background-color: #E28A45;
	color: #FEFEFE;
}

#topLinks li:hover .dropdown {
	display: block;
	height: auto;
}

#topLinks li #dropdown_aboutUs {
	width: 350px;
}

#topLinks li #dropdown_robots {
	width: 300px;
}

#topLinks li #dropdown_team {
	width: 100px;
}

#topLinks li:hover #dropdown_team {
	left: auto;
	right: auto;
	right: 0;
}

.dropdown {
	background-color: #e0e1e2;
	border-color: #A7A9AC;
}

.dropdown a:hover {
	text-decoration: none;
}

.dropdownColumn {
	font-size: 10pt;
}

#dropdown_aboutUs .dropdownColumn {
	width: 165px;
}

.dropdownColumn.last {
	text-align: right;
	float: right;
}

#topLinks .dropdownLink {
	color: black;
	padding: 3px;
	transition: background-color .2s;
}

#topLinks .dropdownLink:hover {
	background-color: #d8d8d8;
}

#topLinks .robotSlice {
  display: block;
	margin-bottom: 10px;
	padding: 10px;
	width: 260px;
}

#topLinks .robotSlice:hover {
	background-color: #d8d8d8;
}

#topLinks .robotSlice a {
	color: black;
}

#topLinks .robotSlice .robotName {
	font-style: italic;
	font-size: 12pt;
}

#topLinks .robotSlice .robotYear {
	font-size: 8pt;
}

#topLinks .moreRobots {
	width: 280px;
	text-align: right;
}

#topLinks .moreRobots a {
	color: black;
	margin-top: 20px;
	font-size: 10pt;
}

.robotSliceInner {
	display: block;
	margin-left: 50px;
	width: 230px;
}

.circle
{
	background-color: #555;
}

.circle:hover, .selected
{
	background-color: #DDD;
}

#menu
{
	background-color: rgba(224, 225, 226, .8) !important;
	background-color: #E0E1E2;
}

#header li:hover
{
	border-bottom-color: #E36d10;
}

button, #header li , button:active
{
	background-color: #E28A45; //#E36d10;
	color: #FEFEFE;
}

#header li:hover, #menu, .iosSlider
{
	border-color: #A7A9AC;
	border-bottom-color: #e0e1e2;
	color: #E36D10;
}

#twitter
{
	background: #f5cdad url('http://mercury1089.com/wp-content/themes/mercury2013/images/twitter_feed.png');
}

/* CONTENT */
#content { 
	font-size: 13px; 
	line-height: 1.2em; 
}

#content .post ul li {
	list-style: none; 
	margin: 0; 
	margin-bottom: 5px;
}

#content .contentTopBorder {
	border-top: 4px solid #bbb;
}

/* TWO COLUMNS */

.twoColumns .leftColumn ul {
	background-color: #FFEAD9;
}

.twoColumns .leftColumn a {
	color: black;
}

.twoColumns .arrow {
	color: #555;
}

/* GAME PAGE */

.prettyTable {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.prettyTable tr, .prettyTable tr td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.prettyTable .prettyTableHighlight {
	background-color: #fc7;
}

/* SLIDER COUNTDOWN */

#kickoff_countdown {
	margin-top: 30px;
	margin-left: 60px;
	font-size: 24pt;
	line-height: 120%;
}

#kickoff_countdown div {
	color: white;
	font-family: diavlo_bold;
}

#kickoff_countdown div:not(#countdown_label) {
	margin-left: 30px;
	height: auto;
}