/* Main stylesheet */

@font-face {
	font-family: 'Parisian';
 	src: url('fonts/Parisian.eot'); 
	src: local('Parisian Regular'),
	     local('Parisian'),
      	 url('fonts/Parisian.svg#Parisian') format('svg'),
 	 	 url('fonts/Parisian.woff') format('woff'),   
		 url('fonts/Parisian.ttf') format('opentype');
}
 
/*  Alternate 1 stylesheet */

body {
	background-color: #CC9C29;
	color: #FDF5D0;
	font-family: 'Parisian', "Trebuchet MS", "URW Gothic L", sans-serif;
	background-image: url(images/coffee_house_gradient.gif);
	background-repeat: repeat-x;
 	font-size: 26px;  
}

div.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #fdf5d0;
	border-bottom-color: #fdf5d0;
}

div.slideshow {
	width: 500px;
	height: 360px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	overflow: hidden;
	background-image: url(images/stow_on_the_wold_coffee_house_front_view.jpg);
	background-repeat: no-repeat;
}

/* End of Alternate 1 stylesheet */
 
h1 {
   font-size: 43px;
   margin-top: 0px;
   margin-bottom: -0.6em;
}   

h2 {
   font-size: 30px;
}
      
img.alignright {
     float: right;
}	 
.clearboth  {
      clear: both;
	  text-align: center;
	  }
div.vcard {
     font-size: 0.75em;
	 }
img.alignleft {
     float: left;
	 margin-top: 2px;
	 margin-bottom: 2px;
   	 margin-right: 8px;
	 margin-left: 0px;
	  }	 
img.alignright {
     float: right;
	 margin-top: 2px;
	 margin-right: 0px;
	 margin-bottom: 2px; 
	 margin-left: 8px;
}	  
a.discreet {
   	color: #FDF5D0;
}

