/*
Theme Name: EC studio tech blog
Version: 0.1
Author: Masaki Yamamoto
Author URI: http://techblog.ecstudio.jp
*/

/* for blog
----------------------------------------------------- */

#header {
 margin-bottom: 46px;
}

.post-title,
.box-icon {
 padding-bottom: 13px;
 background:transparent url(images/bg_article_title.gif) no-repeat scroll left bottom;
}

.box-icon img {
 float:left;
 width:50px;
 margin-top: 3px;
}

p.dateHeader {
 float:right;
 width:515px;
 margin: 0;
}

#article h3.box-icon {
 line-height: 1.3;
 float:right;
 width:515px;
 background: none;
 padding: 0;
 margin: 0;
}

.dateHeader {
 position: relative;
}

.article-name {
 font-size: 12px;
 margin-left: 3px; 
}


#article ol li{
 list-style-type: decimal;
}

ul.list { list-style-type: disc; }
ol.numlist { list-style-type: decimal; }

ul.list li,
ol.numlist li {
 display: list-item;
 }

ul.list,ol.numlist {
 margin: 1.12em 0 1.12em 1.12em;
 padding-left: 1.12em;
 }

ol.numlist ul, ul.list ol,
ul.list ul, ol.numlist ol { margin-top: 0; margin-bottom: 0 }

/* 071101 */

div.entry-body blockquote {
 margin: 0 0.5em 1.0em 0.5em;
 padding:  0 0.8em;
 border-left: 5px solid #ccc;
 background-color: #eee;
}

#blog #main .entry-content div.entry-body blockquote p {
 margin-bottom: 0;
 padding: 0.5em 0;
}

/* tab style */

ul#blogTab {
 margin: 10px 0 20px;
}

ul#blogTab li {
 float: left;
 width: 280px;
 height: 40px;
 text-indent: -9999px;
}

ul#blogTab li a {
 display: block;
 width: 280px;
 height: 40px;
}

/* images */
ul#blogTab li.catTechblog a {
 background: url(images/btn_techblog_d.jpg) left bottom no-repeat;
}

/* a images */
ul#blogTab li.catBlog a {
 background: url(images/btn_blog.jpg) left bottom no-repeat;
}

ul#blogTab li.catDesignblog a {
 background: url(images/btn_designblog.jpg) left bottom no-repeat;
}

/* a:hover images */
ul#blogTab li.catBlog a:hover {
 background: url(images/btn_blog_o.jpg) left bottom no-repeat;
}

ul#blogTab li.catDesignblog a:hover {
 background: url(images/btn_designblog_o.jpg) left bottom no-repeat;
}

/* a:active images */
ul#blogTab li.catBlog a:active {
 background: url(images/btn_blog_d.jpg) left bottom no-repeat;
}

ul#blogTab li.catDesignblog a:active {
 background: url(images/btn_designblog_d.jpg) left bottom no-repeat;
}

/* ********** add sidebar ********** */

.coverageContact {
 width: 185px;
 line-height: 1.6;
 background: #C2EBFF;
 padding: 10px 8px;
 margin: 20px 0 0 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 text-align: center;
}

.coverageContact p {
 font-size: 12px;
 margin-top: 3px;
}

/* ********** add sidebar icon ********** */

#aside dl.entryList dd ul.side-icon li {
 list-style-type: none;
}

#aside dl.entryList dd ul.side-icon li {
 float: left;
 margin-left: 8px;
}


#article div.entryBody h5 {
 margin-bottom: -1em;
 font-weight: 700;
 color: #555;	
}

#article div.entryBody code {
 margin: 0 2px;
 padding: 0 3px;
 background-color: #eee;
 border: 1px solid #ccc;
}

#article div.entryBody .igBar {
 margin: 1em 0 0 0;
}

#article div.entryBody .syntax_hilite {
 width: 95%;
}

#article div.entryBody .syntax_hilite ol{
 list-style: decimal;	
}

/* social button */

.socialSNS {
 padding-top: 20px;
}

.socialSNS li {
 display: inline;
 zoom: 1;
 vertical-align: top;
 padding-right: 2px;
}

.socialFooter {
 padding-bottom: 10px;
}