/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 18, ../sass/gofer.scss */
body {
  font-family: "Trebuchet MS", Sans-serif;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/gofer.scss */
body a, body a:link, body a:active, body a:visited {
  color: black;
  text-decoration: none;
}
/* line 30, ../sass/gofer.scss */
body a:hover {
  text-decoration: underline;
}
/* line 34, ../sass/gofer.scss */
body header {
  width: 100%;
  display: block;
  background-color: #3399cc;
}
/* line 39, ../sass/gofer.scss */
body header #logo {
  display: inline-block;
  height: 40px;
}
/* line 44, ../sass/gofer.scss */
body header #user {
  float: right;
  margin: 15px;
}
/* line 49, ../sass/gofer.scss */
body header nav {
  background-color: #006699;
  padding: 5px;
}
/* line 54, ../sass/gofer.scss */
body header nav ul {
  background-color: #006699;
}
/* line 58, ../sass/gofer.scss */
body header nav ul li {
  display: inline-block;
}
/* line 62, ../sass/gofer.scss */
body header nav ul li a, body header nav ul li a:link, body header nav ul li a:active, body header nav ul li a:visited {
  color: white;
  padding: 0px 25px;
}
/* line 66, ../sass/gofer.scss */
body header nav ul li a:hover {
  color: white;
  background-color: #3399cc;
  text-decoration: none;
}
/* line 76, ../sass/gofer.scss */
body #main {
  padding: 20px;
  padding-bottom: 50px;
  min-height: 400px;
}
/* line 82, ../sass/gofer.scss */
body #main a, body #main a:link, body #main a:active, body #main a:visited {
  color: blue;
  padding: 0px 25px;
}
/* line 86, ../sass/gofer.scss */
body #main a:hover {
  color: blue;
  text-decoration: underline;
}
/* line 92, ../sass/gofer.scss */
body footer {
  background-color: #006699;
  padding: 15px;
  position: relative;
  height: 50px;
  /*must be same as main padding-bottom*/
  clear: both;
}
/* line 99, ../sass/gofer.scss */
body footer #copyright {
  display: block;
  margin: 10px auto;
  width: 200px;
}
/* line 109, ../sass/gofer.scss */
body #login {
  background-color: #dfdfdf;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 100px auto;
  padding: 25px;
  width: 400px;
}
/* line 118, ../sass/gofer.scss */
body #login h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto;
  width: 100px;
}
/* line 126, ../sass/gofer.scss */
body #login .form {
  margin: 25px;
}
/* line 130, ../sass/gofer.scss */
body #login .form .row {
  margin: 15px 0;
}
/* line 133, ../sass/gofer.scss */
body #login .form .row label {
  width: 100px;
  display: inline-block;
}
/* line 141, ../sass/gofer.scss */
body #login .form .row input[type="submit"] {
  display: block;
  margin: 0px auto;
}
