/*   
Theme Name: Marmora SnoFest
Theme URL: http://www.marmorasnofest.ca/
Description: This is the website for the Marmora SnoFest.
Author: Marmora SnoFest
Version: 2.0
*/

body {
	
	background-image: url(images/bg.png); 
	background-repeat: repeat-x;
	margin:0;
	border-top:2px solid #01425d;
	border-bottom:2px solid #21759a;
	font: 62.5%/1.6em "Verdana", "Geneva", sans-serif;
	color:#666;
	background-color:#21759a;
}

a:hover {
	color:#bbd8e6;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight:normal;
	width: 350px;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

h2 a {
	color:#444;
	text-decoration:none;
	border:none;
	
}

img {
	background:#ccc;
	padding:1px;
	border:4px solid #eaf3fa;
}

a.more {
	display:block;
	text-align:right;
	color:color:#21759a;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

p {
	margin:10px 0;
	font-size:110%;
	word-spacing:2px;
	
}

#img1
{
  display: block;
  width: 205px;
  height: 80px;
  background: url("images/enter.jpg") no-repeat 0 0;

}

#img1:hover
{ 
  background-position: 0 -80px;
}

#img1 span
{
  display: none;
}
