/*   
Theme Name: Simatic
Theme URI: 
Description: 
Author: Lian Cheng
Author URI: http://liancheng.info/
Template: thematic
Version: 1.0
Tags: Thematic Simple
.
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/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');

/* 取消所有斜体 */
#blog-description, blockquote, .aside h3 {
    font-style:normal;
}

/* 修正段间距设置 */
p, ul, ol, dd, pre {
    margin-top:11px;
    margin-bottom:11px;
}
pre {
    margin-left:2em;
}

/* 修正分栏宽度 */
.main-aside {
    width:240px;
}
#container {
    width:710px;
}
#content {
    width:630px;
}

/* 去除WP-Syntax表格边框 */
.wp_syntax table {
    border:0;
    margin:0;
}
.wp_syntax tr {
    border:0;
    border-bottom:0;
}

/* 其他自定义样式 */
blockquote {
    border-left:5px solid #ccc;
    margin:1.3em 1em;
    padding:0 1em;
}
#content .entry-utility, #content .entry-meta {
    background-color:#eee;
    padding:2px;
}

.share-links {
    margin-bottom:20px;
}
