/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Calligraffitti|Monsieur+La+Doulaise);
@import url(menu.css);
@import url(jquery.fancybox.css?v=2.1.5);
@import url(jquery.fancybox-buttons.css?v=1.0.5);
@import url(jquery.fancybox-thumbs.css?v=1.0.7);

body {
	background-image:url(bkg.jpg); background-position:center top; background-attachment: fixed; background-size: 100% 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px; padding:0px;
}
a {color:#310c00;}

#container {width:968px; margin:0px auto;}

h1, h2, h3, h4, .footer {font-family: 'Calligraffitti', cursive;}
.site_header, .site_brand, .signature, .signature_small {font-family: 'Monsieur La Doulaise', cursive;}

div#badge {float:right; width:193px; margin:0px 0px 20px 10px;}
div#badge a.backlink {margin-left:75px;}
.site_header, .site_brand {color:#FFFFFF; text-shadow: 2px 2px 2px #000000;}
.site_header {font-size:100px;}
.site_brand {font-size:36px; margin:-45px 0px 0px 50px;}

h1, h2, h3, h4 {margin:0px; color:#310c00;}
h1 {font-size:36px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
p {font-size:12px; margin-top:0px;}
.signature {font-size:48px; margin:10px; clear:both; color:#310c00;}
.signature_small {font-size:24px; margin:10px; clear:both; color:#310c00;}

#nav {
	height:25px; width:868px; padding:6px 0px 4px 10px;
	background-color:#310c00;
	border-radius:6px 6px 0px 0px; 
	box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 5px 5px 0gba(0,0,0,0.8);
	color:#FFFFFF;}

#content {
	width:868px; padding:10px 25px 10px 25px;
	background-color:#FFFFFF; background-image:url(quill-pen.png); background-position:bottom right; background-repeat:no-repeat;
	border-radius:0px 0px 6px 6px; 
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 5px 5px 0gba(0,0,0,0.8);
	color:#000000;
	}
#content img {border:1px solid #310c00; margin:0px 10px 10px 10px;}

#gallery {width:150px; float:right; clear:right; text-align:center; padding:10px;}
#gallery img {border:1px solid #310c00; margin:2px; width:125px;}

#citations {width:700px; border-top:1px dashed #310c00; padding-top:10px; margin-top:10px; clear:both;}
#citations, #citations p, #citations li {font-size:11px;}

.footer {width:920px; color:#FFFFFF; font-size:14px; text-shadow: 2px 2px 2px #000000; margin-top:10px;}
.footer, .footer a {color:#FFFFFF; text-decoration:none;}




