@charset "utf-8";
/* 					MAIN.CSS				 	*/
/* 			(C) 2009 Nicholas Creative	 		*/

* {
	padding: 0; 
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background-color: #ede7bf;
}

.container { 
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  clear: both;
  overflow: hidden;
}



a			{ color: #39f; text-decoration: none; }
a:visited 	{ color: #49a3fc; text-decoration: none; }
a:active	{ color: #68b4ff; text-decoration: underline; }
a:hover		{ color: #68b4ff; text-decoration: underline; }

img { border-width: 0px; }

h1 {
	font-size: 2.4em;
	color: #f7931d;
	font-weight: normal;
	padding-bottom: 8px;
}

h2 {
	font-size: 1.4em;
	color: #736048;
	padding-bottom: 8px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
}

ul, ol {
	margin-left: 30px;
}

li { 
	padding-bottom: 15px;
	font-size: 1.2em;
}

.burst li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

p, dt { 
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}

dt { font-weight: bold; }

td { font-size: 1.2em; }

#hd { 
	height: 80px;
	padding-top: 20px;
	background: #ed9d1f url(../images/hd-bg.jpg) 0 0 no-repeat;
}

#logo { float: left; }
#date { float: right; text-align: right; }
#countdown { 
	padding-top: 5px;
	color: #fff;
	font-size: 1.4em;
}

#content {
	background-color: #fff;
}

#nav { 
	width: 771px;
	height: 42px;
	padding-left: 24px;
	float: right;
	background: url(../images/nav-bg.gif) 0 0 no-repeat;
}

#nav ul {
	height: 42px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: url(../images/nav-ul-bg.gif) repeat-x;
	float: left;
}

#nav li {
	height: 31px;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
	padding-top: 11px;
	padding-right: 42px;
	display: block;
	list-style: none;
	background: url(../images/nav-li-bg.gif) top right no-repeat;
	float: left;
}

#nav li.current {
	padding: 0px;
	margin-right: 5px;
	height: 42px;
	background: url(../images/nav-cur-bg.gif) right repeat-x;
}

#nav li.end {
	background: url(../images/nav-end.gif) top right no-repeat;
	padding-right: 30px;
}

#nav li span {
	height: 31px;
	padding-top: 11px;
	padding-right: 35px;
	display: block;
	background: url(../images/nav-cur-rt.gif) top right no-repeat;
}

#left-col {
	width: 195px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-col ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#left-col li {
	padding-top: 20px;
	list-style: none;
}

#mid-col {
	width: 560px;
	padding: 20px;
	padding-left: 35px;
	float: left;
}

#mid-col-full {
	width: 740px;
	padding: 20px;
	padding-left: 35px;
	float: left;
}

#right-col {
	width: 180px;
	padding-top: 20px;
	float: left;
	font-size: .9em;
}

#right-col li { padding-bottom: 3px; }
#right-col p { line-height: normal; }
#right-col h3 { font-size: .9em; }

#sponsorlist ul { margin-left: 10px; }

#sponsorlist li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ddd;
	border-top: dashed 1px #ddd;
	margin-top: -1px;
}

#sponsorlist h3 {
	padding-top: 12px;
	padding-bottom: 7px;
	font-size: 1.4em;
	color: #f7931d;
}

table.sponsorlogos  {
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 30px;
	font-size: .8em;
}

table.sponsorlogos td {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	padding-top: 25px;
	color: #999;
}

#liveconcepts {
	float: left;
}

#nicholas {
	float: right;
	width: 200px;
}

/* -------------------- TOGGLE -------------------- */

/*  "Show All" + "Hide All" links 
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin 
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand)
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs 
#TJK_DL dd {background:url(answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs 
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors
#TJK_DL .DTplus a {background-image:url(../images/toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(../images/toggleDLminus.gif)} */
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;}

/*\*//*/
#TJK_DL .showDD {display:block} 
#TJK_DL dd,.hideDD {top:0;position:relative;display:none}
/**/

/* BUTTON CLASSES	*/

a.btn {
    background: url(../images/btn-rt.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-top: 10px;
	margin-right: 6px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.btn span {
	/* Background left image */ 
	background: url(../images/btn-blank.gif) no-repeat; 
	display: block;
	line-height: 13px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 6px 0 7px 13px;
	color: #09f;
} 

a.btn:hover span { text-decoration: underline; }

a.btn span.accept {
	background: url(../images/btn-accept.gif) no-repeat; 
	padding: 6px 0 7px 32px;
	color: green;
}

a.btn span.delete {
	background: url(../images/btn-delete.gif) no-repeat; 
	padding: 6px 0 7px 32px;
	color: red;
}

a.btn span.search {
	background: url(../images/btn-search.gif) no-repeat; 
	padding: 6px 0 7px 33px;
}

a.btn span.login {
	background: url(../images/btn-login.gif) no-repeat; 
	padding: 6px 0 7px 33px;
}

