@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

a:link { text-decoration: underline; color:#03c; }
a:visited { text-decoration: underline; color:#03c; }
a:hover { text-decoration: underline; color:#fff; background: #03c}
a:active { text-decoration: underline; color:#03c; background: #fff}
a.bgnone, a img{border: 0; background: none; line-height: 0;}

body {
  font-size: 62.5%;
  font-family: Helvetica, sans-serif;
  background: #999;
}

#container {
  line-height: 1.7em;
  font-size: 1.4em;
  width: 100%;
}

h1{
  font-size: 1em;
}

h1#page_title{
  display: none;
}

h2{
  font-size: 1em;
}

h2.date{
 font-weight: normal;
}

h3{
  font-size: 1em;
}

h4{
  font-size: 1em;
  font-weight: normal;
}

ul{
  margin-left: 1.2em;
  margin-bottom: 1.8em;
}

.article{
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.8em;
}

.navigation{
  margin: 0 1.8em 1.8em 1.8em;
}

/* list */


#list .article{
  width: 100%;
  position: relative;
  margin-bottom: 1.8em;
}

#list .photos{
  margin: 0;
  float: left;
}

#list .tools{
  position: absolute;
  right: 0;
  top: 0;
  background: #999;
  width: 220px;
  white-space: nowrap;
}

#list .tools .bg,
#list .copyright .bg{
/*  background:  url(/common/images/tools.png);
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='/common/images/tools.png'); */
  
  padding: 1.8em 0 1.8em 1.8em;
}

#list .tools p{
  line-height: 2em;
}

#list ul{
  list-style: none;
  margin: 0;
  line-height: 2em;
}

#list .copyright{

}


/* archives */
#archives{
  margin: 1.8em .9em 0 .9em
}

#archives h2{
  margin: 0 .9em 0 .9em
}

#archives .photos{
  float: left;
  margin: 0;
  padding: .9em;
}

#archives img{
  width: 75px;
  height: 75px;
}

#archives .navigation{
  margin: 0 .9em 1.8em .9em;
}

/* text */
#text{
  margin: 1.8em 0 1.8em 0;
}

#text #container{
  width: 50%;
  margin: auto;
  font-size: 1.6em;
}

#text  #header{
  margin-bottom: 1.8em;
}

#text  #content{
  width:100%;
  margin-bottom: 1.8em;
}

#text h2{
  margin-bottom: .9em;
}

#text .article{
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #000;
  }

#text .date a:link,
#text h2 a:link {
	text-decoration: none; color:#000;
}

#text .date a:visited,
#text h2 a:visited {
	text-decoration: none; color:#000;
}

#text .date a:hover,
#text h2 a:hover{
	text-decoration: none; color:#FFF; background: #000
}

#text .date a:active,
#text h2 a:active{
	text-decoration: none; color:#FFF; background: #000
}

#text .post p,
#text img{
  margin-bottom: .9em;
}

#text  .navigation{
margin:0 0 1.8em 0;
clear: both;
}

#text  .navigation p{
  line-height: 1.8em;
}

#text #footer{
  margin-left: 0;
}

#text .warning{
  background: #ff0000;
  color: #fff;
  padding: .9em .9em 0 .9em;
}

#text .warning .article{
  border: none;
  margin-bottom: 3.6em;
}

#text .warning .date{
  display: none;
}

#text .warning h2 a{
  color: #ff0000
}
#text .warning ul,
#text .warning p{
  margin-bottom: .9em;
}

#text .warning  h2 a:link{ text-decoration: none; color:#fff;}
#text .warning  h2 a:visited { text-decoration: none; color:#fff;}

#text .warning  a:link{ text-decoration: underline; color:#fff;}
#text .warning  a:visited { text-decoration: underline; color:#fff;}
#text .warning  a:hover{ text-decoration: none; color:#fff; background: #ff0000 }
#text .warning  a:active{ text-decoration: none; color:#fff; background: #ff0000 }



#autopagerize_controller{
  clear: both;
  display: none;
}

.tumblr_controls_hidden{
  z-index: 1400;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  background: #999;
  height: 30px;
}

/* footer */
#footer {
  clear: both;
  margin: 1.8em;
}


