/*   
Theme Name: Thematic Light Breeze
Theme URI: http://project.telmina.com/
Description: Thematic Child Theme for "Telmina.com".
Author: Telmina
Author URI: http://telmina.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* ----- Style for Telmina.com ramdom images ----- */
@import url('./style.php');


/* =Telmina.com Light Breeze Original Styles
============================================================== */

/* =Layout
-------------------------------------------------------------- */

#primary {
    width:220px;
    margin:0 10px 0 20px;
}
#secondary {
    width:140px;
    margin:0 10px 0 0;
}


/* =Global Elements
-------------------------------------------------------------- */

body {
	font:	12pt "Osaka", "Verdana", "Arial", Sans-Serif;
	background-color: #8ca;
}
input, textarea {
	font:	12pt "Osaka", "Verdana", "Arial", Sans-Serif;
}
p, ul, ol, dl, pre {
    margin-bottom:1em;
}
dd {
    margin-bottom:0.25em;
}
pre {
	font-family: "courier new", courier, monospace;
}
code {
	color: #408;
}
blockquote {
	border-left: 0.5em solid #084;
	background-color: #fff;
	color: #804;
	font-style:normal;
	margin: 0 1em;
	padding-left: 0.5em;
}
table {
    border:0
}
tr {
    border-bottom:0;
}
table.disp
{
	background:	#dfefff;
	border-color:	#0080ff;
	border-width:	1px;
	border-style:	solid;
	border-collapse:	collapse;
}
table.disp th
{
	background:	#dfefff;
	border-color:	#0080ff;
	border-width:	1px;
	border-style:	solid;
/*	margin:	0;*/
	margin:	1px;
	text-align:	center;
}
table.disp td
{
	background:	#ffffff;
	border-color:	#0080ff;
	border-width:	1px;
	border-style:	solid;
/*	margin:	0;
	padding:	2px;*/
	margin:	1px;
}
hr {
	background-color:#084;
	border:0;
	color:#084;
	height:1px;
}
a:link {
	color:#048;
}
a:visited {
	color:#840;
}
a:active,
a:hover {
	color: #f00;
	text-decoration:underline;
}

/* ----- Style for Telmina.com ----- */
dt {
	color: #063;
}
dd {
	margin-left: 2em;
}
dt, dd, th, td {
	line-height: 130%;
}
p {
	margin: 0 0 1em 0;
}
address {
	font-style:	normal;
	font-family:	"Courier","Osaka－等幅","ＭＳ ゴシック",monospace;
}
strong {
	color:	red;
	font-weight: bold;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width:960px;
	margin:0 auto;
	background-color: #084;
	color: #fff;
}
#branding:hover {
	background: rgba(0, 96, 48, 0.5);
}
#blog-title {
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-weight: bold;
	color: #fff;
/*	text-shadow: 1px 1px 2px #063;*/
	text-shadow: 0px 0px 5px #063;
}
#blog-title:before {
	content: url("/img/telmina_t_icon_5s.png");
}
#blog-title a {
	color: #fff;
	text-decoration:none;
/*	background: rgba(0, 96, 48, 0.5);*/
}
#blog-title a:active,
#blog-title a:hover {
	color: #fdb;
}
#blog-description {
	color:#fff;
	font-style:normal;
/*	text-shadow: 1px 1px 2px #063;*/
	text-shadow: 0px 0px 5px #063;
}


/* =Menu
-------------------------------------------------------------- */
#access {
    border-bottom:1px solid #084;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #084;
}
.sf-menu a {
	border-left:1px solid #084;
	border-top:1px solid #084;
	border-bottom:1px solid #084;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#048;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#dfe;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color:			#084;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #dfe;
    border-bottom-color:#084;
}
.sf-menu ul {
    border-right:1px solid #084;
    border-bottom:1px solid #084;
}
.sf-menu ul a {
    background:#dfe;
}
.sf-menu ul a:hover {
    color: #f00;
}


/* =Content
-------------------------------------------------------------- */

#main {
	background-color: #fff;
}
.page-title {
	border-bottom:	1px dashed #084;
	padding: 0.1em 0;
	margin:	1em 0;
	font-size:	1.5em;
	line-height:	1.2em;
	font-weight:	bold;
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	text-transform: none;
	background-color: #fff;
	color: #063;
	font-weight: bold;
	font-style:normal;
}
.attachment .page-title {
	font-style:normal;
}
.page-title a {
	color:#084;
}
.page-title a:active,
.page-title a:hover {
	color: #f00;
}
.page-title span {
	font-style:normal;
	color: #f00;
}
.page-title span:before {
	content: ' "';
}
.page-title span:after {
	content: '"';
}
.page-title .meta-nav {
	font-style:normal;
}
.entry-title {
	background-color: #063;
	color: #fff;
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0.1em 0.1em 0.1em;
	line-height: 1.2em;
/*	text-align: justify;*/
}
.entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-meta .n {
    font-size:13px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fdb;
}
.entry-meta {
	color:#063;
	font-style:normal;
}
.entry-meta a {
	color:#048;
	text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
	color: #f00;
	text-decoration:underline;
}
.entry-meta abbr {
    font-size:13px;
}
.entry-content {
	line-height:	1.3em;
	padding: 0;
	margin:	1em 0 0 0;
}
.entry-content img {
	margin: 0;
}
.entry-utility {
	color: #084;
	background-color: #dfe;
	border: 1px outset #084;
	margin: 0.5em;
	padding: 0.5em;
	clear: both;
	line-height: 1.2em;
}
.entry-content h3 {
	border-bottom:	1px dashed #084;
	padding: 0.1em 0;
	margin:	0.5em 0;
	font-size:	1.5em;
	line-height:	1.2em;
	font-weight:	bold;
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	text-transform: none;
	background-color: #fff;
	color: #063;
	font-weight: bold;
	font-style:normal;
}
.entry-content h4 {
	margin:	0.5em 0;
	font-size:	1.3em;
	font-weight:	bold;
	text-transform:	none;
}
.entry-utility a {
	color:#048;
	font-style:normal;
	text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
	color: #f00;
	text-decoration:underline;
}
.page-link a {
    border:1px solid #ccc;
    color:#048;
}
.page-link a:active,
.page-link a:hover {
    color: #f00;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
}

/* ----- Style for Telmina.com ----- */

.left {
	text-align:	left;
}
.right {
	text-align:	right;
}
.center {
	text-align:	center;
}
.justify {
	text-align:	justify;
}
.floatLeft {
	float:	left;
}
.floatRight {
	float:	right;
}
.clearer {
	clear: both;
}
.block {
	border-style:	outset;
	border-width:	1px;
	border-color:	#80ffc0;
	background:	#e0fff0;
	font-size:	90%;
	padding:	0 5px 6px;
}
.shout {
    font-size: xx-large;
    font-family: "DHP平成明朝体W7","平成明朝","ＭＳ Ｐ明朝",serif;
    font-weight: bold;
    color: #008040;
    line-height: normal;
}
.footnotes {
    font-size: smaller;
    background: #dfefff;
    border: 1px outset #0080ff;
    color: #0060c0;
}
div.imageframe {
	margin: 1em;
}
div.imagecaption {
	font-size: 0.9em;
	color: #408;
	text-align: center;
}
td a img {
	vertical-align: top;
}
.archive-meta {
	color: #084;
}


/* ----- Categories ----- */

/* Default */
.entry-title {
	background-color: #063;
	color: #fff;
}
.entry-title a, .entry-title a:visited {
	color: #fff;
}
.entry-title a:hover, .entry-title a:active {
	color: #fdb;
}
.entry-meta {
	color: #063;
}
.entry-utility {
	color: #084;
	background-color: #dfe;
	border: 1px outset #084;
}

/* 未分類 */
.category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-title,
.category-1 .entry-title {
	background-color: #666;
	color: #fff;
}
.category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-title a, .category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-title a:visited,
.category-1 .entry-title a, .category-1 .entry-title a:visited {
	color: #fff;
}
.category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-title a:hover, .category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-title a:active,
.category-1 .entry-title a:hover, .category-1 .entry-title a:active {
	color: #fdb;
}
.category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-meta,
.category-1 .entry-meta {
	color: #666;
}
.category-\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e .entry-utility,
.category-1 .entry-utility {
	color: #666;
	background-color: #ddd;
	border: 1px outset #666;
}

/* Events */
.category-events .entry-title {
	background-color: #804;
	color: #fff;
}
.category-events .entry-title a, .category-events .entry-title a:visited {
	color: #fff;
}
.category-events .entry-title a:hover, .category-events .entry-title a:active {
	color: #fdb;
}
.category-events .entry-meta {
	color: #804;
}
.category-events .entry-utility {
	color: #804;
	background-color: #fde;
	border: 1px outset #804;
}

/* 業務連絡 */
.category-announce .entry-title {
	background-color: #ff0;
	color: #000;
}
.category-announce .entry-title a, .category-announce .entry-title a:visited {
	color: #000;
}
.category-announce .entry-title a:hover, .category-announce .entry-title a:active {
	color: #f00;
}
.category-announce .entry-meta {
	color: #880;
}
.category-announce .entry-utility {
	color: #880;
	background-color: #ffd;
	border: 1px outset #ff0;
}

/* Google+ */
.category-google-plus .entry-title {
	background-color: #b53324;
	color: #fff;
}
.category-google-plus .entry-title a, .category-google-plus .entry-title a:visited {
	color: #fff;
}
.category-google-plus .entry-title a:hover, .category-google-plus .entry-title a:active {
	color: #fdb;
}
.category-google-plus .entry-meta {
	color: #b53324;
}
.category-google-plus .entry-utility {
	color: #5a1612;
	background-color: #eda8a3;
	border: 1px outset #b53324;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#084;
}
.navigation a {
    color:#048;
    font-style:normal;
}
.navigation a:active,
.navigation a:hover {
    color: #f00;
}


/* =Comments
-------------------------------------------------------------- */

#comments h3 {
	border-bottom:	1px dashed #084;
	margin:	0.5em 0;
	font-size:	2.1em;
	line-height:	1.2em;
	font-weight:	bold;
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	text-transform: none;
	background-color: #fff;
	color: #063;
	font-weight: bold;
	font-style:normal;
}
#comments-list h3 {
    padding:0 0 0 0;
}
#comments-list ol {
    border:1px solid #8ca;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #8ca;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#dfe;
}
#comments-list ul li {
    border:1px solid #8ca;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:80px;
    height:80px;
}
#comments-list .comment-author {
    padding:9px 0 0 90px;
}
#comments-list .comment-meta {
    color:#084;
    padding:0 0 9px 90px;
}
#comments-list .comment-meta a {
    color:#048;
    font-style:normal;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #f00;
}
#comments-list .comment-content {
    padding:0 0 0 90px;
}
.comment-reply-link a {
    color:#048;
    font-style:normal;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #f00;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#048;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #f00;
}
#respond h3 {
    padding:0 0 0 0;
}
#cancel-comment-reply {
    font-size:12px;
}
#cancel-comment-reply a {
    color:#048;
}
#respond .required {
    color:#f00;
    font-weight:bold;
}
#form-allowed-tags p {
    color:#000;
    font-size:12px;
}
#form-allowed-tags span {
    font-style:normal;
}
#form-allowed-tags code {
    font-size:12px;
}
.subscribe-to-comments {
    color:#000;
    font-size:12px;
}
.solo-subscribe-to-comments {
    color:#000;
    font-size:12px;
}
.comment_license {
    color:#000;
    font-size:12px;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside {
    color:#000;
}
.aside a {
    color:#048;
}
.aside a:active,
.aside a:hover {
    color: #f00;
}
.aside h3 {
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-style:normal;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.1em;
	line-height: 1.2em;
	color: #fff;
	background: #063;
	text-transform: none;
	margin-bottom: 0.5em;
}
.aside h3 a {
	color: #fff;
	text-decoration:underline;
}
.aside h4 {
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.1em;
	line-height: 1.2em;
	color: #063;
	background: #dfe;
	text-transform: none;
	margin-bottom: 0.5em;
}

#content .aside h3 {
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-style:normal;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.1em;
	line-height: 1.2em;
	color: #000;
	background: #FF0;
	text-transform: none;
	margin-bottom: 0.5em;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	width:960px;
	margin:0 auto;
	background-color: #fff;
	border-top:1px solid #084;
}
#siteinfo {
    color:#063;
}
#siteinfo a {
    color:#048;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #f00;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    color:#048!important;
}
.wp-pagenavi a:visited {
    color:#840 !important;
}
.wp-pagenavi a:hover {
    color:#f00 !important;
}
.wp-pagenavi a:active {
    color:#f00 !important;
}
.wp-pagenavi span.pages {
    color:#084 !important;
}
.wp-pagenavi span.current {
    color:#084 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
}


/* =Plugins
-------------------------------------------------------------- */

/* ----- Style for wp-kougabu ----- */
.gallery {
}
.gallery dl {
	margin:	0;
}
.gallery .gallery-item {
	margin-left:	0;
}

/* ----- Style for Kougaburari ----- */
.slideshow-caption {
	height: 6em;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}

