/* This is the print style sheet for Au Temps Jadis 2005 web site */

/* Styles to redefine html tags */

html, body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #633;
	background-color: #F8EEE5;
	font-family: Times, "Times New Roman", serif;	
	
}



h1 {


	letter-spacing: 10px;
	color: white;
	background-color: transparent;
	font-size: 200%;
	font-weight: normal;
	padding: 20px 1.8em 0;
	margin: 0;
	
}





p {
	margin: 0;
	text-align: justify;
	padding: 1em;
	
}



h2 {font-size : 170%; font-weight : bold; color : #633;}
h3 {font-size : 140%; font-weight : bold; color : #633;}
h4 {font-size : 115%; font-weight : bold; color : #633;}
h5 {font-size : 110%; font-weight : bold; color : #633;}
h6 {font-size : 90%; font-weight : bold; color : #633;}


h4 {
	margin: 0;
	padding: 15px 0 5px 8px;
	letter-spacing: 0.4em;	
	
}

h5 {
	border-bottom: 1px solid #C99;
	padding: 1em 0 0.2em 1em;
	margin: 1em;  
}

h6 {
	padding: 1em 0 0.2em 1em;
	margin: 2em;
	font-style: italic;  
}



img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #C99;
}






/* Styles for the links */

a {
	color: blue;  
	background-color: transparent;
}


#title a {
	color: white;
	background-color: transparent;
}







/* Styles for the top navigation bar */ 

#nav {
	display: none;
}














/* Styles for positioning divs */

div#outerDiv {
	position: relative;
	border: 1px solid #633;
	border-width: 0 1px 0 0; 
	margin: 0;
	padding: 0;
}




	



div#title {
	padding: 0;
	margin: 0;
	font-style: italic;
	height: 73px;
}



div#leftMenu {
	display: none;

}


div#main {
	padding: 5px;
	margin-left: 0;

}




#leftCol {
	margin-left: 0;
	margin-right: 200px;
	border-right: 1px solid #C99;

}

#rightCol {
	float: right; 
	text-align: justify;
	padding: 0;
	width: 200px;
}

div#rightCol li {
	
	padding: 0.5em 1em 0.5em 0.5em;
	
}



#footer {
	clear: both;
	padding: 1px 5px 1px 200px;
	margin: 0;
	border-top: 1px solid #C99;
	border-bottom: 1px solid #633;
	font-size: 70%;
}













/* Various styles */

.imageCenter {
	text-align: center;
}

.imageFloatRight {
	float: right;
	padding: 5px;
	margin: 10px;
	border: 1px solid #C99;
}


.imageFloatCenter {
	text-align: center;
	padding: 5px;
	margin: 10px;
	border: 1px solid #C99;
}

.productDescription {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #633;
	font-style: italic;
	font-size: 90%;
}

.normalList li {
	margin-top: 10px;  /*These values to avoid a bug in IE with list items horizontal alignment */
} 


ul.afterImageCaption {
	padding-top: 0;
	margin-top: 0;
}


.sold {
	color: red;
	font-weight: bold;
	font-size: 120%;
}