/****FONTS****/
/*@font-face {
    font-family: 'corbertregular';
    src: url('Corbert-Regular-webfont.eot');
    src: url('Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Corbert-Regular-webfont.woff') format('woff'),
         url('Corbert-Regular-webfont.ttf') format('truetype'),
         url('Corbert-Regular-webfont.svg#corbertregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corbertitalic';
    src: url('Corbert-Italic-webfont.eot');
    src: url('Corbert-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Corbert-Italic-webfont.woff') format('woff'),
         url('Corbert-Italic-webfont.ttf') format('truetype'),
         url('Corbert-Italic-webfont.svg#corbertitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300italic,400,600);

body{
    margin:0 0;
    background:#DBF5FF;
}

.main{
    position:absolute;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 90%;
    height: 50%;
    max-width: 600px;
    padding: 10px;
    overflow: auto;

}

.messageContainer{
}

header.answeringMachine img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.answeringMachine{
    margin:0 auto;
}

.message p{
    font-size: 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align:justify;
    color:#555;
    line-height: 1.4em;
} 

@media (max-width: 600px) {
  .message p{
    font-size:21px;
  }
}

@media (max-width: 320px) {
  .message p{
    font-size:16px;
  }
}

.message a{
    text-decoration:none;
    color: #CA0392;
}

.message a:hover{
    text-decoration: underline;    
}

.message b{
    font-weight:600;
}

.message i{
    font-style:italic;
}

.EtsyLogo{
    font-family:georgia;
    color:#D15600;
}

.message .spacer{
    font-size:1.3em;
    display:block;
    text-align: center;
    padding-bottom:0px;
}
