/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body
{
    background:#fff url(./images/bg.png) repeat-x;
    border-top:5px solid #333;
    color:#555;
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Times New Roman", Times, serif;
    font-size:62.5%;
    line-height:1.8;
    margin:0;
    padding:0;
    text-align:center;
}
#wrap
{
    margin:0 auto;
    text-align:left;
    width:80%;
    min-width:900px;
}
#content
{
    font-size:1.2em;
    padding:1em;
    width:100%;
}
#sidebar
{
    font-size:1.1em;
    width:100%;
    margin-bottom:10px;
    padding-top:2em;
}
#header
{
    padding:70px 1em 18px;
}
#footer
{
    background:#333;
    border-top:1px solid #777;
    color:#888;
    clear:both;
    font-size:0.9em;
    padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3
{
    font-family: "ヒラギノ角ゴ Pro W3", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    letter-spacing: -1px;
    margin:0;
}
#header h1
{
/*
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:3em;
    margin:0;
    margin-right:1em;
*/
    margin:0 0 0 -3px;
    padding:0;
}
#header h1 a
{
    margin:0 0 7px 0;
    padding:0;
    text-indent:-9999px;
    background:url(images/ttl_h1.png) no-repeat left top;
    width:909px;
    height:123px;
    display:block;
    outline:none;

    color:#E87830;
}
#header h1 a:hover
{
    color:#CC0000;
}
#header p
{
    color:#aaa;
    font-size:1.1em;
    margin:0;
    margin-top:-0.5em;
}
.entrytitle h2
{
    font-size:2.2em;
}
.entrytitle h2 a
{
    color:#B4C24B;
}
.entrytitle h2 a:hover
{
    color:#58BBEB;
}
.entrytitle h3
{
    font-size:1.8em;
    color:#6F6F6F;
}
#sidebar h3
{
    color:#555;
    font-size:1.5em;
    margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry
{
    margin-bottom:3em;
}

.entrymeta
{
    font-size:0.9em;
}
.postedby
{
    background:#fff url(./images/user.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}
.filedto
{
    background:#fff url(./images/post.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}
.commentslink
{
    background:#fff url(./images/packaged.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
#sidebar ul li
{
    border-bottom:1px dotted #ddd;
    margin-bottom:0.3em;
    padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock
{
    margin:0.5em;
    padding:1em;

}
.commentsblock textarea
{
    width:35em;
}
.commentsblock input, .commentsblock textarea
{
    border:1px solid #d1d1d1;
}
.commentsblock textarea:focus
{
    background:#eee;
    border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus
{
    background:#eee;
    border:1px solid #a1a1a1;
}
.commentauthor
{
    display:block;
    font-size:1.5em;
}
ol.commentlist
{
    color:#777;
    font-size:0.9em;
    list-style-type:none;
    margin:0;
    margin-top:1.5em;
    padding:0;
}
.commentlist li
{
    margin-bottom:0.5em;
    padding:0.5em 1em;
}
.alt
{
    background:#f3f5e9;
    border:1px dotted #d1d1d1;
    padding:0.5em;
}
h3#comments
{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a
{
    color:#579;
    text-decoration:none;
}
a:hover
{
    color:#CC0000;
}

/*************************************
 +2009.10.22 ikekou add
 *************************************/
/* clearfix */
.c-fix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
*html>body .c-fix
{
    display: inline-block; 
    width: 100%;
    }
*html .c-fix
{
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }
.c-fix
{
      zoom: 1;
    }
/* neo-clearfix */    
.c-both
{
    height: 0px;
    clear: both;
    display: hidden;
    line-height: 0;
    font-size: 0px;
    zoom: 1;
    }


#sidebar h2
{
    font-size:1.8em;
    color:#E87830;
}
#div_sidebar_pages, #div_sidebar_categories, #div_sidebar_profile
{
    float:left;
    width:290px;
    margin-right:10px;
}

#div_sidebar_pages
{
}
#div_sidebar_categories
{
}
#div_sidebar_profile
{
}
#div_sidebar_twitter
{
    margin-top:20px;
}
.entrybody strong
{
    /*color:#B4C24B;*/
}
.entrybody em
{
    color:#E87830;
    font-weight:bold;
    font-style:normal;
}

.navigation .navigation_prev_post, .navigation .navigation_next_post
{
    width:50;
}
.navigation .navigation_prev_post
{
    float:left;
}
.navigation .navigation_next_post
{
    float:right;
}
.navigation .navigation_prev_post a, .navigation .navigation_next_post a
{
    color:#B4C24B;
    font-weight:bold;
    font-size:1em;
}
.navigation .navigation_prev_post a:hover, .navigation .navigation_next_post a:hover
{
    color:#58BBEB;
}
#comment
{
    width:100%;
    height:3em;
}
#ul_header_categories
{
    margin:0 0 0 -1px;
    padding:0 0 0 13px;
    position:absolute;
}
#ul_header_categories li
{
    font-size:0.9em;
    color:#ffffff;
    list-style-type:none;
    float:left;
    margin-top:-23px;
}
#ul_header_categories li a
{
    text-align:center;
    display:block;
    color:#ffffff;
    width:101px;
    height:26px;
    padding-top:25px;
    background:url(images/bg_categorytab.png) no-repeat top center;
    outline:none;
}
.entrybody h3
{
    font-weight:bold;
    margin-top:30px;
    font-size:1.4em;
}
.entrymeta
{
    margin-top:50px;
}
.entrybody a
{
    background:#ffff33;
}
.entrybody .syntaxhighlighter .bar a
{
    background:none;
}
