/*------------------------------------------------------------------
[Theme Stylesheet]

Project:		YSB Theme
Version:		1.0.0
Last change:	Nov 08
Author:			Distinction www.distinctionhq.com

Blue:			#7594cc
Pale Blue:      #b4c5e3
-------------------------------------------------------------------*/

#header {
	border-top: 4px solid #7594cc;
	}
	
#topNav .cornerLeft {
	position: relative;
	float: left;
	width: 12px;
	height: 25px;
	background: url(../assets/images/top-corner-left.png) bottom left no-repeat;
	}
	
#topNav ul {
	background-color: #7594cc;
	}
	
#topNav .cornerRight {
	position: relative;
	float: left;
	width: 12px;
	height: 25px;
	background: url(../assets/images/top-corner-right.png) bottom left no-repeat;
	}
	
#mainNav .cornerLeft {
	position: relative;
	float: left;
	width: 14px;
	height: 29px;
	background: url(../assets/images/nav-left-bg.png) bottom left no-repeat;
	}
 
#campingSearch,
#cottageSearch,
#bandbSearch,
#hotelSearch {
	display: none;
}

#searchFacilities
{
	color: #fff;
}
	
.col66 
{
    position: relative;
    float: left;
    width: 440px;
    margin-top: 10px;
    padding: 5px 20px;
}

.col33
{
    position: relative;
    float: left;
    width: 400px;
    margin-top: 10px;
    padding: 5px 20px;
    border-left: 1px solid #b4c5e3;
}

.col33Sub
{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b4c5e3;
}

.featuredListingImage 
{
    position: relative;
    float: left;
    width: 160px;
}
.featuredListingText 
{
    position: relative;
    float: left;
    width: 220px;
}

.eventContents 
{
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.eventPicture 
{
    position: relative;
    float: right;
    width: 70px;
}

.eventText 
{
    position: relative;
    float: left;
    width: 320px;
}

.eventText a:link,
.eventText a:visited,
.featuredListingText a:link,
.featuredListingText a:visited
{
    color: #7594cc;
    text-decoration: underline;
    font-weight: bold;
}

.eventText a:hover,
.featuredListingText a:hover
{
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}
