/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */

#header-content {
    margin: 10px 0px 20px 20px;
}

.layout-wt #alpha {
    width: 610px;
}

.layout-wt #beta {
    width: 330px;
}

/********************************************************
Pagenate
********************************************************/
div.pagenate{
    clear: both;
    text-align:center;
    width: 100%;
    padding: 25px 0px 35px 0px;
}

div.pagenate ul {
    margin: 0 auto;
}

div.pagenate .stay,
div.pagenate .stay{
    background: #2e6ab1;
    padding: 6px 8px;
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
    zoom: 1;
}

div.pagenate a {
    display:inline-block;
    border-radius:3px;
    border:1px solid #f2f2f2;
    line-height:100%;
    padding: 6px 7px;
    font-size:12px;
    color:#666666;
    text-decoration: none;
    zoom: 1;
}

div.pagenate a:hover{
    background: #e4e4e4;
    color: #ffffff;
    text-decoration: none;
}

div.pagenate li.count {
    padding-top: 5px;
    color: #666666;
}

div.pagenate .previous a,
div.pagenate li.next a {
    background: #E1EBF7;
    font-weight: bold;
    color: #000000;
}

div.pagenate li.previous a:hover,
div.pagenate li.next a:hover {
    background: #2e6ab1;
    color:#ffffff;
}

.level01 li a{
    display:block;
    padding:15px;
    border-bottom:1px solid #e4e4e4;
    color:#666;
    text-decoration:none;
    line-height:100% !important;
}

li.current > a,
.level01 li a:hover{
    color:#de821f !important;
}

.level01{
    margin-bottom:25px !important;
}

.level01 .level02{
    margin-bottom:0px !important;
}

.level01 .level02 a{
    background:none !important;
    border-left:15px solid #f2f2f2;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.level01 .level02 a span{
    font-weight:normal !important;
}
