/* CSS Document - Saskia and Darrel De La Ronde, Jan./07, by grasshoppergraphics.ca*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size : 0.8em;
	font-weight: normal;
	font-family: "Lucida-Sans", Arial, sans-serif;
	background: url(images/texture_wine.jpg);
	z-index: -1000;
}
h1, h2, h3, h4, h5, h6
{
	color: #9d1b11;
	margin: auto;
	padding: 5px 0;

}
a {
	padding: 0 10px;
	color: #9d1b11;
	font-weight: bold;
}
a:hover {color:#bc865c}
a:active {color:#9d1b11}

#siteContainer {
	width: 800px;
	margin: 0 auto;
	background: url(images/bckgrnd_parch.jpg) repeat-y;
	background-color: transparent;
	/*z-index: -500;*/

}

 
/*Heading section*/

#header {
	margin: 0 auto;
	padding: 0;
		
}
#header a {
	text-decoration: none;
	color: #ffffff;
	border-right: none;
	padding: 4px 0;
}

#header a:hover {color:#9d1b11}
#header a:active {color:#9d1b11}

#nav {
	position: relative;
	float: right;	
	margin: -80px 15px 0 auto;
}
#nav li {
	padding: 7px 5px 4px 5px;
	display: inline;
	list-style: none;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #ffffff;
	background-color: #bc865c;
}

	
/*Content section*/

#content {
	margin: 0 auto;
	background-color: transparent;
}


#picright {
position: relative;
float: right;
margin: 10px 30px 0 auto;
background-color: transparent;
z-index: 500;
}
#picright embed {
float: right;
margin: 0 30px auto 5px;
}
#picright span {text-align: center; }

#text {	 
	width: 380px;
	position: relative;
	float: left;
	margin: 10px auto 10px 30px;
	padding: 0 0 0 25px;
	text-align: left;
	line-height: 125%;
	z-index: 1000;	
}


#windowtext {	 
	width: 750px;
	position: relative;
	float: left;
	margin: 10px auto 10px 30px;
	padding: 0 0 0 25px;
	text-align: left;
	line-height: 125%;
	background-color: #F8E8CF;
	z-index: 1000;	
}




#text a {border-right: none; padding: 0; text-decoration: none;}
#text table {width: 380px; float: left; }
#text table a {border-right: none; padding: 0; text-decoration: underline;}
#christmas {width: 255px; margin: 10px 5px 0 0; line-height: 120%;}
#christmas a {border-right: none; padding: 0;}
.wider {width: 700px;}

.reviewer {font-style: oblique; text-align: right;}

.plain {font-weight: normal;}
.em {font-style: oblique;}
.bold {font-weight: bold;}
.embold {font-style: oblique; font-weight: bold;}
.emred {font-style: oblique; color: #9d1b11; }
.red {font-weight: bold; color: #9d1b11; }
.underline {text-decoration: underline;}
.bigred {font-weight: bold; color: #9d1b11; font-size: 120%;}
.icons {margin: 0 auto 10px 30px;}
.announcement {font-weight: bold; font-style: oblique;}
.announcement a {text-decoration: underline;}
.cd {padding: 10px;}
.credit {font-size: 0.6em; font-style: oblique;}
.center {margin: 0 auto; text-align: center;}

#red {color: #9d1b11;}

/*Footer section*/

#footer {
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	
}
#footertext {
	position: relative;
	text-align: center;
	line-height: 130%;
	margin: -90px auto 0 0;
}

#copyright {
font-size: 80%;
}

