@charset "utf-8";
/* CSS Document */

body { 
	position: relative;
	margin: 0;
	padding: 0;
   	background-color: #cd8693;
   	background-image: url("../Pictures/main/monstrace-cropped.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	font: 18px Verdana, Geneva, sans-serif;
	white-space: nowrap;
   }
div#content {
	position: absolute; top: 10px; left: 140px; right: 10px;
	color: black;
	padding: 10px 10px 10px 10px;
	border: 5px solid #a07c64;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	background-color: #ebcfd4;
   	background-image: url("../Pictures/main/monstrace-cropped-lt-pink.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	}
a:link {
	color: #ebcfd4;
	border: 3px solid #a07c64;
	padding: 3px;
	background: #7b4b53;
	background-image: url("../Pictures/main/monstrace-cropped-dark.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	}
a:visited {
	color: #ebcfd4;
	border: 3px solid #a07c64;
	padding: 3px;
	background: #7b4b53;
	background-image: url("../Pictures/main/monstrace-cropped-dark.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	}
a:link:hover {
	color: #c8cadd;
	border: 3px solid #767ba9;
	padding: 3px;
	background-color: #cd8693;
   	background-image: url("../Pictures/main/monstrace-cropped.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
a:visited:hover {
	color: #c8cadd; 
	border: 3px solid #767ba9; 
	padding: 3px;
	background-color: #cd8693;
   	background-image: url("../Pictures/main/monstrace-cropped.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
#button  {
	text-decoration:none;
	margin: 9.5em;
	padding: 7px;
	line-height: 3em; 
	border-radius: .5em; -moz-border-radius: .5em; -webkit-border-radius: .5em;
	box-shadow: 
		3px 3px 6px #000, 
		0px 0px 3px #000,
		inset 0px 5px 12px #9a656e,
		inset 0px 10px 7px #af6e7c,
		inset 0px 25px 25px #68454d;
	-moz-box-shadow: 
		4px 4px 6px #000, 
		0px 0px 3px #000, 
		inset 0px 5px 12px #9a656e, 
		inset 0px 10px 7px #af6e7c, 
		inset 0px 25px 25px #68454d;
	-webkit-box-shadow: 
		3px 3px 6px #000, 
		0px 0px 3px #000, 
		inset 0px 5px 12px #9a656e, 
		inset 0px 10px 7px #af6e7c, 
		inset 0px 25px 25px #68454d;	
	}
#convent  {
	margin-right: 5px;}
#heading  {
	margin-right:15px;
	float: right;
	}
div.photoright   {
	text-align: right;
	float: right; 
	padding-right:15px;
	}
div#footer  {
	margin: 20px 5px 5px;
	padding: 10px;
	border: 3px solid #a07c64;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	font-size: 12px;
	text-align: center; 
	line-height: 2.3em;
	letter-spacing: .1em;
	word-spacing: 0.3em;
	clear: both;
	background: #7b4b53;
	background-image: url("../Pictures/main/monstrace-cropped-dark.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
	white-space: normal;
	}	
div#footer p {line-height: normal;}
div#footer a:link {border: none; padding: 6px;}
div#footer a:visited {border: none; padding: 6px;}
div#footer a:link:hover {
	color: #373b5d; 	
	border: 3px solid #767ba9; 
	padding: 3px;
	background-color: #ebcfd4;
	background-image: url("../Pictures/main/monstrace-cropped-lt-pink.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}
div#footer a:visited:hover {
	color: #373b5d; 		
	border: 3px solid #767ba9;
	padding: 3px;
	background-color: #ebcfd4;
	background-image: url("../Pictures/main/monstrace-cropped-lt-pink.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}
