/* 
Theme Name: Shurayuki minimal
Theme URL: http://www.kknd.org
Description: new minimalistic theme for kknd.org
Author: Christian Arndt
Author URI: http://www.kknd.org
Version: 1.0.0
*/

body {
    font-family: Arial;
}
a {
    text-decoration: none;
    color: #C80815;
}
h1 {
    font-family: 'Yanone Kaffeesatz', 'Trebuchet MS';
    color: #C80815;
    font-size: 2em;
    text-align: right;
}
img {
    border: 0px;
}
#header {
    padding: 1em 0em;
}
#navigation {
    padding: .5em 0em;
}
#navigation ul {
    color: #555;
    font-family: Arial;
    font-size: 1.1em;
    list-style-type: none;
    padding: 0px;
}
#navigation ul li {
    display: inline;
    border-left:1px solid #BBC1BC;
    line-height:2.2em;
    padding:0.5em 1em;
}
#navigation ul li:first-child {
    border-left: 0px;
    padding-left: 0px;
}
#navigation a {
    color: #555555;
}
#navigation a:hover {
    color: #C80815;
}
#comments_list, #trackbacks_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#comments_list li, #trackbacks_list li, .widget-content li {
    padding-top: 1em;
    border-bottom: 1px solid #EFEFEF;
}
#comments_list li:last-child, #trackbacks_list li:last-child, .widget-content li:last-child {
    border-bottom: 0px;
}
#footer {
    padding-top: 2em;
}
.entry, .widget {
    padding-bottom: 1em;
}
.comment-count a {
    line-height: 2em;
    margin-top: .2em;
    padding: .2em .4em;
    font-family: Georgia;
    font-style: italic;
    color: #C80815 !important;
}
.post h2 {
    margin-top: 5px; margin-bottom: 5px;
    background-image: url('images/riffles.png');
    background-repeat: repeat-y;
    background-position: right top;
    font-family: 'Yanone Kaffeesatz', 'Trebuchet MS';
}
.post h3 {
    margin-top: 1em;
    margin-bottom: 0.1em;
    font-size: 1.2em;
    font-family: 'Trebuchet MS';
}
.post p {
    font-size: 1em;
    line-height: 1.4em;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 1em;
}
.post p a:hover {
    text-decoration: underline;
}
.post p a:visited {
    font-style: italic;
}
.meta, .widget-title {
    font-family: Arial;
    font-size: .8em;
    margin-top: .3em;
    text-align: right;
}
.meta a {
    color: #999999;
}
.meta p.info {
    margin: 0px; 
    margin-bottom: .5em;
    color: #999
}
.meta .paddle, .paddle h3 {
    margin: 0px;
    margin-bottom: .5em;
    background-color: #C80815;
    line-height: 2em;
    padding: .2em .4em;
    font-weight: bold;
    color: #fff;
    text-align: left;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    font-size: 12.8px;
}
.meta strong {
    font-size: .8em;
}
.postnavigation {
    padding: 1em 0em 3em 0em;
}
.about {
    font-size: .6em;
    text-align: center;
}
.widget-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.widget-content ul li {
    padding: .5em 0em;
}
.paddle a {
    color: #fff;
}
.odd img {
   -webkit-transform: rotate(5deg);
   -moz-transform: rotate(5deg);
}
.even img {
   -webkit-transform: rotate(-8deg);
   -moz-transform: rotate(-8deg);
}
.comment-avatar {
    padding-bottom: 1em;
    float: left;
    width: 10%;
}
.comment {
    float: right;
    width: 90%;
}
.comment-meta {
    padding-bottom: .5em;
}
.comment-meta p {
    padding: 0px;
    margin: 0px;
    display: inline;
    font-size: .7em;
}
.alignleft {
    float: left;
    padding-right: 1em;
}
.alignright {
    float: right;
    padding-left: 1em;
}
.aligncenter {
    margin: 0px auto;
    display: block;
}
.wp-caption-text {
    font-size: .7em !important;
}
/*
    Overwriting the wp-paginate styles globally so you dont have to change these
    in the wp-paginate css file. All values must be labelled as !important.
*/
.wp-paginate .current {
    background-color: #C80815 !important;
    color: #000 !important;
    border: 1px solid #C80815 !important;
}
.wp-paginate .page {
    background-color: #fff !important;

}
.wp-paginate a:hover, .wp-paginate a:active {
    background-color: #C80815 !important;
    color: #fff !important;
}