/*
  
Theme Name: morinori
Theme URI: 
Description: For morinori.info
Tags: 
Version: 1.0
Author: Moriyama Noriko
Author URI: http://morinori.info/

*/ 

/* ========== Base ========== */
table {
border-collapse : collapse;
border-spacing : 0;
}

.clearfix:after {
clear : both;
content : '.';
display : block;
visibility : hidden;
height : 0;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
}

a img	{
	border: solid 5px #fff;
}
img.alignleft{
	display: block;
	float: left;
	margin-right: 20px;
}
img, object {
	max-width : 90%;
	margin : 0;
	padding : 0;
	border : 0;
}
a {
	color : #000;
	text-decoration : underline;
}
a:hover {
	color : #666;
}

h4,h5,h6 {
	font-size: 1em;
	margin: 1.2em 0 0.8em 0;
}
h4 {
	font-size: 120%;
}

blockquote {
	background: #fff;
	padding: 15px;
	margin: 0;
}

/* ========== Structure =========== */

html,body {
	background: #a5dada url(images/bg.jpg) center top;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #222;
}
#container {
	background: transparent url(images/body_bg.png) no-repeat left top;
	text-align: left;
	line-height: 180%;
	font-size: 75%;
}
#header	{
	padding: 20px 0;
}

#content {
	margin-left : auto;
	margin-right : auto;
	width : 600px;
/*	background: url(images/shimi.png) no-repeat 200px 100px; */
}

div.post	{
	margin-bottom: 30px;
}
div.post div.text	{
	margin: 10px 55px;
}
div.post div.text table	{
	background: #fff;
}
div.post div.text table th,
div.post div.text table td	{
	padding: 5px;
}
div.post div.text table th	{
	text-align: center;
}

div.post div.meta	{
	text-align: center;
}
div.post div.meta img	{
	border: none;
}
div.post div.meta span.hatena-star-star-container img	{
	background: #fff;
}

h1 {
	width: 279px;
	background: url(images/morinori_logo.png) no-repeat center center;
	margin: 0 auto;
	overflow: hidden;
}
h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 176px;
}

#sidebar	{
	position:fixed;
	top:0;
	right: 0;
	background: url(images/menu.gif) no-repeat left top;
	width: 255px;
	height: 190px;
	overflow: hidden;
}
#sidebar h3	{
	text-indent: 999em;
	width:250px;
	height: 77px;
	margin: 0;
}
#sidebar ul,
#sidebar ul li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li a	{
	display: block;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	/*\*/
		overflow: hidden;
	/**/
	background: url(images/menu.gif) no-repeat;
	margin:0;
	padding:0;
}

#sidebar li.page-about { padding-left: 35px;height: 28px; }
#sidebar li.page-about a { 
	width:60px;
	background-position: -35px -77px;
}
#sidebar li.page-about a:hover { 
	background-position: -35px -267px;
}
#sidebar li.page-blog { padding-left: 25px;height: 25px; }
#sidebar li.page-blog a { 
	width:60px;
	background-position: -25px -105px;
}
#sidebar li.page-blog a:hover { 
	background-position: -25px -295px;
}
#sidebar li.page-contact { padding-left: 40px; }
#sidebar li.page-contact a { 
	width:90px;
	background-position: -45px -130px;
}
#sidebar li.page-contact a:hover { 
	background-position: -45px -320px;
}


h2	{
	background: transparent url(images/title_bg.png);
	height: 49px;
	width: 508px;
	font-size: 16px;
}
h2 a	{
	display: block;
	padding: 15px 0 0 55px;
}
h2 a:link,
h2 a:visited	{
	text-decoration: none;
}

#footer	{
	border-top: dashed 1px #666;
	padding: 10px;
	margin: 20px 0;
	text-align: center;
}

ul#floatnavigation {
  position: fixed;
  margin: 0px;
  padding: 0px;
  top: 150px;
  left: 0px;
  list-style: none;
  z-index:9999;
}
ul#floatnavigation li {
  width: 100px;
}
ul#floatnavigation li a {
  display: block;
  margin-left: -2px;
  width: 100px;
  height: 70px;
  opacity: 0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	text-indent: -9999em;

}
ul#floatnavigation .rssfeed a	{
  background-image: url(images/icon_rss.gif);
}
ul#floatnavigation .twitter a	{
  background-image: url(images/icon_twitter.gif);
}
ul#floatnavigation .clipp a{
  background-image: url(images/icon_clipp.gif);
}

