﻿/* Colors
=====================================================================
Blue			244B8D
Red				B8241F
Green			708851
Olive			786616
Gold			E9BB2C
Light Brown		C59827
Dark Brown		352A1B
Dark Grey		333221
Grey 2			43422F

*/
/* Text Colors
=================================================================*/
body
{
	color: #352A1B;
	background: #244B8D url('Images/CoorsCup/background.jpg') no-repeat scroll 50% 0pt;
}
h1, h3, h5, .pageTitleArea div.title, .leftNav a, .caption, dt, .sharepointLogin, .topNavItem a, .topNavFlyOuts a, .ms-globallinks a, .search td.ms-sbcell
{
	color: #244B8D; /* Blue */
}
h2, h4, h6, .pageTitleArea div.subtitle, .topNavHover a, .topNavFlyOutsHover a, .leftNavHover a, .smallcaps
{
	color: #B8241F; /* Red */
}
.topNavSelected a, .leftNavSelected a, .articleHeader
{
	color: #C59827; /* Lt Brown */
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited, .breadcrumb a:active
{
	color: #aaa;
}
table
{
	color: #352A1B;
}
blockquote
{
	color: #666;
}
blockquote, blockquote p
{
	color: #666;
}
.sectionHeading, #column1 .textModule h1
{
	color: #fff;
}
#footerContainer
{
	color: #000;
}
/* Backgrounds
=================================================================*/
li a:hover, .topNavFlyOutsHover, .leftNavHover
{
	background-color: #eee;
}
.leftNav, #column1, #mainContainer, #column2 .textModule
{
	background-color: #fff;
}
#column2, .sectionHeading, #column1 .textModule h1, #footerContainer
{
	background-color: #244B8D; /* Blue */
}
#column2_bot
{
	height: 200px;
	background: #fff url(  'Images/CoorsCup/bg_col2_bot.jpg' ) repeat-x;
}
.section
{
	background: url(  'Images/CoorsCup/bg_module.jpg' ) no-repeat;
}
.ms-globallinks
{
	background-color: #ccf;
}
/* Borders
=================================================================*/
.topNavFlyOuts
{
	border-bottom: 2px #B32025 solid;
}
.editModePanel
{
	border-top: 2px #606E30 solid;
}
.imageContainer
{
	border: 1px #cccccc solid;
}
.articleHeader
{
	border-bottom: 1px #B3862D solid;
}
.summaryLinksContainer
{
	border: 1px #cccccc solid;
}
/* core.css Overrides
=================================================================*/
hr
{
	height: 1px;
	color: #B3862D; /* Dark Yellow */
	background-color:#B3862D;/* Dark Yellow */
}
.sharepointLogin
{
	float: right;
	display: inline;
	font-weight: bold;
}
.search td.ms-sbcell
{
	border: 0;
	padding: 0 2px;
	font-size: 1.25em;
}
.ms-globalTitleArea
{
	background-color: #fff;
}
/* Fixes default welcome page layout */
.splashLinkFrame
{
	padding: 10px;
}
.removeMargins 
{
	margin: 0px;
}
.ms-pagebreadcrumb
{
	display: none;
	visibility: hidden;
}
.welcomeImage
{
	padding-left: 10px;
}
/* Fixes default search page layout */
#ZoneTable
{
	margin-left: 25px;
	padding: 10px;
	width: 100%;
}
.ms-WPBody
{
	font-size: 1em;
}
.description
{
	font-family: verdana,arial,helvetica,sans-serif;
}

