/*** STANDALONE SITE SPECIFIC CSS. MOST CSS IS IN THE FACEBOOK CSS FILE ***/

html, body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  height: 100%;
  background: #ddd url(http://image.epicpetwars.com/epw/main_bg.png) repeat-y scroll top center;
}

form {
  margin: 0;
  padding: 0;
}


a:link {
  color: #19540A;
  text-decoration: underline;
}

a:visited {
  color: #19540A;
  text-decoration: underline;
}

a:hover {
  color: #3E9C27;
  text-decoration: underline;
}

a:active {
  color: #19540A;
  text-decoration: none;
}

.inputtext {
  border: 1px solid #56A200;
  padding: 4px;
  font-size: 9pt;
  background-color: #f6f6f6;
}

.inputtext-small {
  border: 1px solid #56A200;
  padding: 2px;
  font-size: 7pt;
  background-color: #f6f6f6;
}

.input-bordercolor {
  color: #386802;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

#master-container {
  position: relative;
  margin: 0 auto;
  width: 800px;
  
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%;
  
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  background-color: #fff;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

#logo-container-standalone {
  padding-bottom: 5px;
  text-align: right;
  height: 80px;
}

#logo-container-standalone-left {
  float: left;
  width: 200px;
  text-align: left;
  padding-top: 20px;
}

#master-content-container {
  padding: 0 20px 100px 20px;
}

#footer-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/*** Non-User Stuff ***/
#login-container {
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 9pt;
  text-align: right;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

#feature-container {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: 5px;
  padding: 10px 0px 10px 20px;
  font-size: 11pt;
  line-height: 1.4em;
}

.feature-image-container {
  margin: 30px 0px;
  text-align: center;
  border-bottom: 2px solid #ddd;
}

.feature-image-details {
  font-size: 10pt;
  text-align: right;
  line-height: 1.4em;
  padding: 5px;
}

/*** General Purpose ***/

.page-header-with-back {
  font-size: 20pt;
  color: #114D00;
  margin: 10px 0px;
  padding: 0 50px;
}

.back-button-section {
  float: left;
  width: 200px;
  text-align: left;
}

.page-header-section {
  float: right;
  width: 400px;
  text-align: right;
}

.section-header {
  font-size: 14pt;
  font-weight: bold;
  color: #555;
  padding: 2px;
  border-bottom: 1px solid #777;
  margin-bottom: 10px;
}

.simple-form-container {
  width: 500px;
  margin: 25px auto;
}

.form-column {
  float: left;
  width: 200px;
  margin: 2px 0;
  line-height: 2em;
}

.form-key-column {
  padding-right: 10px;
  font-weight: bold;
  color: #333;
  text-align: right;
}

.form-value-column {
  
}

.section-column {
  float: left;
  width: 340px;
  padding: 10px;
}

.section-column strong {
  letter-spacing: 2px;
  font-size: 12pt;
  color: #195300;
}

.section-column ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 2px 1px;  
}

.section-column ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  font-weight: bold;
  color: #222;
  background-color: #f0f0f0;
}

.section-column ul li a:hover {
  color: #ddd;
  background-color: #333;
}

/*** Auth Page ***/

#auth-new-account-container {
  float: left;
  width: 350px;
  margin: 10px;
}

#auth-login-container {
  float: right;
  width: 350px;
  margin: 10px;
}

/*** INVITE PAGE ***/
.twitter-column {
  float: left;
  width: 200px;
  margin: 0px 20px;
}

.twitter-user {
  height: 48px;
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  cursor: pointer;
}

.twitter-user-image {
  float: left;
  width: 48px;
  height: 48px;  
}

.twitter-user-info {
  float: left;
  width: 140px;
  text-align: center;
  padding-top: 5px;
}


