﻿/*
Theme Name: ASOL_default
Theme URI: 
Description: The ASOL default theme for WordPress.
Author: Soichiro Ura
Version: 1.1 2010 0528
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

				margin: 0;
				padding: 0;
				border: 0;
				vertical-align: baseline;
				font-family: Tahoma,Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
}
body {
background-color:#f1f1f1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
}








ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
				width: 640px;
				float: left;
				margin:0 0 0 20px;

}

#main{
	width:940px	;
	background-color: transparent;

}
#content {
	margin: 0;
	width:640px;
	background-color: transparent;




}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 250px;
	margin:0;
}
#secondary {
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,div.menu,#colophon,#branding,#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	padding:20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
}
hr {
	border:1px #eee solid;
	margin: 0;
	padding:0;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#0066CC;
}
a:active,
a:hover {
	color: #0066CC;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.thum-img{
				float:left;
				margin:0 15px 0 0;
				padding:0;
}

/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	padding: 0px 0 0 0;
	}
	
#branding{
				background-color: #B3CBFF;
				height: 120px;
				/*	background-image:url('images/dragonball_blue.jpg'); */;
				border-top: 4px #555 solid;
				border-bottom: 2px #555 solid;
}

#site-description {
margin:0 0px 0 20px;
font-style:italic;
}



#logo{
				margin:10px 0 0 20px;
}

#logo img{
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}


#header h1{
	border:0px;
	font-weight:normal;
}


#site-title {
font-size: 30px;
margin:0 30px 0 0;
float:right;

}
#site-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* This is the custom header image */
#branding img {
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #444;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
	font-weight:bold;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	width:135px;
	text-align:center;
}
#access a,#access a:visited {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:0 10px;
	line-height:38px;
	border-right:1px #fff solid;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}



/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 30px 0 0 0;
	background-color:#fff;

}
#content {
	margin:0 0 36px 0px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 14px;
	line-height: 20px;

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
 {
	margin-bottom:20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
}
#content code {
	font-size: 13px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;

}



#content h1{
	border-top: 3px #6699FF solid;
	font-size: 20px;
	padding: 5px 0 0 0;
	margin-bottom: 25px;
}

#content h2{
	font-size: 18px;
	margin: 0px 0 20px 0;
	border-left: 7px #6699FF solid;
	padding: 2px 0 0 7px;
	line-height: 15px;
}


		
#category h2  {
border-bottom:0px #f0f0f0 dotted;
		margin: 0 0 0 0;


}

#content h3{
	font-size: 18px;
	margin: 0px 0 20px 0;
	border-left: 7px #6699FF solid;
	padding: 2px 0 0 7px;
	line-height: 18px;
}






#content h3{
		font-size:20px;
}

#content h4{
		font-size:20px;
}

#content h5{
		font-size:20px;
}

#content h6{
		font-size:20px;
}

#content table {
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 5px 24px;
	vertical-align:top;
}
#content tr.odd td {
	background: #F2F7FC;
}

#new-topics{
				clear:both;
				margin:0 0 0 0;
				padding:0;
}

#new-topics p{
				margin:0 0 0 0;
}


#new-topics table {
	text-align: left;
	margin: 0 1px 10px 0;
	padding:0;
	width: 100%;
}

#new-topics tr th,
#new-topics thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#new-topics tr td {
	border-top: 1px solid #e7e7e7;
	padding: 5px 15px;
}
#new-topics tr.odd td {
	background: #F2F7FC;
}


.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.page-title {
}
.page-title span {
}
.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.entry-title{
margin:0 0 0 0;
clear: both;
				
}

.entry-meta {
margin:0 0 10px 0;
clear: both;
}

.entry-utility {
display:none;
}

#content .entry-title {
}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
	color:#555;
}
.entry-title a:active,
.entry-title a:hover {
	color:#555;


}
.entry-meta {
	color: #888;
	font-size: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 7px 0 0 0;
	margin:0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 5px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.hentry{
	margin-bottom:20px;			
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  15px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
				text-decoration: none;
				color: #0066CC;
}
.navigation a:active,
.navigation a:hover {
				color: #0066CC;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
clear:both;
	margin: 0 0 0 0;
	padding:15px 30px;
	border-top:#ddd 1px solid;
	
}




/* =Comments
-------------------------------------------------------------- */
#comments {
display:none;
}

/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {

	list-style: square;
	list-style-position:inside;
margin:15px 10px 15px 15px;;

}

.widget-area ul ul ul{

	list-style: disc;
margin:3px 0px 3px 15px;;

}



.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
background-color:#f5f5f5;
	margin: 0 0 10px 0;
	padding:7px;
	
}
.widget-title {
	background-color:#555;
	color:#fff;
	line-height:1.5em;
	padding:0 5px 0 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #444;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
margin:0 0 0 20px;
text-align:center;
}
#site-info a {
color: #000;
text-decoration: none;
}
#site-generator {
display:none;
font-style: italic;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget_search label,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	.entry-title {
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,.onecolumn #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	.home .sticky {
		border: none;
	}
}