/* plantao.css do bom e velho plantão marmota */

/* Estilização geral */
body {
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Container central */
.container {
    max-width: 760px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* Títulos */
h1 {
    font-size: 1.5em; /* equivalente a 150% */
    color: #333333;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.2em; /* equivalente a 120% */
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Links */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: none;
}

/* Classes utilitárias */
.plantao {
	float:right;
	width:250px;
	padding-left:10px;
}

.rss {
    float: left;
    width: 25px;
    margin-right: 10px;
}

/* Header e footer */
#header {
    font-size: 0.9em;
    color: #333333;
}

#footer {
    font-size: 0.75em;
    color: #333333;
    margin-top: 40px;
    text-align: center;
}
