@charset "utf-8";
/*  
Theme Name: susy
Theme URI: http://rhythm-collision.studio-web.net/
Description: Just for a memo 
Version: 1.2
Author: Rhythm Collision
Author URI: http://rhythm-collision.studio-web.net/
License: Creative Commons License 2.1 / 3.0
*/

/* Main Element
----------------------------------------------- */
* { border:none; margin:0; padding:0; border: none;}

body {
	background: #CBDBDC url(images/content-bg.jpg) repeat-y;
	color: #161614;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 25px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
} 

#content {
	padding: 20px 20px 20px 40px;
	margin-bottom: 100px;
	width: 440px;
	background: inherit;
	z-index: 1;
	float: left;
}

a {
	text-decoration: none;
	color: #8E7D6C;
}

a:hover {
	color: #9e9e9e;
}

hr {
	clear: both;
	visibility: hidden;
	margin: 20px 0;
}

img {
	float: left;
	padding: 0 10px 0 0;
}

blockquote {
	border-left: 2px solid #ddd;
	padding-left: 10px;
	display: block;
}

/* Header 
----------------------------------------------- */
#header {
	margin: 0;
	width: 100%;
	height: 170px;
	background: #799B9C url(images/header-bg.jpg) left repeat-y;
}

#header p {
	color: #FFF;
	margin: 0 0 0 60px;
}

/* Entry Element
----------------------------------------------- */
div#content .entry {
	width: 400px;
	margin: 0;
	padding: 0;
}

.entry p {
	line-height: 30px;
	text-align: justify;
}

.entry a {
	color: #4098A2;
	text-decoration: none;
	font-weight: normal;
}
.entry a:hover {
	color: #567E81;
	text-decoration: underline;
}

.post {
	clear: both;
    width: 400px;
	padding: 30px 0 15px;
	border-bottom: 1px dotted #ddd !important;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
	color: #666;
	font-size:90%;
}

.post a {
	color: #666;
}

div#content ul, div#content li {
	list-style-position: inside;
}

/* Side Navigation
----------------------------------------------- */
#sidebar {
	margin: 20px 0 20px 15px;
	left: 500px;
	color: #eee;
	width: 150px;
	float: left;
}

#sidebar2 {
	margin: 20px 0 0 15px;
	color: #eee;
	width: 150px;
	float: left;
}

#sidebar3 {
	margin: 20px 0 0 15px;
	color: #eee;
	width: 150px;
	float: left;
}

#sidebar4 {
	margin: 20px 0 0 15px;
	color: #eee;
	width: 150px;
	float: left;
}

#sidebar ul, #sidebar2 ul, #sidebar3 ul {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	width: 150px;
}

#sidebar li, #sidebar2 li, #sidebar3 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #99B9BB;
}

#sidebar ul li ul, #sidebar2 ul li ul, #sidebar3 ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;
}

#sidebar ul li ul li, #sidebar2 ul li ul li, #sidebar3 ul li ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 20px;
	border-bottom: none;
}

#sidebar li a, #sidebar2 li a, #sidebar3 li a {
	color: #7EA7A9;
	display: block;
}

#sidebar ul li a:hover, #sidebar2 ul li a:hover, #sidebar3 ul li a:hover {
	color: #81A9AB;
	display: block;
	background-color: #B4CCCD;
}

/* Calendar */
caption {
	color: #DFEAEA;
	padding: 0 0 0 3px;
	background-color: #99B9BB;
	text-align: left;
}

#wp-calendar {
	width: 150px;
}

th, td {
	text-align: center;
	color: #7EA7A9;
}

/* Footer
----------------------------------------------- */
div#footer {
	clear: both;
	background: #B1CACB url("images/footer.jpg") left repeat-y;
	width: 100%;
	height: 200px;
	color: #888;
	margin: 50px 0 0;
	padding: 0px;
	bottom: 0px;
}

#footer p {
	padding: 50px 0 0 40px;
	margin: 0;
	font-size: 95%;
	line-height: 30px;
}

#footer a {
	color:#CBDBDC;
}

/* Hr Structure
----------------------------------------------- */
#header h1 {
	font-family: "Monotype Corsiva", Sylfaen, cursive, serif;
	font-size: 230%;
	margin: 0;
	font-weight: normal;
	padding: 55px 0 10px 35px;
}

#header h1 a {
	color: #FFF;
}

#header h1 a:hover {
	color: #CBDBDC;
}

#sidebar h2, #sidebar2 h2, #sidebar3 h2, #sidebar4 h2 {
	color: #7EA7A9;
	font-size: 160%;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 140%;
	padding-right: 5px;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	padding: 10px 0 20px;
	font-weight: normal;
}

.entry h2, .entry　h3 {
	display: inline;
	font-weight: normal;
}

.entry h2 a {
	color: #7EA7A9;
}

.entry h3 a {
	font-family: "Century Gothic", Helvetica, arial;
	font-weight: normal;
}

/* Page links
----------------------------------------------- */
.navigation {
	width:400px;
}

.navigation .previous {
    padding:3px;
	float:left;
	color:#333333;
}

.navigation .next {
    padding:3px;
	float:right;
	color:#333333;
}

.navigation a {
	color:#8E7D6C;
}

.navigation a:hover {
	color: #8E7D6C;
	text-decoration: underline;
}

/* Comment
----------------------------------------------- */
.comments {
	margin:0;
	padding:10px 0 0;
	width: 400px;
}

.comments textarea {
	width:400px;
	background-color: #C6D8D9;
	margin: 20px 0;
	border: 1px solid #7EA7A9;
	padding: 3px;
}

.commentauthor {
	display:block;
	font-size:1.5em;
}

.message {
	border:1px solid #FCFAF4;
	padding:5px;
	background-color: #F3F8F8;
	width: 400px;
}

/* Form
----------------------------------------------- */
div#content form {
	width:400px;
}

div#content form p {
	clear: both;
	padding: 4px 0 35px;
}

div#content form .text {
	clear: both;
	padding: 4px 0 10px;
}

div#content label {
	float: left;
}

div#content input {
	float: right;
	background-color:#C6D8D9;
	border: 1px solid #7EA7A9;
	padding: 3px;
}

strong {
	color:#666666;
	font-weight: normal;
}

#submit {
	cursor:pointer;
}

/* Search
----------------------------------------------- */
div#sidebar4 form {
	width: 150px;
	padding: 0;
	margin: 0;
}

div#sidebar4 form #s {
	padding: 3px;
	border: 1px solid #99B9BB;
	margin-bottom: 5px;
}

div#sidebar4 form .search {
	padding: 2px;
	color: #81A9AB;
	border: 1px solid #81A9AB;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: #B4CCCD;
}
