
/**
 * HTML Selectors
 */

a {
  color: #761700;
  outline: 0;
  text-decoration: underline;
}

body, html {
  background: #fff;
  width: 100%;
  height: 100%;
}

body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

form {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}

h1 {
  font-size: 28px;
  line-height: 20px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  border: 0;
}

object, embed {
  outline: none;
}

p {
  margin: 18px 0;
}

li {
  margin-top: 2px;
}

strong {
  color: #333;
}



/**
 * Window
 */
 
#window {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -53px;
  z-index: 2;
}


/**
 * Wrapper
 */

.wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  text-align: left;
}


/**
 * Top
 */

#top {
  width: auto;
  height: 52px;
  background: #505153 url('../images/bgs/top.gif') center bottom repeat-x;
  border-bottom: 1px solid #ccc;
  color: #fff;
}


/**
 * Nav
 */

ul#nav {
  float: left;
  border-left: 1px solid #5c5d5f;
  border-right: 1px solid #3a3b3d;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav li a {
  display: block;
  /* background: url(/images/bgs/nav.gif) left top repeat-x; */
  border-left: 1px solid #3a3b3d;
  border-right: 1px solid #5c5d5f;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  padding: 0 20px;
  text-decoration: none;
}

ul#nav li a:hover,
ul#nav li.active,
ul#nav li.active a,
ul#nav li.active a:hover {
  /* background: url(/images/bgs/nav.gif) left bottom repeat-x; */
  color: #fff;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border-top: 1px solid #5c5d5f;
  border-right: 1px solid #3a3b3d;
  border-bottom: 1px solid #3a3b3d;
  border-left: 1px solid #5c5d5f;
  margin-left: -1px;
}

ul#nav li:hover > ul li {
  float: none;
  width: auto;
  height: auto;
}

ul#nav li:hover > ul li a {
  background: #444546;
  border-top: 1px solid #3a3b3d;
  border-bottom: 1px solid #5c5d5f;
  color: #f0f0f0;
  line-height: 28px;
  font-size: 14px;
}

ul#nav li:hover > ul li a:hover {
  background: #505152;
  color: #fff;
}


/**
 * Clubs
 */

ul#clubs {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#clubs li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul#clubs li a {
  color: #fff;
  line-height: 52px;
  text-decoration: none;
}

ul#clubs li a:hover,
ul#clubs li.active,
ul#clubs li.active a,
ul#clubs li.active a:hover {
  color: #fff;
  text-decoration: underline;
}


/**
 * Subnav
 */

ul#subnav {
  list-style: none;
  margin: 8px;
  padding: 0;
}

ul#subnav li {
  margin: 0;
  padding: 0;
  background: url('../images/sidebar/subnav.gif') no-repeat;
}

ul#subnav li a {
  display: block;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  line-height: 53px;
  padding-left: 24px;
  text-decoration: none;
}

ul#subnav li a:hover,
ul#subnav li.active,
ul#subnav li.active a,
ul#subnav li.active a:hover {
  color: #fff;
}


/**
 * Header
 */

#header {
  background: #76797c url('../images/bgs/header.png') center top no-repeat;
  border-bottom: 1px solid #3a3b3d;
  height: 120px;
}

#header div.wrapper {
  position: relative;
}

#header #tott {
  float: right;
  margin-top: 44px;
  padding-right: 330px;
}

#header #tott img {
  width: 300px;
  height: 40px;
}


/**
 * Pics
 */

#pics {
  position: absolute;
  width: 320px;
  height: 260px;
  top: 15px;
  right: -10px;
  z-index: 200;
}

#pic {
  position: absolute;
  width: 300px;
  height: 240px;
  top: 24px;
  right: 1px;
  z-index: 100;
  background: #000;
}

#pic img {
  width: 300px;
  height: 240px;
}


/**
 * Main
 */

#main div.wrapper {
  background: #fff url('../images/bgs/body.gif') center top repeat-y;
  background: #fff;
}

#main #content {
  float: left;  
  width: 630px;
  padding: 20px 0;
}

#main #sidebar {
  float: right;
  width: 300px;
  padding-top: 155px;
  /* background: #f2f2f2; */
}


/**
 * Main Content
 */

#main #content h3 {
  border-bottom: 1px solid #ccc;
  margin-top: 24px;
  padding-bottom: 10px;
}

#main #content table {
  width: 100%;
  border-collapse: collapse;
}

#main #content table thead tr th,
#main #content table thead tr td,
#main #content table tbody tr th,
#main #content table tbody tr td {
  border: 1px solid #ccc;
  padding: 10px;
}


/**
 * Footer
 */

#footer {
  position: relative;
  background: #505153;
  border-top: 1px solid #000;
  clear: both;
  color: #a8a8aa;
  font-size: 14px;
  height: 52px;
  z-index: 3;
}

#footer ul {
  float: left;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footer ul li a {
  color: #a8a8aa;
}

#footer ul li a:hover {
  color: #fff;
}

#footer p {
  float: right;
}


/**
 * Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.highlight {
  background-color: yellow;
}


/**
 * Piped List
 */
 
ul.piped li {
  display: inline;
}

ul.piped li:before {
  content: ' | ';
}

ul.piped li:first-child:before {
  content: '';
}


/**
 * Qi Ryders
 */

#qiryders {
  position: absolute;
  width: 125px;
  height: 115px;
  top: 0;
  right: 0;
  z-index: 999;
}
