@charset "utf-8";

/* kept separate from main.css as fonts are still a bit of an issue for me */

@font-face {
        font-family: 'Maiandra GD';
        src: url('fonts/Maiandra.eot');
}

@font-face {
        font-family: 'Maiandra GD';
        src: local('Maiandra GD'),
             url('fonts/Maiandra.ttf') format('truetype');
}

@font-face {
        font-family: 'Maiandra GD';
        src: local('Maiandra GD'),
             url('fonts/Maiandit.ttf') format('truetype');
        font-style: italic;
}

@font-face {
        font-family: 'Maiandra GD';
        src: local('Maiandra GD'),
             url('fonts/Maiandb.ttf') format('truetype');
        font-weight: bold;
}

h1, h2, h3, h4, h5 {
    font-family: "Maiandra GD","Times New Roman", Times, serif;
}

/* Only used on rococo.html */
@font-face { font-family: 'Cataneo BT';
             src: url(fonts/CATANEO.eot);
             src: local('Cataneo BT'),
                  url(fonts/CATANEO.TTF) format('truetype');
}

div#rococo p { font-family: "Cataneo BT", "Times New Roman", Times, serif; 
               white-space: nowrap;
               color:       #00559B;
               text-align:  center;
               font-size:   22px;
               line-height: 22px;
}

/* Nominally used on my "special day" headers at maisonfamille.com & redlionhotel.eu */

@font-face { font-family: 'A Yummy Apology';
             src: url(fonts/a_yummy_apology.eot);
             src: local('A Yummy Apology'),
                  url(fonts/a_yummy_apology.ttf); }
			 
@font-face { font-family: 'AcornSwash Regular';
             src: url(fonts/acornswash-regular.eot);
             src: local('AcornSwash Regular'),
                  url(fonts/acornswash-regular.ttf); }

@font-face { font-family: 'BlackChancery';
             src: url(fonts/blackchancery.eot);
             src: local('BlackChancery'),
                  url(fonts/blackchancery.ttf); }
			 
@font-face { font-family: 'Blackadder ITC';
             src: url(fonts/TEMPSITC.eot);
             src: local('Blackadder ITC'),
                  url(fonts/ITCBLKAD.TTF); }

@font-face { font-family: 'Celtic Normal';
             src: url(fonts/celtic_normal.eot);
             src: local('Celtic Normal'),
                  url(fonts/celtic_normal.ttf); }

@font-face { font-family: 'Curlz MT';
             src: url(fonts/CURLZ___.eot);
             src: local('Curlz MT'),
			      url(fonts/CURLZ___.TTF); }

@font-face { font-family: 'Edwardian Script ITC'; 
             src: url(fonts/ITCEDSCR.eot);
             src: local('Edwardian Script ITC'),
                  url(fonts/ITCEDSCR.TTF); }
			 
@font-face { font-family: 'GoreFont II';
             src: url(fonts/gorefont-ii.eot);
             src: local('GoreFont II'),
                  url(fonts/gorefont-ii.ttf); }
			 
@font-face { font-family: 'JanssonSSK';
             src: url(fonts/jansonssk-regular.eot);
             src: local('JanssonSSK'),
                  url(fonts/jansonssk-regular.ttf); }
			 
@font-face { font-family: 'Old London';
             src: url(fonts/oldlondon.eot);
             src: local('Old London'),
                  url(fonts/oldlondon.ttf); }
			 
@font-face { font-family: 'Poor Richard';
             src: url(fonts/POORICH.eot);
             src: local('Poor Richard'),
                  url(fonts/POORICH.TTF); }

@font-face { font-family: 'Rosslaire';
             src: url(fonts/bp30326.eot);
             src: local('Rosslaire'),
                  url(fonts/bp30326.ttf); }
				  
.yummy       { font-family: 'A Yummy Apology',      "Comic Sans MS", cursive; }		 
.acorn       { font-family: 'AcornSwash Regular',   "Comic Sans MS", cursive; }
.chancery    { font-family: 'BlackChancery',        "Comic Sans MS", cursive; }		 
.adder       { font-family: 'Blackadder ITC',       "Comic Sans MS", cursive; }
.celtic      { font-family: 'Celtic Normal',        "Comic Sans MS", cursive; }
.curlz       { font-family: 'Curlz MT',             "Comic Sans MS", cursive; }
.edward      { font-family: 'Edwardian Script ITC', "Comic Sans MS", cursive; }		 
.gore        { font-family: 'GoreFont II',          "Comic Sans MS", cursive; }		 
.jansson     { font-family: 'JanssonSSK',           "Comic Sans MS", cursive; }		 
.london      { font-family: 'Old London',           "Comic Sans MS", cursive; }		 
.poor        { font-family: 'Poor Richard',         "Comic Sans MS", cursive; }		 			 
.ross        { font-family: 'Rosslaire',            "Comic Sans MS", cursive; } 	 			 

/* Rotis : used by links.html */

@font-face {
        font-family: 'Rotis Semi Sans Std';
        src: url('fonts/RotisSemiSansStd.eot');
}

@font-face {
        font-family: 'Rotis Semi Sans Std';
        src: local('Rotis Semi Sans Std'),
             url('fonts/RotisSemiSansStd-Light.otf') format('opentype');
}

@font-face {
        font-family: 'Rotis Semi Sans Std';
        src: local('Rotis Semi Sans Std'),
             url('fonts/RotisSemiSansStd-Italic.otf') format('opentype');
        font-style: italic;
}

@font-face {
        font-family: 'Rotis Semi Sans Std';
        src: local('Rotis Semi Sans Std'),
             url('RotisSemiSansStd-Bold.otf') format('opentype');
        font-weight: bold;
}

.rotis { font-family: 'Rotis Semi Sans Std', "Times New Roman", Times, serif; } 		 			 


