/*
===================================================================================================
  STYLESHEET for MODERN-BROWSER
===================================================================================================
*/

/* ------------------------------------------------------------------------------------------------
  CSS-ALL BROWSER RESET
------------------------------------------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0px #FFFFFF none;
  border-top: 0px #FFFFFF none;
  border-bottom: 0px #FFFFFF none;
  border-left: 0px #FFFFFF none;
  border-right: 0px #FFFFFF none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-clip: padding-box;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration:  line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0; 
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, button {
  vertical-align: middle;
  outline: none;
}




/* ------------------------------------------------------------------------------------------------
  CSS-BODY, WRAPPINGS, ANCHORS, anything sitewide
------------------------------------------------------------------------------------------------ */

html {
  font-size: 13px;
  height: 100%;
}

body {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  background: #94B7FB url('http://www.soulsphere.jp/tumblr/images/soulsphere/background.png') repeat-y top center scroll;
  min-width:800px;
  height: 100%;
}

img {
  vertical-align: bottom;
}

a {
  color: #0040FF;
}

a:hover {
  color: #0040FF; text-decoration: none;
}

#container {
  width: 100%;
  min-height: 100%;
  margin : 0px;
  padding : 0px;
  background: url('http://www.soulsphere.jp/tumblr/images/soulsphere/header.png') no-repeat top center scroll;
}

/* ------------------------------------------------------------------------------------------------
  CSS-HEADER
------------------------------------------------------------------------------------------------ */

#header_wrapper {
  position: relative;
  display: block;
  width: 800px;
  height: 125px;
  margin: 0 auto 0 auto;
  padding-top: 25px;
  background: rgba(255,255,255,0.5);
  border-radius: 0 0 8px 8px;
  opacity: 0;
}
#header_wrapper:hover {
  opacity: 1.0;
}

header {
  display: none;
  margin-left: 25px;
  /*
      height: 100px;
      margin-right: auto;
      padding: 10px 20px 10px 15px;
      background: rgba(255,255,255,0.6);
      border: 1px solid #0060FF;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0 0 10px rgba(255,255,255,0.6);
  */
}

#to_top {
  position: absolute;
  width: 790px;
  height: 24px;
  text-align: right;
  line-height: 24px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding-top: 100px;
  padding-right: 10px;
}

h1 {
  height: 40px;
  font: bold 34px sans-serif;
  line-height: 40px;
  color: #0040FF;
  vertical-align: bottom;
}

h1 * {
  vertical-align: bottom;
}

h1 a {
  color: #0040FF;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

#description {
  padding: 15px 0 0 5px;
  font: bold 13px sans-serif;
  color: #0040FF;
}

#description a {
  color: #0040FF;
}

#description a:hover {
  color: #0040FF;
}




/* ------------------------------------------------------------------------------------------------
  CSS-CONTENT
------------------------------------------------------------------------------------------------ */

#content {
  width: 800px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
}




/* ------------------------------------------------------------------------------------------------
  CSS-MAIN and ARTICLES
------------------------------------------------------------------------------------------------ */

#main {
  display: block;
  width: 572px;
  margin: 0 auto 0 0;
  padding: 0 0 30px 0;
  color: #000000;
  border-right: 3px rgba(255,150,64,0.8) solid;
}

.datetitle {
  display: block;
  margin: 0 0 20px 0;
  padding: 5px 8px 5px 10px;
  text-align: left;
  background: rgba(255,150,64,0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: bold 18px sans-serif;
  color: #FFFFFF;
  border-radius: 8px 0 0 8px;
}

.datetitle a,
.datetitle a:link,
.datetitle a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.datetitle a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

article {
  margin: 0 20px 20px 20px;
  width: 530px;
  padding: 0;
  overflow: hidden;
  border: 1px rgba(0,32,128,0.5) solid;
  border-radius: 8px 8px 8px 8px;
}

.article_header {
  border-bottom: 1px rgba(0,32,128,0.5) solid;
}

.article_header:after {
  clear: both;
  content: "";
}

.article_icon {
  height: 48px;
  width: 48px;
  float: left;
  overflow: hidden;
  background: rgba(0,32,128,0.5);
  border-right: 1px rgba(0,32,128,0.5) solid;
}

.article_posted {
  display: block;
  background: rgba(255,255,255,0.7);
  margin: 0 0 0 49px;
  padding: 2px 4px 2px 4px;
  height: 14px;
  font-size: 12px;
  line-height: 12px;
}

.article_posted a,
.article_posted a:link,
.article_posted a:visited {
  color: #002080;
  text-decoration: none;
}

.article_posted a:hover {
  color: #002080;
  text-decoration: underline;
}

.article_title {
  display: block;
  margin: 0 0 0 49px;
  padding: 4px 8px;
  height: 22px;
  text-align: left;
  background: rgba(0,32,128,0.5);
  color: #FFFFFF;
  font: bold 18px sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_title * {
  vertical-align: baseline;
}

.article_title a,
.article_title a:link,
.article_title a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.article_title a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}


.article_body {
  margin: 0;
  clear: both;
  padding: 15px;
  background: rgba(255,255,255,0.7);
  position: relative;
}


.article_body p {
  margin-bottom: 5px;
}

.article_body a {
  color: #0040FF;
}

.article_body a:hover {
  color: #0040FF; text-decoration: none;
}

.article_caption {
  position: relative;
  margin: 15px 0 0 0;
  line-height: 20px;
  padding-left: 20px;
  border-collapse: collapse;
}

.article_caption blockquote {
  position: relative;
  margin: 8px 0 8px 0;
  line-height: 20px;
  padding-left: 20px;
  border-collapse: collapse;
}

.article_caption:before,
.article_caption blockquote:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width:10px;
  background: rgba(255,150,64,0.8);
  border-radius: 5px 5px 5px 5px;
  content: "";
}


.article_caption p {
  margin-bottom: 0;
}

.article_body img {
  max-width: 100%;
}

.article_body hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #0040FF;
  height: 1px;
  margin: 5px 15px 5px 15px;
}

.article_body *:last-child {
  margin-bottom: 0!important;
}


.article_footer {
  margin: 0;
  padding: 0 15px 15px 15px;
  font: normal 11px sans-serif;
  color: #606060;
  background: rgba(255,255,255,0.7);
}

.article_footer a, .article_footer a:link, .article_footer a:visited {
  color: #606060;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.article_footer a:hover {
  color: #606060;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.article_footer .source {
  float: left;
  padding-left: 5px;
}

.article_footer .post_info {
  float: right;
  text-align: right;
  padding-right: 5px;
}

.article_footer .post_info abbr {
  margin: 0;
  padding: 0;
  border: none;
}

.article_footer:after {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  content: "";
}




/* ------------------------------------------------------------------------------------------------
  CSS-PHOTO
------------------------------------------------------------------------------------------------ */

.photo_wrapper {
  margin: 0 auto 0 auto;
  width: 500px;
  text-align: center;
}

.photo_wrapper img {
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}

.photo_wrapper + .photo_wrapper {
  margin-top: 14px;
}




/* ------------------------------------------------------------------------------------------------
  CSS-PHOTO
------------------------------------------------------------------------------------------------ */

.video_Main {
  margin: 0 auto 0 auto;
  width: 500px;
  text-align: center;
}




/* ------------------------------------------------------------------------------------------------
  CSS-AUDIO
------------------------------------------------------------------------------------------------ */

span.playcount {
  font: italic 11px sans-serif;
}

.audio_AlbumArt {
  margin: 0 auto 0 auto;
  width: 500px;
  text-align: center;
}

.audio_AlbumArt img {
  width: auto;
  max-width: 500px;
  height: auto;
  background-color: #FFFFFF;
}

.audio_Main {
  margin: 0 auto 0 auto;
  width: 500px;
  text-align: left;
}

.audio p {
  margin: 0;
}




/* ------------------------------------------------------------------------------------------------
  CSS-QUOTE
------------------------------------------------------------------------------------------------ */

.quotebox {
  text-align: center;
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}

.quotebox:before {
  display: block;
  content: " ";
  margin: 0 auto 0 0;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #0040FF url('http://www.soulsphere.jp/tumblr/images/quote_header.png');
  overflow: hidden;
}

.quotebox:after {
  display: block;
  content: " ";
  margin: 0 0 0 auto;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #0040FF url('http://www.soulsphere.jp/tumblr/images/quote_footer.png');
  overflow: hidden;
}

.quotebox blockquote {
  display: inline-block;
  padding: 5px;
  width: auto;
  max-width: 500px;
  font: normal 14px sans-serif;
  color: #000000;
  margin:0 auto 0 auto;
  text-align: left;
}

.quotebox blockquote p {
  line-height: 20px;
}

.quotebox blockquote img {
  max-width: 500px;
  height: auto;
}

.quotebox blockquote ol,
.quotebox blockquote ul {
  list-style: disc inside;
}
.quotebox blockquote li {
  margin-top: 5px;
}



/* ------------------------------------------------------------------------------------------------
  CSS-LINK
------------------------------------------------------------------------------------------------ */

.link_body h4 {
  font: bold 20px sans-serif;
  margin: 3px 8px 16px 8px;
}




/* ------------------------------------------------------------------------------------------------
  CSS-CONVERSATION
------------------------------------------------------------------------------------------------ */

.chat_body {
  font: 14px szns-serif;
  line-height: 40px;
}

.member1 {
  color: #5d838b;
  background: #f9f9f9;
}

.label { 
  font-weight: bold;
  font-style: italic;
  color: #999;
  padding-right: 10px;
}

.member1 .label {
  color: #5d838b;
}

article ul {
  list-style: none;
  margin: 0;
}

article li ul {
  list-style: none;
  margin: 0 0 0 1.5em;
}

article li ul li ul {
  list-style: none;
  margin: 0 0 0 1.5em;
}

article li ul li ul li ul {
  list-style: none;
  margin: 0 0 0 1.5em;
}

article ol {
  list-style: none;
  margin: 0 0 1.5em 2.5em;
}




/* ------------------------------------------------------------------------------------------------
  CSS-TEXT
------------------------------------------------------------------------------------------------ */

.text_body blockquote {
  display: block;
  margin: 20px 0;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}

.text_body blockquote:before {
  display: block;
  content: " ";
  margin: -5px auto 5px -5px;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #0040FF url('http://www.soulsphere.jp/tumblr/images/quote_header.png');
  overflow: hidden;
}

.text_body blockquote:after {
  display: block;
  content: " ";
  margin: 5px -5px -5px auto;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #0040FF url('http://www.soulsphere.jp/tumblr/images/quote_footer.png');
  overflow: hidden;
}




/* ------------------------------------------------------------------------------------------------
  CSS-POSTNOTES
------------------------------------------------------------------------------------------------ */

.article_postnotes {
  padding: 5px 15px 15px 15px;
  background: rgba(255,255,255,0.7);
}

.article_postnotes ol.notes {
  list-style: none;
  font: normal 11px sans-serif;
  margin: 0;
}

.article_postnotes ol.notes li {
  position: relative;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  line-height: 25px;
  border-radius: 5px 5px 5px 5px;
  margin: 3px 15px;
  padding-left: 20px;
  padding-right: 3px;
}

.article_postnotes ol.notes li.reblog::before {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 10px;
    background: rgba(0,64,255,0.8);
    border-radius: 5px 5px 5px 5px;
    content: "";
}

.article_postnotes ol.notes li.like::before {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 10px;
    background: rgba(255,112,144,0.8);
    border-radius: 5px 5px 5px 5px;
    content: "";
}

.article_postnotes ol.notes li:hover {
  list-style: none;
  background-color: #FFFFFF;
}

.article_postnotes ol.notes li img {
  vertical-align: text-bottom;
  border-radius: 2px 2px 2px 2px;
  display:inline-block;
  margin-right: 5px;
}

.article_postnotes ol.notes li span.action {
  display: inline;
  text-align: left;
}

.article_postnotes ol.notes li div {
  display: inline;
}

.article_postnotes ol.notes li blockquote {
  display: inline;
}

.article_postnotes ol.notes li a {
  color: #0040FF;
}

.article_postnotes ol.notes li a:hover {
  text-decoration: none;
}





/* ------------------------------------------------------------------------------------------------
  CSS-SIDEBAR
------------------------------------------------------------------------------------------------ */

#sidebar {
  position: fixed;
  z-index: 1;
  display: block;
  margin: 0 0 110px 575px;
  padding: 0;
  width: 225px;
  top: 150px;
}

#pagetitle {
  border-radius: 0 8px 0 0;
  background: rgba(255,150,64,0.8);
  color: #FFFFFF;
  text-align: center;
  min-height:22px;
  padding: 5px 8px 5px 5px;
}

#pagetitle div {
  display:inline-block;
}

#search {
  display: block;
  width: auto;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 5px 0;
  background: rgba(255,150,64,0.8);
}

#search input{
  margin: 0;
  width: 153px;
  height: 25px;
  border: none;
  background: #FFFFFF;
  border-radius: 5px 0 0 5px;
  padding: 3px 5px 5px;
  color: #000000;
}

#search button{
  margin: 0;
  width: 50px;
  height: 25px;
  border: none;
  background: #FFFFFF;
  border-radius: 0 5px 5px 0;
  margin-left: 2px;
  padding: 2px 5px 5px;
  text-align: center;
  font-weight: bold;
  color: rgba(255,150,64,0.8);
}

#control_panel {
  display: none;
  position: absolute;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  width: 195px;
  text-align:center;
}

#control_panel .control_button {
  display: inline-block;
  margin: 10px auto;
  height: 52px;
  min-width: 52px;
  background: rgba(255,150,64,0.8);
  border-radius: 26px 26px 26px 26px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

#control_panel .control_button:hover {
  background: rgba(255,150,64,0.8);
  color: #FFFFFF;
}

#control_panel .control_button:link,
#control_panel .control_button:visited {
  color: #FFFFFF;
}




/* ------------------------------------------------------------------------------------------------
  CSS-FOOTER
------------------------------------------------------------------------------------------------ */

footer {
  position: fixed;
  display: block;
  bottom: 20px;
  margin-left: 575px;
  margin-right: 0px;
  padding: 0;
  width: 225px;
  height: 100px;
  font: normal 12px sans-serif;
}

footer a {
  color: #0040FF;
  text-decoration: underline;
}

footer a:hover {
  color: #0040FF;
  text-decoration: none;
}

footer h2 {
  height: 30px;
  background: rgba(255,150,64,0.8);
  text-align: center;
  line-height:30px;
  padding-right:8px;
  padding-left:8px;
  vertical-align:middle;
  color: #FFFFFF;
  font-weight: bold;
  width: 209px;
  border-radius: 0 8px 0 0;
}

footer h2 a {
  color: #FFFFFF;
  text-decoration: underline;
}

footer h2 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer_body {
  width: 225px;
  border-radius: 0 0 8px 0;
  background: rgba(255,150,64,0.8);
  padding-bottom: 10px;
}

footer section {
  height: 28px;
  background: #FFFFFF;
  margin: 0 10px 2px 10px;
}

footer section:first-of-type {
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}

footer section:last-of-type {
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}

footer section h3 {
  display: block;
  margin: 0;
  height: 28px;
  text-align: center;
  color: #FF9640;
  white-space: nowrap;
  overflow: hidden;
  line-height:28px;
  vertical-align:middle;
}

footer section h3 a {
  color: #FF9640;
  text-decoration: underline;
}

footer section h3 a:hover {
  color: #FF9640;
  text-decoration: none;
}

footer section .footer_content {
  position: absolute;
  display: none;
  margin: 0 10px 10px 0;
  padding: 10px;
  bottom: 100px;
  background: rgba(255,255,255,0.9);
  border: 1px rgba(255,150,64,0.8) solid;
  border-radius: 8px 8px 8px 8px;

}
footer section .footer_content:after {
  clear: both;
  content: "";
}

footer section .footer_content .imgbox {
  text-align: center;
}

footer section .footer_content p,
footer section .footer_content div {
  margin: 5px;
}

footer section .footer_content .blog_profile {
  margin-bottom: 15px;
}

footer section .footer_content .rss {
  float: right;
  text-align: right;
}

footer section .footer_content .designer {
  float: right;
  text-align: right;
}
