/* @override http://msweb.morgen-studios.loc/wp-content/themes/morgen/typo.css */

/* =====LAYOUT===== */

body {
    font-family: Arial, sans-serif;
    font-size:	13px;
    color: #646464;
}

a:link, a:hover, a:visited, a:active, a:focus {
    text-decoration: underline;
}

a {
    color: #ff0020;
}

a:hover {
    text-decoration: none;
}

/* -----News----- */


.newsitem {
    color: #000000;
    font-size: 12px;
}

.date {
    font-size:	12px;
    color:	#ff0020;
    font-weight:	bold;
    padding:	0;
    margin:	0;
}

.more {
    color:	#ff0020;
}

/* -----Content----- */

.bold {
    font-weight: bold;
}

.content p {
    margin-bottom: 1em;
}

/* -----Footer----- */

.footer {
    font-style: italic;
    font-size: 12px;
}

.footer a:link, .footer a:hover, .footer a:visited, .footer a:active, .footer a:focus {
    color: #646464;
}