/******************************************
 * Theme Name: PCCL V2
 * Theme URI: http://parkcitycondolodging.com
 * Description: Custom WordPress template designed for ParkCityCondoLodging.com. Design by John Crenshaw (johncrenshaw.net) and Scott Raskiewicsz (iContentStudios.com)
 * Version: 1.1
 * Author: iContent Studios
 * Author URI: http://www.johncrenshaw.net
 * Tags: 3 columns, white, brown, widgets
 *******************************************/

/*====: [GENERIC HTML STYLES] :========*/

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('images/page-bg.gif');
	font-family: Arial, sans-serif;
}

a,
a.link,
a.active,
a.visited {
	color: #0000ff;
}
a:hover {

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.3em;
}

h2.homepage {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	background: url('images/Content-Header-BG.jpg') repeat-x;
	display: inline;
}

ul {
	margin: 0 0 15px 20px;
	padding: 0;
}

a img {
	border: none;
}
p.large_text {
	font-size: 1.3em;
}
address {
    margin-top: -10px;
    margin-bottom: 10px;
}

/*====: [CUSTOM ELEMENT STYLES] :===========*/
.clearfloats {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.padder10 {
	margin: 10px;
	padding: 0;
}

.padder20 {
	margin: 20px;
	padding: 0;
}
.noblock {
	display: inline;
}
.indent {
	margin-left: 15px;
}
/*====: [CORE LAYOUT ELEMENTS] :=========*/
#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#breadcrumb {
	background: url('images/Breadcrumb-BG.jpg') repeat-x;
	border: 1px solid #b3b0a6;
	height: 21px;
}
#breadcrumb img {
	margin: 3px 0 0 5px;
}
#header {
	background: url('images/Header-BG.jpg') no-repeat 317px 0;
	border-right: 1px solid #b3b0a6;
	border-left: 1px solid #b3b0a6;
	border-bottom: 1px solid #b3b0a6;
	clear: both;
	height: 150px;
}
#nav_menu {
	clear: both;
}




/*====: [WIDE SIDEBAR (LEFT STD)] :==========*/
#sidebarL {
	float: left;
	width: 220px;
	border: 1px solid #b3b0a6;
	background: #FFF url('images/Sidebar-Header-BG.jpg') repeat-x top left;
	margin: 5px 0 0 0;
	display: inline;
	overflow: hidden;
}
#sidebarL .panel_header {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
span.seeMore {
	font-size: .8em;
}
span.seeMore a {
	color: black;
}
#sidebarL .entry {
	margin: 10px !important;
}
#sidebarL .entry img {
	border: 1px solid #290707;
	padding: 3px;
}
#sidebarL h2 {
	margin: 5px 0 0 0;
}
#sidebarL p {
	margin: 0;
	letter-spacing: .5px;
}
hr.fatDotted {
	height: 14px;
	background: url('images/2x2-Dot-Pattern.gif') repeat;
	border: none;
}
#sidebarL h2 a {
	color: black;
	text-decoration: none;
}

/*====: [CONTENT STYLES] :================*/
#content {
	float: left;
	width: 558px;
	margin: 5px 0 0 8px;
	display: inline;
	overflow: hidden;
}
#content div.panel {
	border: 1px solid #b3b0a6;
	margin: 0 0 8px 0;
	background: #fff url('images/Content-Horiz-Gradient-BG.jpg') repeat-y top left;
	padding: 0;
}

/*====: [PANELS] :======================*/
img#flash_home {
	margin: 0 auto;
}


.panel_vertbg { /* Override horiz gradient bg panel with vertical gradient bg */
	background: #fff url('images/Content-Vert-Gradient-BG.jpg') repeat-x bottom left !important;
}

.panel_nobg { /* Override std horiz gradient bg with no bg */
	background-image: none !important;	
}
.panel_header {
	background: url('images/Content-Header-BG.jpg') repeat-x;
	padding: 0 5px;
}
.tall {
	background: url('images/page_title_bg.gif') repeat-x bottom left !important;
	height: 31px !important;
	line-height: 31px;
	display: block;
	font-size: 1.5em;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
}
.panel_leafbg { /* Adds leaf motif background */
	background: #fff url('images/leaf-motif-bg.gif') no-repeat right top !important;
}

/*====: [ENTRY] :========================*/
.entry {
	font-size: 1.4em;
	margin: 5px 10px;
}
.entry h2 {
	margin: 10px 0 3px 0;
	font-size: 1.3em;
}

.entry p {
	margin: 5px 0 10px 0;
}
.tall_lines {
	line-height: 150%;
}
.entry_featured { /* Adds top/bottom margin to featured listings */
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.articles_page_entry {
	border-bottom: 1px solid #333;
}
.articles_page_entry h2 a {
	color: black;
}
/*====: [SEE MORE LINKS] :=============*/
span.seeMoreLink {
	display: block;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
span.seeMoreLink a {
	color: black;
	text-decoration: none;
}
p.featured_see_more {
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 5px;
}
p.featured_see_more a {
	color: black;
	font-size: .8em;
	margin: 0;
}


/*====: [FEATURED] ================*/
.featuredImg {
	float: left;
}
.featuredImg img {
	border: 1px solid #290707;
	padding: 3px;
	margin-right: 5px;
}
.featuredText {
	float: left;
	width: 270px;
	margin-left: 5px;
	display: inline;
}
.featuredText h2 {
	margin: 0;
	letter-spacing: -1px;
	font-size: 1.4em;
	line-height: .9em;
}
.featuredText h2 a {
	color: black;
	text-decoration: none;
}
.top_featured { /* Override featuredText width for top featured listings on featured listings template */
	width: 325px !important;
}
.bottom_featured { /* Override featuredText width for standard listings on listings template */ 
	width: 425px !important;
}
img#featured_main_image {
	padding: 3px;
	border: 1px solid #290707;
	margin: 10px 0 0px 0;
}
img.listing_image {
	padding: 3px;
	border: 1px solid #290707;
}
span.listing_images_title {
	display: block;
	background: url('images/featured-secondary-images-BG.gif') repeat-x;
	height: 39px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .25px;
	text-align: right;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.8em;
	margin: 0 !important;
	color: black;
}

/*====: [NARROW SIDEBAR (STD RIGHT)] :===========*/
#sidebarR {
	float: left;	
	width: 180px;
	border: 1px solid #b3b0a6;
	background: #FFF;
	margin: 5px 0 0 8px;
	text-align: center;
	display: inline;
	overflow: hidden;
}
#sidebarR * {
	margin: 5px 0;
}
#canyons-hover-img a {
    background: url(images/the-canyons-park-city-summer.jpg) no-repeat 0 0;
    width: 160px;
    height: 600px;
    display: block;
    margin: 10px auto;
    text-decoration: none;
}
#canyons-hover-img a:hover {
    background-position: -160px 0;
}


/*====: [FOOTER] :=================*/
#footer {
	clear: both;
	background: url('images/Footer-Middle.jpg') repeat-y center center;
	margin: 20px auto;
	color: #fff;
	width: 990px;
	padding:0px;
}
#footer p {
	text-align: center;
	padding: 0 20px;
	margin: 0;
	line-height: 150%;
}
#footer img {
	clear: both;
	margin: 0;
	padding: 0;
}
#footer a {
	color: white;
}
#interlinks {
    width: 990px;
    margin: 0 auto;
}
#interlinks a {
    color: #555;
}
/*====: [MAIN NAVIGATION MENU] :===================*/
#mainNav {
	background: #4e302b;
	height: 41px !important;
}

#mainNavMenu {
	float: left;
	background: url('images/nav_menu/Nav-Bar-BG.jpg') repeat-x;
	border: 1px solid #654f3d;
	height:36px;
	display: inline;
}
#mainNavMenu ul {
	margin: 0;
	padding: 0;
	/*width: 616px; -> UNCOMMENT THIS FOR "DIRECTORY" MENU ITEM*/
	/*width: 485px; -> UNCOMMENT THIS FOR "TRANSPORT MENU ITEM*/
	width: 354px;
}
#mainNavMenu li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 5px;
	display: inline;
	z-index: 20;
}
#mainNavMenu li a {
	text-decoration: none;
	color: white;
	font-size: 1.4em;
	border-right: 1px solid #ae8565;
	display: block;
}

a.onMouseOver {
	background-position: 0 -36px !important;
}
	#mainNavMenu li ul {
		position: absolute;
		z-index: 11;
		margin: 0 0 0 -5px;
		padding: 0 5px;
		display: none;
		background: url('images/nav_menu/Dropdown-BG.gif') repeat-y 0 1px;
		width: 197px;
		font-family: Arial, Tahoma, sans-serif;
		font-size: .9em;
		font-weight: bold;
		letter-spacing: -.5px;
		text-transform: lowercase;
		height: auto;
		border-bottom: 6px solid #4e302b;
	}
	#mainNavMenu li ul li {
		float: none;
		padding: 5px 0;
		border-bottom: 1px dotted #888;
		margin: 0 5px;
		display: block;
		z-index: 100;
	}
	#mainNavMenu li ul li a {
		color: black;
		border: none;
		display: inline-block;
	}
	#mainNavMenu li ul li a:hover {
		color: #835942;
		text-decoration: underline;
	}
	#mainNavMenu li ul li ul {
		display: block;
		position: absolute;
		left: 192px;
		top: 0px;
		font-size: 1em;
		background: #e5d9b3;
		border: 1px solid #694238;
		z-index: 150;
	}

#mainNavMenu span.end_cap {
	position: absolute;
	display: block;
	background: url('images/nav_menu/Dropdown-Endcap.gif') no-repeat;
	width: 207px;
	height: 12px;
	left: 0;
	z-index: 0;
	font-size: 10px;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
}

span.seo {
	display: none !important;
}

#mainNavMenu li a#sleep {
	background: url('images/nav_menu/Sleep-Btn.gif') no-repeat top left;
	width: 112px;
	height: 36px;
	display: block;
}
#mainNavMenu li a#eat {
	background: url('images/nav_menu/Eat-Btn.gif') no-repeat top left;
	width: 112px;
	height: 36px;
	display: block;
}
#mainNavMenu li a#fun {
	background: url('images/nav_menu/Fun-Btn.gif') no-repeat top left;
	width: 112px;
	height: 36px;
	display: block;
}
#mainNavMenu li a#transport {
	background: url('images/nav_menu/Transport-Btn.gif') no-repeat top left;
	width: 125px;
	height: 36px;
	display: block;
}
#mainNavMenu li a#directory {
	background: url('images/nav_menu/Directory-Btn.gif') no-repeat top left;
	width: 125px;
	height: 36px;
	display: block;
}
#nav_btm_cap {
	background: url('images/nav_menu/Nav-Bar-Btm-Cap.gif') no-repeat;
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
}


/*====: [MAIN NAV SEARCH] :==============*/
#mainSearch {
	height: 40px;
	width: 316px;
	background: url('images/nav_menu/Search-BG.gif') no-repeat;
	float: right;
	margin-right: 5px;
	display: inline;
}

/*====: [SEARCH FORM] :=======================*/
form#searchform {
	margin: 5px 0 0 10px;
}
form#searchform input#s {
	height: 21px;
	width: 211px;
	border: 1px solid #444;
	background: #fff url('images/magnifying-glass.gif') no-repeat 5px 5px;
	padding-left: 20px;
	color: #777;
	font-weight: bold;
	font-size: 1.2em;
}
form#searchform input#submitbtn {
	background: url('images/search-Go-Btn.gif') no-repeat;
	width: 52px;
	height: 31px;
	border: none;
	margin: 0 0 0 3px;
	vertical-align: middle;
	cursor: pointer;
}

/*====: [PAGE STYLES] :============*/
.pageTitle {
	background: url('images/page_title_bg.gif') repeat-x bottom left;
	height: 31px;
	border: 1px solid #B3B0A6;
	margin-bottom: 8px;
}
.pageTitle h1 {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 31px;
	text-transform: uppercase;
}

/*====: [CONTACT FORM] :===================*/
form#contactForm label {
	font-size: 1.2em;
}
form#contactForm .field_wrapper {
	padding: 5px;
	background: #e6e6e6;
	width: 214px;
}
form#contactForm div {
	margin-bottom: 5px;
}
form#contactForm .field_wrapper_wide {
	padding: 5px;
	background: #e6e6e6;
	width: 292px;
}
form#contactForm .field_wrapper_narrow {
	padding: 5px;
	background: #e6e6e6;
	width: 75px;
}
form#contactForm input.text {
	font-size: 1.0em;
	padding: 1px 3px;
	width: 206px;
	height: 20px;
	border: 1px solid #aaa;
}
form#contactForm select {
	font-size: .9em;
	width: 214px;
}
form#contactForm select.select_narrow {
	width: 75px;
}
form#contactForm .textarea {
	font-size: 1.0em;
	padding: 1px 3px;
	width: 282px;
	height: 201px;
	border: 1px solid #aaa;
	font-family: Arial, sans-serif;
}
form#contactForm .textarea_short {
	height: 150px !important;
}
form#contactForm .submitbtn {
	float: right;
}
form div.error {
	background: #FFABAB !important;
}

/*====: [SEARCH RESULTS] :=========*/
span.search_highlight {
	color: #c23636;
}
.search_results_entry {
	margin-top: 10px;
	margin-bottom: 30px;
}
.search_results_entry p {
	margin: 2px 0 1px 0;
}

.search_results_meta {
	background: #edf6ff;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 2px 5px;
}
h2.search_result_title {
	font-size: 1.1em;
}
a.search_result_link {
	color: #963d3d;
	font-size: .9em;
	text-decoration: none;
}

/*====: [SITEMAP] :===================*/
.ddsg-wrapper li {
	margin: 10px 0;
}
.ddsg-wrapper p {
	font-size: .7em;
	color: #ccc;
}
.ddsg-wrapper p a {
	color: #ccc;
	text-decoration: none;
}
.ddsg-xml-link p a {
	color: #0000ff;
	text-decoration: underline;
	font-size: 1em;
}

/*====: [PLUGIN STYLES] :===================*/
span.more-link { /* style the_excerpt_reloaded more link */
	display: inline;
}
span.more-link a {
	text-decoration: none;
}
div#breadcrumb {
	line-height: 21px;
	margin: 0;
	padding: 0;
	display: block;
}
div#breadcrumb a#home_link {
	float: left;
}
div#breadcrumb a { /* style breadcrumb nav links */
	color: #000;
	line-height: 21px;
}
div.top_small_links {
	display: inline;
	float: right;
	margin-right: 5px;
}
div.top_small_links a {
	font-weight: bold;
	font-size: 1.2em;
}

/*======: [PAGE NAVI PLUGIN] :================*/

.wp-pagenavi {
	text-align: right;
	font-size: 1.3em;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	background: none !important;
	border: none !important;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	background: none !important;
	border: none !important;
}
#header h1 {
    position: relative;
    margin: 0;
}
#header h1 span {
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
}

/* from/to date fields */
input#Start_Date,
input#End_Date {
    width: 90px;
}
