@import url(reset.css);
@import url(typography.css);
@import url(../type/DroidSerif/stylesheet.css);

body {
font: 14px/1.4 'Droid Sans', sans-serif;
color: rgb(80,100,120);
padding: 60px 0 60px 60px; }

h1, h2, h3 { 
font-weight: normal;
font-family: 'Droid Sans', sans-serif;
font-weight: 700; }

h1, h2 {
color: rgb(30,30,30); }

h3 {
color: rgb(80,100,120); }

h1 { letter-spacing: -1px; }
h2 { letter-spacing: -1px; color: rgb(160,0,0); margin-bottom: 8px; color: rgb(19,76,140); }
h3 { margin-bottom: 10px; font-size: 1.3em; color: rgb(80,170,210); }

a {
color: rgb(80,100,120);
text-decoration: none; }

a:hover {
text-decoration: underline;
color:  rgb(80,150,190);  }

h1#logo {
text-indent: -9999px;
margin: 0 0 40px 0;
width: 100%;
background-color: rgb(193,193,193);
margin-left: 40px; }

h1#logo a {
display: block;
outline: none;
margin-left: -40px;
background: transparent url(../img/logo.jpg) 0 0 no-repeat;
height: 85px;
width: 278px; }

section#contacts, section#google-map {
border-top: 1px solid #ddd;
padding: 20px 0 0; }

.vcard {
overflow: hidden; }

.contact {
float: left;
margin: 0 60px 20px 0; }

.last {
margin: 0; }

iframe {
border: 2px solid #ddd;}