/* 
Theme Name: Greg Hill
Theme URI: http://www.greghill.ca
Description: Greg Hill dot ca.
Author: Derek Marcinyshyn
Author URI: http://www.monasheemountainmultimedia.com
Version: 0.1
Tags: Framework
Template: hybrid
*/


@import url('../hybrid/library/css/2c-l-fixed.css');
@import url('../hybrid/library/css/drop-downs.css');
@import url('../hybrid/library/css/plugins.css');
@import url('../hybrid/library/css/screen.css');

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

/* Contains everything */
body {
	background-image: url('http://www.greghill.ca/wp-content/themes/greghill/images/odog_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	margin: 0;
	padding: 0;
	}

	/* Wrapper for everything inside of the body */
	#body-container {
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 0;
		}

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

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	}
h3 {}
h4 {}
h5 {}
h6 {}

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

/* Paragraphs */
p {}

/* Unordered lists */
ul {
	list-style: none;
}
	ul li {}

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

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

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

/* Object */
object {
	outline: none;
	}

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

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

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}
	
.search-form {
	margin-top: 15px;
}
.search-text {
	margin-right: 10px;
}

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

/* Notes */
.note {}

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

/* Errors */
.error {}

/* Downloads */
.download {}

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

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

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

a:hover 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 {
	float: left;
	background-image: url('http://greghill.monasheemountainmultimedia.com/wp-content/themes/greghill/images/logo.png');
	background-repeat: no-repeat;
	background-color: #97AAB9;
	height: 100px;
	}

	/* Contains site title and tagline */
	#header {
	}
	
	#skiometer {
		clear: both;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 35px;
		background-color: #97AAB9;
	}
	
	#odometer {
	}
		
	#backcountry {
		float: right;
		margin-left: 272px;
	}

		/* 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 {
	margin: 0 0 0px;
	background-image: url('http://greghill.monasheemountainmultimedia.com/wp-content/themes/greghill/images/nav_bg.png');
}
#primary-menu li a, #page-nav li a {
	background: none repeat scroll 0 0 transparent;
	border: none;
}

/*
#navigation {
	clear: both;
	float: right;
	width: 1000px;
	height: 34px;
	margin: 0 0;
	margin-top: 0px;
	overflow: visible;
	z-index: 1000;
	background-image: url('http://greghill.monasheemountainmultimedia.com/wp-content/themes/greghill/images/nav_bg.png');
	}

	/* Page nav */
	/*
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {
					background: none repeat scroll 0 0;
					color: #111;
					padding: 11px 15px;
					}
			#page-nav li.current_page_item {
				background: none repeat scroll 0 0 #F2F2F2;
				border-left: 2px solid #9E9E9E;
				border-right: 2px solid #9E9E9E;
				}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	clear: both;
	float: left;
	overflow: hidden;
	background-image: url(images/content_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 1000px;
	}

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

	/* Contains site's main content */
	#content {
		width: 670px;
		float: left;
		padding-left: 20px;
		padding-top: 30px;
		}

		/* 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 img {
			border: 1px solid #777;
			max-width: 650px;
			padding: 6px;
			background-color: #CECECE;
		}
		.post a:hover img {
			border: 1px solid #777;
		}
		
		.full-image-float-left, .full-image-block {
			float: left;
			padding-right: 25px;
			padding-top: 25px;
			padding-bottom: 15px;
		}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {
				font-size: 18px;
				font-style: normal;
				font-weight: normal;
				display:none;
				}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {
				padding-right: 14px;
				line-height: 21px;
				}
			.entry-meta {
				display: none;
			}
			
			.entry-title {
				font-style: normal;
			}

			/* 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 {}

		/* 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 {}

				/* Main comments section */
				#comments {
					padding-right: 10px;
					}
					#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 {
							background-color: #f1f1f1;
							padding-bottom: 20px;
							border: 1px solid #666;
							}
						#comments li.odd {
							background-color: #e1e1e1;
							padding-bottom: 20px;
							border: 1px solid #666;
							}
						#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 {
	padding-left: 25px;
	border: 1px solid #777;
	background-color: #CECECE;
	padding-bottom: 20px;
		}
		.widget-inside {}
			.widget-title {}
			
	.textwidget img {
		border: 1px solid #666666;
		margin-bottom: 5px;
	}
	
	.textwidget img:hover {
		border: 1px solid #000000;
		margin-bottom: 5px;
	}

	/* Primary widget section */
	.home #primary {
		padding-top: 65px;
	}
	
	.singular-page-95 #primary {
		padding-top: 65px;
	}
	.singular-page-59 #primary {
		padding-top: 65px;
	}
	.singular-page-31 #primary {
		padding-top: 65px;
	}
	
	#primary {
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-right: 10px;
		width: 300px;
		}
		#primary .widget {}
			#primary .widget-inside {
				}
				#primary .widget-title {
					font-family: Verdana, Geneva, sans-serif;
					font-style: normal;
					}
				#primary .widget ul {
					list-style: none;
					margin-left: 0;
					padding-left: 0;
					}
					#primary .widget ul li {}
	
	.widget a {
		color: #333;
		text-decoration: none;
	}
	.widget a:hover {
		color: #000;
		text-decoration: underline;
	}

	/* 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 {
	border-top: 5px solid #666;
	background-color: #CCC;
	height: 250px;
	}
	
	#backcountry_footer {
		text-align: center;
		margin-top: 20px;
	}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {
			float: left;
			margin-left: 20px;
			}
		#footer .credit {
			float: right;
			margin-right: 20px;
			}
.jwts_tabbertab {
	background: #FFF;
}