/*
Theme Name: Yellowstone River Report
Theme URI: http://vigilantecreative.com
Description: Yellowstone River Report
Version: 0.1
Author: Vigilante Creative
Author URI: http://vigilantecreative.com
Tags: clean
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css');*/

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
       @import url('../hybrid/library/css/18px.css');
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
	
/* Fixed Width */
	/* @import url('../hybrid/library/css/2c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
       @import url('../hybrid/library/css/3c-c-fixed.css'); 
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */

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

/* Hybrid's default CSS */
       @import url('../hybrid/library/css/screen.css'); 

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

/* Contains everything */
body 
{
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 0.9em;
letter-spacing:;
word-spacing:;
line-height:;
color: #000000;
background: #ffffff;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin:0 auto 21px auto;
		width: 960px;
		}

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

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {
	color:#999;
	}
a:active {}

/***** Headings *****/
/* Banner */
h1 {}
h1 span { text-indent: -9999px; }

/* Pagetitle */
h2 {
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
	}

/* Head */
h3 {}

/* Subhead/Bold */
h4 {}

/* avoid browser default inconsistent heading font-sizes */
h1, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	margin-bottom:5px;
	}

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

/* Horizontal Rule */
hr {}

/* Paragraphs */
p {
	margin: 0 0 10px;
	text-align:justify;
	
	}

/* List Items */
li {margin-left: 15px;}

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

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

/* Tables */	
table { border: 1px solid black; border-collapse: collapse; border-spacing: 0; }
caption {}
tr {}
th { }
td { border: 1px solid black; margin: 5px; padding: 5px; }

/* Form Elements */
form { }
fieldset { border: 1px solid #cccccc; }
legend { color: #000000; }
label { }
select { }
option { }
textarea { }
input[type="button"] { }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { }
input[type="text"] { }
button { }

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

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

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {
	color:#666666;
	font-size:0.9em;
	font-style:italic;
	text-align:center;
	}
	.wp-caption img {}
	.wp-caption p {}

.wp-caption .wp-caption-text {
	color:#666666;
	font-size:0.9em;
	font-style:italic;
	margin:0;
	padding:0 5px 5px;
	text-align:center;
	}

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

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
	background-image:url("images/header_bg.jpg");
	height:250px;
	margin:0;
	padding-top:0;
		}

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

		/* Site description/tagline */
		#site-description {}

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

/* Wrapper for navigation */
#navigation {
	background:none repeat scroll 0 0 #f5f5f5;
	height:34px;
	margin:0 0 17px;
	overflow:visible;
	z-index:100;
	}

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {
					border: none;
					padding:9px 7px;
					background:none repeat scroll 0 0 #f5f5f5;
					color:#111111;
					}
			#page-nav li.current_page_item {
				text-decoration:underline;
				}

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

/*Added by Cody
**********************************************************************************************************************/
dl dt  {
font-weight:bold;
margin:0;
}
dl dd {
margin:0 0 5px;
}
#smcf-container div.smcf-bottom a {
	display:none;
	}
.primary-block {
	margin:0;
	width: 100%
	height: auto;
	border: 1px solid #f5f5f5;
	}
.primary-img {
    margin: 0 auto;
    width: 196px;
	}
.primary-text {
	margin-bottom:7px;
	text-align:center;
	}
.secondary-block {
	margin:0;
	width: 100%
	height: auto;
	border: 1px solid #f5f5f5;
	}
.secondary-img {
	margin:0;
	}
.secondary-text {
	margin-bottom:7px;
	text-align:center;
	}
#home-wrap {
	height:490px;
	text-align:
	center;width:960px;
	}
#home-wrap .alignnone {
	margin:0;
	}
#left-wrap {
	float:left; height: 490px; margin-right: 20px; width:225px;
	}
#left-top {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #F5F5F5;
	float:left;
	height:150px;
	margin-bottom:17px;
	width:225px;
	}
#left-middle {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #F5F5F5;
	float:left;
	height:150px;
	margin-bottom:17px;
	width:225px;
	}
#left-bottom {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #F5F5F5;
	float:left;
	height:150px;
	width:225px;
	}
#right-wrap {
	float:left; height:490px; width: 715px;
	}
.home-img {
	border:1px solid #000;
	}
.home-links {
	font-size:105%;line-height:24px;
	}

#logo {
	background-image:url("images/yrr_logo.png");
	background-repeat:no-repeat;
	display:inline-block;
	height:114px;
	margin-left:20px;
	margin-top:10px;
	width:362px;
	}
.locale {
	margin-left:5px;
	vertical-align:3px;
	}
.entry
	{
	margin-top:14px;
	}
.entry p {
	text-align: justify;
	}
.narrowcolumn {
	float: left;

	}
#sidebar {
	float: right;
	width: 320px;
	font-size: 98%;
	}
#sidebar h2 {
	font-size:1.0em;
	margin-bottom: 15px;
	list-style:none;
	}
small {
	font-size: 75%;
	font-style: italic;
	}
.postmetadata {
	font-size: 75%;
	}


/* Wrapper for the content and primary/secondary widget sections */
#container {

	}
	
	.singular-page-67 #container { padding-right: 0px;}
	
		.singular-page-289 #container { padding-right: 0px;}


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

	/* Contains site's main content */
	#content { 	}

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

		/* Archive and search <div> before posts are listed */
		.archive-description {
			font-style:italic;
			text-decoration:underline;
			}
		.author-info {}
		.category-info {
				margin-bottom:15px;
				}
		.date-info {
			font-style:italic;
			margin-bottom:15px;
			text-decoration:underline;
			}
		.date-description {
			}
		.month-description {
			}
		.search-info {
			margin:0 0 15px;
			overflow:hidden;
			}
		.search-description {
			font-style:italic;
			text-decoration:underline;
			}
		.tag-info {
				margin-bottom:15px;
				}

		/* Posts */
		.post {
			margin:0 0 30px;
			overflow:hidden;
			}

			/* Post, page, and archive titles */
			.entry-title {
				font-size:1.4em;
				font-style:normal;
				font-weight:bold;
				margin:0 0 5px;
				}
				
				.entry-title a {color:#21759B;}
								.entry-title a:hover {color:#d54e21;}
			.single-title {}
			.single-title a{
				color:#21759B;
				text-decoration:none;
				}
			.single-title a:hover{
				color:#d54e21;
				text-decoration:underline;
				}
			.page-title {display: none;}
			.attachment-title {display:none;}
			.error-404-title {display:none;}
			.author-title {display:none;}
			.category-title {
				font-style:italic;
				text-decoration:underline;
				}
			.date-title {display:none;}
			.search-title {display:none;}
			.tag-title {
				font-style:italic;
				text-decoration:underline;
				}

			/* Author and date byline */
			.byline {
				color:#777777;
				font-size:80%;
				font-style:italic;
				margin:0 0 5px;
				}

			/* Full entries */
			.entry-content {
				margin:0 0 5px;
				overflow:hidden;
				}

			/* 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 {
				font-size:80%;
				}

		/* 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 {}
					#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 {
		color:#464646;
		margin:0 0 20px;
		overflow:hidden;
		}
	.widget a:hover {
		color:#999;
		text-decoration:underline;
		}
		.widget-inside {}
			.widget-title {
				color:#111111;
				font-size:15px;
				font-style:italic;
				font-weight:normal;
				}

	/* Primary widget section */
	#primary {
		border:1px solid #F5F5F5;
		width: 210px;

		}
		#primary .widget {}
			#primary .widget-inside {
				font-size:90%;
				}
				#primary .widget-title {
					background:none repeat scroll 0 0 #F5F5F5;
					padding:1px 0 3px 10px;
					}
				#primary .widget ul {margin:0;}
					#primary .widget ul li {
						line-height:22px;
						list-style:circle inside none;
						margin:0 0 0 4px;
						}

	/* Secondary widget section */
	#secondary {
		border:1px solid #F5F5F5;
		width: 210px;

		}
		#secondary .widget {}
			#secondary .widget-inside {
				
				font-size:90%;
				}
				#secondary .widget-title {
					background:none repeat scroll 0 0 #F5F5F5;
					padding:1px 0 3px 10px;
					}
				#secondary .widget ul {margin:0;}
					#secondary .widget ul li {
						line-height:22px;
						list-style:circle inside none;
						margin:0 0 0 4px;
						}
		#secondary .textwidget {
			padding-left:10px;
			}
/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	border-top: solid 1px #f5f5f5;
	}

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

	/* Footer section */
	#footer {
		font-size:90%;
		margin-top:10px;
		text-align:center;
		}

		/* Footer extra */
		#footer .copyright {
			display:inline;
			float:none;
			margin:0;
			}
		#footer .credit {}

.post img {

    max-width: 468px;

}
