* html #menu {
	margin-left:0;
	left:120px;
}

html,body {
  margin:0;
  padding:0;
  height: 100%;
  }

body {
  background: #8E8E8E;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80%; /* Resets 1em to 10px */
  background-image: url(../skin/shorty_background.png);
  background-repeat: repeat-x;
  line-height:1.5em;

  }

h2 {
  color: #D4D4D4;
  padding: 0px 0 20px 0px;
  font-size: 1em;
  text-align: center;
  font-weight: normal;
}

h3 {
	text-align: center;
	color: white;
	margin-top: 0px;
}

ul{
  margin:0 0 0 1em;
  padding:0;
  }
  
a {
    color: white;
    text-decoration: none;
}

strong {
    color: white;
}

#menu a,
#tabs a,
th a{
  -moz-outline:none!important;
  }
  
* html #brand {
  height:2000px;
  margin-left:0;
  }

#brand {
  width: 97px;
  height: 100%;
  position: absolute;
  margin-left: 10px;
  background: #FF0000;
  text-indent: -3000px;
  background-image: url(../skin/shorty_logo.png);
  background-repeat: repeat-x;
  z-index: 8;
  }

#stripe {
  width: 97px;
  top: 0px;
  margin-left: 10px;
  position: fixed;
  height: 3000px;
  z-index: 1;
  background: #FF0000;
  }

#menu {
  width: 97px;
  top: 50px;
  margin-left: 117px;
  position: absolute;
  color: white;
  font-weight: bold;
  line-height: 1em;
  z-index: 10;
  }

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 5px solid white;
  }

#menu a {
  color:inherit;
  }

#menu li {
  padding: 6px 8px 8px;
  border-bottom: 1px solid #666;
  }
      
#menu .selected {
  color: red;
  }
      
#menu .bottom, #menu .white-object, #menu .gray-object {
  border-bottom: 0px;
  }
    
#menu .white-object, #menu .gray-object {
	padding: 9px 11px;
	color: red;
	font-weight: normal;
	background-repeat: no-repeat;
	height: 84px;
	}

#menu .gray-object {
	color: #43ff00;
}
    
#menu .white-object {
	background-image: url(../skin/white_box.gif);
	margin-top: 10px;
  }

#menu .gray-object {
	background-image: url(../skin/gray_box.gif);
	margin-top: 0px;
  }
      
.white {
  color: white !important;
	}
    
#menu .feed {
  padding: 0;
  margin-bottom: 8px;
  border: 0px;
  }

#menu .tout {
	margin-top: 35px;
}

.tout img {
border:0;
}

#board {
  width: 516px;
  position: absolute;
  top: 50px;
  left: 224px;
  border-top: 5px solid white;
  }

    #intro {
        width: 394px;
        margin: 0 auto;
        padding: 14px 9px 0 9px;
        border-bottom: 1px solid #BDBDBD;
        }

    #intro strong {
        color: white;
        font-size: 24px;
        }
     
    #example {
        width: 412px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #BDBDBD;
        text-align: center;
        }
      
      .big {
        font-size: 24px;
        color: white;
        }
      
      .bold {
        font-weight: bold;
        color: white;
        }
    
    #screens {
        width: 462px;
        margin: 0 auto;
        padding: 15px 0 0 0;
        border-bottom: 1px solid #BDBDBD;
        }
      
      #screens ul {
        margin: 10px 2px 0px 5px;
        font-size: 12px;
        color: white;
        }
      
      #screens li.left {
        width: 173px;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        position: relative;
        top: -.7em;
        }
      
      #screens li.right {
        width: 47px;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        position: relative;
        top: -.7em;
        }

      
      #left {
          float: left;
        }
      
      #right {
          float: right;
        }
    
    #faq, 
    #copyright {
        width: 412px;
        padding: 0;
        margin: 40px auto 40px auto;
      }

#copyright p {
    font-size: 12px;
    padding:  0px 5px 40px 5px;
}
      
    .title {
        font-size: 18px;
        color: white;
      }
      
    .faq {
        border-bottom: 1px solid #A6A6A6;
        padding-bottom: 15px;
        margin-bottom: 5px;
      }
      
    .clearfix:after {
      content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
    }

p, label {
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  color: #D4D4D4;
  }

a {
  text-decoration: none;
  }

p a {
  text-decoration: underline;
  color: #D4D4D4;
  }
    
#intro p, #example p, #faq p {
   line-height: 170%; 
  }

.faq p {
    font-size: 14px;
    padding:  0px 5px 0px 5px;
    margin: 0px 0px 5px 0px;
  }

.faq p.question {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 15px;
	color: white;
}

.faq a {
    color: #FFF;
    font-weight: bold;
}

p.small {
   font-size: 12px;
}

.emailBox {
    padding: 3px;
    width: 300px;
    font-weight: bold;
}

.button {
    padding: 3px;
    font-weight: bold;
}

#thanks {
  text-align:center;
  color: white;
  font-size: 1.4em;
}

#intro a {
  color: red;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid red;
}

#intro a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.white-object a { color:red}
.gray-object a { color:green}