﻿/*
Theme Name: AquaSea
Description: 特にないな。うん。
Version: 1.0
Author: Yuichiro Ishida
Author URI: http://kakurekumanomi.com
*/

/* Architecture */
html { }

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
        overflow-x : hidden;
}

#wrapper {
background-repeat:repeat;
border:1px solid #222222;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
border:1px solid #222222;
margin:50px auto;
padding:10px;

width:882px;
}

#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/bana-kuma.jpg) repeat-x scroll left top;
height:150px;
}

#container {
	width: 100%;
}

#content {
	width:450px;
-webkit-border-radius: 10px;	/* Safari、Google Chrome */
-moz-border-radius: 10px;	/* Firefox */
padding:20px 15px 20px 0;
}

#sidebar {
float:left;
padding:20px 0 0 0;
width:172px;
}
#sidebar2 {
float:right;
margin-right:0;
padding:20px 0 0 0;
width:230px;
}

#footer {
background-color:#000000;
background-image:none;
border-top:1px solid #222222;
clear:left;
padding:6px 0;
width:100%;
}

#footer p {
padding:5px 9px;
position:absolute;
width:80%;
}

#footer p a:hover {
	text-decoration:none;
	color:#5eb9f3;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #0088ee;
	text-decoration: none;
}

a:hover {
	color: #5eb9f3;
	text-decoration: none;
}

img {
	border:medium none;
}


.avatar {
	float:left;
	margin:0 10px 5px 0;
}

.centered, .aligncenter, .center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	float:none;
}

.none {
	float:none;
	margin:0;
	padding:0 0 10px 0;
	display:block;
}

.alignright, .right {
	float:right;
	margin:0;
	padding:0 0 10px 10px;
	display:inline;
}

.alignleft, .left {
	float:left;
	margin:0;
	padding:0 10px 10px 0;
	display:inline;
}

.alignleftnav {
	float:left;
	margin:0;
	padding:7px;
	display:inline;
}

.alignrightnav {
	float:right;
	margin:0;
	padding:7px;
	display:inline;
}
div.alignleftnav a, div.alignrightnav a {
	color:#7F8E96;
}

div.alignleftnav a:hover, div.alignrightnav a:hover {
	text-decoration:none;
	color:#5eb9f3;
}

.wp-caption {
	border:1px solid #454545;
	background-color:#121212;
	margin:5px;
}
	
.wp-caption img {
	margin:5px;
	border:0px;
}

.wp-caption p.wp-caption-text {
	padding-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:12px;
	text-align:center;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	width:100%;
	height:1px;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.navigation {
	clear:both;
	width:100%;
	margin-bottom:10px;

}

.navigationpage {
	clear:both;
	width:100%;
	border:1px solid #222222;
	background-color:#000000;
	margin-bottom:20px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

div.floater-left a, div.floater-right a {
	color:#c4c3c3;
	padding:5px;
	background-color:#242323;
	border:1px solid #c4c3c3;
	display: block;
}

div.floater-left a:hover, div.floater-right a:hover {
	text-decoration:none;
	color:#5eb9f3;
}

#theend {
	width:100%;
	height:89px;
}

#allowed {
border-bottom:1px dotted #222222;
overflow:hidden;
padding-top:34px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#menu ul li a:hover {
	color:#0088ee;
	text-decoration:none;
}

#menu a {
	display:block;
color:#BCBCBC;
}

#menu li ul, #menu li ul ul,
#menu li ul ul, #menu li ul ul ul ul
{
	position:absolute;
	float:left;
	left:-999em;
	background-color:#242323;
	border:1px solid #666666;
}

#menu li:hover ul, #menu li.sfhover ul, 
#menu li:hover ul ul, #menu li.sfhover ul ul,
#menu li:hover ul ul ul,  #menu li.sfhover ul ul ul, 
#menu li:hover ul ul ul ul, #menu li.sfhover ul ul ul ul 
{
	left:auto;
}

#menu ul ul li {
	padding:5px 10px;
}


#blog-title {
font-size:250%;
font-weight:normal;
margin:0 0 4px 16px;
padding-top:25px;
}

#blog-title a {
	color: #0088ee;
}

#blog-title a:hover {
	text-decoration:none;
color:#ABD9FF;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	font-style:normal;
	margin: 0 0 0 20px;
color : #FFF;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post, .related {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#091016 none repeat scroll 0 0;
border:1px solid #282828;

	padding:15px 8px 8px;
	margin-bottom: 10px;
-webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}

.entry-title {
border-bottom:1px dotted #555555;
float:right;
font-size:130%;
font-weight:normal;
width:374px;
padding-top:5px;
}

.entry-title a {
	color: #0088ee;
}

.related-title {
	margin-bottom: 10px;
	color: #c4c3c3;
	width: 450px;
	font-weight: bold;
	font-size: 130%;
	float:left;
}

.related ul {
	clear:both;
}

.related ul li {
	margin-left:25px;
	padding:5px;
	list-style-type:none;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}



.entry-comments {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/comments.png) no-repeat scroll left bottom;
float:right;
padding:3px 0 2px 17px;
}

.entry-comments a {
	padding: 3px 7px 7px 5px;
	color: #0088ee;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	clear:none;
	color: #666666;
	font-size: 90%;
	margin-top: 2px;
}


.entry-categ {
color:#666666;
font-size:90%;

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icons/folder.png) no-repeat scroll left bottom;
float:left;
padding:3px 10px 0 20px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border:1px solid #4b4a4a;
	background-color:#343333;
	padding:5px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
margin-left:5px;
margin-right:5px;
margin-top:15px;
padding-top:5px;
overflow:hidden;
display:block;
clear:both;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
text-align:justify;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: none;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
}

.sitemap h3 {
	margin:25px 0 10px 20px;
}

.sitemap ul, .sitemap p {
	margin-left:45px;
}

.linkspglist h2 {
	margin-left:15px;
}

.linkspglist ul {
	margin-left:45px;
	margin-bottom:45px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling available even if widgets are not used */

.widget {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#091016 none repeat scroll 0 0;
border:1px solid #282828;
-webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}

#sidebar h2, #sidebar h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/bg_green.png) repeat-x scroll left top;
border-bottom:1px dotted #3E3E3E;

font-size:100%;
font-weight:normal;
line-height:24px;
margin:0;
padding:0 0 0 10px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style: none;
}

#sidebar ul li {
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin:0;
	padding:0;
}

#sidebar ul li ul li {
	margin:0;
	padding:0;
background-image:url(images/icons/bulletgr.png);
background-repeat:no-repeat;
background-position:0 3px;
padding-bottom:3px;
padding-left:7px;
}

#sidebar ul li a, #sidebar ul li ul li a {
	color:#0088ee;
}

#sidebar ul li ul li a {
	padding-left:10px;
	line-height:22px;
	display:block;
}

#sidebar ul li ul li a:hover {
	color:#ABD9FF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	margin: 0;
	border-bottom: none;
}
/*sidebar2*/

#sidebar2 h2, #sidebar2 h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(images/bg_green.png) repeat-x scroll left top;
border-bottom:1px dotted #3E3E3E;
color:#7F8E96;
font-size:100%;
font-weight:normal;
line-height:24px;
margin:0;
padding:0 0 0 10px;
}

#sidebar2 ul {
	margin:0;
	padding:0;
	list-style: none;
}

#sidebar2 ul li {
	margin:0;
	padding:0;
	margin-bottom: 10px;

}

#sidebar2 ul li ul, #sidebar2 ul li ul li ul {
	margin:0;
	padding:0;
}

#sidebar2 ul li ul li {
	margin:0;
	padding:0;
background-image:url(images/icons/bulletgr.png);
background-repeat:no-repeat;
background-position:0 3px;
padding-bottom:3px;
padding-left:7px;
}

#sidebar2 ul li a, #sidebar2 ul li ul li a {
	color:#0088ee;
}

#sidebar2 ul li ul li a {
	padding-left:10px;
	line-height:22px;
	display:block;
}

#sidebar2 ul li ul li a:hover {
	color:#ABD9FF;
}

#sidebar2 ul li ul li ul li {
	padding: 4px 0 0 10px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

#recentcomments li.recentcomments {
	padding-left:17px;
}

.textwidget {
	padding:5px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: none;
}

.widget_tag_cloud {
	text-align:center;
}

.widget_tag_cloud h3 {
	text-align:left;
}

.widget_tag_cloud a {
	text-transform: lowercase;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

#wp-calendar {
	margin:0 auto;
}

#wp-calendar caption {
	padding: 5px 0;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
#comments {
}

.comments {
	margin-top: 30px;
	border:1px solid #c4c3c3;
	background-color:#242323;
	padding:8px;
	margin-bottom: 50px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#091016 none repeat scroll 0 0;
border:1px solid #282828;

}

.comments h3 {

	margin-bottom: 10px;
	color: #c4c3c3;
background-image:url(images/icons/comments.png);
background-position:7px center;
background-repeat:no-repeat;
background-color:#333333;
clear:both;
font-size:14px;
padding:7px 7px 7px 35px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
font-weight:normal;
}

.comments ol {
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
padding-left:40px;
}

.comments ol li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#222 none repeat scroll 0 0;
border:1px solid #333;
font-size:13px;
margin-top:5px;
padding:5px;
}

.comments ol li.bypostauthor {
	background-color:#333333;
border:1px solid #555555;
color:#888888;
}

.comment-author {
font-weight:normal;
}

.comment-author a {
	color:#0088EE;
font-style:normal;;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	color:#E09CA2;
}

#respond {
	margin-top: 30px;
background-color:#091016;
border:1px solid #222222;
	padding:8px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

#respond h3 {
	color: #c4c3c3;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 3em;
	list-style:none;
}
.children li ul {
padding-left: 3em;
}

.children li div .reply {
padding-left: 5em;
}

input#s, input#author, input#email, input#url, textarea#comment {
	color:#a3a3a3;
	background-color:#343333;
	border:1px solid #4b4a4a;
	width:150px;
	padding:1px 2px;
}

textarea#comment {
	width:350px;
	height:150px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

input#searchsubmit {
	vertical-align:middle;
	padding:0 5px;
}

code {
	font-family:"Courier New", Courier, monospace;
	display:block;
	padding:5px;
	border:1px solid #545454;
	background-color:#24272d;
	width:90%;
	margin:15px auto;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

blockquote, blockquote blockquote {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#222222 none repeat scroll 0 0;
border:1px solid #666;

	padding:5px 15px;
	margin:10px 10px 5px 15px;
	font-style:normal;
	color:#6e6e6e;
}

blockquote blockquote {
	color:#a4a4a4;
}

strong.search-excerpt {color:#242323; background-color:#5eb9f3; padding-left:2px; padding-right:2px;}  

#akismetwrap {
	padding:5px;
}

#akismetstats {
	margin-left:auto;
	margin-right:auto;
}

.pdate {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/calgr.png) no-repeat scroll 0 0;
color:#0088EE;
-x-system-font:none;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:48px;
line-height:100%;
padding:0 0 0 0;
text-align:center;
width:45px;
padding-right:13px;
}
.pdate span {
color:#0088EE;
-x-system-font:none;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:12px;
line-height:normal;
padding-top:2px;
text-align:center;
}
.pdate span.year {
color:#0088EE;
-x-system-font:none;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:12px;
line-height:normal;
padding-top:0;
text-align:center;
}

h4 {
color:#0088ee;
font-weight:normal;
margin-top:1em;
}
tc {
color:#0088ee;
}
.tc {
color:#0088ee;
}

.st-tag-cloud {
padding : 5px;
}

.ad {
padding-left:66px;
}

.fg ,featured{
padding-bottom:10px;
}
.fn {
font-weight:normal;
font-style:normal;
}


.author-vcard{
float:right;
}

.pr {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#091016 none repeat scroll 0 0;
border:1px solid #282828;
margin-bottom:10px;
padding:10px;
width:450px;
}
.ratb {
border-top:1px solid #282828;
    border-left:1px solid #282828;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    width:420px;
}
.ratb th{
    border-right:1px solid #282828;
    border-bottom:1px solid #282828;
    padding:1px;
}
.ratb td{
    border-right:1px solid #282828;
    border-bottom:1px solid #282828;
    padding:3px;
}

.blogp{
padding-bottom:10px;
}

/*全体のフォント*/
#life-list , #life-list2{
color:#7F8E96;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

/*日付部分のフォント*/
#life-list b, #life-list2 b {
color:#0088ee;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

/*枠組み*/
.list {
width : 175px;	
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#222 none repeat scroll 0 0;
border:1px solid #333;
padding: 5px;
}

/*テーブルデザイン*/
.decoration table{
width:230px;
border:1px dashed #333;
}
.decoration th{
border-bottom:1px dashed #333; 
background: #222;}

#hiduke {
color:#666;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

/*テーブルデザイン２*/
.dec table{
width:180px;
border:1px dashed #333;
}
.dec th{
border-bottom:1px dashed #333; 
background: #222;
color:#0088ee;
font-weight:normal;
}

.fo { 
color:#0088ee;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
} 


/*枠組み*/
#listy {
width : 400px;	
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #333;
padding: 5px;
}

/*テーブルデザイン*/
.decorationy table{
width:400px;
border:1px dashed #333;
}
.decorationy th{
border-bottom:1px dashed #333; 
background: #222;
color:#0088ee;
font-weight:normal;
}
.sctitle{
border-bottom:1px dashed #333333;
color:#0088ee;
font-weight:bold;
font-size:15px; 
}
#prelist {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #333;
padding: 5px;
}
.decorationy td{
color:#0088ee;
}

.blogmura {
padding-top:1em;
}