﻿@import url("reset-min.css");

body {
	background:#000;
	font-size:62.5%;
	font-family:Garamond,Trebuchet MS,verdana,Arial;
	color:White;
}

strong 
{
    font-weight:bold;
}

h1{}

h2{}

h3{}

h4{}

h5{}

h6{}

em 
{
    font-style:italic;
}
.fl 
{
    float:left;
}
.fr 
{
    float:right;
}
.cl 
{
    clear:left;
}
.cr 
{
    clear:right;
}
.cb 
{
    clear:both;
}
.cl
{
    clear:left;
}
.cr 
{
    clear:right;
}
strong 
{
    font-weight:bold;
}
.padTop
{
    margin:1em 0 0 0;
}

/* -------------------------------------------------------------
Layout
------------------------------------------------------------- */
#header {
	text-align: left;
	margin: 0px auto;
	padding:0;
	width: 1000px;
	background:url(/common/img/haunted-house-york.jpg) top left no-repeat;
	height:250px;
}
#header h1, #header h2 
{
    display:none;
}
#contentwrapper
{
    font-size:1.4em;
    margin:0 auto;
    text-align:left;
    width:770px;
}
#copy
{
width:440px;
}
.vigil
{
  border:1px solid #ccc;
  margin-right:10px; 
  margin-bottom:10px;
}
#copy h1
{
	font-size:2.2em;
    font-weight:bold;
	padding-bottom:20px;
}
#copy p
{
    font-size:1.3em;
    padding:0 0 1em 0;
    font-weight:bold;
}
#copy a
{
   color:#FFCC00;
text-decoration:none;
}
#copy a:hover
{
  color:White;
    border-bottom:1px dotted #FFCC00 !important;
}
#footer
{
    clear:both;
    text-align: left;
	margin: 0px auto;
	padding:0;
	width: 1000px;
	background:url(/common/img/site-footer.jpg) bottom left no-repeat;
	height:120px;
	font-size:1.2em;
	font-weight:bold;
}
#footercontent
{
    margin:0 auto;
    width:770px;
    padding:5em 0 0 0;
}
#footercontent a
{
    color:White;
    text-decoration:none;
}
#footercontent a:hover
{
    color:#FFCC00;
    border-bottom:1px dotted white;
}
#footer p
{
}

#pricelist a
{
    color:#FFCC00;
    text-decoration:none;
    
}
#pricelist a:hover
{
    
    color:White;
    border-bottom:1px dotted #FFCC00 !important;
}
#pricelist p
{
    font-weight:bold;
}
#pricelist h2
{
    font-size:2.2em;
    font-weight:bold;
}



