/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-31) YYYY-MM-DD
* Website: http://www.squidgemedia.com/
* Author: Andy @ Squidge Media
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;
	font-style: inherit;*/
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Console";
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
ul {
	margin-left:20px;
}

body {
	background-image:url(../images/koc_bg.jpg);
	background-position:center top;
}
#container {
	background-image: url(../images/koc_bg0.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 20px solid #242323;
	width: 100%;
	float: left;
}
#container h1 {
	background-image: url(../images/koc_logo_03.png);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	margin: 30px;
	text-indent: -9999px;
	width: 310px;
}
#splashWrap {
	margin: 0px auto;
	width: 645px;
}
.splashPage {
	display: block;
	width: 645px;
	height: 435px;
	background-image: url(../images/koc_Splash_03.png);
	text-indent: -9999px;
}
#footer {
	width: 100%;
}
.footerNav {
	display: block;
	margin: 20px 0 20px 0;
	width: 600px;
	border-top: dashed 1px #130B1B;
	padding: 10px 0 0 35px;
}
.footerNav li {
	list-style-type: none;
	display: block;
	float: left;
}
.footerNav a {
	padding: 3px 10px;
	font-size: 11px;
	color: #130B1B;
	border-right: 1px solid #130B1B;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
}
.footerNav a:hover {
	text-decoration:underline;
}
#mainWrap {
	margin: 0 auto;
	width: 975px;
	position: relative;
}
#col1 {
	width: 530px;
	float: left;
	position: relative;
}
#col1 h2 {
	display: block;
	background-image: url(../images/koc_hp_03.png);
	height: 133px;
	text-indent: -9999px;
	width: 480px;
	float: right;
}
#col1cont {
	background-image: url(../images/koc_hp_06.png);
	width: 415px;
	background-repeat: repeat-y;
	padding: 0px 15px 0 50px;
	font-size: 12px;
	float: right;
	clear: right;
	color:#5E5D5C;
}
#col1cont h3 {
	font-weight: normal;
	font-size: 15px;
	padding: 3px 0 7px;
	margin-top: 10px;
}
#col1cont p {
	font-size:11px;
	padding-bottom:9px;
}
.infoShareLink {
	display: block;
	float: left;
	padding: 3px 3px 3px 25px;
	background-image: url(../images/shareFacebook.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #1A1A1A;
	text-decoration: none;
}
#col1btm {
	float: right;
	clear: right;
	height: 14px;
	width: 480px;
	background-image: url(../images/koc_hp_26.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.infoItemBreak {
	clear: left;
	height: 8px;
	background-image: url(../images/koc_hp_09.png);
	background-position: center;
}
#col2 {
	float: left;
	width: 409px;
	margin: 33px 0 20px 0px;
}
#audioPlayer {
	height: 40px;
	width: 385px;
	background-color: #D8D3C1;
	clear:left;
	margin: 0 0 0 12px;
	;
}
#infoNavList {
	display: block;
	margin: 10px 0;
}
#infoNavList li {
	list-style-type: none;
	float: left;
	padding: 2px;
}










/********************
	iFrame Pages 
********************/
#Pcard {
	position: absolute;
	left: 0px;
	top: 0px;
}
#signupCont {
	width: 565px;
	margin: 40px 0 0 40px;
	padding: 120px 20px 20px 20px;
	background-color: #E7E6E6;
}
#signupForm {
	background-color: #fdfdfd;
	color: #333;
	padding: 15px;
	margin: 20px 0 0 0;
}
#signupCont p {
	font-size:12px;
	color: #333;
}
#signupList {
	display: block;
	font-variant: small-caps;
	margin: 0 0 0 10px;
	color: #716f6b;
}
#signupList li {
	float: left;
	list-style-type: none;
	width: 400px;
	padding: 5px 3px;
}
#signupList .label {
	width: 80px;
}
#signupForm p {
	font-size: 10px;
	clear: left;
	padding: 10px 0;
}
#signupForm select {
	border:1px solid #333;
	background-color: #D4CFC2;
	background-image: url(../images/txtBox_bg_03.jpg);
	color: #716f6b;
	font-size:12px;
}
.signupTxt {
	padding: 2px;
	background-color: #CAC5B5;
	border: 1px solid #aeaeae;
	background-image: url(../images/txtBox_bg_03.jpg);
	color: #716f6b;
	font-size:12px;
	width:190px;
}
#signupSubmit {
	display: block;
	padding:9px 20px 8px;
	background-image: url(../images/koc_signuo_bg_03.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin: 0 0 0 105px;
	color: #fff;
	text-transform: uppercase;
}
#signupSubmit:hover {
	cursor:pointer;
	color:#000;
}



#historyCont {
	width: 543px;
	margin: 60px 0 0 40px;
	padding: 20px;
	background-image: url(../images/disco_bg_03.png);
	background-repeat: repeat-y;
	float: left;
	color: #333;
}
#historyBtnCont {
	float: left;
	width: 100%;
	padding: 0 0 8px 0;
	border-bottom: dashed 2px #333;
	margin: 20px 0 0 0;
	clear: left;
}
#historyBtnCont a {
	display: block;
	float: right;
	padding: 4px 10px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#historyBtnCont .historySelected {
	background-color: #CAC5B5;
}
.historyItem {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.historyCol1 {
	float: left;
	margin: 0 15px 0 0;
}
.historyCol2 {
	float: left;
	width:378px;
}
.historyItem p {
	font-size: 12px;
}
.historyItem ol, .historyItem ul {
	font-size: 12px;
	margin: 20px 0 20px 40px;
}
.historyItem li {
	padding: 2px 0;
}
#historyBtnCont a:hover {
	background-color: #CAC5B5;
}




#galleryCont {
	width: 543px;
	margin: 60px 0 0 40px;
	padding: 20px;
	float: left;
	color: #333;
	background: #fdfdfd;
}
#galleryList {
	display: block;
	clear: left;
	float: left;
	margin: 10px 0;
	width: 100%;
}
#galleryList li {
	list-style-type: none;
	display: block;
	float: left;
	width: 135px;
	padding: 3px 0;
}
#galleryTarget {
	float: left;
	clear: left;
	width: 100%;
}
.galleryPageLink {
	font-size: 10px;
	color: #908F8F;
	display: block;
	background-image: url(../images/gallery_pageLink_03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 15px 2px 2px;
	text-decoration:none;
}




#liveCont {
	width: 543px;
	margin: 80px 0 0 40px;
	padding: 20px;
	float: left;
	color: #333;
	background: #fdfdfd;
}
.liveList {
	display: block;
	clear: left;
	float: left;
	margin: 3px 0;
	width: 526px;
	padding:3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.liveList:hover {
	cursor:pointer;
	border-top:1px solid #CAC5B5;
	border-bottom:1px solid #CAC5B5;
	background-image:url(../images/live_select_07.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}	
.liveList li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100px;
	padding: 3px 0;
}
#liveTarget {
	float: left;
	clear: left;
	width: 100%;
	font-size: 13px;
	padding: 15px 0 0 0;
}
#liveTarget .liveList .liveVenue {
	width: 190px;
}
#loadEventWrap {
	padding: 10px;
	width: 520px;
	border: 1px solid #CAC5B5;
	margin: 0 0 15px 0;
}
#liveTarget p {
	font-size: 11px;
	padding: 5px 0;
}
#loadEventWrap h2 {
	font-weight: normal;
	margin:3px 0;
}
#liveTarget a {
	color: #333333;
	text-decoration: underline;
}
.splashPage:hover {
	cursor: pointer;
}
#snLinks {
	position: absolute;
	bottom: 13px;
	height: 175px;
	width: 81px;
}
#infoNavList li a {
	display: block;
	width: 200px;
	height: 145px;
	float: left;
	background-image: url(../images/btns_up_03.png);
	background-repeat:no-repeat;
}
#infoNavList #mainForumBtn a {
	background-image: url(../images/btns_up_04.png);
}
#infoNavList #mainStoreBtn a {
	background-image: url(../images/btns_up_06.png);
}
#infoNavList #mainLiveBtn a {
	background-image: url(../images/btns_up_09.png);
}
#infoNavList #mainHistoryBtn a {
	background-image: url(../images/btns_up_08.png);
}
#infoNavList #mainSignupBtn a {
	background-image: url(../images/btns_up_07.png);
}

/*
#infoNavList #mainGalleryBtn .hover {
	background-image: url(../images/btns_over_03.png);
}
#infoNavList #mainForumBtn .hover {
	background-image: url(../images/btns_over_04.png);
}
#infoNavList #mainStoreBtn .hover {
	background-image: url(../images/btns_over_06.png);
}
#infoNavList #mainLiveBtn .hover {
	background-image: url(../images/btns_over_07.png);
}
#infoNavList #mainHistoryBtn .hover {
	background-image: url(../images/btns_over_08.png);
}
#infoNavList #mainSignupBtn .hover {
	background-image: url(../images/btns_over_09.png);
}
*/

#footerWrap {
	clear: left;
	width: 905px;
	margin: 0 auto;
	border-top: 2px dashed #333;
}
#footerList {
	display: block;
	margin: 0 0 0 0;
	float: left;
	width: 638px;
}
#footerList li {
	list-style-type: none;
	float: left;
	padding: 8px 0;
}
#footerList a {
	color: #313130;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	border-right: 1px solid #313130;
}
#footerList a:hover {
	text-decoration:underline;
}


.fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top left;
	color:#5E5D5C;
	font-size:12px; 
}
.newsReadMore {
	font-size: 12px;
	color: #5E5D5C;
}

