/*-----------------------------------------------------------------------------
Gidsy Logbook Screen Stylesheet

version:   1.0
date:      19/05/2011
author:    Andrew McCarthy
email:     andrew@gidsy.com
-----------------------------------------------------------------------------*/

/* Reset Styles
-----------------------------------------------------------------------------*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{font-size:100%}sup,sub{vertical-align:baseline}


/* Typography Base
-----------------------------------------------------------------------------*/
html {font-size:16px;}
body {font-size:.625em;color:#222;background:#fff;line-height:1.4em; font-family: "myriad-pro", sans-serif;}
strong {font-weight:700;font-family:"myriad-pro-semi-condensed", sans-serif; -webkit-font-smoothing: antialiased; }
ul,ol {line-height:1.4em;}


/* Default Styles
-----------------------------------------------------------------------------*/

/* line 16, ../../sass/base.sass */
body, html {
  height: 100%;
}

/* line 19, ../../sass/base.sass */
#site-wrapper {
  min-height: 100%;
  position: relative;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
  display:block;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
  display:inline;
}

.left {
    float: left;
  display:inline;
}

.text-center {
  text-align:center;
}

.text-right {
  text-align:right;
}

body {
    text-align:center;
    font-family: "myriad-pro", "Myriad Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    color:#212121;
}

.wrapper {
  width:940px;
  margin:0 auto;
  text-align:left;
  clear:both;
  position:relative;
}



/* Gidsy Base (Header, Green Buttons)
-----------------------------------------------------------------------------*/

/* Links */

a, a:link {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #006fba;
  text-decoration: none; }

a:hover {
  color: #0085c8;
  text-decoration: underline; }
  
a:active {
  color: #005995;
  text-decoration: underline; }


/* Header */
.header-bar {
  background-color: #212121;
  position: relative;
  z-index: 2;
  height: 50px;
  top: 0px;
  left: 0px;
  width: 100%; }
  .header-bar a {
    text-decoration: none;
  }
  .header-bar .light-area {
    background-color: #006fba;
    position: absolute;
    left: 0px;
    width: 50%;
    height: 50px; }
  .header-bar .content-area {
    background-color: #212121;
    height: 50px; }
    .header-bar .content-area .header-title .title-text {
      font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
      font-weight: 700;
      
      -webkit-font-smoothing: antialiased;
      font-size: 26px;
      color: #eeeeee;
      line-height: 47px;
      vertical-align: middle;
      margin: 0px;
      margin-left: 106px;
      text-align: left;
      width: 400px;
      *width:auto;
      padding: 0px;
      letter-spacing: 0px; }
      .header-bar .content-area .header-title .title-text a {
        color: #eeeeee; }
      .header-bar .content-area .header-title .title-text a:hover {
        color: white;
        text-decoration: none; }
    .header-bar .content-area .header-title .title-text .light {
      font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    .header-bar .content-area .header-menu {
      font-size: 16px;
      color: #eeeeee;
      position: absolute;
      right: 0px;
      margin: 0px;
      padding: 0px;
      top: 0px;
      letter-spacing: -4px;
      white-space: nowrap; }
      .header-bar .content-area .header-menu li {
        color: #eeeeee;
        border-left: 1px solid #313131;
        list-style: none;
        display: inline-block;
        padding: 0px;
        height: 50px;
        letter-spacing: 0px;
        /* Begin IE 7 workarounds */
        *display: inline;
        /* End IE 7 workarounds */ }
        .header-bar .content-area .header-menu li a {
          display: inline-block;
          font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased;
          color: #eeeeee;
          text-decoration: none;
          padding: 0px 15px;
          height: 50px;
          line-height: 50px; }
        .header-bar .content-area .header-menu li a:hover {
          background-color: #2d2d2d; }
        .header-bar .content-area .header-menu li a:active {
          background-color: black; }
        .header-bar .content-area .header-menu li a, .header-bar .content-area .header-menu li span, .header-bar .content-area .header-menu li img {
          vertical-align: middle; }
        .header-bar .content-area .header-menu li img {
          margin-right: 8px; }
      .header-bar .content-area .header-menu li.button {
        border: 0px solid #212121; }
        .header-bar .content-area .header-menu li.button a, .header-bar .content-area .header-menu li.button button {
          background-color: #333333;
          font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
          font-weight: 700;
          -webkit-font-smoothing: antialiased;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          padding: 3px 8px;
          line-height: 18px;
          height: auto;
          margin: 0px 15px; }
      .header-bar .content-area .header-menu li.button:hover {
        background-color: transparent; }
        .header-bar .content-area .header-menu li.button:hover a:hover, .header-bar .content-area .header-menu li.button:hover button:hover {
          background-color: #439016; }
        .header-bar .content-area .header-menu li.button:hover a:active, .header-bar .content-area .header-menu li.button:hover button:active {
          background-color: #367312; }
      .header-bar .content-area .header-menu li.last {
        border-right: 1px solid #383838; }
  .header-bar .blue-arrow {
  background-color: #006FBA;
  position: absolute;
  width: 85px;
  left: 0px;
  height: 50px;
  overflow: hidden;
  z-index: 4;
  }
    .header-bar .blue-arrow .logo {
    position: absolute;
    left: 0px;
    margin: 9px 0 0;
    font-size: 26px;
    color: white;
    font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-bottom: 20px;
    text-indent: 10px;}
  
  .header-bar .blue-arrow .logo .gidsy-logo {
    display: block;
    width: 79px;
    height: 37px;
    background: url(../iconset-blog.png) no-repeat -17px -37px;
    margin-bottom: 20px;
  } 
  .header-bar .arrow {
    position: absolute;
    background: url(../iconset-blog.png) no-repeat -152px -50px;
    width: 15px;
    height: 50px;
    left: 82px;
      }
/* Buttons */
button {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.green-button {
  font-family: "myriad-pro-semi-condensed-1", "myriad-pro-semi-condensed-2", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: 0px;
  margin: 0px;
  text-align: center;
  padding: 0px 20px 2px;
  font-size: 20px;
  line-height: 36px;
  border-width: 1px 0px;
  border-style: solid;
  white-space: nowrap;
}
.green-button.vertical-center {
  vertical-align: middle;
}
.green-button.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.green-button:active {
  padding-top: 1px;
  padding-bottom: 1px;
}
.green-button:active.inactive {
  padding-top: 0px;
  padding-bottom: 2px;
}
.gidsy-button.medium-button {
  padding: 0px 15px 2px;
  font-size: 14px;
  line-height: 26px;
}
.gidsy-button.medium-button:active {
  padding-top: 1px;
  padding-bottom: 1px;
}
.gidsy-button.medium-button:active.inactive {
  padding-top: 0px;
  padding-bottom: 2px;
}
.gidsy-button.small-button {
  padding: 1px 12px 1px;
  font-size: 14px;
  line-height: 21px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.gidsy-button.small-button:active {
  padding-top: 2px;
  padding-bottom: 0px;
}
.gidsy-button.small-button:active.inactive {
  padding-top: 1px;
  padding-bottom: 1px;
}
.green-button, a.green-button {
  background-color: #439016;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4eb51e), color-stop(50%, #49a51b), color-stop(50%, #479d19), color-stop(100%, #439016));
  background-image: -webkit-linear-gradient(#4eb51e 0%, #49a51b 50%, #479d19 50%, #439016 100%);
  background-image: -moz-linear-gradient(#4eb51e 0%, #49a51b 50%, #479d19 50%, #439016 100%);
  background-image: -o-linear-gradient(#4eb51e 0%, #49a51b 50%, #479d19 50%, #439016 100%);
  background-image: linear-gradient(#4eb51e 0%, #49a51b 50%, #479d19 50%, #439016 100%);
  text-shadow: #357411 0px 1px 1px;
  border-top-color: #5ec424;
  border-bottom-color: #367a12;
  color: white;
  text-decoration: none;
}
.green-button:hover, .green-button.hover {
  background-color: #50a61a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cc224), color-stop(50%, #58b920), color-stop(50%, #55b01e), color-stop(100%, #52a81a));
  background-image: -webkit-linear-gradient(#5cc224 0%, #58b920 50%, #55b01e 50%, #52a81a 100%);
  background-image: -moz-linear-gradient(#5cc224 0%, #58b920 50%, #55b01e 50%, #52a81a 100%);
  background-image: -o-linear-gradient(#5cc224 0%, #58b920 50%, #55b01e 50%, #52a81a 100%);
  background-image: linear-gradient(#5cc224 0%, #58b920 50%, #55b01e 50%, #52a81a 100%);
  border-top-color: #71d02b;
  border-bottom-color: #419216;
  text-decoration: none;
}
.green-button:active {
  background-color: #367a12;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #439016), color-stop(100%, #479d19));
  background-image: -webkit-linear-gradient(#439016 0%, #479d19 100%);
  background-image: -moz-linear-gradient(#439016 0%, #479d19 100%);
  background-image: -o-linear-gradient(#439016 0%, #479d19 100%);
  background-image: linear-gradient(#439016 0%, #479d19 100%);
  border-top-color: #5ec424;
  border-bottom-color: #367a12;
}

.green-button.inactive, .green-button.inactive:hover, .green-button.inactive:active {
  background: #bbbbbb;
  border-top-color: #d0d0d0;
  border-bottom-color: #a9a9a9;
  color: white;
  text-shadow: none;
}
.big-green-button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 7px 20px 8px;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  color: white;
  text-shadow: 0px 1px 2px #1d3d05;
  border: 0px solid black;
  background-image: url('../green-button-bg.png');
  cursor: pointer;
  vertical-align: top;
  height: 44px;
  font-weight: bold; }

.big-green-button:hover {
  background-position: 0 -44px;
  text-decoration: none;
}

.big-green-button:active {
  background-position: 0 -88px; }
/* old green button
.green-button {
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 20px 8px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  color: white;
  text-shadow: 0px 1px 2px #1d3d05;
  border: 0px solid black;
  background-image: url('../small_button_bg.png');
  cursor: pointer;
  vertical-align: top;
  height: 40px;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

fieldset {
  border: 0px solid white; }

a.green-button,
a.green-button:visited {
  text-decoration: none;
  color: white;
  line-height: 29px; }

.green-button:hover {
  background-position: 0 -41px; }

.green-button:active {
  background-position: 0 -82px;
  padding: 5px 20px 7px; }

.green-button.inactive {
  background-position: 0 -123px; }
  
  */
   /* lists */
.arrow-list {
  margin: 0px;
  padding: 0px; }
  .arrow-list li {
    padding: 4px 0 4px 18px;
    list-style-type: none;
    background: url('http://media.gidsy.com/img/iconset.png?e6cc19cace15') no-repeat -218px -1489px; }

.arrow-list.body-text li {
  background-position: -218px -1490px; }
  
.resource-link-list li a {
  font-size: 20px;
  line-height: 20px; }
  
  .list-header {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.block-list li {
  background: #E6F0F8;
  color: #10466C;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 14px 0 14px 16px;
  margin: 0 0 4px 0;
}
.about-icon {
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block;
  margin: 2px 8px 0 0;
  background: url('../iconset-blog.png') no-repeat -218px -333px;
}
.help-icon {
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block;
  margin: 2px 8px 0 0;
  background: url('../iconset-blog.png') no-repeat -218px -306px;
}
.handbooks-icon {
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block;
  margin: 2px 8px 0 0;
  background: url('../iconset-blog.png') no-repeat -220px -414px;
}
.laboratory-icon {
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block;
  margin: 2px 8px 0 0;
  background: url('../iconset-blog.png') no-repeat -221px -1084px;
}
  .block-list li a {
    color: #10466C;
  }
  .block-list li a:hover {
    color: #0870BD;
    text-decoration: none;
  }



/* Text and Headings */
/* sometimes there are links in headers, we want them to look like headers though */
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
  color: #212121;
  text-decoration: none; 
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
  color: #212121;
  text-decoration: none; 
}
  
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color:#0085C8;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active {
  color: #005995;
}
/*
h1 {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
  font-size: 4.2em;
  color: #212121;
  line-height: 1.05em; }
*/
h1,h2 {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
  font-size: 3.2em;
  color: #212121;
  line-height: 1.1em;
  margin-bottom: 10px; }

h3 {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px;
  font-size: 3.2em;
  color: #212121;
  line-height: 1.03em;
  margin: 20px 0; }

h4 {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6em;
  color: #212121;
  line-height: 1.04em;
  margin: 15px 0; }

h5 {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 2.0em;
  color: #212121;
  line-height: 1.05em;
  margin: 0 0 12px; }
  


#sidebar h5, #sidebar h5 a {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h6 {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8em;
  color: #212121;
  line-height: 1.05em;
  }

.light-text {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.body-text {
  font-size: 16px;
  color: #212121;
  line-height: 22px;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.description-text {
  font-size: 16px;
  color: #888888;
  line-height: 20px;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.small-description-text {
  font-size: 14px;
  color: #888888;
  line-height: 18px;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.body-small-text {
  font-size: 14px;
  color: #555555;
  line-height: 18px;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.fineprint-text {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  font-size: 12px;
  color: #888888;
  line-height: 14px; }
  .fineprint-text a {
    font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }


/* Typography
-----------------------------------------------------------------------------*/
p {
  font-size:1.6em;
  line-height:1.25em;
}

#posts p.buttonParagraph {
    line-height:39px;
}
#posts p.buttonParagraph .green-button {
    margin-right:3px;
}

em {
  font-style: italic;
}

em a, em a:link, a em, a:link em {
  font-weight: 400;
  font-family: "myriad-pro","Myriad Pro",Arial,sans-serif;
}

h1, h2, h3, h4, h5 {
  color:#212121;
}

blockquote {
  color: #555;
  font-style: italic;
  padding-left: 20px;
  background: url(http://gidsy-files.s3.amazonaws.com/tumblr/blockquote.png) 0px 2px no-repeat;
}

blockquote a, blockquote a:link{
  font-weight: 400;
  font-family: "myriad-pro","Myriad Pro",Arial,sans-serif;
}

#posts blockquote p {
  font-size: 20px;
  color: #555;
}

/* Masthead
-----------------------------------------------------------------------------*/

#masthead {
  padding:20px 0px;
  border-bottom:1px solid #ddd;
  margin:0 0 20px;
}

#masthead p {
  color:#858585;
}

#masthead .description {
  width:350px;
  float:left;
}

#masthead #sub_head {
  float:right;
}

#social_media {
  float:left;
  width: 300px;
  text-align: right;
}

#social_media .icons {
  margin-top:-5px;
}


/* Icons
-----------------------------------------------------------------------------*/
.icons li.icon {
  display:inline-block;
  width:62px;
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight:700;
}

.icons li.icon a {
  display:block;
  color:#212121;
  font-size:1.4em;
  text-align:center;
  text-decoration:none;
}

.icons li.icon a span {
  display:block;
  margin:0 auto;
  width:35px;
  height:35px;
  background-image:url(../iconset-blog.png);
  background-repeat:no-repeat;
}

.i_ask span {
  background-position:-18px -117px;
}
  .i_ask a:hover span {
    background-position:-18px -152px;
  }
  .i_ask a:active span {
    background-position:-18px -222px;
  }

.i_submit span {
  background-position:-64px -117px;
}
  .i_submit a:hover span {
    background-position:-64px -152px;
  }
  .i_submit a:active span {
    background-position:-64px -222px;
  }

.i_rss span {
  background-position:-108px -117px;
}
  .i_rss a:hover span {
    background-position:-108px -152px;
  }
  .i_rss a:active span {
    background-position:-108px -222px;
  }

.i_archive span {
  background-position:-156px -117px;
}
  .i_archive a:hover span {
    background-position:-156px -152px;
  }
  .i_archive a:active span {
    background-position:-156px -222px;
  }

.i_like span {
  background-image:url(../icon_like.gif);
}

.i_reblog span {
  background-position:-16px -367px;
}
  .i_reblog a:hover span {
    background-position:-16px -437px;
  }
  .i_reblog a:active span {
    background-position:-16px -472px;
  }

.i_comment span {
  background-position:-60px -367px;
}
  .i_comment a:hover span {
    background-position:-60px -437px;
  }
  .i_comment a:active span {
    background-position:-60px -472px;
  }
.i_share span {
  background-image:url(../icon_share.gif);
}
.link .i_external {
    background: url(../iconset-blog.png) no-repeat -24px -691px;
    display: inline-block;
    width: 19px;
    height: 15px;
    margin: 0 0 1px 10px;
}

/* Search Form
-----------------------------------------------------------------------------*/

#search {
  float:left;
  display:inline;
  margin-left:20px;
  width:218px;
  height:38px;
  border:1px solid #ddd;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  position:relative;
}

#search .text-field {
  font-size:1.6em;
  color:#212121;
  margin:10px 0 10px 10px;
  width:170px;
  outline:none;
}

#search .search_submit {
  position:absolute;
  right:0;
  width:35px;
  height:35px;
  overflow:hidden;
  text-indent:-1000px;
  background:url(../iconset-blog.png) no-repeat -209px -118px;
  cursor: pointer;
}

#search:hover .search_submit {
  background-position:-209px -162px;
}

#search:focus .search_submit {
  background-position:-209px -197px;
}

#search .search_submit:hover {
  background-position:-209px -206px;
}

#search .search_submit:active {
  background-position:-209px -249px;
}

#searchresults {
  margin-left:80px;
}

.search_query {
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight:400;
}

/* user-defined settings */

label.inline.supported {
  color: #999;
}
label.inline.supported.focus {
  color: #ccc;
}

/* don't change any of this! */

label.inline.supported {
  position: absolute !important;
  cursor: text !important;
  visibility: hidden !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
label.inline.supported.empty {
  visibility: visible !important;
}

/* Posts
-----------------------------------------------------------------------------------*/

#posts {
  width:700px;
  float:left;
  display:inline;
  margin-right:20px;
  padding: 20px 0 80px;
}

#posts p {
  color:#212121;
  line-height:1.38em;
  margin:1em 20px 1em 0;
}

.post {
  width:640px;
  padding-bottom:36px;
  border-top:1px solid #ddd;
  padding-top:40px;
}

.post.first {
  border-top:0;
  padding-top:0;
}

.read_more_container {
  background: url(../icon_bullet.gif) no-repeat 0px 3px;
  padding-left:20px;
  margin-bottom:1.4em;
}

/* Post Meta
-----------------------------------------------------------------------------*/

.post-meta {
  width:60px;
  float:left;
  display:inline;
  margin-right:20px;
  text-align:center;
}

.post-meta .author {
  margin-top:8px;
  margin-bottom:10px;
}

.post-meta .author img {
  width:60px;
  height:60px;
}

.post-meta .date {
  border-top:1px solid #ddd;
}

.post-meta .date a {
  text-decoration:none;
  color:#212121;
}

.post-meta .date a:hover {
  color:#0085C8;
}

.post-meta .date a:active {
  color:#005995;
}

.post-meta .date-day {
  display:block;
  font-size:3.2em;
  padding:15px 0px 8px;
}

.post-meta .date-month {
  display:block;
  font-size:1.4em;
  letter-spacing:.1em;
  padding-bottom:10px;
  text-transform:uppercase;
}

.post-meta .note-count {
  border-top:1px solid #ddd;
  padding:10px 0;
}

.post-meta .meta-link a {
  padding:0 0 0 18px;
  line-height:18px;
  font-size:1.4em;
  color:#000;
  text-decoration:none;
  background:url(../iconset-blog.png) no-repeat 0px 0px;
}

.post-meta .note-count a {
  background-position:-19px -269px;
}
  .post-meta .note-count a:hover {
    background-position:-19px -285px;
  }
  .post-meta .note-count a:active {
    background-position:-19px -317px;
  }

.post-meta .comments {
  border-top:1px solid #ddd;
  padding:10px 0;
}
.post-meta .comments a {
  background-position:-92px -269px;
}
  .post-meta .comments a:hover {
    background-position:-92px -285px;
  }
  .post-meta .comments a:active {
    background-position:-92px -317px;
  }

  /* Post Content
  -----------------------------------------------------------------------------*/
  
  .post-content {
    margin-left:80px;
    width:560px;
  }
    
  .post-content .caption {
    font-size:16px;
    line-height:1.2em;
    color:#212121;
    padding:5px 0 5px;
  }
  
  .post-content .caption p {
    font-size:16px;
    line-height:1.2em;
  }
  
  /* Post - Text
  -----------------------------------------------------------------------------*/
  .text .post-content ul {
    margin:0 0 20px 8px;
  }
  
  .text .post-content ol {
    margin:0 0 20px 30px;
  }
    
  .text .post-content ul li {
    background: url(../icon_bullet.gif) no-repeat 1px 7px;
    font-size:1.6em;
    padding:5px 0 0 22px;
    margin-left:0px;
    margin-bottom:5px;
    line-height:1.3em;
  }
  
  .text .post-content img {
    margin-top:10px;
  }
  
  .text .post-content ol li {
    list-style:decimal;
    font-size:1.6em;
    padding:5px 0 0 0px;
    margin-left:0px;
    margin-bottom:5px;
    line-height:1.3em;
  }

  .post-content ul li {
    background: url(../icon_bullet.gif) no-repeat 1px 7px;
    font-size:1em;
    padding:5px 0 0 22px;
    margin-left:0px;
    margin-bottom:5px;
    line-height:1.3em;
  }
  
  /* Post - Quote
  -----------------------------------------------------------------------------*/
  
  .quote .post-content .caption {
    padding-top:0;
    padding-left: 20px;
  }
  .quote .post-content h1 {
    margin-bottom:0em;
  }
  
  .quote .post-content h1 {
        font-family: "myriad-pro", "Myriad Pro", sans-serif;
        font-weight: 400;
        font-style: italic;
        line-height: 1.20em;
  }
  .quote .post-content h1.mediumQuote, .quote .post-content h1.longQuote {
      font-size:3em;
      line-height:1.25em;
  }
  
  .quote .post-content blockquote {
    padding-left: 20px;
    font-style: normal;
    background: url(http://gidsy-files.s3.amazonaws.com/tumblr/blockquote.png) 0px 7px no-repeat;
  }
  
  .quote .post-content h1 a {
   color: #888;
   font-family: "myriad-pro", "Myriad Pro", sans-serif;
   font-weight: 400;
   font-style: italic;
  }
  
  .quote .post-content h1 a:hover {
   color: #006FBA;
  }

  /* Post - Link
  -----------------------------------------------------------------------------*/

  /* cricket-sound */
  
  /* Post - Photo
  -----------------------------------------------------------------------------*/
  
  .photo .post-content img {
    margin-top:8px;
    width:auto !important;
    max-width:560px;
    width:560px;
    height:auto;
  }
  
  /* Post - Video
  -----------------------------------------------------------------------------*/
  
  .video .post-content embed, .video .post-content object {
    margin-top:8px;
  }


  /* Post - Audio
  -----------------------------------------------------------------------------*/
  .audio .post-content .audio_wrapper {
    margin-top:8px;
    padding-left:140px;
    background:url(../icon_audiopost.gif) no-repeat top left;
  }
  
  .audio .post-content .caption {
    padding:0;
  }
  
  .audio_player {
    margin-bottom:40px;
  }

  /* Post - Chat
  -----------------------------------------------------------------------------*/
    .chat {
        margin-bottom:10px;
    }
    
    .chat .lines {
        margin:16px 0 18px 0;
    }

    #posts .chat .line p {
        margin:5px 0 5px 0;
    }


  
  /* Post Footer
  -----------------------------------------------------------------------------*/
  .post-footer {
    margin-left:80px;
    width:560px;
  }

    .post-footer .source_url {
      display: block;
        margin: 0 0 10px 0;
        font-size: 1.4em;
    }
  
  .post-footer .tags {
    font-size:1.4em;
    color:#999;
    padding-left:20px;
    background:url(../iconset-blog.png) no-repeat -220px -889px;
  }
  
  .post-footer .tags a {
      font-family: "myriad-pro", "Myriad Pro", sans-serif;
      font-weight:normal;
    color:#999;
  }
  
  .post-footer .tags a:hover {
    color:#666;
  }
  .post-footer .tags .tag-commas:last-child {
        display: none;
    }

/* Post Action Old
-----------------------------------------------------------------------------*/
#post_action_old {
  margin-left:80px;
  width:560px;
  padding:15px 0 20px;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
}

#post_action_old ul li {
  float:left;
  display:inline;
  width:62px;
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight:700;
}


#post_action_old li {
  margin:0 30px;  
}

#post_action_old li.tumblr a {
  margin-top:20px;
}

#post_action_old li.first {
  margin-left:16px;
}

#post_action_old li.i_reblog {margin-left: 20px; margin-right: 20px;}
#post_action_old li.box.plusone {margin-top: 7px; margin-right: 21px;}

#post_action_old li.last {
  margin-right:0;
}

/* Post Action
-----------------------------------------------------------------------------*/
#post_action ul li {
  float:left;
  display:inline;
  width:62px;
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight:700;
}


#post_action {
  margin-left:80px;
  width:560px;
  padding: 20px 0 16px;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
}

#post_action li {
  margin:0 30px;  
}

#post_action li a {
  margin-top:10px;
}

#post_action li.first {margin-left: 33px; margin-right: 16px;}
#post_action li.i_reblog {margin-left: 18px; margin-right: 20px;}
#post_action li.i_comment {margin-left:26px;}
#post_action li.box.twitter {margin-right: 30px; margin-left:30px;}
#post_action li.box.plusone {margin-top: 2px; margin-right: 21px; margin-left:25px;}

#post_action li .connect_widget_number_cloud {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
    
#post_action li.last {
  margin-right:0;
}

/* Notes
-----------------------------------------------------------------------------*/
#notes {
  margin-left:80px;
  font-size:1.4em;
  margin-top:40px;
  padding-bottom:30px;
  border-bottom:1px solid #ddd;
  width:560px;
}

#notes img {
  vertical-align:text-top;
}

#notes a {
  color:#212121;
}

#notes li {
  margin-bottom:15px;
  height:16px;
}
#notes li.with_commentary {
  height:auto;
}


#notes li.like {
  background:url(../iconset-blog.png) no-repeat 323px -947px;
}

#notes li.reblog {
  background:url(../iconset-blog.png) no-repeat 323px -1010px;
}

#notes .action {
  padding-left:10px;
}

#notes li.note blockquote {
  font-style: italic;
  margin-left:30px;
  background-position:0px 4px;
  padding-top: 3px;
}
#notes li.note blockquote a{
  font-family: "myriad-pro", "Myriad Pro", sans-serif;
  font-weight: normal;
  color: #999;
}


/* Post Navigation
-----------------------------------------------------------------------------*/
#navigation {
  margin-left:80px;
  width:560px;
  border-top:1px solid #ddd;
  padding-top:20px;
}
#navigation div {
  width:140px;
}

#navigation a {
  display:block;
  text-align:center;
  color:#202020;
  font-size:1.4em;
}

#navigation span {
  display:block;
  margin:0 auto;
  width:35px;
  height:35px;
  background: url('../iconset-blog.png');
}

#older {
  float:left;
}

#older a {
  float:left;
}

#newer {
  float:right;
  text-align:right;
}

#newer a {
  float:right;
}

#top {
  margin:0 auto;
  text-align:center;
  width:40px;
}

#newer span {
  background-position:-106px -526px;
}
  #newer a:hover span {
    background-position:-106px -561px;
  }
  #newer a:active span {
    background-position:-106px -631px;
  }

#top span {
  background-position:-62px -526px;
}
  #top a:hover span {
    background-position:-62px -561px;
  }
  #top a:active span {
    background-position:-62px -631px;
  }

#older span {
  background-position:-17px -526px;
}
  #older a:hover span {
    background-position:-17px -560px;
  }
  #older a:active span {
    background-position:-17px -631px;
  }

/* Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
  width:220px;
  float:left;
  display:inline;
  position:relative;
}

#sidebar p {
  font-size:1.4em;
  line-height:1.29em;
  color:#535353;
  margin-bottom:1em;
}

#sidebar .section {
  margin-top:30px;
}
  #sidebar .green-button.sidebar {text-align:center; *height:36px; *padding-bottom:0px;}
  #sidebar p.alternative {margin-bottom:0;}
  p.alternative a {font-size:16px;}

.host {
  margin:10px 0 15px;
  font-size:14px;
  line-height:1.4em;
}

.host a {
  font-size:16px;
}

.host img {
  float:left;
  display:inline;
  margin-right:8px;
}

.activity-description p {
  padding:10px 0;
  width:162px;
}

.activity-description a.price {
  margin-top:5px;
  padding:10px 5px 5px;
  background:#0071BC;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  color:#fff;
  text-align:center;
  float:right;
  line-height:1.1em;
}

.activity-description a.price:hover {
  background:#439016;
}

.activity-description .price strong {
  font-size:2.2em;
}

.activity-description .price small {
  font-size:1.0em;
}

/* Photo Crediter
-----------------------------------------------------------------------------*/

.photo_credit {
  display:block;
  position:relative;
}
.photo_credit img {
  display:block;
}
.credit_caption {
  position:absolute;
  bottom:20px;
  right:0;
  color:#fff;
  text-align:right;
  text-decoration: none !important;
  font-size:12px;
  font-weight:normal;
  font-family: "myriad-pro", "Myriad Pro", sans-serif;
  opacity:.75;
}
.credit_caption a {
  display:block;
  padding:5px 15px;
  background:#212121;
  color:#fff;
  text-decoration: none !important;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.credit_caption a:hover {
  text-decoration:underline;
  background:#000000;
}
.credit_caption em {
  font-style:normal;
  color:#888;
  padding-right:5px;
}

/* Small Icon List
-----------------------------------------------------------------------------*/

.small-icon-list {
  padding-top:5px;
}

.small-icon-list li {
  font-size:1.4em;
  margin-bottom:15px;
}

.small-icon-list li a {
  display:block;
  padding-left:22px;
  background-image:url(../iconset-blog.png);
  background-repeat:no-repeat;
}

.small-icon-list .tumblr a {
  background-position:-219px -475px;
}
  .small-icon-list .tumblr a:hover {
    background-position:-219px -491px;
  }
  .small-icon-list .tumblr a:active {
    background-position:-219px -506px;
  }
  
.small-icon-list .twitter a {
  background-position:-219px -545px;
}
  .small-icon-list .twitter a:hover {
    background-position:-219px -561px;
  }
  .small-icon-list .twitter a:active {
    background-position:-219px -576px;
  }


.small-icon-list .facebook a {
  background-position:-219px -616px;
}
  .small-icon-list .facebook a:hover {
    background-position:-219px -632px;
  }
  .small-icon-list .facebook a:active {
    background-position:-219px -647px;
  }

.small-icon-list .instagram a {
  background-position:-219px -686px;
}
  .small-icon-list .instagram a:hover {
    background-position:-219px -702px;
  }
  .small-icon-list .instagram a:active {
    background-position:-219px -717px;
  }

.small-icon-list .rss a {
  background-position:-219px -755px;
}
  .small-icon-list .rss a:hover {
    background-position:-219px -771px;
  }
  .small-icon-list .rss a:active {
    background-position:-219px -786px;
  }

.small-icon-list .contact a {
  background-position:-219px -824px;
}
  .small-icon-list .contact a:hover {
    background-position:-219px -840px;
  }
  .small-icon-list .contact a:active {
    background-position:-219px -856px;
  }

/* Disqus Styles
-----------------------------------------------------------------------------*/

#disqus {
  width:560px;
  margin:20px 0 20px 80px;
  background: white;
  position:relative;
  border: 1px solid #DDD;
}

#disqus_thread {
  padding:30px 20px;  
}

#dsq-content h3 {
  font-size:16px;
  color:#999;
  font-family:"myriad-pro-semi-condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
}

#dsq-sort-select {
  font-size:14px;
  color:#999;
}

.dsq-comment-message {
  font-size:14px;
}

#dsq-content #dsq-footer li {
  float:right !important;
  margin-right:0px !important;
  margin-left:10px !important;
}

#dsq-content #dsq-footer li a {
  color:#666;
  text-decoration:none !important;
}

#dsq-content #dsq-footer li a:hover {
  color:#212121;
}

.dsq-comment-footer {
  padding:5px 10px;
  background:#fff;
  font-size:14px;
}

.dsq-comment-message {
  padding:0 10px;
}

#dsq-content .dsq-comment-text p {
  font-size:1.1em;
}

.dsq-brlink {
  position:absolute;
  bottom:20px;
  right:20px;
  color:#ccc;
}

/* Facebook widget
-----------------------------------------------------------------------------*/

#fb-root {
  padding-top:20px;
  border-top:1px solid #ccc;
}

.fbConnectWidgetTopmost {
  border:0 !important;
}


/* Tumblr Controls
-----------------------------------------------------------------------------*/

#tumblr_controls {
  top:10px !important;
}

/* Tumblr Counter
-----------------------------------------------------------------------------*/
.gidsy-icon {
  background: url(../iconset_blog.png);
}
#followerscounter-avatar {
  visibility: hidden;
  display:none !important;
}
#followerscounter-text {
  margin-left: 0px !important;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #555555;
  font-size: 16px;
  line-height: 32px;
  }
#followerscounter-container a {
  visibility: hidden;
  display:none;
  }
#followerscounter-count {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;  font-size: 32px;
  padding-right: 3px;
}
#followerscounter-count:after {   color: #3B6A88;
}
#followerscounter-count:before {
  content: " ";
  display: block;
  padding-left: 200px;
}
.plus-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(http://gidsy-files.s3.amazonaws.com/tumblr/plus-icon.png) no-repeat;
  margin-right: 6px;
  position: relative;
  top: 1px;
  left: -3px;
}

.gidsy-button {
  font-family: "myriad-pro-semi-condensed-1", "myriad-pro-semi-condensed-2", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: 0px;
  margin: 0px;
  text-align: center;
  padding: 0px 20px 2px;
  font-size: 20px;
  line-height: 36px;
  border-width: 1px 0px;
  border-style: solid;
}
.gidsy-button.vertical-center {
  vertical-align: middle;
}
.gidsy-button.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.gidsy-button:active {
  padding-top: 1px;
  padding-bottom: 1px;
}
.gidsy-button:active.inactive {
  padding-top: 0px;
  padding-bottom: 2px;
}
.gidsy-button.medium-button {
  padding: 2px 15px 2px;
  font-size: 14px;
  line-height: 26px;
}
.gidsy-button.medium-button:active {
  padding-top: 2px;
  padding-bottom: 2px;
}
.gidsy-button.medium-button:active.inactive {
  padding-top: 2px;
  padding-bottom: 2px;
}
.gidsy-button.grey-button {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(50%, #f8f8f8), color-stop(50%, #f3f3f3), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#fefefe 0%, #f8f8f8 50%, #f3f3f3 50%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#fefefe 0%, #f8f8f8 50%, #f3f3f3 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(#fefefe 0%, #f8f8f8 50%, #f3f3f3 50%, #eeeeee 100%);
  background-image: linear-gradient(#fefefe 0%, #f8f8f8 50%, #f3f3f3 50%, #eeeeee 100%);
  border: 1px solid #cccccc;
  color: #555555;
  text-shadow: #f9f9f9 0px 1px 1px;
}
.gidsy-button.grey-button:hover, .gidsy-button.grey-button.hover {
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #f8f8f8), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #f8f8f8 50%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #ffffff 50%, #f8f8f8 50%, #f4f4f4 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #f8f8f8 50%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 50%, #f8f8f8 50%, #f4f4f4 100%);
  border-color: #cccccc;
  text-decoration: none;
}
.gidsy-button.grey-button:active {
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(#eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(#eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(#eeeeee 0%, #ffffff 100%);
  border-color: #cccccc;
}




/* Footer
-----------------------------------------------------------------------------*/

#footer {
  font-size: 14px;
  line-height: 20px;
}

.footer {
  border-top: 1px solid #DDD;
  color: #888;
  padding: 26px 0 40px;
  margin-top: 90px;
  margin-bottom: 110px;
  text-align: left;
}

.footer-list {
  color: #888;
  margin: 0px;
  padding: 0px;
}

.footer-list li {
  list-style-type: none;
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.footer a {
  color: #888;
}

.footer-list li a {
  font-family: "myriad-pro", "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.footer h4 {
  font-size: 14px;
  margin: 0px;
  color: #888;
  line-height: 27px;
}

.footer #fb-root {
  padding-top:0px;
  border-top:0;
}

.footer .share {
  padding-top: 5px;
}

/* line 781, ../../sass/base.sass */
#footer_bar {
  position: absolute;
  bottom: 0px;
  height: 70px;
  width: 100%;
  background: #10486d;
  text-align: left;
}
/* line 787, ../../sass/base.sass */
#footer_bar .light-area {
  background-color: #006fba;
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100%;
}
/* line 793, ../../sass/base.sass */
#footer_bar .container_12 {
  position: relative;
  background: #10486d;
  height: 100%;
}
/* line 797, ../../sass/base.sass */
#footer_bar .footer_arrow {
  background: #006fba url(http://media.gidsy.com/img/footer_arrow.png) no-repeat top right;
  height: 100%;
  width: 380px;
}
/* line 801, ../../sass/base.sass */
#footer_bar .wand {
  width: 45px;
  height: 45px;
  float: left;
  background: url(http://media.gidsy.com/img/wand_icon.png) no-repeat top left;
  margin: 12px;
}
/* line 807, ../../sass/base.sass */
#footer_bar .wand:hover {
  background-position: bottom left;
}
/* line 809, ../../sass/base.sass */
#footer_bar h3 {
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  color: white;
  margin: 18px 0 0;
}
/* line 814, ../../sass/base.sass */
#footer_bar .footer_features {
  margin-top: 15px;
  width: 420px;
}
/* line 817, ../../sass/base.sass */
#footer_bar .footer_features li {
  font-size: 14px;
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: white;
  float: left;
  width: 210px;
  margin-bottom: 7px;
}
/* line 824, ../../sass/base.sass */
#footer_bar .footer_features li span {
  width: 20px;
  height: 16px;
  float: left;
  background: url(http://media.gidsy.com/img/iconset.png?e6cc19cace15) no-repeat;
}
/* line 829, ../../sass/base.sass */
#footer_bar .footer_features li span.protect {
  background-position: -24px -3224px;
}
/* line 831, ../../sass/base.sass */
#footer_bar .footer_features li span.simple {
  background-position: -153px -3224px;
}
/* line 833, ../../sass/base.sass */
#footer_bar .footer_features li span.deal {
  background-position: -91px -3223px;
}
/* line 835, ../../sass/base.sass */
#footer_bar .footer_features li span.recommended {
  background-position: -214px -3223px;
}
/* line 837, ../../sass/base.sass */
#footer_bar .more-button {
  display: inline-block;
  font-size: 16px;
  font-family: "myriad-pro-semi-condensed", "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #eeeeee url(http://media.gidsy.com/img/iconset.png?e6cc19cace15) no-repeat -15px -3268px;
  color: #10486d;
  padding: 7px 12px 7px 32px;
  margin-top: 20px;
  text-decoration: none;
}
/* line 847, ../../sass/base.sass */
#footer_bar .more-button:hover {
  background-color: white;
}
/* line 849, ../../sass/base.sass */
#footer_bar #rb {
  width: 0px;
  height: 155px;
  background: url(http://media.gidsy.com/img/rainbow.png) no-repeat top left;
  position: absolute;
  bottom: 70px;
}


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
  position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
  width:60px;
}

.container_12 .grid_2 {
  width:140px;
}

.container_12 .grid_3 {
  width:220px;
}

.container_12 .grid_4 {
  width:300px;
}

.container_12 .grid_5 {
  width:380px;
}

.container_12 .grid_6 {
  width:460px;
}

.container_12 .grid_7 {
  width:540px;
}

.container_12 .grid_8 {
  width:620px;
}

.container_12 .grid_9 {
  width:700px;
}

.container_12 .grid_10 {
  width:780px;
}

.container_12 .grid_11 {
  width:860px;
}

.container_12 .grid_12 {
  width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
  padding-left:80px;
}

.container_12 .prefix_2 {
  padding-left:160px;
}

.container_12 .prefix_3 {
  padding-left:240px;
}

.container_12 .prefix_4 {
  padding-left:320px;
}

.container_12 .prefix_5 {
  padding-left:400px;
}

.container_12 .prefix_6 {
  padding-left:480px;
}

.container_12 .prefix_7 {
  padding-left:560px;
}

.container_12 .prefix_8 {
  padding-left:640px;
}

.container_12 .prefix_9 {
  padding-left:720px;
}

.container_12 .prefix_10 {
  padding-left:800px;
}

.container_12 .prefix_11 {
  padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
  padding-right:80px;
}

.container_12 .suffix_2 {
  padding-right:160px;
}

.container_12 .suffix_3 {
  padding-right:240px;
}

.container_12 .suffix_4 {
  padding-right:320px;
}

.container_12 .suffix_5 {
  padding-right:400px;
}

.container_12 .suffix_6 {
  padding-right:480px;
}

.container_12 .suffix_7 {
  padding-right:560px;
}

.container_12 .suffix_8 {
  padding-right:640px;
}

.container_12 .suffix_9 {
  padding-right:720px;
}

.container_12 .suffix_10 {
  padding-right:800px;
}

.container_12 .suffix_11 {
  padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
  left:80px;
}

.container_12 .push_2 {
  left:160px;
}

.container_12 .push_3 {
  left:240px;
}

.container_12 .push_4 {
  left:320px;
}

.container_12 .push_5 {
  left:400px;
}

.container_12 .push_6 {
  left:480px;
}

.container_12 .push_7 {
  left:560px;
}

.container_12 .push_8 {
  left:640px;
}

.container_12 .push_9 {
  left:720px;
}

.container_12 .push_10 {
  left:800px;
}

.container_12 .push_11 {
  left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
  left:-80px;
}

.container_12 .pull_2 {
  left:-160px;
}

.container_12 .pull_3 {
  left:-240px;
}

.container_12 .pull_4 {
  left:-320px;
}

.container_12 .pull_5 {
  left:-400px;
}

.container_12 .pull_6 {
  left:-480px;
}

.container_12 .pull_7 {
  left:-560px;
}

.container_12 .pull_8 {
  left:-640px;
}

.container_12 .pull_9 {
  left:-720px;
}

.container_12 .pull_10 {
  left:-800px;
}

.container_12 .pull_11 {
  left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/* remove the FB Likebox frameborder hack
----------------------------------------------------------------------------------------------------*/

#fb-root {
  border:none;
  padding-top:0;
}

#likebox-frame {
  border:2px solid #ffffff;
  height:253px;
  left:-2px;
  overflow:hidden;
  position:relative;
  top:-2px;
  width:203px;
  z-index:10;
}
#likebox-frame iframe {
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}



/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

