/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
color: #333;
font-size: 12px;
font-family: Arial, Helvetica, san-serif;
padding: 0;
padding-bottom: 40px;
background-color:#F1F1F1;
background-repeat: repeat-x;
margin-bottom: 55px;
}

/* anchors
----------------------------------------------- */
a {
	color: #333366;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333366;
	border-bottom:1px solid #333366;
	
}

a.more	{ 
padding:5px 10px; 
margin:10px 5px 10px 0; 
border:1px solid #208433; 
font-weight:bold; 
background:url(../img/sprite.gif) 0 -96px repeat-x; 
color:#fff; 
text-decoration:none; 
font-size: 9px;
}

a.more:hover	{ 
text-decoration:underline; 
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}

.container_12 {
background-color:#fff;
border: 2px solid #EFF0EB;
background-repeat: repeat-y;
padding-top: 10px;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:em;}
h5, h2 {font-size:1.5em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.right_column {
border-left: 2px solid #eee;
}

.box {
	background:#fff;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	/*border: 1px solid #f3f3f3;*/
}

.box p, .box li{
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
line-height: 1.5em;
}

.box ul{
	list-style:disc;
	list-style-position: outside;
	padding: 5px ;
}


.box1 {
	background:#fff;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h1{
font-weight: bold;
font-style: inherit;
font-size: 2em;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.box1 h1{
font-weight: inherit;
font-style: inherit;
font-size: 3.5em;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.box1 h3{
font-weight: inherit;
font-style: inherit;
font-size: 1.5em;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.box2 {
	background:#ccc;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}


.box h2 {
	font-size:1.3em;
	font-weight:normal;
	color:#000;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../i/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../i/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom: .75em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
	font-size: 1.1em;
}
ul.menu li a {
	display:block;
	padding:15px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}



/* forms
----------------------------------------------- 
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
*/


/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;

}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 5px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=file] {
	-moz-appearance:none;
	-moz-binding:none;
	border-style:none !important;
	cursor:default;
	padding:0 !important;
	white-space:nowrap;
	margin-left: 50px;
}



/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Jquery panes navigator
----------------------------------------------- */

/* panes */
#panes {
	background:#fff;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:px;	
	height:200px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:650px; 
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

/* navigation */
#nav {
background:#ccc ;
border-bottom:px solid #CCCCCC;
height:60px;	
width:px;
}

#nav ul {	
margin:0 ;	
}

#nav li {	
border-right:1px solid #ddd;
float:left;
padding-left:1px;
list-style-type:none;
text-align:center;
}

#nav a {
color:#333333;
display:block;
padding:10px;
position:relative;
font-size:11px;		
text-decoration:none;
border: px solid #ccc;
margin:0 ;	

}	
#nav img {
background-color:#fff;
border:1px solid #ccc;
margin:3px 0 5px 27px;
padding:4px;		
display:block;
text-align:center;
}

#nav strong {
display:block;		
font-size:13px;
}

ul.nav{
color: #fff;
display: inline;
list-style-type:none;
width: 300px;
}

ul.nav li {
color: #fff;
display: inline;
font-size: 1.5em;
}

ul.nav li a{
color: #fff;
display: inline;
}

/* Forms 
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}*/

	/* comments */

.comments, .comments ul, #comments li{
	margin:0;
	padding:0;
	list-style:none;
	}
.comments li{
	margin:1.5em 0;
	position:relative;
	font-size:13px;
	}
.comments a{color:#5a7981;text-decoration:none;}
.comments a:hover{color:#555;}
.comments .meta{
	padding-bottom:32px;
	background:url(../img/bg_comments1.gif) no-repeat 0 100%;
	}
.comments .meta li{
	margin:0;
	display:inline;
	font-size:12px;
	color:#777;
	position:static;
	}
.comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}
.comments .meta img{
	position:absolute;
	left:28px;
	top:58px;
	z-index:100;
	border:1px solid #bfd5da;
	}
.comments .commentbody{
	padding:10px 28px 20px 63px;
	background:url(../img/bg_comments2.gif) no-repeat 0 100%;
	min-height:58px;
	width: 410px;
	}
#SectionComments{
	margin:0 auto;
	background:#fff;
	width:500px;
	padding:20px 30px;
	text-align:left;
	}


table#comments{
     border: 1px solid #fff;
     background: #fff;
     padding: 8px;
}

table#comments td.who{
     width: 150px;
     height: 100px;
     padding: 8px;   
     font-weight: bold;
}

table#comments td.commentContent{     
     min-height: 100px;
	 height: 100%;
     padding: 8px;
     width: 345px;
}

.comment-line{
     background: url(../img/comment-line.gif) repeat-y scroll left top transparent;
     padding: 8px 0 8px 8px;
     height: 100%;
}

table#comments tr.even{
     background: #F3F3F3;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

span.comment-name{ color: #7B0415; font-weight: bold;}
span.comment-date{ color: #000; font-size: 10px;}

/* // comments */


/*sponsor details  */

div.sponsor{

}

.sponsor-info{
     width: 110px;
     height: 110px;
     padding: 4px;
     float: left;
     margin: 5px;
}

.sponsor h4{
     color: #669900;
}

.sponsor a{
     margin-bottom: 8px;
}

img.sponsor {
 float: left;
 margin: 3px;
}


.tournament img{
     float: right;
     margin-left: 5px;
}

div.update {
padding: 5px;

}

.tournament h4 a{
     color: #336699;
}

div#registration {
     padding: 10px;
     background-color: #FFCC66;
     border: 1px solid #DFB259;
     width: 500px;
}

div#tickets {
     padding: 10px;
     background-color: #BFFF7F;
     border: 1px solid #92EC38;
     margin: 10px 0 10px 0;
     width: 500px;
}

span.link{
     padding: 6px;
     border: 1px solid #ccc;
     background-color: #A3E324;
     margin: 4px;
}


ul.events{
     list-style: none;
     margin: 5px;
     padding: 5px ;
}


ul.events li{
     padding: 4px 0;
}

ul.events li a{
     font-size: 1.2em;
     font-weight: bold;
     color: #336699;

}

.events h1{
     font-size: 1.6em;
     color: white;
     background: #B6B6B6;
     margin: 0 0 10px 0;
     padding: 5px ;
}

span.eventdate{
     padding: 3px;
     border: 1px solid #ccc;
     background-color: #F1F1F1;
     margin: 0 ;
     font-weight: bold;
}

span.more{
     font-weight: bold;
}

.right{
 float: right;
}

.left{
 float: left;
 margin: 10px;
 padding: 4px;
 border: 1px dotted #fff;
}

/* updates */
dl.updates {
	line-height: 1em;
	margin: 0em;
	width: 95%;
}

dt.updates {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	padding-bottom:  15px;
}
dd.updates {
	margin-left: 85px;
	margin-top: -2.6em;
	padding-bottom:  15px;
	vertical-align: top;
	line-height: 1.5em;
}

span.trigger {
	display:block;
	border:none;
}

.toggle_container .block {
     padding: 3px;
     border: 1px solid #ccc;
     background-color: #F1F1F1;
}


