body {
  background: #000;
  color: #c8c8c8;
  margin: 20px 20px 0 20px;
  font-family: arial; }

#wrapper {
  position: relative; }

.clear {
  clear: both; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.hidden {
  visibility: hidden; }

.full_transparent {
  opacity: 0;
  filter: alpha(opacity=0); }

.hometab, .nexttab {
  position: relative;
  width: 765px;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* box to scroll through pages within each section, or to return to home page */
.hometab {
  margin: 1.5% auto 0;
  width: 765px;
  min-height: 16px; }

/* same as hometab, but at the bottom, with different formatting */
.nexttab {
  margin: 8px auto;
  width: 765px;
  min-height: 16px; }

.italic {
  font-style: italic; }

.float_l {
  float: left; }

.float_r {
  float: right; }

.float_none {
  float: none; }

h1, h2, h3, h4, h5 {
  font-family: "Josefin Sans", arial, sans-serif; }

#sub_tabs_wrapperTEMP {
  /*		z-index: 0;
  	margin-bottom: 6px;
  	top: -27px;
  */
  left: -300px;
  top: 20px;
  width: 140px; }

#sub_tabs_wrapper {
  /*	z-index: 0;
  	margin-bottom: 6px;
  	top: -27px;
  */
  top: 20px;
  width: 140px; }

#contact_links {
  padding: 0px;
  margin: 0 auto;
  /*	display: inline-block;*/ }
  #contact_links li {
    /*	float: left;*/
    list-style: none;
    margin: 0; }
  #contact_links a {
    display: block;
    padding: 5px 10px;
    color: #B8B8B8;
    width: 120px;
    font-family: Lato, arial, sans-serif;
    text-shadow: 1px 1px 1px black;
    border: 1px solid #1c1c1c;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.38, #111111), color-stop(0.53, #1f1f1f));
    background-image: -moz-linear-gradient(center bottom, #111111 38%, #1f1f1f 53); }
    #contact_links a:hover {
      color: white;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.38, #2f2f2f), color-stop(0.53, #3d3d3d));
      background-image: -moz-linear-gradient(center bottom, #2f2f2f 38%, #3d3d3d 53); }

#contact_links li:first-child a {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid #555; }

#contact_links li:last-child a {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

/* box that tells you what section you're in */
.section_header {
  position: relative;
  margin: 0 auto 10px;
  padding-bottom: 0px;
  width: 600px;
  min-height: 30px;
  text-align: center;
  background: #22262a; }

.section_footer {
  position: relative;
  visibility: hidden;
  width: 765px;
  text-align: center;
  margin: 0% auto 18px;
  font-size: 80%;
  color: #888; }
  .section_footer a {
    color: #bbb; }

#siteLogo {
  position: absolute;
  top: -61px;
  left: -25px;
  padding: 10px 0 6px 0;
  z-index: 0; }
  #siteLogo img {
    z-index: 2;
    position: relative; }
  #siteLogo #logoLines {
    position: absolute;
    width: 404px;
    height: 16px;
    top: 30px;
    left: 223px;
    background: transparent url("/images/logo2-lines.png") repeat-x;
    -webkit-animation: logo-lines 28s infinite linear;
    -moz-animation: logo-lines 28s infinite linear; }

@-webkit-keyframes logo-lines {
  from {
    background-position: 0 0; }

  to {
    background-position: 404px 0; } }

@-moz-keyframes logo-lines {
  from {
    background-position: 0 0; }

  to {
    background-position: 404px 0; } }

/* for main nav with buttons for visuals, audio, writings */
#main_buttons_wrapper {
  position: relative;
  width: 765px;
  margin: 0 auto;
  margin-top: 84px;
  z-index: 1; }

#main_buttons {
  position: relative;
  margin: 70px auto 0;
  padding: 8px 0 4px;
  background-image: url("/images/main-entry-background.jpg");
  background-repeat: repeat;
  text-align: center;
  -moz-box-shadow: 0px 2px 11px black;
  -webkit-box-shadow: 0px 2px 11px black;
  box-shadow: 0px 2px 11px black; }
  #main_buttons > ul > li {
    float: left;
    list-style: none;
    margin-right: 20px; }
  #main_buttons li:last-child {
    margin-right: 0; }
  #main_buttons ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block; }

#column_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px; }

/* for main entries */
.main, .main_courier {
  position: relative;
  margin: 0 auto 24px;
  padding: 0 0 14px 0;
  width: 765px;
  min-height: 50px;
  	/* background-image: url('/images/main-entry-background.jpg');
  	background-repeat: repeat;
  */
  background: #27272b;
  -moz-box-shadow: 0px 3px 15px white;
  -webkit-box-shadow: 0px 3px 15px white;
  box-shadow: 0px 3px 15px white;
  -moz-box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.3); }

/* reduce radius on these to prevent paper-texture background from showing through the rounded corners slightly */
.main_courier {
  background: url("/images/words_background.jpg") repeat;
  font-family: courier-new !important;
  color: black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .main_courier p.no_margin {
    margin: 0; }
  .main_courier .words_title {
    font-weight: bold;
    text-decoration: none; }

/* for main entries */
.main_small {
  position: relative;
  margin: 0 auto 6px;
  padding: 0 0 6px 0;
  width: 654px;
  min-height: 50px;
  background-image: url("/images/main-entry-background.jpg");
  background-repeat: repeat; }

#main_small_front {
  padding-bottom: 31px; }

.main_small, #main_buttons, .main, .main_courier, .section_header {
  border-top: 3px solid #232323;
  border-right: 3px solid #232323;
  border-bottom: 3px solid #131313;
  border-left: 3px solid #131313;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

/* for containers that are centered but have no background or border */
.main_empty {
  position: relative;
  margin: 0% auto;
  width: 765px;
  border: 0px solid red;
  text-align: center; }

/* for flash entries (no background styling) */
.main_flash, .visuals_flash {
  text-align: center;
  position: relative;
  margin: 10px auto; }

/* formatting for paragraphs within certain containers */
.main p,
.main_courier p,
.section_header p,
.main pre, .main_courier pre {
  margin: 2% 5% 2% 5%;
  font-size: 15px;
  font-family: Lato, arial, sans-serif; }

.section_header p {
  font-size: 14px !important; }

pre {
  margin: 2% 5% 2% 5%; }

.main h4, .main h3, .main h2 {
  margin: 2% 5% 2% 5%;
  font-style: italic; }
.main ul h3 {
  margin-left: 0; }

.section_header p.title {
  border-bottom: 0px solid #272727 !important;
  font-size: 37px !important;
  font-family: "Josefin Sans", arial, sans-serif;
  /* fallback support for browsers that don't understand rgba (IE) */
  /*	text-shadow: 1px 1px 1px rgb(256,256,256);		
  	text-shadow: 1px 1px 5px rgba(256,256,256, 0.5);*/ }

/* title paragraph */
.title_no_indent {
  text-transform: uppercase;
  font-family: "Josefin Sans", arial, sans-serif;
  padding: 0px;
  font-weight: bold;
  font-size: 31px;
  border-bottom: 2px solid #272727 !important;
  text-shadow: 1px 1px 2px #9890D0, 2px 3px 2px black; }

.indent {
  text-indent: 2em; }

.justify {
  text-align: justify; }

.link,
.link_long {
  padding-left: 20px;
  padding-top: 0px; }

.link_long {
  background-color: #555; }

a:link,
.link_long a:link {
  color: #ddd;
  text-decoration: none; }

/* visited links */
a:visited {
  color: #aaa; }

.poem_center {
  margin-left: 33%;
  margin-right: 33%; }

/* title for Words page entries */
.words_title {
  text-decoration: underline; }

.words_caption {
  margin-bottom: 5px !important;
  text-align: center; }

.visual_caption {
  margin-top: 5px !important;
  text-align: center;
  font-style: italic; }

.visual_image {
  margin: 0px;
  padding: 0 0 0 0;
  text-align: center; }

.emb_vid {
  text-align: center;
  padding: 20px 0;
  margin: 0 25% 0 25%; }

.main ul {
  list-style: disc; }
  .main ul li a {
    font-size: 85%;
    text-decoration: none; }

/* colorful ornament blocks for main entry divs */
.main_icon {
  border: 1px outset #333;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 14px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1; }

/* values shared by main button ornaments */
#main_buttons_orn_left, #main_buttons_orn_right {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 70px;
  z-index: -10;
  background-image: url("/images/block_mini.png"); }

#main_buttons_orn_left {
  left: 0px; }

#main_buttons_orn_right {
  right: 0px; }

.dropshadow_black {
  -moz-box-shadow: 3px 3px 3px black;
  -webkit-box-shadow: 3px 3px 3px black;
  box-shadow: 3px 3px 3px black; }

.dropshadow_glow {
  -moz-box-shadow: 0px 0px 31px #333333;
  -webkit-box-shadow: 0px 0px 31px #333333;
  box-shadow: 0px 0px 31px #333333; }

/* button to return you back to the main page. present on only some pages */
#back_from_whence {
  text-align: center;
  width: 800px;
  height: 26px;
  margin: 0 auto 16px; }

.main ul h5 {
  text-decoration: underline; }

ul.visuals_list h5 {
  margin-bottom: 8px;
  text-decoration: none; }

ul.visuals_list li {
  list-style: none;
  margin: 0; }

ul.visuals_list li a {
  font-size: 100%;
  list-style: none;
  text-decoration: underline; }

ul.visuals_list li p {
  margin: 0 0 0 18px;
  padding: 3px; }

.simple_center {
  text-align: center; }

#blue_glow {
  position: absolute;
  display: none;
  margin: 0 auto;
  top: -122px;
  z-index: -11;
  background: url(/images/background_glow.png) no-repeat top left;
  width: 1000px;
  height: 500px;
  border: 0 !important; }

.hover_pointer:hover {
  cursor: pointer; }

#home_button {
  width: 160px;
  text-align: center;
  font-size: 80%;
  background-color: #27272b;
  margin: 0px auto;
  text-decoration: none; }
  #home_button a {
    display: block;
    text-decoration: none;
    padding: 4px; }

#return_top a {
  text-decoration: none; }

#return_top:hover {
  text-decoration: underline; }

.bevel_border {
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
  border-bottom: 2px solid #131313;
  border-left: 2px solid #131313; }

#new_collections td h3 {
  font-style: normal; }
#new_collections td:hover h3 {
  font-style: italic; }
#new_collections td:hover {
  background-color: #1a2a35;
  cursor: pointer;
  text-decoration: underline; }
#new_collections div {
  height: 160px; }

.header_nav_right {
  right: 0;
  margin-right: 10px; }

.header_nav_left {
  left: 0;
  margin-left: 10px; }

.header_nav {
  position: absolute;
  font-size: 90%;
  background: black;
  border: 1px solid #151515;
  top: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.header_nav a {
  padding: 13px 18px;
  display: block; }

a:hover {
  color: #EFEFEF;
  text-decoration: underline; }

#main_carousel_wrapper {
  margin-top: 3px;
  -webkit-box-reflect: below 3px -webkit-gradient(linear, left bottom, left top, color-stop(0.19, transparent), color-stop(0.03, black)); }
  #main_carousel_wrapper .jcarousel-container-horizontal {
    width: 660px;
    margin: 0 auto;
    left: -43px;
    padding: 1px 40px 0; }
  #main_carousel_wrapper li {
    float: left;
    visibility: hidden; }
  #main_carousel_wrapper .jcarousel-container {
    background: transparent;
    border: 0; }
  #main_carousel_wrapper .jcarousel-item {
    width: 150px;
    height: 100px; }
  #main_carousel_wrapper .jcarousel-clip-horizontal {
    height: 100px;
    width: 632px;
    margin: 0 auto; }
  #main_carousel_wrapper .jcarousel-next-horizontal, #main_carousel_wrapper .jcarousel-prev-horizontal {
    top: 35px; }

.block_graphic {
  width: 146px;
  height: 146px;
  position: relative;
  background-image: url("/images/block_template_sprite.png"); }

#block_sounds {
  background-position: 0 -147px; }

#block_sounds:hover {
  background-position: 0 0; }

#block_visuals {
  background-position: -146px -147px; }

#block_visuals:hover {
  background-position: -146px 0; }

#block_words {
  background-position: -292px -147px; }

#block_words:hover {
  background-position: -292px 0; }

#fb_like {
  position: relative;
  display: inline-block;
  width: 50px;
  top: 8px;
  left: 4px; }

.flickrFavesWrapper {
  position: relative;
  padding: 10px 0;
  width: 658px;
  margin: 0 auto; }
  .flickrFavesWrapper ul {
    margin: 0;
    height: 79px; }
    .flickrFavesWrapper ul li {
      float: left;
      width: 75px;
      list-style: none;
      margin-right: 26px; }
      .flickrFavesWrapper ul li img {
        width: 75px;
        height: 75px; }

.flickr_faves_title {
  padding-left: 20px;
  margin-bottom: 7px !important;
  background: transparent url(/images/flickr_tiny.png) no-repeat 3px 3px; }

.faves_title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin: 4px 0 4px 10px; }

#return_top {
  display: none;
  border: 1px solid #262626;
  width: 70px;
  text-align: center;
  font-size: 80%;
  padding: 4px;
  background-color: #111;
  position: fixed;
  bottom: 46px;
  left: 17px;
  font-size: 30px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: background-color 0.65s ease-in-out;
  -moz-transition: background-color 0.65s ease-in-out;
  -o-transition: background-color 0.65s ease-in-out;
  transition: background-color 0.65s ease-in-out; }
  #return_top:hover {
    text-decoration: none;
    background-color: #191919;
    -webkit-transition: background-color 0.65s ease-in-out;
    -moz-transition: background-color 0.65s ease-in-out;
    -o-transition: background-color 0.65s ease-in-out;
    transition: background-color 0.65s ease-in-out; }

#return_top_label {
  position: relative;
  bottom: -26px;
  font-size: 12px; }

#tweetsMain {
  position: relative;
  margin: 0 auto 6px;
  padding: 4px;
  width: 725px;
  min-height: 50px;
  visibility: hidden; }

/*
  from ~> http://tweet.seaofclouds.com/ 
*/
.tweet, .query {
  font-family: Lato, arial, sans-serif;
  font-size: 120%;
  color: #A1ABD7;
  font-size: 13px; }

.tweet_time {
  margin-bottom: 5px;
  display: block; }

.tweet .tweet_list, .query .tweet_list {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  background-color: transparent; }

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
  text-transform: uppercase; }

.tweet .tweet_list li, .query .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: .5em;
  float: left;
  display: block;
  width: 166px; }

#social_tab_social .tweet_list li {
  float: none;
  width: 80%; }
#social_tab_social .tweet_list {
  margin-left: 30px;
  padding-top: 10px; }
#social_tab_social .tweet_text {
  margin-left: 40px;
  display: block; }

.tweet .tweet_list li a, .query .tweet_list li a {
  color: #707070; }

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
  vertical-align: middle; }

#tweetWrapper {
  overflow: auto;
  height: 100%; }

#load_more {
  text-align: center;
  padding: 0;
  margin-bottom: 80px; }
  #load_more a {
    display: block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: background-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out; }
    #load_more a:hover {
      background-color: #2E2E33;
      -webkit-transition: background-color 0.35s ease-in-out;
      -moz-transition: background-color 0.35s ease-in-out;
      -o-transition: background-color 0.35s ease-in-out;
      transition: background-color 0.35s ease-in-out; }

#noscript {
  padding: 10px 17px 4px;
  border: 2px dashed #19C3E6;
  background: #101E1C;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  #noscript p {
    margin: 3px 2px 6px; }
  #noscript a {
    color: #0FF7FF; }

.ajax_loader {
  text-align: center;
  line-height: 79px; }

.visuals {
  margin-bottom: 80px; }

#boxModelWarning {
  position: absolute;
  top: 20%;
  left: 50%;
  background: #000;
  color: #ddd;
  width: 400px;
  margin-left: -200px;
  z-index: 10000;
  border: 2px solid #444;
  padding: 18px 25px 14px; }
  #boxModelWarning a {
    color: #86B2E4; }
  #boxModelWarning p {
    line-height: 18px; }
  #boxModelWarning ul {
    margin-top: 30px;
    margin-bottom: 30px; }
    #boxModelWarning ul li {
      font-size: 20px;
      margin-bottom: 17px; }

#boxModelWarningClose {
  float: right;
  font-size: 13px; }

#lastfmMain {
  position: relative;
  margin: 8px auto 6px;
  padding: 4px;
  width: 725px;
  display: none;
  background: #0b0b0b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* lastfm stuff */
.loved_date {
  font-size: 10px;
  color: #ADADAD; }

.artist_name {
  text-shadow: 1px 1px 2px black; }

.artist_img {
  width: 34px;
  height: 34px;
  position: absolute;
  left: -6px;
  top: 4px;
  border: 1px solid black; }

#lastfm_list {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-family: Futura;
  overflow: auto;
  border: 1px solid #333;
  padding: 12px;
  position: relative;
  height: 180px; }

#lastfm_fade {
  position: relative;
  height: 40px;
  width: 86%;
  padding: 0 12px;
  margin: -40px 0 0 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, black), color-stop(1, black));
  background-image: -moz-linear-gradient(center bottom, black 5%, black 100); }

#lastfm_list li {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #222222;
  margin: 4px auto;
  color: #d1d1d1;
  position: relative;
  padding: 6px 6px 6px 38px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  list-style: none;
  width: 80%; }
  #lastfm_list li:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.song {
  text-shadow: 1px 1px 1px black;
  font-style: italic;
  font-size: 80%;
  line-height: 21px; }

#social_tabs_wrapper {
  position: relative;
  top: -6px;
  left: -13px; }

#social_tabs {
  margin: 0;
  padding: 0; }
  #social_tabs #social_tabs_separator {
    padding: 7px 6px;
    border-left: 0;
    border-right: 0;
    background: #1a1a1a;
    text-shadow: 1px 1px 2px #000; }
    #social_tabs #social_tabs_separator:hover {
      cursor: default;
      background: #222222;
      text-decoration: none; }
  #social_tabs #social_tabs_label:hover {
    cursor: default;
    text-decoration: none; }
  #social_tabs li {
    float: left;
    list-style: none; }
    #social_tabs li:first-child a {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    #social_tabs li:last-child a {
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    #social_tabs li a {
      padding: 7px 20px;
      background: black;
      background: rgba(0, 0, 0, 0.26);
      border: 1px solid #5c5c5c;
      font-family: Lato, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 2px;
      color: #ACD2B9;
      display: block; }
    #social_tabs li .social_tab_link:hover {
      background: #333; }

.social_tab_content {
  background: black;
  opacity: 0.92;
  filter: alpha(opacity=92);
  width: 100%;
  display: none;
  position: absolute;
  top: 25px;
  height: 95%; }
  .social_tab_content #lastfmMain {
    width: auto; }
    .social_tab_content #lastfmMain #lastfm_list {
      border: 0; }

#social_tab_music_internal {
  height: 500px;
  overflow: auto; }

.social_tab_close {
  position: absolute;
  right: -50px;
  top: 0px;
  font-size: 12px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #5c5c5c;
  border-left: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#soundcloud {
  margin: 0 auto;
  width: 94%; }

.qtip-contentWrapper {
  opacity: 0.88;
  filter: alpha(opacity=88); }

.wordsBody .words_title {
  text-shadow: 1px 1px 3px #6e6e6e;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
.wordsBody p, .wordsBody pre {
  font-size: 19px;
  line-height: 25px;
  text-shadow: 1px 1px 3px #646464;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24); }

.teleTip {
  -moz-box-shadow: 0px 3px 2px #6e6e6e;
  -webkit-box-shadow: 0px 3px 2px #6e6e6e;
  box-shadow: 0px 3px 2px #6e6e6e;
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25); }
  .teleTip .ui-tooltip-content {
    background: #222222;
    background: rgba(35, 35, 35, 0.94);
    color: #d1d1d1;
    border: 1px solid #444;
    font-size: 13px;
    line-height: 19px; }

