@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 600px) {

div#wrapper ul li {
display: block;
}
div#wrapper ul li.red:hover {
border-bottom: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
padding-bottom: 0;
}
div#wrapper ul li.blue:hover {
border-bottom: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
padding-bottom: 0;
}
div#wrapper ul li.yellow:hover {
border-bottom: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
padding-bottom: 0;
position: relative;
bottom: 25px;
}
div#wrapper ul li.yellow {
border-bottom: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
padding-bottom: 0;

}



div#content, div#wrapper, footer {
width: 95%;
min-width: 300px;
margin: 0 auto;
}

footer {
padding-left: 1em;
}
footer p {
font-size: 10px;
}

header img {
max-width: 100%;
min-width: 300px;
height: auto;
width: auto\9; /* ie8 */
}

/*div#wrapper h1 {
font-size: 30px;
margin-top: 1em;
}*/

h1{
    font-weight: 700;
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    color:#d40f44;
    margin: 0 0 10px;
}

div.fb-like {
margin-left: 0px;
margin-bottom: 15px;
}
}

@media print {

footer {border: none; }	
div.fb-like {display: none;}
div#wrapper ul li {
display: block;
}
div#content, div#wrapper, footer {
width: 100%;
margin: 0 auto;
}

header img {
width: 200px;
display: none;
}

footer p {
font-size: 15px;
color: black;
}
div#wrapper h1 {
color: black;
font-size: 15px;
text-shadow: none;
}
footer {
padding-left: 0;
}
}

