/********************************************** Layout */


/********************************************** Generic */    

.dropShadow {
  box-shadow: 3px 3px 5px #525253;
  -moz-box-shadow: 3px 3px 5px #525253;
  -webkit-box-shadow: 3px 3px 5px #525253;
}  
  
.warning {
  margin: 10px 0px;
  padding: 10px;
  border: 2px solid #fffc00;
  background-color: #fffe9e;  
}

#ie6Warning h4 {
  margin: 0px;
  padding: 0px;
}

#ie6Warning p {
  margin: 0.5em 0px 0px 0px;
  padding: 0px;    
}


a:link, a:visited {
  color:#3e4545;
}

a:hover {
  text-decoration: none;
}

#videoThumbnail:hover {
  cursor: pointer;
}

/*

input[type='submit'] {
  background:#3e4545 url(/images/bg_sub_menu_default.png) repeat-x;    
  color: #ffffff;
  padding: 3px 10px;
  border: 1px solid #000000;
  margin-left: 130px;
}

input[type='submit']:hover {
  text-decoration: underline;
  cursor: pointer;
}

button {
  background:#3e4545 url(/images/bg_sub_menu_default.png) repeat-x;    
  color: #ffffff;
  padding: 3px 10px;
  border: 1px solid #000000;
}
*/


/********************************************** Home page */  


#leftColumn {
  width:533px;
  height:325px;
  float: left;
}

#rightColumn { 
  width:250px;
  margin-left: 24px;
  float: left;
}        

/********************************************** Gallery */

#gallery {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#gallery li {
  float: left;
  margin: 0px 20px 0px 0px;
}

/********************************************** TYPOGRAPHY */

a {
  outline: none;
}

a img {
  border: none;
}



/** NEW **/

/*
*
  DEFAULT
*
*/

body {
  margin: 0px;
  background: #9c0209 url(/images/bg_body.jpg) top left repeat-x;
}

#wrapper {
  margin: 0px;
  background: transparent url(/images/bg_wrapper.png) top center no-repeat;
  background-position-y: 300px;
}

#header {
  width: 778px;
  margin: auto;
  height: 171px;
}
  
  #header #tenthPlanet {
    width:194px;
    height:133px;
    background: transparent url(/images/logo_tenth_planet.png) top left no-repeat;    
    float: left;
    margin: 0px;
  }
    
    #header #tenthPlanet a {
      display: block;
      text-indent: -9999px;
    }
  
  #header #hitpit {
    width:141px;
    height:133px;
    background: transparent url(/images/logo_hitpit.png) top left no-repeat;    
    float: right;
    margin: 0px;    
  }
    
    #header #hitpit a {
      display: block;
      text-indent: -9999px;
    }
    
#nav {
  width: 778px;
  margin: 0px;
  padding: 0px;
  margin: auto;
  clear: left;
  background: #cccccc url(/images/bg_menu.jpg) top left no-repeat;      
  list-style-type: none;
  height: 38px;
}

  #nav li {
    display: inline;
    line-height: 30px;
  }

#content {
  width: 738px;
  margin: auto;
  background-color:#fff;
  padding: 20px 20px;
  min-height: 500px;
}


#footer {
  width: 778px;
  margin: 0px;
  padding: 0px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}



/* TWEET */

.tweet_list {
  list-style-type: none;
}

.tweet_list li {
  width:209px;
  height:98px;
  background: transparent url(/images/bg_twitter.jpg) top left no-repeat;
  padding: 10px;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.tweet_avatar {
  float: left;
  padding: 0px 5px 5px 0px;
}

.tweet_time {
  display: block;
}

h2 {
  color: #9c0209;
  font-size: 1.6em;
}

p {
  font-size: 1.1em;
}

table {
  width: 100%;
  margin-top: 15px;
}

table th {
  border: 1px solid #000;
  background-color: #ccc;
}

td.schedule {
  width: 14.2%;
  vertical-align: top;
}












