/*
Theme Name: Hype
Theme URI: http://hypenotic.com/
Description: Custom theme designed for Hypenotic.
Version: 1.0
Author: Jorge Villalobos for Hypenotic
Author URI: http://hypenotic.com/
Tags: No Tags Defined
*/

body, div, p, ul, ol, dl, li, br, blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: normal normal normal 10px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #eee;
  border-top: 10px solid #f36;
}
a:link, a:visited, a:hover, a:active { color: #f36; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
.clear {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: 1px !important;
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.center_container {
  margin: 0 auto;
  width: 960px;
  padding: 0 20px;
}
.alignright { float: right; z-index: 99; }
.alignleft { float: left; z-index: 99; }

#header {
  border-top: 1px solid #fff;
  background: url('images/top_gradient.png') top center repeat-x;
}

#site_name {
  float: left;
  margin: 0;
  font: normal normal 700 3em/1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#site_name a {
  display: block;
  color: #444;
  text-shadow: #fff 1px 2px 1px;
  padding: 40px 0 0;
}


/* ================== */
/* = Top Navigation = */
/* ================== */
#top_navigation {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  list-style: none;
  font: normal normal 500 1.2em/1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 40px 0 0;
  border-bottom: 1px dotted #ccc;
}

#top_navigation li {
  display: block;
  float: left;
  margin-left: 2em;
  text-shadow: #fff 1px 1px 1px;
}

#top_navigation li.blog {
  margin-left: 0;
}

#top_navigation li a { display: block; position: relative; }

#top_navigation li a:link, #top_navigation li a:visited { color: #888; }

#top_navigation li a:hover, #top_navigation li a:active {
  color: #444;
  text-decoration: none;
}

#top_navigation li.current_page_item a:link,
#top_navigation li.current_page_item a:visited,
#top_navigation li.current_page_parent a:link,
#top_navigation li.current_page_parent a:visited,
#top_navigation li.current_page_ancestor a:link,
#top_navigation li.current_page_ancestor a:visited {
  text-decoration: none;
  color: #222;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  border-left: 5px solid #eee;
  border-right: 5px solid #eee;
  font-weight: 500;
  margin-bottom: -1px;
}

/* ========== */
/* = Middle = */
/* ========== */
#middle {}
#middle a:link, #middle a:visited, #middle a:hover, #middle a:active { color: #f36; }


#wide_content {
  color: #444;
  float: left;
  width: 960px;
  padding: 0 0 4em;
}

#content {
  color: #444;
  float: left;
  width: 680px;
  padding: 0 0 4em;
}

.navigation {
  border-top: 1px solid #ccc;
  padding: 5px 0;
  font-size: 0.8em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.navigation div {
  max-width: 42%;
}

.navigation div.alignright { text-align: right; }

.navigation div a { display: block; }

.bottom_navigation {
  font-size: 1.6em;
  padding: 0;
  border-top: 0 !important;
}

.bottom_navigation div a {
  background: #f36;
  padding: 10px !important;
  color: #fff !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.post {
  padding: 4em 49px 0;
  margin: 5em 0 7em;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 5px solid #444;
  border-right-color: #bbb;
  border-bottom-color: #bbb;
  -moz-box-shadow: 3px 4px 3px #ccc;
  -webkit-box-shadow: 3px 4px 3px #ccc;
  box-shadow: 3px 4px 3px #ccc;
}

.post_title, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #222;
}

.post h2 {
  font-size: 2.714em;
  line-height: 1em;
  margin: 1em 0 0.5em;
  padding: 0;
  font-weight: 700;
  letter-spacing: -2px;
}

.post_title {
  font-size: 4.6em !important;
  line-height: 1em;
  margin: 0 0 0.3em !important;
  padding: 0 !important;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
}

.post_title a:link, .post_title a:visited, .post_title a:hover, .post_title a:active {
  color: #222 !important;
}

.page .post_title {
  margin: 0 0 1em !important;
}

.post h3 {
  font-size: 2em;
  line-height: 1.1em;
  margin: 1em 0 0.25em;
}
.post h4 {
  font-size: 1.333em;
  line-height: 1.1em;
  margin: 1em 0 0.5em;
}
.post h5 {
  font-size: 0.867em;
  line-height: 1.1em;
  margin: 0.5em 0 0.533em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0.5em 0 0.533em;
  text-transform: uppercase;
}

.byline {
  color: #999;
  font: italic normal normal 1.2em/1em Georgia, serif;
  padding: 1em 0 2.5em;
  text-align: center;
}

.byline a, .byline .date {
  font: normal normal normal 1em/1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 0.2em;
}

.byline .date {
  color: #000;
}

.byline .date sup {
  font-size: 0.7em;
  line-height: 0.6em;
}

.post-edit-link {
  display: inline-block;
  background: #f36;
  color: #fff !important;
  padding: 3px 5px;
  font-size: 0.735em;
  font-family: Arial, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dsq-comment-count {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.post .comments-top {
  display: block;
  position: absolute;
  top: -0.9em;
  right: 20px;
  text-transform: uppercase;
  font: 1.1em/1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.post .comments-top a {
  background: #f36;
  color: #fff !important;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 2px 2px #ddd;
  -webkit-box-shadow: 0px 2px 2px #ddd;
  box-shadow: 0px 2px 2px #ddd;
}

.post .comments-top .tip {
  display: block;
  position: absolute;
  font-size: 2em;
  top: 0.8em;
  right: 0.5em;
  border-left: 0.45em solid #f36;
  border-bottom: 0.45em solid #fff;
  overflow: hidden;
}

/* 1193 x 343 */
.entry {
  padding: 0 0 1px;
  font: 1.4em/1.5em Georgia, serif;
}

.entry .socialize-in-content { display: none; }

.entry .alignright { margin: 5px 0 5px 20px; }
.entry .alignleft { margin: 5px 20px 5px 0; }
.entry .aligncenter {
  display: block;
  margin: 0 auto 1.2em; 
  overflow: auto;
}
.entry .alignnone {
  margin: 0 0 1.2em;
  overflow: auto;
}

.entry .notopmargin { margin-top: 0 !important; }

.entry p, .entry ul, .entry ol, .entry dl, .entry table { line-height: 1.5em; }

.entry p, .entry table { margin-bottom: 1.5em; }

.entry ul, .entry ol, .entry dl { margin-bottom: 1em; }

.entry ul, .entry ol {
  padding-left: 2.5em;
  overflow: auto;
}

.entry ul li, .entry ol li {
  margin-bottom: 0.5em;
}


.page-id-1509 .entry ul {
  list-style: none;
  padding-left: 0;
}
.page-id-1509 .entry ul li {
  margin-bottom: 1.2em;
}
.entry blockquote {
  padding: 1.5em 0 0 1.5em;
  margin-bottom: 1.25em;
  overflow: auto;
  font-size: 1.2em;
  line-height: 1.475em;
  border-left: 5px solid #e6e6e6;
  font-style: italic;
  color: #222;
}
.entry strong { color: #222; }
.entry .wp-caption {
  padding: 2px 0;
  border: 1px solid #ddd;
}
.entry img {
  padding: 1px;
  border: 1px solid #ddd;
}
.entry .wp-caption img {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
.entry .wp-caption p {
  font-style: italic;
  font-size: 0.8em;
  color: #717447;
  padding: 5px 5px 0;
  margin-bottom: 0 !important;
}

.entry a:link img, .entry a:visited img { border: 1px solid #ddd; }
.entry a:hover img, .entry a:active img { border: 1px solid #f36; }

.entry form {
  display: block;
  overflow: auto;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry fieldset {
  border: 1px solid #eee;
  padding: 20px 10px;
}
.entry .cf_hidden { display: none; }
.entry legend {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}
.page-id-5 .entry legend { display: none; }
.entry fieldset ol li { margin-bottom: 1em; }
.entry fieldset label {
  display: block;
  color: #666;
}
.entry fieldset .reqtxt, .entry fieldset .emailreqtxt {
  font-size: 0.8em;
  color: #999;
  margin-left: 0.5em;
}
.entry fieldset input[type='text'] {
  width: 300px;
}
.entry fieldset textarea {
  width: 430px;
  line-height: 1.35em;
}
.entry fieldset input[type='text'], .entry fieldset textarea {
  font-size: 1.2em;
  font-family: Georgia, serif;
  border: 1px solid #ddd;
  background: #eee;
  color: #f36;
  padding: 0.3em;
  -moz-boder-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.entry fieldset input[type='text']:hover, .entry fieldset textarea:hover {
  cursor: pointer;
  border: 1px solid #999;
  border-top-color: #666;
  border-left-color: #666;
  background: #f36;
  color: #fff;
}
.entry fieldset input[type='text']:focus, .entry fieldset textarea:focus {
  cursor: pointer;
  border: 1px solid #999;
  border-top-color: #666;
  border-left-color: #666;
  background: #fff;
  color: #666;
}
.entry .cf-sb {
  clear: both;
  text-align: right;
  margin: 0 !important;
}
.entry .cf-sb #sendbutton {
  font: normal normal normal 2em/1em "museo-slab-1", "museo-slab-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #f36;
  color: #fff;
  padding: 5px 10px;
  margin: 20px 0 0;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.entry .linklove {
  display: block;
  clear: both;
  height: 1px;
  text-indent: -999999em;
  padding: 0;
}

.entry .map {
  padding: 4px;
  border: 1px solid #eee;
}

.entry .more-link {
  display: block;
  float: right;
  font-style: italic;
  background: #f36;
  padding: 5px 10px;
  margin: 30px 0 1.2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.entry a.more-link:link, .entry a.more-link:visited,
.entry a.more-link:hover, .entry a.more-link:active { color: #fff !important; }

.meta-data {
  clear: both;
  line-height: 1em;
  padding: 1em 0 0;
  margin: 0;
  border-top: 1px dashed #eee;
}

.meta-data .sharing-widgets {
  position: relative;
  font: 1em/1em "museo-slab-1", "museo-slab-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #222;
}

.meta-data .sharing-widgets ul {
  display: block;
  list-style: none;
  overflow: visible;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0;
  background: none;
}

.meta-data .sharing-widgets li {
  display: block;
  float: left;
  margin-left: 4px;
}

.meta-data .sharing-widgets li.title {
  margin-left: 0;
  padding: 0.4em 0.5em 0 0;
  font-size: 1.286em;
  font-weight: 700;
}

.meta-data .sharing-widgets li a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url('images/sm_sprite1.png') 0 24px no-repeat;
  text-indent: -99999em;
  border: 1px solid #eee;
}
.meta-data .sharing-widgets li.twitter a:link,
.meta-data .sharing-widgets li.twitter a:visited { background-position: 0 0; }
.meta-data .sharing-widgets li.twitter a:hover,
.meta-data .sharing-widgets li.twitter a:active { background-position: 0 -24px; }

.meta-data .sharing-widgets li.facebook a:link,
.meta-data .sharing-widgets li.facebook a:visited { background-position: -24px 0; }
.meta-data .sharing-widgets li.facebook a:hover,
.meta-data .sharing-widgets li.facebook a:active { background-position: -24px -24px; }

.meta-data .sharing-widgets li.digg a:link,
.meta-data .sharing-widgets li.digg a:visited { background-position: -48px 0; }
.meta-data .sharing-widgets li.digg a:hover,
.meta-data .sharing-widgets li.digg a:active { background-position: -48px -24px; }

.meta-data .sharing-widgets li.stumbleupon a:link,
.meta-data .sharing-widgets li.stumbleupon a:visited { background-position: -72px 0; }
.meta-data .sharing-widgets li.stumbleupon a:hover,
.meta-data .sharing-widgets li.stumbleupon a:active { background-position: -72px -24px; }

.meta-data .sharing-widgets li.delicious a:link,
.meta-data .sharing-widgets li.delicious a:visited { background-position: -96px 0; }
.meta-data .sharing-widgets li.delicious a:hover,
.meta-data .sharing-widgets li.delicious a:active { background-position: -96px -24px; }

.meta-data .sharing-widgets li a:hover,
.meta-data .sharing-widgets li a:active { background-color: #f36; }

.tags, .categories {
  display: block;
  clear: both;
  border-top: 1px dashed #ccc;
}

.tags:hover, .categories:hover { opacity: 1; }

.meta-data .arrow, .post-edit-link .arrow {
  position: relative;
  top: -2px;
}

#disqus_thread { padding: 20px 0 0; }
#disqus_thread .dsq-dc-logo {
  position: absolute !important;
  top: 0.5em !important;
  right: 0 !important;
}

#disqus_thread h3 {
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1em;
}

#dsq-new-post {
  padding-bottom: 3em !important;
}

.dsq-brlink { display: none !important; }

#sidebar {
  float: right;
  list-style: none;
  width: 250px;
  color: #666;
  padding: 5em 0 5em;
  text-shadow: #f9f9f9 1px 1px 1px;
}
#sidebar .widget {
  padding-bottom: 4em;
  font: 1.3em/1.5em Georgia, serif;
  border-top: 1px solid #ccc;
}
#sidebar .widget h3 {
  padding: 0.6em 0 0;
  margin: 0 0 0.4em;
  border-top: 1px solid #fcfcfc;
  font: normal normal 700 1.6em/1.1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #444;
}
#sidebar .widget h4 {
  color: #666;
  font-size: 1.143em;
  line-height: 1em;
  margin: 1em 0 0.3em;
}

#sidebar li ul { padding: 0.3em 0 0 1.5em; }
#sidebar li ul li { margin-bottom: 0.3em; }

/* ================== */
/* = Twitter Widget = */
/* ================== */
#sidebar .twtr-widget {
  margin-top: 1.2em;
  border: 1px solid #ccc;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#sidebar .twtr-hd { display: none !important; }

#sidebar .twtr-timeline {
}

#sidebar .twtr-tweet-wrap {
  padding: 1em;
  border-bottom: 1px solid #eee;
}

/* ================= */
/* = Sidebar Forms = */
/* ================= */
#sidebar .newsletter form div,
#sidebar .sign-up form div,
#sidebar .weekly-email-digest form div,
#sidebar .widget_search form div,
div#contactform,
#fullnewslettersignup div {
  padding: 20px;
  margin-top: 1em;
  background: #e6e6e6;
  border: 1px solid #ddd;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#sidebar .newsletter form div label,
#sidebar .sign-up form div label,
#sidebar .weekly-email-digest form div label,
#sidebar .widget_search form div label,
div#contactform label,
#fullnewslettersignup label {
  color: #f36;
  cursor: pointer;
  font-family: "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight:normal;
}

#fullnewslettersignup p {
	font-family:georgia;
	color:#444;
	margin:0;
}

#sidebar .newsletter form div label,
#sidebar .sign-up form div label,
#sidebar .weekly-email-digest form div label,
#sidebar .widget_search form div label {
	width:60px
}

#sidebar .newsletter form div input,
#sidebar .sign-up form div input,
#sidebar .weekly-email-digest form div input,
#sidebar .widget_search form div input,
div#contactform input,
#fullnewslettersignup input {
  cursor: pointer;
}

#sidebar .newsletter form div input[type='text'],
#sidebar .sign-up form div input[type='text'],
#sidebar .weekly-email-digest form div input[type='text'],
#sidebar .widget_search form div input[type='text'],
div#contactform input[type=text], div#contactform textarea,
#fullnewslettersignup input[type=text] {
  font-size: 14px;
  padding: 4px 3px;
  margin-bottom: 10px;
  background: #ddd;
  border: 1px solid #ccc;
  border-right-color: #eee;
  border-bottom-color: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div#contactform input[type=text], div#contactform textarea {
	margin-bottom:0
}	

#sidebar .newsletter form div input[type='text'],
#sidebar .sign-up form div input[type='text'],
#sidebar .weekly-email-digest form div input[type='text'],
#sidebar .widget_search form div input[type='text']
  width: 199px;
}


#sidebar .newsletter form div input[type='text']:hover,
#sidebar .sign-up form div input[type='text']:hover,
#sidebar .weekly-email-digest form div input[type='text']:hover,
#sidebar .widget_search form div input[type='text']:hover,
div#contactform input[type=text]:hover,
#fullnewslettersignup input[type=text]:hover {
  background: #f36;
  color: #fff;
}

#sidebar .newsletter form div input[type='text']:focus,
#sidebar .sign-up form div input[type='text']:focus,
#sidebar .weekly-email-digest form div input[type='text']:focus,
#sidebar .widget_search form div input[type='text']:focus,
div#contactform input[type=text]:focus,
#fullnewslettersignup input[type=text]:focus {
  background: #fff;
  color: #000;
  cursor: text;
}

#sidebar .newsletter form div input[type='submit'],
#sidebar .sign-up form div input[type='submit'],
#sidebar .weekly-email-digest form div input[type='submit'],
#sidebar .widget_search form div input[type='submit'],
div#contactform input[type=submit],
#fullnewslettersignup input[type=submit] {
  display: block;
  padding: 7px;
  background: #f36;
  color: #fff;
  font: normal normal normal 1.2em/1em "museo-slab-1", "museo-slab-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 1px solid #fcc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#sidebar .newsletter form div input[type='submit'],
#sidebar .sign-up form div input[type='submit'],
#sidebar .weekly-email-digest form div input[type='submit'],
#sidebar .widget_search form div input[type='submit'] {
  margin: 0.5em 0 0;
  float: right;
}

#sidebar .newsletter form div input[type='submit']:hover,
#sidebar .sign-up form div input[type='submit']:hover,
#sidebar .weekly-email-digest form div input[type='submit']:hover,
#sidebar .widget_search form div input[type='submit']:hover,
div#contactform input[type=submit]:hover,
#fullnewslettersignup input[type=submit]:hover {
  text-decoration: underline;
}

/* ================== */
/* = Sub-nav Widget = */
/* ================== */
#sidebar .current_page_item a:link,
#sidebar .current_page_item a:visited,
#sidebar .current_page_item a:hover,
#sidebar .current_page_item a:active,
#sidebar .current_page_parent a:link,
#sidebar .current_page_parent a:visited,
#sidebar .current_page_parent a:hover,
#sidebar .current_page_parent a:active,
#sidebar .current_page_ancestor a:link,
#sidebar .current_page_ancestor a:visited,
#sidebar .current_page_ancestor a:hover,
#sidebar .current_page_ancestor a:active,
#sidebar .current-cat a:link,
#sidebar .current-cat a:visited,
#sidebar .current-cat a:hover,
#sidebar .current-cat a:active {
  color: #ccc;
  text-decoration: none;
}

/* ==================== */
/* = Follow Us Widget = */
/* ==================== */
#sidebar .follow-us {
  border-top: 0;
  padding-bottom: 2em;
}

#sidebar .follow-us h3 {
  display: none;
}

#sidebar .follow-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar .follow-us ul li { float: left; margin-right: 5px; }

#sidebar .follow-us a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url('images/sm_sprite1.png') 0 -72px no-repeat;
  text-indent: -99999em;
}

#sidebar .follow-us li.twitter a:link,
#sidebar .follow-us li.twitter a:visited {background-position: 0 -72px;}
#sidebar .follow-us li.twitter a:hover,
#sidebar .follow-us li.twitter a:active {background-position: 0 -48px;}

#sidebar .follow-us li.facebook a:link,
#sidebar .follow-us li.facebook a:visited {background-position: -24px -72px;}
#sidebar .follow-us li.facebook a:hover,
#sidebar .follow-us li.facebook a:active {background-position: -24px -48px;}

#sidebar .follow-us li.feed a:link,
#sidebar .follow-us li.feed a:visited {background-position: -120px -72px;}
#sidebar .follow-us li.feed a:hover,
#sidebar .follow-us li.feed a:active {background-position: -120px -48px;}

/* =========================== */
/* = Get Satisfaction Widget = */
/* =========================== */
#sidebar .get-satisfaction {
  border-top: 0;
}

#sidebar .get-satisfaction h3 {
  display: none;
}

#sidebar .widget_text a:link img, #sidebar .widget_text a:visited img {
  opacity: 0.8;
  border: 0;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 5px;
}

#sidebar .widget_text a:hover img, #sidebar .widget_text a:active img {
  opacity: 1;
  border-bottom-color: #f36;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer {
  background: #222;
  color: #999;
  padding: 30px 0;
  font: normal normal 100 1.2em/1em "museo-sans-1", "museo-sans-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #f36;
}
#footer .copy { float: right; }
#footer .bottom_nav {
  float: left;
  list-style: none;
  padding: 0;
}
#footer .bottom_nav li {
  float: left;
  padding-right: 1.5em;
  text-transform: uppercase;
}

#footer .bottom_nav li a:link, #footer .bottom_nav li a:visited {
  color: #ccc;
}

#footer .bottom_nav li.current_page_item a:link,
#footer .bottom_nav li.current_page_item a:visited,
#footer .bottom_nav li.current_page_item a:hover,
#footer .bottom_nav li.current_page_item a:active,
#footer .bottom_nav li.current_page_parent a:link,
#footer .bottom_nav li.current_page_parent a:visited,
#footer .bottom_nav li.current_page_parent a:hover,
#footer .bottom_nav li.current_page_parent a:active,
#footer .bottom_nav li.current_page_ancestor a:link,
#footer .bottom_nav li.current_page_ancestor a:visited,
#footer .bottom_nav li.current_page_ancestor a:hover,
#footer .bottom_nav li.current_page_ancestor a:active { color: #fff; }

/* ======================== */
/* = Get Satisfaction Tab = */
/* ======================== */
#fdbk_tab {
}

/* ======================== */
/* = GREAT BEDFELLOWS TRANSPARENCY HOVER = */
/* ======================== */

.transparent:hover{
  opacity:0.7;
  filter:alpha(opacity=70);
  }

.aboutteam {
	padding-top: 15px;
	display: block;
clear:both;
	}

#NewCodeBookShareBox 
{
 background-color:#FFFFFF;
 border-color:#C1CDCD;
 border-style:solid;
 border-width:1px;
 left:10%;
 top:180px;
 margin-top:10px;
 position:fixed;
 width:64px;
}


#NewCodeBookShareBox .float {margin:7px}
.FBConnectButton_Text
{
 font-size: 8px;
 padding:2px 4px 3px !important;
}

.fleft { float:left}
.fright { float:right}
.talignleft { text-align:left !important}
