@charset "utf-8";
/* Picture & Word styles */

@font-face {
    font-family: 'AllerRegular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerDisplayRegular';
    src: url('../fonts/allerdisplay-webfont.eot');
    src: url('../fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/allerdisplay-webfont.woff') format('woff'),
         url('../fonts/Aller_Bd.ttf') format('truetype'),
         url('../fonts/allerdisplay-webfont.svg#AllerDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JellykaCuttyCupcakes';
    src: url('../fonts/Jellyka-CuttyCupcakes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


a {color:#666; text-decoration:none; outline:none;}
a:hover, a:active {color:#666; outline:none;}

#wrapper {width:960px; margin:0 auto;}

#title { font-family: 'AllerDisplayRegular'; font-size:20px; color:#5f5b5a; margin-top:0px; background: url(double_border.png) repeat-x bottom; width:200px;}

#tagline { font-size: 22px; width:400px; margin-top:10px;}

.personDetails { margin-top:40px; }
.name {font-size:20px; text-transform:uppercase; border-bottom: solid 1px #000; width:260px;}
.job {font-size:18px; text-transform:lowercase;}
.contactDetails {font-size:16px; color:#666; line-height:17px;}
.txt {font-size:40px; font-weight: normal; color:#666; line-height:17px;}


#jellyka { font-family: 'JellykaCuttyCupcakes'; font-size:60px;}

