/* $Id: default.css,v 1.1.4.2 2009/03/19 23:49:02 couzinhub Exp $
*/

body {
width: 100%;
font-family: "Nobile", "Open Sans", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.15em;
letter-spacing: -0.05em;
color: #808080;
margin: 0px;
padding: 0px;
border: 0px;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
}

h1 {
letter-spacing: -2px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 2.5em;
}

h2 {
color: #505050;
margin-top: 0px;
margin-bottom: 0px;
font-size: 1.5em;
}

h3 {
color: #ffffff;
font-size: 3.25em;
font-weight: bold;
letter-spacing: -0.05em;
text-decoration: none;
margin: 0px;
line-height: 12px;
}

h4  {
color: #505050;
font-size: 1.85em;
font-weight: bold;
letter-spacing: -0.05em;
text-decoration: none;
margin: 0px;
line-height: 80px;
text-shadow: 4px 4px #c0c0c0;
}

h5  {
color: #505050;
font-size: 1.15em;
font-weight: bold;
letter-spacing: -0.05em;
text-decoration: none;
margin: 0px 0px 19px 0px;
line-height: 20px;
}

p {
margin-top: 0px;
margin-bottom: 10px;
}

a:link {
color: #008c92;
}

a:visited {
color: #005357;
}

/* make videos shrink automatically */
@media screen and (max-width: 750px) {
iframe {
max-width: 100% !important;
width: auto !important;
height: auto !important;
}
}
