/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
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;color:#fff;}
* body {font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;line-height:1.5;color:#fff;background-image:url('../images/bw_back.jpg');background-repeat:no-repeat;background-attachment:fixed-x;background-position:top;background-color: #000;background-align: center;margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;}

/* typography.css */
body {font-size:75%;color:#222;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#f0037f;}
h1 {font-size:2em;line-height:1;margin-bottom:.5em;text-transform:uppercase;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1em;line-height:1;margin-bottom:.5em;margin-top:.5em;text-transform:uppercase;color:#3399ff;font-weight:bold;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

.who {font-weight:bold;color:#ffff00;font-size:12pt;}
.gbdate {font-weight:normal;color:#ffff00;font-size:8pt;}

strong {color:#ff0066;font-weight:bold;}

/* grid.css */
.container {width:800px;margin:0 auto;}

.span-1 {width:800px;height:140px;}
/*.span-2 {width:878px;height:32px;background-image:url('../images/bg_nav.jpg');background-repeat:no-repeat;padding:0px;padding-left:230px;font-weight:bold;font-size:8pt;color:#fff;}*/
.span-3 {width:800px;padding-left:30px;padding-top:10px;margin-top:-10px;}
.span-4 {width:800px;height:218px;background-color:transparent;}
.span-5 {width:800px;height:56px;background-color:transparent;}
.span-6 {width:800px;}

.col-1 {width:508px;color:#fff;font-size:12px;font-weight:bold;float:left;margin:5px;margin-left:60px;}
.col-back {background-repeat:repeat-x;height:211px;font-weight:normal;padding:10px;}
.col-2 {width:245px;color:#fff;font-size:12px;font-weight:bold;float:left;margin:5px;}
.col-3 {width:200px;height:400px;color:#fff;font-size:12px;font-weight:normal;float:left;margin-top:0px;margin-left:0px;}
.col-4 {width:530px;color:#fff;font-size:12px;font-weight:normal;float:left;margin:5px;margin-left:0px;padding-left:20px;}
.col-4-home {color:#fff;font-size:12px;font-weight:normal;float:left;margin:5px;padding-left:20px;margin-top:0px;margin-left:16px;width:546px;height:350px;}
.col-3-2 {width:300px;color:#fff;font-size:12px;font-weight:normal;float:left;margin-top:0px;margin-left:0px;}
.col-4-2 {width:430px;color:#fff;font-size:12px;font-weight:normal;float:left;margin:5px;margin-left:0px;padding-left:20px;}
.col-5 {width:800px;color:#fff;font-size:12px;font-weight:normal;float:left;}
.col-6 {width:750px;}
.col-page {font-weight:normal;padding:10px;}
.col-sponsors {width:800px;float:left;margin-left:10px;}
.buy {color:#fff;font-size:12px;font-weight:normal;float:left;margin:5px;padding-left:20px;margin-top:40px;margin-left:16px;width:546px;height:399px;background-image:url('../images/home_back.gif');background-repeat:no-repeat;}
.buy_form {padding-top:180px;padding-left:350px;font-weight:bold;font-size:16px;text-align:center;}
.selectback {position:absolute;padding-top:32px;padding-left:675px;font-size:10px;padding-bottom:10px;}
.selecticon {position:absolute;padding-top:30px;padding-left:730px;}

.col-head {width:450px;height:30px;color:#fff;font-size:14px;font-weight:bold;float:left;margin:70 0 0 375px;}
.col-footer-left {color:#a2a2a2;width:400px;font-size:10pt;float:left;padding-top:5px;}
.col-footer-right {color:#a2a2a2;width:250px;font-size:10pt;text-align:right;float:right;margin-right:70px;padding-top:5px;}

.headerleft {width:640px;float:left;}
.headerright {width:120px;float:left;margin-top:-10px;}
.clear {clear:both;}
.even {height:25px; padding:5px; background-color:#363636;}
.odd {height:25px; padding:5px;}

/* forms.css */
td.label {font-weight:bold;color:#ffff00;text-align:right;vertical-align:top;padding-top:5px;}
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;color:#000;}
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 {font-family:arial;font-size:11pt;width:300px;height:150px;padding:5px;color:#000;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.first {color:#ccc;}
input.button {width:205px;font-weight:bold;color:#3399ff;font-size:14pt;text-align:left;padding-top:5px;background-color:transparent;border:0px;cursor:pointer;}
input.buttonsm {width:80px;font-weight:bold;color:#3399ff;font-size:14pt;text-align:left;padding-top:5px;background-color:transparent;border:0px;cursor:pointer;}
input.shhh{display:none;}
select.paypal {color:#000;}

/* custom */
a {color:#0099ff;text-decoration:none;}
a:visited {color:#0099ff;text-decoration:none;}
a:hover {color:#ff3399;text-decoration:underline;}
a:active {color:#0099ff;text-decoration:none;}

a.nav {font-weight:14pt;color:#3399ff;text-decoration:none;}
a.nav:visited {font-weight:14pt;color:#3399ff;text-decoration:none;}
a.nav:hover {font-weight:14pt;color:#ff0066;text-decoration:underline;}
a.nav:active {font-weight:14pt;color:#3399ff;text-decoration:none;}

a.footer {font-weight:8pt;color:#ff3399;text-decoration:none;}
a.footer:visited {font-weight:8pt;color:#ff3399;text-decoration:none;}
a.footer:hover {font-weight:8pt;color:#0099ff;text-decoration:underline;}
a.footer:active {font-weight:8pt;color:#ff3399;text-decoration:none;}

/* Tag Cloud */
#cloud a.tag1 { font-size: 8pt; font-weight: 100; }
#cloud a.tag2 { font-size: 10pt; font-weight: 200; }
#cloud a.tag3 { font-size: 12pt; font-weight: 300; }
#cloud a.tag4 { font-size: 14pt; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud { padding: 2px; line-height: 3em; text-align: center; text-align:justify}
#cloud a { padding: 0px; }
#cloud { margin: 0; text-align:justify}
#cloud li { display: inline; }