/*
Theme Name: Tsukiyomi Sakura (2)
Description: For the Tsukiyomi website.
Version: 1.2
Author: Shadousama
*/


html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 105%;
	background-color: #000000;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-attachment:fixed;
}

body,td,th {
	color: #000000;
}

#wrap {
	width:800px;
	margin:0 0 0 0;
	border-left:0;
	border-right:0;
}

#header {
	margin:0 0 0 0;
	padding:0;
	height:300px;
	width:800px; 
	background-image:url(images/banner.jpg);
}

#header h1 {
	text-align:left;
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#000000;
	padding:0px;
	margin:0 auto;
	line-height:normal;
}

#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
cursor: ne-resize;
color: #CCCCFF;
font-size: 13pt;
letter-spacing: 0px;
font-family: tahoma; 
text-decoration: none;
font-weight: bold;
}

#header h1 a:hover {
cursor: ne-resize;
color: #CCCCFF;
background-color:#000000;
font-size: 13pt;
letter-spacing: 0px;
font-family: tahoma; 
text-decoration: none;
font-weight: bold;
}

#content {
	width: 600px;
	position: relative;
	left: 205px;
	top: 0px;
	vertical-align: text-top;
}

#sidebar {
	left: 0;
	width: 200;
	top: 300;
	position: absolute;
	vertical-align: text-top;
}

#sidebar h4 {
	color: #000000;
	font-family:Trebuchet MS, arial, sans-serif;
	margin-top:5px;
	padding:13px 3px 15px 30px;
}

#sidebar p {
	padding:3px;
	font-size:70%;
}

#menu {
	padding:0 0 0 0; 
	text-align:left;
	width: 200px;
	vertical-align:text-top; 
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:200px;
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color:#000000;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#CCCCFF;
	font-family: tahoma; 
	font-weight: bold;
	background-color: #000000;
	font-size: 11pt;

}

#main {
	margin:0;
	position:absolute;
	padding:0 0 0 0;
	width:590px;
	text-align:left;
	top:0;
	vertical-align:text-top; 
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color:#000000;
	text-decoration: none;
	font-family: tahoma; 	
	font-weight: bold;
	font-size: 11pt;
}

a:hover {
	color:#CCCCFF;
	text-decoration: none;
	background-color: #000000;
	font-family: tahoma; 
	font-weight: bold;
	font-size: 11pt;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: georgia;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

h3 a:link, h3 a:visited{
	color: #000000;
	text-decoration:none;
	font-family: tahoma; 
	font-weight: bold;
	font-size: 11pt;
}

h3 a:hover {
cursor: ne-resize;
color: #CCCCFF;
background-color:#000000;
font-size: 11pt;
letter-spacing: 0px;
font-family: tahoma; 
text-decoration: none;
font-weight: bold;
}


.nonlink {
font-family: tahoma; 
font-weight: bold;
color: #000000;
font-size: 11pt;
}

.item {
	text-align:left;
	padding:20px 45px 20px 10px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h3 a {
	display: inline;
	color:#CCCCFF;
	background-color: #000000;
	padding-left:30px;
}

.storycontent p {
	padding:10px 10px;
}

img {
	float:left;
	padding:0 8px 5px 0;
}

img.right {
	float:right;
	padding:0 0 5px 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   float: center;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0;
   text-align: center;
   background-color: #000000;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.chronodata, .tags, .catagory, .metadata {
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#000000;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#000000;
	border:1px solid #CCCCFF;
	background-color:#FFFFFF;
}

#searchform input, #s input {
	display:inline;
	font-size:12px;
	color:#8f8a6a;
	border:1px solid #cfcbb8;
	background-color:#f3f2ec;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:450px;
	height:175px;
	padding:10px;
}

#comments {
	color:#000000;
	padding-left:30px;
	line-height:normal;
}

.metadata {
	color: #000000;
}

.metadata a, .metadata a:link, .metadata a:visited {
	color: #000000;
font-family: tahoma; 
font-weight: bold;
font-size: 8pt;
}

.metadata a:hover {
	color: #CCCCFF;
background-color: #000000;
font-family: tahoma; 
font-weight: bold;
font-size: 8pt;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #CCCCFF;
	background-color:#FFFFFF;
}

blockquote blockquote {
	border-left: 1px solid #CCCCFF;
	background-color:#FFFFFF;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	color:#000000;
	margin-bottom:15px;
	padding-left:30px;
	line-height:normal;
}

#respond h3 {
}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding:5px;
	background-color:#000000;
	margin:2px;
	overflow:hidden;
}

.commentlist li p {
	padding:8px;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #CCCCFF;
font-family: tahoma; 
font-weight: bold;
font-size: 11pt;
}


#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	background-color:#e1d8b4;
}


#wp-calendar td {
	color: #583120;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#f3edcc;
	color: #660000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	height:0;
	clear:both;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size:10px;
	padding-top:45px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #FFFFFF;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

#calendar_wrap {
	margin-bottom:15px;
}

#scribometer h2 {display: none;
	
}
.scribometer-script-title h3 {font-size: 12;
	
}


