/*-----------------------------------------------
    Screen Styles
  ----------------------------------------------- */

  /* Hidden */
  .stats h2,
  #dashboard .requests h2,
  #dashboard .submissions h2 {
    position: absolute;
    left: -99999px;
  }
  *:first-child {
    margin-top: 0;
  }
  *:last-child {
    margin-bottom: 0;
  }

/*  =Color
  ----------------------------------------------- */
  #branding {
    background-color: #17263a;
    color: #fff;
  }
  #branding .tag-line {
    color: #f4f5f6;
  }
  #branding input[type=text],
  #branding input[type=password] {
    border-color: #fff;
  }

/*  =Layout
  ----------------------------------------------- */
  body {
    margin: 0;
  }
  #branding h1,
  #branding h2,
  #branding .tag-line {
    margin: 0;
  }
  #branding .inner,
  .content,
  #site-information,
  #home .body,
  #home .introduction .inner {
    width: 860px;
    margin: 0 auto;
  }
  #branding .inner {
    position: relative;
  }
  .content,
  #home .body,
  #home .introduction .inner {
    padding-top: 40px;
    position: relative;
    min-height: 400px;
    padding-bottom: 4em;
  }
  
/*  =Login
  ----------------------------------------------- */
  #branding .signout,
  #branding form {
    position: absolute;
    top: 40px;
    right: 100px;
  }
  #branding form > div {
    display: inline;
  }
  #branding form label {
    display: inline;
  }
  #branding input[type=text],
  #branding input[type=password] {
    width: 9em;
    margin-right: 0.5em;
  }
  #branding .signup,
  #branding .signout {
    font-size: 12px;
  }
  #branding .signup {
    text-align: right;
  }
  #branding .signup a,
  #branding .signout a {
    text-decoration: underline;
  }
  #branding label {
    position: absolute;
    left: -9999px;
  }
  #branding .signout h2,
  #branding .signout ul,
  #branding .signout li {
    display: inline-block;
    font-size: 12px;
  }
  #branding .signout li {
    margin-left: 0.5em;
  }
  #branding .signout h2 {
    font-style: normal;
    font-weight: normal;
    color: #fff;
  }
  #branding .signout ul,
  #branding .signout li {
    list-style: none;
    padding-left: 0;
  }
  #branding a:hover,
  #branding a:active {
    color: #0f75da;
  }

/*  =Nav
  ----------------------------------------------- */
  #sub-nav {
    margin-bottom: 4em;
  }
  #sub-nav,
  #sub-nav li {
    list-style: none;
    padding-left: 0;
  }
  #sub-nav li {
    display: inline;
  }
  #sub-nav li:after {
    content: " | ";
  }
  #sub-nav li:last-child:after {
    content: "";
  }

/*  =Dashboard
  ----------------------------------------------- */
  #dashboard .requests .view a,
  #dashboard .requests .edit a,
  #dashboard .requests .delete a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 15px;
    background: transparent url(/img/icons.png) no-repeat;
  }
  #dashboard .requests .edit a {
    background-position: 0 -20px;
  }
  #dashboard .requests .delete a {
    background-position: 0 -40px;
  }
  #dashboard .requests .submitted {
    background: transparent url(/img/icons.png) 35px -55px no-repeat;
  }
  #dashboard .requests .active,
  #dashboard .submissions .won {
    color: #70a748;
  }
  #dashboard .submissions .pending {
    color: #a8a44a;
  }
  #dashboard .requests .expired,
  #dashboard .submissions .lost {
    color: #a84b4b;
  }
  #dashboard .requests .active,
  #dashboard .requests .expired,
  #dashboard .submissions .won,
  #dashboard .submissions .pending,
  #dashboard .submissions .lost {
    text-transform: lowercase;
  }
  #dashboard .submissions .won:after {
    content: "!";
  }
  #dashboard .submissions .lost:after {
    content: " :-(";
  }
  #dashboard .submissions {
    margin-top: 4em;
  }

/*  =Stats
  ----------------------------------------------- */
  .stats {
    position: absolute;
    top: 40px;
    right: 100px;
    background-color: #ccc;
    padding: 0.25em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .stats dl {
    margin-top: 0;
  }
  .stats dl,
  .stats dt,
  .stats dd {
    margin-left: 0;
    padding-left: 0;
  }
  .stats dt {
    display: inline;
    text-transform: lowercase;
    margin-left: 0.5em;
  }
  .stats dt:after {
    content: ":";
  }
  .stats dt,
  .stats dd {
    display: inline-block;
  }
  .stats dd {
    color: #fff;
    padding: 0.25em 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .stats dd.made {
    background-color: #70a748;
  }
  .stats dd.paid {
    background-color: #777;
  }

/*  =Create Request
  ----------------------------------------------- */
  #request-create form > div {
    overflow: auto;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 0.5em 1em;
    background-color: #efefef;
  }
  #request-create label {
    float: left;
    width: 13em;
    margin-right: 0.5em;
  }
  #request-create .submit {
    padding-left: 14.5em;
  }
  .error_message {
    padding-left: 13.5em;
    padding-bottom: 0.25em;
  }

/*  =Request
  ----------------------------------------------- */
  #request .submissions {
    margin-top: 3em;
    overflow: auto;
  }
  #request .submissions ul,
  #request .submissions li {
    list-style: none;
    padding-left: 0;
  }
  #request .submissions li {
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #request .submissions li .photo {
    display: block;
    width: 100px;
    height: 100px;
  }
  #request .submissions li br {
    display: none;
  }
  #request .submissions li img,
  #request .submissions li .caption {
    display: block;
  }
  #request .submissions li .caption {
    padding-top: 5px;
    font-size: 10px;
  }

/*  =Home
  ----------------------------------------------- */
  #home {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #home h1 {
    text-align: center;
    margin-bottom: 2.5em;
  }
  #home .introduction {
    background: #e7e7e7 url(/img/home/texture.png);
    border-bottom: 1px solid #ccc;
  }
  #home .introduction .outer {
    background: transparent url(/img/home/gradient.png) bottom repeat-x;
  }
  #home .introduction .inner {
    overflow: auto;
    padding-bottom: 3em;
    min-height: 0;
  }
  #home .request,
  #home .fulfill,
  #home .recent-requests,
  #home .about {
    width: 45%;
    float: left;
  }
  #home .request,
  #home .fulfill {
    text-align: center;
  }
  #home .fulfill,
  #home .about {
    float: right;
    width: 50%;
    padding-left: 5px;
  }
  #home .recent-requests {
    width: 65%;
  }
  #home .about {
    width: 30%;
  }
  #home .fulfill {
    border-left: 1px solid #999;
  }
  #home .request a,
  #home .fulfill a {
    font-size: 18px;
    display: block;
    padding-top: 170px;
    background: transparent url(/img/home/hieroglyphics.png) 50% 0 no-repeat;
  }
  #home .request a:focus,
  #home .fulfill a:focus {
    outline: 0;
  }
  #home .fulfill a {
    background-position: 50% -200px;
  }
  #home .recent-photos {
    clear: both;
    padding-top: 3em;
    overflow: auto;
  }
  #home .recent-photos ul,
  #home .recent-photos li {
    list-style: none;
    padding-left: 0;
  }
  #home .recent-photos li {
    float: left;
    display: block;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
  }
  #home .about {
    margin-bottom: 0;
  }

/*  =404
  ----------------------------------------------- */
  #page404 a {
    text-decoration: underline;
  }


