/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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/21px.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.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');



body, input, textarea {
    color:#000;    
    font: 12px;
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
    sans-serif;
    line-height:22px;
}

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:610px;
    overflow:hidden;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background-color:#f1f1f1;
}
#branding {
    padding:44px 0 44px 0;
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	border-bottom:solid #999999 thin;
}
#blog-title a {
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}
.entry-content h2 {

    line-height:22px;
    font-size:19px;
    font-weight:bold;
    padding:14px 0 5px 0;
	margin:14px 0 14px 0;
	border-bottom:solid #999999 thin;
}

.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
	border-bottom:solid #999999 thin;
	margin-bottom:10px;
}

wp-caption-text
 {
    font-size:15px;
}