/*


Layout
*/
html {
  background: #001247 url('../images/html.jpg') top repeat-x;
}

body {
  background: url('../images/body.jpg') center top no-repeat;
  color: #333;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
}

  #shell {
    background: url('../images/shell.png') center repeat-y;
    margin: auto;
    position: relative;
    width: 946px;
    text-align: left;
  }

    #shell-top {
      background: url('../images/shell-top.jpg') center top no-repeat;
      padding: 110px 23px 0;
    }
    
    #head {
      background: url('../images/logo-shadow.jpg') left top no-repeat;
      height: 227px;
      left: -3px;
      position: absolute;
      top: 0;
      width: 949px;
    }

      #head h1 {
        left: -13px;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 8px;
        z-index: 5;
      }

        #head h1 a {
          background: url('../images/logo.png');
          display: block;
          height: 246px;
          width: 280px;
        }

          #head h1 a span {
            display: none;
          }
    
    #main {
      display: inline;
      float: right;
      margin-right: 10px;
      position: relative;
      width: 680px;
    }
    
      .white {
        background: white;
      }
    
      #main #topper {
        padding-bottom: 10px;
      }
      
        #main .homepage {
          background: url('../images/feature-bg.jpg');
          height: 250px;
        }
      
        #main .interior {
          background: url('../images/interior-title-bg.jpg') no-repeat;
          height: 100px;
        }
      
        #topper h1 {
          color: #fff;
          font-size: 24px;
          margin: 0;
          margin-left: 40px;
          padding: 0;
          padding-top: 40px;
          text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
          -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
          -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
        }
          
          #topper h1 a {
            color: #fff;
          }
      
        #topper p {
          color: white;
          text-shadow: black 1px 1px 3px;
          margin-left: 40px;
          width: 317px;
        }
        
    #main #text-content {
      padding: 40px;
    }
    
      #text-content #featured-image {
        background: rgba(0,0,0,.5);
        color: white;
        display: block;
        margin: 0 auto;
        padding: 20px 10px;
        width: 580px;
        text-align: center;
      }
      
        #featured-image a {
          color: white;
        }
        
      #text-content #thumbs-contianer {
      }

        #thumbs-container h5 {
          color: white;
          text-align: center;
        }
        
        #thumbs-container .thumb {
          display: inline;
          float: left;
          margin: 10px;
          text-align: center;
          width: 100px;
        }
        
      #text-content .tournament-text {
        width: 305px;
        margin: 30px 0 0 0;
      }
      
        .tournament-text h6 {
          margin-top: 0;
        }
      
      #text-content .tournament-pic {
        margin: 30px 0 0 0;
      }
      
      #text-content .ta-right {
        text-align: right;
      }
      
      #text-content #thumbs-container-scroll {
        width: 600px;
        height: 130px;
        margin: 20px 0 0;
        overflow: auto;
      }
      
        #thumbs-container-scroll ul {
          padding: 0;
          width: 2000px;
        }
        
          #thumbs-container-scroll ul li {
            margin-right: 20px;
          }
    
    #sub {
      display: inline;
      float: left;
      padding-top: 130px;
      position: relative;
      width: 210px;
    }
    
      #sub h2 {
        border-bottom: 2px solid #0C4A8C;
        color: white;
        padding: 0 0 5px 10px;
        text-shadow: rgba(0,0,0,.65) 0 0 4px;
      }
      
      #sub ul {
        list-style: none;
        margin-left: 10px;
      }
      
        #sub ul li {
          margin-bottom: 2px;
        }
        
          #sub ul li a{
            color: #B7E9F2;
            font-weight: bold;
            text-decoration: none;
          }
    

    #foot {
      background: url('../images/shell-bottom.png') top center no-repeat;
      clear: both;
      color: #52B5D6;
      font-size: 14px;
      margin: 0 auto;
      padding: 20px 0;
      position: relative;
      text-align: center;
      width: 946px;
    }
    
/*

Default type

*/

ol, ul {
  margin-left: 2em;
  padding-bottom: 1em;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
}

h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: 'Arial Black', Arial, sans-serif;
  letter-spacing: -.05em;
  font-weight: 100;
}
    
/*

Navigation
*/
a {
  background: transparent;
  color: #0C6799;
}

a:hover {
  background: #0C6799;
  color: white;
}

#navPrimary {
  background: rgba(255,255,255,.5);
  height: 28px;
  right: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  z-index: 1;
  width: 880px;
}


#navPrimary ul {
  position: absolute;
  right: 20px;
}

  #navPrimary ul li {
    margin: 0;
/*    margin-left: 10px;*/
    padding: 0;
  }
    
    #navPrimary ul li a {
      background: transparent;
      color: black;
      font-size: 18px;
      font-weight: bold;
      height: 25px;
      padding: 3px 10px 0;
      text-decoration: none;
    }
    
    #navPrimary ul li a:hover {
      background: white;
    }

ul#navTop {
  background: rgba(0,18,70,.54);
  height: 30px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  padding: 5px;
  position: absolute;
  right: 33px;
  top: 0;
}

  ul#navTop li{
    margin: 5px 10px;
  }
  
    ul#navTop li a {
      color: white;
      font-weight: bold;
      text-decoration: none;
    }
    
      ul#navTop li a:hover {
        text-decoration: underline;
      }

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) center no-repeat;
  display: block;
  height: 21px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}
ul.inline-list {
  margin-left: 0;
}
  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
    ul.inline-list li a {
      float: left;
    }

/*


Default styles for BrainBuster logic captcha
*/
#captcha {
  margin: .5em 0 .5em 0;
  font-size: 13px;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}