/*
Theme Name: Grande Prairie Farmers' Market
Theme URI: http://www.gpfarmersmarket.ca
Description: Custom template for Grande Prairie Farmers' Market
Version: 1.0
Author: Image Design
*/
body{
	font-size:62.5%; /*equals 10px*/
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/woodBkgrndTile.jpg);
	background-repeat: repeat;
	background-color: #C7A170;
	background-position:top;
}

.clear {
	clear: both;
}
.alignleft{
	float:left;
	margin-right: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
}
p.alignleft{
	text-align:left;
	float:none;
	margin-right: 0;
}
p.alignright{
	text-align:right;
	float:none;
	margin-left:0;
}
.centre{
	text-align:center;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
small{
	font-size: 10px;
}
.navigation{
	margin: 10px 0;	
}
p.date{
	font-size: 11px;
	padding-bottom:0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
h1{
	font-family: Vintage, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:black;
}
h2.news{
	font-family: Vintage, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:black;
}
h2{
	font-size: 15px;
	color: #BE1E2D;
	margin-bottom:-7px;
	line-height:20px;
}
h3{
	font-size: 15px;
	color:black;
	margin-top:-5px;
	margin-bottom:-8px;
}
h4{
	font-size: 13px;
	color:black;
}
h5{
	font-size: 13px;
	color: black;
}
h6{
	font-size: 13px;
	color:black;
}
p{
	font-size: 13px;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 5px;
}
blockquote p{
	border: none;
	font-style:italic;
	letter-spacing:.5px;
	font-size:14px;
	padding-left:35px;
}
a{
	color: black;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	text-decoration: underline;
}
ul, ol{
	font-size: 12px;	
	padding-left: 40px;
}
ul ul, ul ol, ol ol, ol ul{
	border:none;	
}
ul{
	list-style-type:none;
	list-style-image: url(images/bullet.png);
}
ol {
	list-style-type: decimal;
}

li{
	padding: 5px;	
}
blockquote{
	padding: 10px 15px;
	font-size: 10px;
}
table{
	width: 90%;
	font-size: 12px;
	margin: 5px;
}
table th{
	text-align:center;
	vertical-align:top;
	padding: 5px;
}
table td{
	vertical-align:top;
	padding: 5px;
	
}
#Container {
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	position: relative;
	background-color: none;
}
#Barnwood {
	position:relative;
	background-image: url(images/barnWoodTile.jpg);
	background-repeat:repeat-x;
	height: 141px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index:0;
}
#Logo a{
	position: absolute;
	top:0px;
	left:25px;
	background: url(images/logo.png) no-repeat right top;
	height: 114px;
	width: 295px;
	margin-left: 10px;
	text-indent: -9999px;
	display:block;
	z-index: 30;
}

#Logo a:hover, #Logo a:focus, #Logo a:active {
	background:url(images/logo.png) no-repeat right bottom;
}


#MiddleBannerImg {
	background:url(images/bannerHands.png) no-repeat;
	position:relative;
	margin-top:-157px;
	margin-right:auto;
	margin-left:auto;
	height:243px;
	width:225px;
	z-index:20;
}
#Slogan {
	position: relative;
	margin-top:-110px;
	margin-right:70px;
	background: url(images/slogan.png) no-repeat right top;
	text-indent:-9999px;
	z-index:40;
	width:220px;
	height:20px;
	float:right;
}
#RSS a {
	background:url(images/rss.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:80px;
	right:150px;
	text-indent:-9999px;
	display:block;
	z-index:45;
}
#Facebook a {
	background: url(images/facebook.png) no-repeat;
	width:30px;
	height:34px;
	position:absolute;
	top:80px;
	right:120px;
	text-indent:-9999px;
	display:block;
	z-index:45;
}
#Home a {
	background: url(images/homeButton.png) no-repeat top;
	width:44px;
	height:40px;
	position:absolute;
	top:75px;
	right:73px;
	text-indent:-9999px;
	display:block;
	z-index:45;
}
#Home a:hover, #Home a:focus, #Home a:active {
	background:url(images/homeButton.png) no-repeat bottom;
}


nav {
	display:block;
	width: 960px;
	position:absolute;
	z-index: 200;
	top:155px;
	left:0;
	margin-left:40px;
}	
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
nav li {
	display:block;
	margin-top: -15px;
	float: left;
	position:relative;
	font-size:17px;
}
nav li>a {
	color: #231F20;
	font-size:16px;
	background:url(images/navArrow.png) no-repeat right;
	padding-right:19px;
}
nav li a:hover {
	color: #BE1E2D;
	text-decoration:none;
}
/*Submenu Stuff*/
nav li ul{
	background-color:#93B49A;
	background-repeat:repeat;
	position:absolute;
	min-width: 150px;
	padding: 5px 10px;
	height:auto;
	left: -9999px;
}

nav li.split{ 
	margin-left: 180px;
}
/*
nav li>li>ul{
	left: -9999px;
}
nav li li:hover ul{
	left: 180px;
	margin-top:-40px;
}
*/
nav li:hover ul{
	left: 0;	
}
nav li li{
	width:auto;
	letter-spacing:1px;
	float:none;
	margin-top:0;
	padding:0;
}
nav li li a{
	background: none !important;
	display: block !important;
	height: auto !important;
	width: auto !important;
	text-indent:inherit !important;
	color:black;
	font-size: 12px;
	border-top:#FFF dashed thin;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:0px;
}
nav li li a:hover {
	background: none !important;
	color:#BE1E2D;
}
nav li.current_page_item>a{
	color:#BE1E2D;
}


#NavStroke {
	position:relative;
	background-image: url(images/navBackgroundStroke.png);
	background-repeat: no-repeat;
	height: 141px;
	width:1114px;
	margin-top:-130px;
	margin-left:auto;
	margin-right:auto;
	z-index:15;
}
#Wrapper {
	background-image: url(images/tanBodyBkgrndTile.jpg);
	background-repeat: repeat;
	width:860px;
	margin-top:-100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-40px;
	min-height:200px;
	padding:70px 50px 60px 50px;
}
#Wrapper p a {
	color: black;
	text-decoration: underline;
	font-weight:normal;

}
#Wrapper p a:hover, #Wrapper p a:active, #Wrapper p a:focus{
	color: #BE1E2D;;
}
#PoloroidGallery {
	float: left;
	margin:-35px 35px 0px -35px;
	padding-left:35px;
}
#PoloroidGallery h1 {
	background: url(images/firstColumnButton.png) no-repeat left;
	color: #000;
	height:49px;
	width:220px;
	display:block;
	padding-top:35px;
	padding-left:10px;
	margin-left:-15px;
	margin-bottom:-15px;
	margin-top:-35px;
}
#PoloroidGallery h1 a{
	color: #000;
	text-decoration:none;
}
#PoloroidGallery h1 a:hover {
	color:#BE1E2D;
	text-decoration:none;
}
#PoloroidGallery p {
	width: 200px;
	font-size:12px;
}


#PoloroidGallery a #GalleryBox{
	background:url(images/galleryPoloroid.png) no-repeat;
	width:207px;
	height:216px;
	display:block;
	margin-left:-35px;
	padding-left:40px;
	padding-top:38px;
}

#TextWrapper {
	float:left;
}
#TextWrapper img{
	margin-top:8px;
	margin-bottom:-7px;
	margin-right:20px;
}
.secondColumn {
	max-width:600px;
}
.singleColumn{
	width:850px;
}

#TextWrapper h1 {
	background:url(images/leaves.jpg) no-repeat left;
	height: 64px;
	padding-top: 80px;
	padding-left:30px;
	margin-left:-33px;
	margin-top:-70px;
	margin-bottom:-50px;
}

#TextWrapper li {
	list-style:disc;
}

.columnTwo{
width: 340px;
}

#ThirdColumn {
	width:200px;
	float:left;
	padding-left:40px;
	margin-left:25px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #4E424F;
	border-left-style: dotted;
}

#ThirdColumn img {
	margin-top:5px;
	margin-bottom:-5px;
}

#ThirdColumn h1 {
	background:url(images/thirdColumnBackground.png) no-repeat left;
	height:64px;
	width:238px;
	padding-top:48px;
	padding-left:15px;
	margin-left:-20px;
	margin-bottom:-30px;
	margin-top:-35px;
}

#ThirdColumn p {
	font-size: 12px;
}
/*search-stuff*/
#Search{
	position:absolute;
	top:20px;
	right:-10px;
	width:300px;
}
#s {
	background: url(images/searchBarTile.png) repeat left;
	border:none;
	width: 148px;
	float: left;
	display:block;
	padding:3px;
}
#searchsubmit{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	color:#fff;
	height: 22px;
	width: 70px;
	position: relative;
	float:left;
	border:none;
	display:block;
	margin-top:-2px;
}
#searchsubmit:hover{
	text-decoration:underline;
	cursor:pointer;
}




#GalleryBox {
	width:256px;
	height:171px;
}

#Footer {
	clear: both;
	background-image: url(images/footerBkgrndImg.png);
	background-repeat: no-repeat;
	height: 214px;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-50px;
	padding-left:170px;
	padding-top:25px;
	position:relative;
}
#Footer p {
	font-size:11px;
	line-height:12px;
}
#Footer h1 {
	font-size:21px;
}


/*CountDown box stuff*/
#CountDown {
	float:left;
	width: 187px;
}
#Clock {
	background:url(images/clock.png) no-repeat;
	float:left;
	width:165px;
	height:39px;
	padding-left:5px;
	margin-top:13px;
}
#CountDown h1 {
	float:left;
}
#CountDown p {
	text-align:right;
	float:left;
	width:90px;
	margin-left:-10px;
	padding-right:10px;
}
#CountDownNumbers {
	font-family: Vintage, Arial, Helvetica, sans-serif;
	font-size:21px;
	color: #D9BC92;
	float: left;
}
/*end of CountDown box stuff*/



/*Hours box stuff*/
#Hours {
	float:left;
	width:100px;
	margin-left:35px;
	margin-top:20px;
}
#Hours p {
	padding:0px;
}
p.msg{
	margin-top:10px;	
}
/*end of Hours box stuff*/



/*Contact box stuff*/
#Contact {
	float:left;
	width:338px;
	margin-left:20px;
	margin-right:-70px;
	margin-top:20px;
}
#MapButton a{
	background:url(images/smallMapButton.png) no-repeat top;
	width:180px;
	height:144px;
	display:block;
	text-indent:-9999px;
	position: relative;
	float:left;
	margin-top:-20px;
}
#MapButton a:hover, #MapButton a:focus, #MapButton a:active {
	background:url(images/smallMapButton.png) no-repeat right bottom;
}
#ContactText {
	float:left;
}
#ContactText a {
	color:#000;
}
#Contact Text a:hover, #Contact Text a:focus, #Contact Text a:active {
	text-decoration:underline;
}
#Contact p {
	padding:0px;
}
/*end of Contact box stuff*/


#WheelBarrow {
	background:url(images/wheelbarrow.png) no-repeat;
	width:270px;
	height:191px;
	float:left;
	margin-right:-90px;
}

#CreditBox{
	position:relative;
	margin-left:50px;
}
#Credit {
	background:url(images/copyrightInfoForFooter.png) no-repeat top;
	width:252px;
	height:36px;
	float:left;
}
#ImageDesignCredit a{
	background:url(images/imageDesignLinkButton.png) no-repeat top;
	width:72px;
	height:36px;
	text-indent: -9999px;
	display:block;
	float:left;
}
#ImageDesignCredit a:hover, #ImageDesignCredit a:focus, #ImageDesignCredit a:active {
	background:url(images/imageDesignLinkButton.png) no-repeat bottom;
}
#Seasonal {
	background: url(images/blueWavePattern.jpg) repeat-y top;
	margin-top:15px;
	margin-bottom:30px;
	padding:10px;
}
#Seasonal ul{
	list-style: none;
	padding: 0 0 0 0;
	width: 325px;
}

#Seasonal ul li {
	display: block;
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	padding: 0 5px 0 7px;
	list-style: circle;
	font-size:17px;

}
#Seasonal ul a {
	text-decoration:none;
	display:block;
	width:325px;
	padding-top: 5px;
	padding-bottom:5px;
}
#Seasonal ul li a:hover, #Seasonal ul li a:focus, #Seasonal ul li a:active{
	color: #BE1E2D;
	background:#FFF;
}
#Seasonal ul ul li {
	font-weight: normal;
	cursor: auto;
	font-size:12px;
	padding: 5px 0 0 15px;
	margin: 0 0 0 -15px;

}
#Seasonal ul ul{
	background-color: #fff;
	list-style: none;
	padding: 5px 0 10px 0;
	display: none;
	width:325px;
}
.eventBox h2 a {
	color:#BE1E2D;
	font-size:15px;
}
.eventBox a {
	color:#BE1E2D;
	font-size:12px;
}

.eventBoxDates, .eventBox pre {
	background:url(images/leaves.jpg) no-repeat;
	width:66px;
	height:64px;
	float:left;
	display:block;
	color:#FFFD8B;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-top:20px;
	padding-left:3px;
	margin-bottom:-25px;
	margin-right:5px;
}
#TextWrapper .search h1{
background:none;
height:auto;
padding:inherit;
margin:auto;
}
