@charset "utf-8";
/* CSS DOCUMENT
AUTHOR: Damon Schmidt, KobiBlue
AUTHOR URL: www.kobiblue.com
TITLE AND VERSION: NAGVA 1.0

TABLE OF CONTENTS:
	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header
	5- Navigation
	6- Content
	7- Forms
	8- Extras
	9- Footer
*/

/* 0. KB-BP RESET
====================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* 1. GLOBAL
====================================== */
body {margin:0;font-size:75%;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#999;background:#fff url(/img/site/bg_menus.gif) repeat-x;}
body.popup {margin:20px;font-size:75%;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#999;background:#fff url() repeat-x;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
p {margin:0 0 1.5em;color:#999;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;color:#006;}
th, td {padding:2px 6px;}
tr.even td {background:#F7F7F7;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.padSm {padding:6px;}
.padLg {padding:20px;}
.left {float:left;}
.right {float:right;}
.bullet {margin-bottom:-3px;}
.paypal {border:1px solid #ccc;width:100%;height:400px;margin-bottom:20px;}
.container {width:950px;margin:0 auto;padding:0;}

/* 2. LINKS
====================================== */
a {color:#009;text-decoration:underline;}
a:focus, a:hover {color:#000;}

/* 3. HEADINGS
====================================== */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000;}
h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:2em;line-height:1em;margin:0.5em 0;font-weight:bold;color:#c00;}
h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:1.6em;line-height:1em;margin-bottom:0.3em;font-weight:bold;color:#006;}
h3 {font-size:1.2em;line-height:1em;margin-bottom:0.3em;color:#c00;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;color:#ccc;}
h3.right {padding-top:6px;}
h6.right {padding-top:4px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

/* 4. HEADER
====================================== */
#header {font-family:Georgia, "Times New Roman", Times, serif; height:132px;}
#logo {height:100px; float:left; margin:10px 10px 0 -20px;}
#login {width:260px; float:right; margin-top:10px;}
#signinModal {display:none;}
#signin h1 {}

/* 5. NAVIGATION
====================================== */
#menus {height:90px;}
ul.menu_main {position:relative; top:8px; left:-10px; padding:0; margin:0; clear:both;}
ul.menu_main li {display:inline; margin-right:14px; color:#fff; font-size:1.4em;}
ul.menu_main li a {color:#fff; text-decoration:none; display:inline-block; border:1px solid #c00; padding:0px 10px;}
ul.menu_main li a.active, ul.menu_main li a:hover {background-color:#e68080;border:1px solid #f0b3b3;}
ul.menu_sub {position: relative; top:16px; left:-10px; padding:0; margin:0;}
ul.menu_sub li {display:inline; margin-right:14px; padding:2px 10px; color:#ccc; font-size:1em;}
ul.menu_sub li.welcome {color:#fff;}
ul.menu_sub a {color:#ccc;}

/* 6. CONTENT
====================================== */
#col_34l {width:300px; float:left; display:block; padding-right:30px;}
#col_34r {width:330px; float:left; display:block;}
#col_50l {width:445px; float:left; display:block; padding-right:30px;}
#col_50r {width:475px; float:left; display:block;}
#col_66l {width:590px; float:left; display:block; padding-right:30px;}
#col_66r {width:620px; float:left; display:block;}
.box {margin-bottom:20px; border:1px solid #ccc;}
.box h1 {color:#006; font-size:1em; margin:0; padding:4px 6px; font-weight:bold; border-bottom:1px solid #ccc; display:block; background:#f7f7f7 url(/img/site/bg_box_hdr.gif) repeat-x;}
.box p {margin-bottom:5px;}
.box ul {margin:0; list-style:none;}
.box ul.events li, .box ul.tourneys li, .box ul.pubs li {background-color:#fff;}
.box ul.events li.even, .box ul.tourneys li.even, .box ul.pubs li.even, .box ul.news li.even {background-color:#f7f7f7;}
.box ul li {border-top:1px solid #ccc;}
.box ul li.first {border-top:none;}
.box ul li a {padding:4px;}
.box ul li a:hover {color:#c00;}
.box ul.events a {display:block; text-decoration:none; background: transparent url(/img/site/i_event.gif) no-repeat 98% 50%; padding-right:20px;}
.box ul.tourneys a {display:block; text-decoration:none; background: transparent url(/img/site/i_cal.gif) no-repeat 98% 50%; padding-right:20px;}
.box ul.pubs a {display:block; text-decoration:none; background: transparent url(/img/site/i_pub.gif) no-repeat 98% 50%; padding-right:20px;}
.box ul.news a {display:block; text-decoration:none; background: transparent url(/img/site/i_news.gif) no-repeat 98% 50%; padding-right:20px;}
.box ul.menu_board a {display:block; text-decoration:none; background: transparent url(/img/site/i_role_b.gif) no-repeat 98% 50%; padding-right:20px;}
.box ul.events a:hover, .box ul.tourneys a:hover, .box ul.pubs a:hover, .box ul.menu_board a:hover {background-color:#eee;}
.boxNote, .boxNote a {margin:-20px 0 20px 0;padding:0;text-align:right;color:#999;}
.boxNote a:hover {color:#c00;}
table.data {border:1px solid #ccc;margin-bottom:20px;}
table.data td {border-top:1px solid #ccc;}
table.grid {border:1px solid #ccc;margin-bottom:20px;}
table.grid td {border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:0;}
table.grid td a {display:block; padding:2px 6px;}
table.grid td a:hover {background-color:#eee;}

/* 7. FORMS
====================================== */
form {margin:0; padding:0;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:96%;height:100px;padding:5px;}


/* 8. EXTRAS
====================================== */
.usericon {margin-right:4px;float:left;padding:0;}
.error, .notice, .success {padding:.8em;margin:0;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.error a {color:#8a1f11;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.notice a {color:#514721;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.success a {color:#264409;}
.portlet_scroll {height:200px;overflow:auto;}

/* 9. FOOTER
====================================== */
.footer {clear:both; padding-top:8px; background: #fff url(/img/site/bg_footer.gif) repeat-x; color:#999; height:60px; text-align:center;}

