
/* Copyrights (C) 2009 David Esperalta <davidesperalta@gmail.com>
   Gesbit is under GNU General Public License version 3 or later. */

@import url('./reset.css');

body {
  color: #555;
  font-size: 0.9em;
  line-height: 2.5em;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 1em 0 0 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #0000cc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: red;
  text-decoration: underline;
  background-color: transparent;
}

div#nocookies {
  top: 0;
  left: 0;
  width: 100%;
  color: #555;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  background-color: #ffffcc;
  border-bottom: #fbfbfb solid 4px;
}

/* All forms */

form {
  color: #000;
  margin: 8% 28% 8% 28%;
  background-color: #f7f7f7;
  border-top: #fbfbfb solid 4px;
  border-left: #fbfbfb solid 4px;
  border-right: #ebebeb solid 2px;
  border-bottom: #ebebeb solid 2px;
  padding: 1.5em 0.5em 1.5em 1.7em;
}

  label {
    cursor: pointer;
  }

  fieldset {
    border: none;
  }

  ul#formresults {
    color: red;
    padding: 0.4em;
    cursor: pointer;
	  list-style: none;
    line-height: 1.5em;
    margin: 0 1em 1.6em 0;
	  background-color: #fbfbfb;
    border: #ebebeb solid 1px;
  }

    ul.errorresult {}

    ul.successresult {}

  h1 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: normal;
  }

  h1 a {
    color: #111;
    background-color: transparent;
  }

  h1 a:hover {
    color: #555;
    text-decoration: none;
    background-color: transparent;
  }

  h2 {
    color: gray;
    font-size: 1em;
    font-style: italic;
    line-height: normal;
    margin: 0.5em 0 1.5em 0.5em;
    background-color: transparent;
  }
  
  input[type=text],
  input[type=password] {
    width: 40%;
		font-weight: bold;
    padding: 0.4em 0.2em;
    border: #f7f7f7 solid 1px;
  }

  input[type=text]:focus,
  input[type=password]:focus {
		outline: none;
    border: #ebebeb solid 1px;
  }

  input[type=submit] {
    margin: 0 1em 0 0;
    padding: 0.2em 1em 0.3em 1em;
  }

  div#buttons {
    margin: 1em 0 0 0;
  }

    div#buttons a {
      color: #111;
      padding: 0.4em;
      font-size: 0.8em;
      margin: 0 0.5em 0 0;
      text-decoration: none;
      background-color: #ebebeb;
    }

    div#buttons a:hover {
      color: #fff;
      background-color: #cbcbcb;
    }

  div#information {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0 10% 0 0;
  }

/* Signup form */

form#usersignup {
  margin: 4% 28% 4% 28%;
}

/* Form CAPTCHA related */

div#captchacode {
}

  div#captchacode label {
  }

    div#captchacode label em {
    }

    div#captchacode input {
    }

  div#captchaimage {
    display: inline;
  }

    div#captchaimage img {
      width: 40%;
      color: #000;
      padding: 0.2em;
      background-color: #f7f7f7;
    }

  div#reloadcaptchalink,
  div#listencaptchalink {
    display: inline;
    font-size: 0.9em;
    margin: 0 0 0 0.5em;
  }

    div#reloadcaptchalink a,
    div#listencaptchalink a {
      color: #111;
      padding: 0.4em;
      font-size: 0.8em;
      text-decoration: none;
      background-color: #ebebeb;
    }

    div#reloadcaptchalink a:hover,
    div#listencaptchalink a:hover {
      color: #fff;
      background-color: #cbcbcb;
    }

/* Round */

a, ul, input[type=text],
input[type=password],
div#captchaimage img
{
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Shadow */

form {
  -moz-box-shadow: 5px 5px 10px #cbcbcb;
  -khtml-box-shadow: 5px 5px 10px #cbcbcb;
  -webkit-box-shadow: 5px 5px 10px #cbcbcb;
}
