@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #263738;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #eed5a9;
}

.homeBG {
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.pageBG {
	background-image: url(../images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* container */

#container {
	width: 993px;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	background-image: url(../images/logo-cfk.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 199px;
	width: 212px;
	z-index: 2;
	top: 16px;
	cursor: pointer;
}

/* masthead */

#masthead {
	height: 81px;
	width: 993px;
	position: relative;
}

.navbar {
	float: right;
}

/* home header */

#homeHeader {
	height: 324px;
	padding: 0 0 25px 0;
	position: relative;
}

.joinUs {
	position: absolute;
	background-image: url(../images/headline-join-us.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 144px;
	width: 284px;
	z-index: 2;
	top: 150px;
	left: 48px;
	cursor: pointer;
}

.rules {
	position: absolute;
	background-image: url(../images/headline-tournament-rules.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 50px;
	width: 255px;
	z-index: 2;
	top: 0px;
	left: 713px;
}

/* home content */

#homeContent {
	width: 993px;
	overflow: auto;
}

.oneCol {
	width: 248px;
	float: left;
	background-color: #304243;
}

.oneCol .hdr {
	height: 40px;
	width: 248px;
	background-image: url(../images/bg-one-col-hdr.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneCol .hdr h1, .wideCol .hdr h1 {
	color: #e7c78d;
	font-size: 1.3em;
	padding: 8px 0 0 27px;
}

.oneCol .oneColList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.oneCol .oneColList li {
	list-style-type: none;
	margin: 0;
	padding: 8px 20px;
	overflow: auto;
	width: 208px;
}

.oneCol p {
	padding: 4px 20px;
	font-size: .8em;
}

.oneCol .italic {
	font-style: italic;
}

.oneCol .red {
	color: #fc2d35;
	font-weight: bold;
}

.oneCol .row {
	background-color: #263738;
}

.wideCol {
	width: 419px;
	float: left;
	padding: 0 39px;
}

.wideCol .video {
	height: 244px;
	padding: 0 0 20px 0;
}

.wideCol .hdr {
	height: 40px;
	width: 419px;
	background-image: url(../images/bg-sponsors-hdr.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.wideCol .sponsors {
	height: 167px;
}

/* pages content */
#pageHdr {
	height: 86px;
	background-image: url(../images/hdr-page-join-us.gif);
	background-repeat: no-repeat;
	background-position: 668px 0px;
	padding: 0 0 84px 0;
}

#pageHdr h1 {
	padding: 26px 0 0 238px;
	font-size: 2em;
}

#pages {
	padding: 0;
	width: 993px;
}

#pages h1 {
	color: #F00;
	font-size: 1.2em;
	padding: 0 0 10px 0 ;
}

#pages p {
	padding: 10px 0;
}

/* tournament rules */

.tournamentRules {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.tournamentRules li {
	padding: 10px;
}

.tournamentRules li.alt {
	background-color: #304243;
}

/* sponsors */

.sponsorsLogos {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sponsorsLogos li {
	float: left;
	width: 330px;
}

/* gallery */

#gallery img {
	padding: 10px;
}

/* footer */

#footer {
	clear: both;
	margin: 26px 0 0 0;
	padding: 24px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d67e60;
}

#footer p {
	color: #FFF;
	font-size: .9em;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* modified tags */

a {
	outline: none;
	color: #F00;
}

object {
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img, div, .logo, .joinUs, .rules {
	behavior: url(js/iepngfix.htc)
}

/* classes */
.red {
	color: #fc2d35;
}

.orangeBullets {
	color: #d67e60;
}

.centerImg {
	display: block;
	margin: 0 auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}