@import url("reset.css");

/* GLOBAL */

body {
  background: rgb(249, 249, 249);
  font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#doc {
  width: 620px;
  padding: 20px;
  margin: 0 auto;
  color: rgb(50, 50, 50);
}

#header {
  height: 3em;
}

  #logo {
    float: left;
  }

    #logo h1 {
      text-shadow: 0.0em 0.07em rgb(255, 255, 255);
    }

    #logo h1 a:hover {
      text-decoration: none;
    }

    #logo h1 span {
      text-shadow: none;
    }

  ul.nav {
    float: right;
    margin-top: 1.1em;
    font-size: .8em;
  }

  ul.nav li {
    margin-left: 1em;
    display: inline;
  }

#main {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}

a, a:visited {
  text-decoration: none;
  color: rgb( 32, 140, 218);
}

a:hover {
  text-decoration: underline;
}

/* GLOBAL FORMS */

input {
  border: 1px solid rgb(222, 219, 219);
  padding: .4em;
  font-size: 1em;
}

fieldset p {
  margin: .6em 0;
}

label {
  font-size: .8em;
}
label.gray {
  font-size: .7em;
  color: rgb(140, 140, 140);
  margin: .4em;
}

input[type="submit"] {
  width: 82px;
  height: 33px;
  border: none;
  font-size: .9em;
  font-weight: bold;
  background: url(/images/button.png) no-repeat;
}

input[type="submit"]:active {
  background: url(/images/button_click.png) no-repeat;
}

input[type="submit"]:hover {
  cursor: pointer;
}

/* BUTTONS */

a.button {
  color: rgb(30, 30, 30);
  width: 82px;
  height: 33px;
  border: none;
  display: block;
  font-size: .7em;
  font-weight: bold;
  text-align: center;
  padding-top: .9em;
  background: url(/images/button.png) no-repeat;
}

a.button:active {
  background: url(/images/button_click.png) no-repeat;
}

a.button:hover {
  cursor: pointer;
}

/* FLASH */

.flash {
  text-align: center;
  border: 1px solid rgb(222, 219, 219);
  background: rgb(250, 245, 90);
  padding: 10px;
  margin: 10px 0;
}

/* INDEX PAGE */

#about {
  float: left;
  width: 24em;
}

#about ul {
  margin: .5em;
}

#about ul li {
  font-size: .8em;
  line-height: 1.3em;
  padding: .3em;
  margin-left: 1.5em;
}

#sidebar {
  float: right;
  width: 12.1em;
}

#signout ul {
  font-size: .8em;
  padding: .5em 0;
}

#signout ul li {
  padding: .3em 0;
}

/* PROFILE PAGE */

#content {
  padding: 1em 0;
}

#top {
}

  #avatar {
    float: left;
  }

  #info {
    margin: .3em 0 0 1.5em;
    float: left;
  }

  #info h1 {
    font-size: 1.5em;
    float: left;
  }

  #info h3 {
    font-size: 1em;
    font-weight: lighter;
    padding-top: .5em;
    color: rgb(176, 176, 176);
    clear: both;
  }

#followers {
  margin-top: 1em;
  height: 1.2em;
  float: right;
  font-size: .7em;
  color: rgb( 90, 90, 90 );
  padding-right: 2em;
  background: url(/images/contact_16.png) no-repeat right;
}

a.button#edit {
  font-family: "Lucida Grande", sans-serif;
  margin-top: .3em;
  margin-left: 2em;
  padding: 0px;
  float: right;
  font-size: .5em;
  line-height: 2.4em;
  font-weight: 50;
  text-transform: uppercase;
  color: rgb(80, 80, 80);
  height: 21px;
  width: 79px;
  background: url(/images/edit.png) no-repeat bottom;
  display: block;
  text-align: center;
}

a.button#edit:active {
  line-height: 2.2em;
  background: url(/images/edit.png) no-repeat top;
  text-shadow: 0.1em 0.1em rgb(255, 255, 255);
}

a.button:hover {
  text-decoration: none;
}

#services {
  padding-top: 2.3em;
  clear: both;
}

.service {
  margin-bottom: 2.3em;
  font-size: .9em;
}

.service a {
  color: rgb(30, 30, 30);
}

.service p {
  color: rgb(176, 176, 176);
  font-size: .8em;
  padding-top: .2em;
}


.service img {
  float: left;
  margin-right: 1em;
}

.service#text {
  float: left;
}

#col1 {
  width: 15em;
  float: left;
}

#col2 {
  width: 15em;
  float: right;
}

/* ADMIN PAGES */

a.red {
  color: red;
}

#services ul {
  margin: 1em;
}

#services ul li {
}

/* BETA */

#header h1 span.beta {
  font-family: "Lucida Grande", sans-serif;
  font-size: .4em;
  font-weight: lighter;
  text-transform: uppercase;
  vertical-align: middle;
}

#signin form {
}

#signin form fieldset {
  border: none;
}

  #signin form fieldset p {
    margin: .6em 0;
  }

  #signin form fieldset a#forgot_password {
    font-size: .8em;
    line-height: 1.2em;
  }

  #signin form fieldset #tos {
    font-size: .7em;
  }

/* TYPOGRAPHY */

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}
