/**
 * Theme Name: Revelstoke Golf Club
 * Theme URI: http://www.revelstokegolfclub.com/themes/revelstokegolfclub
 * Description: A search-engine optimized theme framework. 
 * Version: 0.2
 * Author: Derek Marcinyshyn
 * Author URI: http://www.monasheemountainmultimedia.com
 * Tags: golf
 * Status: publish
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');
/* Make sure theme clears WP.org theme repository checklist */

/* Get tabs CSS */
/*@import url('tabs.css'); */

/**
* Body
************************************************/

/* Contains everything */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	font-family: 'Droid Sans', sans-serif;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		position: relative;
		background-color: #FAFFE0;
		width: 100%;
		margin-top:0px;
	}
		
	#logo a
	{
		float: left;
		margin-top: 5px;
	}
	#logo a:hover {
		opacity:0.5;
	}
	
	#phone {
		float:right;
		font-size:30px;
		font-weight: bold;
		margin-top:50px;
	}
	
object {
	outline: none;
	margin-left:-20px;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:active, a:visited {
	color: #9E461E;
	}
a:hover {
	color: #000;
	}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Droid Sans', sans-serif;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3C3F31;
	}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	}
h5 {}
h6 {}
#home-content {

}
#home-content p {
	margin-left: 0;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {
	list-style: disc inside none;
	padding: 0;
	padding-left: 10px;
	}
	
#primary ul li {
		margin-bottom: 15px;
		}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {
	margin-bottom: 0px;
	outline: none;
	}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {
		background:#FAFFE0;
		border:1px solid #777;
		padding-left:12px;
		padding-right:12px;
		padding-top:8px;
		padding-bottom:8px;
		width:90%;
	}
	input {
		background:#FAFFE0;
		border:1px solid #777;
		padding-left:12px;
		padding-right:12px;
		padding-top:8px;
		padding-bottom:8px;
	}
	input[type="submit"] {
		cursor:pointer;
		padding:8px;
		padding-left:12px;
		padding-right:12px;
		font-weight:bold;
	}
	input[type="submit"]:hover {
		color:#FFF;
		background: rgb(186,186,186); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(186,186,186,1) 0%, rgba(119,119,119,1) 100%, rgba(119,119,119,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,1)), color-stop(100%,rgba(119,119,119,1)), color-stop(100%,rgba(119,119,119,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(119,119,119,1) 100%,rgba(119,119,119,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(119,119,119,1) 100%,rgba(119,119,119,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(119,119,119,1) 100%,rgba(119,119,119,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(119,119,119,1) 100%,rgba(119,119,119,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {
	float:right;
}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {
	border: none;
}
a img {
	border: none;
}
.hentry img {
	border:none;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
		width: 100%;
		height: 120px;
		background: #B7BE94; /* Old browsers */
		background: -moz-linear-gradient(top,  #FAFFE0 0%, #B7BE94 80%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFFE0), color-stop(80%,#B7BE94)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #FAFFE0 0%,#B7BE94 80%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #FAFFE0 0%,#B7BE94 80%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #FAFFE0 0%,#B7BE94 80%); /* IE10+ */
		background: linear-gradient(top,  #FAFFE0 0%,#B7BE94 80%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFFE0', endColorstr='#B7BE94',GradientType=0 ); /* IE6-9 */

}

	/* Contains site title and tagline */
	#header {
		margin: 0 auto;
		width:960px;
		height:120px;
		padding-left:20px;
		padding-right:20px;
		}

		/* Site title */
		#site-title {
			display: none;
			}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			display: none;
			}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#primary-menu-container {
	background-color: #B7BE94;
	border-bottom:2px solid #B7BE94;
}

#primary-menu, #navigation {
	z-index: 10000;
	clear: both;
	overflow: visible;
	width: 960px;
	height:31px;
	margin:0 auto;
	}

#primary-menu li a {
	background:#B7BE94;
	border:none;
	color:#9E461E;
	font-weight:bold;
}	
#primary-menu li ul {
	background:#B7BE94;
	border-top:1px solid #B7BE94;
}
ul.sub-menu {
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
#primary-menu .sf-sub-indicator {
	position:absolute;
	margin-top:5px;
	margin-left:6px;
	width:12px;
	text-indent:-9999em;
	background:url('http://revelstokegolfclub.com/wp-content/themes/revelstokegolfclub/library/images/primary-menu-sub-icon.png');
	background-repeat:no-repeat;
}


/**
* Containers below the header and navigation
************************************************/

#slider_container {
	width:1000px;
	margin-left:-20px;
	margin-bottom:40px;
}

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-bottom: 60px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	width:960px;
	margin:0 auto;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		float: left;
		overflow: hidden;
		}
		
		.content {
			width: 630px;
		}

		/* Breadcrumb trail */
		.breadcrumb {
			display: none;
			}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 16px;
				font-style: normal;
				}
			.single-title {}
			.page-title {
				margin: 0 0 10px;
				color: #333;
				font-family:'Droid Sans', sans-serif;
				font-size: 22px;
				font-weight: bold;
				}
			.page-9 .page-title {
				display:none;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				display: none;
				}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				display: none;
				}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {
				display: none;
				}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		margin: 0px;
		}
		.widget-inside {}
			.widget-title {
				font-size: 16px;
				font-style: normal;
				}
	.widget a {
		text-decoration: none;
	}
	
	.widget a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	.pad-left-ten
	{
		padding-left: 10px;	
	}

	/* Primary widget section */
	#primary {
		margin-top: 43px;
		padding: 0px;
		}
		#primary .widget {
			background-color:#FEFFFA;
		}
			#primary .widget-inside {
				border: 1px solid #CCC;
			}
				#primary .widget-title {
					padding-top: 0px;
					padding-left: 10px;
					padding-bottom: 10px;
				}
				#primary .widget ul {
					list-style: none;
					margin-left:0px;
					}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	width: 100%;
	background-color: #B7BE94;
	border-top: 3px solid #797E63;
	border-bottom: 2px solid #797E63;
	margin:0;
	}
	
	#email {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	#email a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	}
	
	#email a:hover {
	color: #333;
	text-decoration: underline;
	}
	
	#phone-number
	{
		background-image: url('http://www.revelstokegolfclub.com/wp-content/themes/revelstokegolfclub/library/images/RevelstokeGolfClubLogo_140_x_50.png');
		background-repeat: no-repeat;
		background-position: left;
		float: left;
		font-size: 1.0em;
		font-weight: bold;
		color: #B7BE94;
		height: 100px;
	}
	
	#footer-nav {
		padding-top: 50px;
		padding-bottom: 30px;
		background-color: #3C3F31;
		border-top: 2px solid #797E63;
		color: #B7BE94;
	}
	
	#footer-nav a {
		color: #B7BE94;
		text-decoration: none;
	}
	
	#footer-nav a:hover {
		color: #797E63;
		text-decoration: underline;
	}
	ul#menu-footer_left_menu, ul#menu-footer_center_menu, ul#menu-footer_center_menu_2, ul#menu-footer_right_menu {
		list-style:none;
		padding-left:0px;
	}
	#utility-before-footer {
		width:960px;
		height:200px;
		margin:0 auto;
	}
	#hybrid-nav-menu-3, #hybrid-nav-menu-4, #hybrid-nav-menu-6 {
		float:left;
	}
	#hybrid-nav-menu-4, #hybrid-nav-menu-6 {
		margin-left:130px;
	}
	#hybrid-nav-menu-5 {
		float:right;
	}
	
	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
		background-color: #3C3F31;
		font-style:normal;
	}

		#credit-container {
			height: 60px;
			padding-top: 30px;
			padding-left: 10px;
			padding-right: 10px;
			width:960px;
			margin:0 auto;
			color: #797E63;
		}

		/* Footer extra */
		#copyright {
			font-size: 12px;
			float: left;
		}
		#credit {
			font-size: 12px;
			float: right;
			}
			
		#credit a {
			color: #797E63;
		}
		
		#credit a:hover {
			color: #FFF;
		}
		
		#rcga {
			background-color: #3C3F31;
			padding-left: 10px;
			color: #B7BE94;
			margin: 0;
		}
		
		
/* Everything else */

.no-widgets .content, .page-template-no-widgets .content, .page-template-page-no-primary-secondary .content 
{
	width: 1000px;
}

.page-template-page-no-primary-secondary #content
{
	padding-left: 0px;
	margin-top: 0px;
}

.page-template-page-no-primary-secondary .page-title
{
	display: none;
}

.page-template-page-no-primary-secondary .page-title, .page-template-page-no-primary-secondary h3, .page-template-page-no-primary-secondary p
{
	margin-left: 20px;
}

.dig-in
{
	margin-left: 10px;
}
.green-fees-even {
	background-color: #E0E8D1;
}
.scorecard-blue
{
	background: #8AB4FF;
}
.scorecard-white {
	background:#ffffff;
}
.scorecard-handicap
{
	background: #CCC;
}
table.green-fees, table.scorecard {
	border-collapse:collapse;
	box-shadow:2px 2px 5px #999;
	width:625px;
	border:1px solid #777;
	border-top:1px solid #777;
	border-left:1px solid #777;
	font-size:0.8em;
}
table.green-fees td, table.green-fees th, table.scorecard td, table.scorecard th {
	border:1px solid #777;
}
.fees-odd {
	background:#ffffff;
}
.fees-even {
	background:#dddddd;
}
.page-17 table {
	margin-bottom:50px;
	font-size:1em;
}
.page-222 table {
	font-size:1.1em;
}
.page-17 td {
	padding-top:10px;
	padding-bottom:10px;
}
a.more-link {
	font-size: 10px;
}
.when {
	margin-top: 8px;
}
.golfnow {
	float: right;
	border:none!important;
}
.golfnow:hover {
	opacity: 0.5;
}
#page-nav li.page-item-20 {
	display: none;
}
#mmm_weather-2 .widget-inside {
	padding-left:10px;
}
#mmm_weather-2 {
	margin-bottom: 30px;
}
#mmm-temperature {
	font-size:2.5em!important;
}
#mmm-sky {
	clear:both;
	margin-top: 10px!important;
}
#mmm-more {
	margin-bottom:10px;
}
.jwts_tabbertab {
	background:#ffffff;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
	border-bottom: 5px solid #FFFFFF!important;
}
ul {
	list-style: url('http://revelstokegolfclub.com/wp-content/themes/revelstokegolfclub/library/images/checkmark.png');
	margin-left:25px;
}
.nivo_slider .nivo-controlNav a {
	font-size:14px!important;
	margin:0 5px!important;
}
/**
 * 	Slideshow Help
 */
#slideshow-help-button-container {
	float:right;
	margin-right: 20px;
	margin-top: 10px;
}
#slideshow-help-button {
	color:#9E461E;
	cursor:pointer;
	text-align:right;
	float:right;	
}
#slideshow-help-button-arrow {
	background:url('http://revelstokegolfclub.com/wp-content/themes/revelstokegolfclub/library/images/primary-menu-sub-icon.png');
	width:9px;
	height:5px;
	float:left;
	margin-top:4px;
	margin-right:5px;
}
#slideshow-help-container {
	width:100%;
	height:120px;
	background:#fff;
}
#slideshow-help {
	width:960px;
	margin:0 auto;
}
#slideshow-help h3 {
	margin:0!important;
	padding:0!important;
}
ul.jwts_tabbernav li a, ul.jwts_tabbernav li a:link {
	font-size:14px!important;
	background:transparent!important;
	padding-bottom:6px!important;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
	background: white!important;
	border-bottom: 3px solid white;
}
.please-note {
	color:#ff0000;
	font-style:italic;
}

