 
/* Johnny Style */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url("images/wide/bg.gif") repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #07669c;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url("images/wide/quote.gif") no-repeat 15px 15px;
}

/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	

*/
/* end - table */

td {
	padding-left: 5px;
}

/* form elements */
form {
	margin: 20px 10px; 
	padding: 10px;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}

form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1002px;
	background: #FFF url("images/wide/wrap.gif") repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
/*	clear: both;	*/
/*	float: left;	*/
	width: 1002px;
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 1002px;
	height: 245px;
	background: #07669c url("images/wide/banner.jpg") no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	/*letter-spacing: -5px;*/
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 125px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #fff;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 160px; left: 210px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #07669c url("images/wide/top-menu.gif") repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 200px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 1002px;
	height: 50px;
	background: #988060 url("images/wide/nav.gif") no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url("images/wide/left-tab.gif") no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url("images/wide/right-tab.gif") no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 900px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url("images/wide/bullet.gif");
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #07669c;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url("images/wide/qsearch.gif") no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 1002px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url("images/wide/footer-bottom.gif") no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer ul#image {
	float:left;
	list-style:none;
	margin-right:30px;
}

#footer ul#image li {
	float:left;
	list-style:none;
	margin-left:5px;
	padding-left:5px;
	background-image:none;
}

#footer ul#image li#last {
	padding:10px 0 0 5px;
}

#footer #image img {
    margin:0;
	padding:0;
	border:none;
}

#footer ul#links {
    padding-top:10px;
	float:right;
	list-style:none;
}

#footer ul#links li {
	float:left;
	list-style:none;
	margin-left:5px;
	padding-left:5px;
	background-image:none;
}

#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url("images/wide/clock.gif") no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url("images/wide/comments.gif") no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url("images/wide/doc.gif") no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url("images/wide/edit-doc.gif") no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* Styles Added by Ben */
body.brackets {
	background: white;
}

table.thinborder {
	border: 1px solid black;
	font-size: small;
}

table.thinborderwhite {
	border: 1px solid black;
	font-size: small;
	font-weight: bold;
	background: #fffaf0;
	color: black;
}

table.sss {
	border: 1px solid black;
	font-size: normal;
	width: 100%;
}
.verysmall {
	font-size: 90%;
}
.whiteboldtext {
	font-weight: bold;
	color: white;
}

.brackets1 .brackets3 .brackets5 .leaderboard { white-space: nowrap; color: black; background: #fffaf0; font-size: 70%; font-weight: normal; font-family: sans-serif; text-align: left; white-space: nowrap; }
.brackets2 .brackets4 .brackets6 { white-space: nowrap; color: black; background: #e6e6e6; font-size: 70%;  font-weight: normal; font-family: sans-serif; text-align: left;}

.thisisme { color: white; background: #324651; font-size: 70%;  font-weight: bold; font-family: sans-serif; text-align: left;}
.monkey { color: black; background: yellow; font-size: 70%;  font-weight: bold; font-family: sans-serif; text-align: left;}

.brackets1 .brackets3 .brackets5 a { color: #4c4c6b; }
.brackets1 .brackets3 .brackets5 a:hover {background: black; color: #324651; text-decoration: underline overline;}
.brackets2 .brackets4 .brackets6 a { color: #4c4c6b; }
.brackets2 .brackets4 .brackets6 a:hover {background: black; color: #324651; text-decoration: underline overline;}
.thisisme a { color: white; }
.thisisme a:hover {background: white; color: #324651; text-decoration: underline overline;}
.monkey a { color: black; }
.monkey a:hover {background: black; color: yellow; text-decoration: underline overline;}

.brackets1 { height: 45px; }
.brackets2 { height: 90px; background: #cccccc; }
.brackets3 { height: 180px; }
.brackets4 { height: 360px;  background: #cccccc;}
.brackets5 { height: 720px; }
.brackets6 { height: 1440px;  background: #cccccc;}
.leaderboard { font-size: 70%; background: #e6e6e6; }

.nowrap { white-space: nowrap; }

/*
.brackets_heading { white-space: nowrap; font-size: 100%;  font-weight: bold; font-family: sans-serif; text-align: left; color: white; padding-top: 10px;
background: #314650 url(navtab.jpg) repeat-x top left;
}
.brackets_heading { white-space: nowrap; font-size: 100%;  font-weight: bold; font-family: sans-serif; text-align: left; padding-top: 10px; }
*/

.rightalign { text-align: right }
.leftalign { text-align: left }
.brackets_region { background: white; height: 280px; }
td.brackets_region { height: 360px; border: 1px solid black; }

.brackets1_center { color: black; background: #fffaf0; font-size: 70%; font-weight: normal; font-family: sans-serif; text-align: center;}
.brackets2_center { color: black; background: #e6e6e6; font-size: 70%;  font-weight: normal; font-family: sans-serif; text-align: center;}
.brackets_heading_center { font-size: 90%;  font-weight: normal; font-family: sans-serif; text-align: center;}
td.brackets1 td.brackets2 { white-space: nowrap; margin: 10px; border: 0.125em solid black; }


.picked { margin-left: 12px; color: black; text-transform: uppercase; text-decoration: underline overline; font-size: larger; font-weight: bold; }
.winner { color: black; text-transform: uppercase; text-decoration: underline overline; font-size: larger; font-weight: bold; }
.normal { margin-left: 12px; color: black; font-weight: normal; }
.radio { margin-left: 0px; color: black; font-weight: normal; }


.textinput { font-weight: bold; font-size: larger; }
.largeWhiteBold { font-size: 26px; color: white; font-weight: bold; }
.smallWhiteBold { font-size: 12px; color: white; font-weight: bold; }

td.nolink a { cursor: pointer; color: blue; text-decoration: none; font-variant: small-caps; }
td.nolink a:hover {cursor: pointer; color: blue; text-decoration: none; font-variant: small-caps;}

td.one { color: white; background: black;}
td.two { color: white; background: #333333;}
td.three { color: white; background: #666666;}
td.four { color: white; background: #999999;}
td.five { color: black; background: #cccccc;}
td.six { color: black; background: #ffffff;}

pre.fitme {
	width = 400px;
	white-space = normal;
}
.highchart {
        position: relative;
        width: 600px;
        height: 400px;
	z-index: 10;
}

#container {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
}

.logo_container {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
}

#popMe {
	position: absolute;
	right: 25px;
	bottom: 5px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	border: 1px solid black;
	color: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6;
}
