/* line 18, styles.scss */
s
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;
}

/* HTML5 display-role reset for older browsers */
/* line 28, styles.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, styles.scss */
body {
  line-height: 1;
}

/* line 34, styles.scss */
ol, ul {
  list-style: none;
}

/* line 37, styles.scss */
blockquote, q {
  quotes: none;
}

/* line 41, styles.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* real stuff here on */
/* line 72, styles.scss */
html {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #777;
}

/* line 79, styles.scss */
body {
  height: 100%;
  background: #fafafa;
  background: url("images/back.png");
  background-repeat: repeat;
}

/* line 87, styles.scss */
b {
  font-weight: bold;
}

/* line 91, styles.scss */
.bigger {
  display: inline-block;
  /* deal with IE7 */
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 18px;
}

/* line 100, styles.scss */
#main-container {
  height: 100%;
  overflow: hidden;
}

/* line 105, styles.scss */
#main-area {
  position: relative;
  width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f6 url("images/compass-water.png");
  background-repeat: no-repeat;
  -moz-box-shadow: #b3b0a3 0 0 40px;
  -webkit-box-shadow: #b3b0a3 0 0 40px;
  -o-box-shadow: #b3b0a3 0 0 40px;
  box-shadow: #b3b0a3 0 0 40px;
}

/* line 117, styles.scss */
.ie7 #main-area,
.ie8 #main-area {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* line 126, styles.scss */
#logo-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: transparent;
  height: 300px;
  z-index: 1;
  left: 0;
  top: 0;
}

/* line 137, styles.scss */
#logo {
  position: absolute;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
  z-index: 2;
  height: 300px;
  background: transparent url("images/compass.png");
  background-repeat: none;
}

/* line 150, styles.scss */
#navigation {
  width: 450px;
  position: absolute;
  top: 120px;
  right: 0px;
  z-index: 5;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  /*    @include compat-grad(#bbb, #ccc);*/
  background: url("images/back.png");
  -moz-box-shadow: #b3b0a3 0 0 15px inset;
  -webkit-box-shadow: #b3b0a3 0 0 15px inset;
  -o-box-shadow: #b3b0a3 0 0 15px inset;
  box-shadow: #b3b0a3 0 0 15px inset;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* line 166, styles.scss */
.ie8 #navigation,
.ie7 #navigation {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  right: -1px;
}

/* line 173, styles.scss */
#navigation > a {
  display: inline-block;
  /* deal with IE7 */
  *zoom: 1;
  *display: inline;
  text-shadow: #eeeeee 0 1px 0;
  text-shadow: white 0 1px 1px;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

/* line 189, styles.scss */
#navigation > .hover {
  text-decoration: underline;
}

/* line 196, styles.scss */
#navigation > .selected {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-shadow: #222222 0 -1px 0;
  -moz-box-shadow: #333333 0 0 6px inset;
  -webkit-box-shadow: #333333 0 0 6px inset;
  -o-box-shadow: #333333 0 0 6px inset;
  box-shadow: #333333 0 0 6px inset;
}

/* line 204, styles.scss */
.ie7 #navigation > .selected,
.ie8 #navigation > .selected {
  background: #aaa;
}

/* line 208, styles.scss */
.content {
  z-index: 5;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 200px;
  bottom: 50px;
  overflow: auto;
  color: #777;
  text-shadow: #cccccc 0 -1 1px;
  line-height: 140%;
}

/* footer */
/* line 223, styles.scss */
#footer {
  position: absolute;
  left: 50%;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  bottom: 0px;
  height: 10px;
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 10px;
  color: #777;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-shadow: #cccccc 0px 2px 5px inset;
  -webkit-box-shadow: #cccccc 0px 2px 5px inset;
  -o-box-shadow: #cccccc 0px 2px 5px inset;
  box-shadow: #cccccc 0px 2px 5px inset;
}

/* line 242, styles.scss */
.ie7 #footer,
.ie8 #footer {
  border: 1px solid #cfcfcf;
  border-bottom: none;
}

/* profile pic */
/* line 249, styles.scss */
.profile-pic {
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
}
