/*
Theme Name: fotopuzzle.de WordPress Theme
Theme URI: http://www.fotopuzzle.de/
Description: Theme für das fotopuzzle.de Blog, basierend auf dem Wordpress Default Theme.
Version: 0.2
Author: Dominik Kellner
Author URI: http://www.fotopuzzle.de/
Tags:
Text Domain:
*/

/* Wordpress */

.archive {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
}

.archive ul {
    list-style: none outside;
}

.archive li {
    display: inline;
}

.archive a {
    color: #5b5b5b;
    text-decoration: none;
}

.archive a:hover {
    color: #5b5b5b;
    text-decoration: none;
}

h1 {
    font-size: 16px !important;
}

h2 {
    font-size: 16px;
}

.post {
    border-bottom: dashed #10799f 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

