

/* Dracula Research Centre Style Sheet*/ 
div        {cursor:, auto;}


@font-face {
	font-family: 'MarysFont';
	src: url('fonts/Clairvaux-Roman.eot');
	src: url('fonts/Clairvaux-Roman.woff') format('woff'), url('fonts/Clairvaux-Roman.ttf') format('truetype'), url('fonts/Clairvaux-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Link Formats --- Overrules Paragraph Formats*/ 
A#drc:link		 { color: #1D3F57; text-decoration: none; }
A#drc:visited	 { color: #5F4266; text-decoration: none; }
A#drc:active	 { color: #CC0000; text-decoration: underline; }
A#drc:hover      { color: #5C9E2F; text-decoration: underline;}

A#drc2:link		 { color: silver; text-decoration: none; }
A#drc2:visited	 { color: silver; text-decoration: none; }
A#drc2:active	 { color: #CC0000; text-decoration: underline; }
A#drc2:hover      { color: #5C9E2F; text-decoration: underline;}


/* Paragraph Formats*/ 
			   
p.drc1     { font-style: normal; font-size: 20px; font-weight: bold; 
               font-family: Trebuchet MS, Verdana, Arial, Helvetica;
			   margin-bottom: 10px; margin-left: 30; margin-right: 10; 
			   color: black; }

p.drc2     { font-style: normal; font-size: 15px; font-weight: bold; 
               font-family: Trebuchet MS, Verdana, Arial, Helvetica;
			   margin-bottom: 10px; margin-left: 30; margin-right: 10; 
			   color: #112233;  }

p.drc3     { font-style: normal; font-size: 13px; font-weight: bold; 
               font-family: Trebuchet MS, Verdana, Arial, Helvetica;
			   margin-bottom: 10px; margin-left: 30; margin-right: 10; 
			   color: #1D3F57; }

p.caption     { font-style: normal; font-size: 11px; font-weight: bold; 
               font-family: Trebuchet MS, Verdana, Arial, Helvetica;
			   margin-bottom: 3; margin-left: 8; margin-right: 8;
			   color: gray; letter-spacing: 1.1 px; text-align: center;  }

/* Headlines uppercase in special font*/  
h2           { font-style: bold; font-size: 20px; text-transform: uppercase; text-align: left;
               font-family: MarysFont, Trebuchet MS, Verdana, Arial, Helvetica; color: #CC0000; margin-top: 40; 
			   margin-bottom: 20; margin-left: 20; margin-right: 50; text-shadow: 0.1em 0.1em 0.1em gray; }



/*images with round border, black 1 pixel, and 3D shadow}*/

img.b	       { border: black solid 1; border-radius:18px; -webkit-box-shadow: 4px 4px 4px #5C4941;
    box-shadow: 4px 4px 4px #5C4941;}

/*images without round border, no border, rectangular}*/
img.nob    { border: black solid 0; }

