/* 
Theme Name: MOTybrid
Theme URI: http://themehybrid.com/themes/skeleton
Description: Yes!
Author: Drew Maust
Author URI: http://katadrew.com
Version: 0.4
Tags: Framework
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'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**Body
************************************************/

/*Contains everything */
html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
	/* Wrapper for everything inside of the body */
	#body-container {
		background: #C24132 url(images/bgtile.png);
		font-family: "helvetica neue", helvetica, "sans serif";
	}

/**
*CONTAC T FORM
********************/
span.wpcf7-list-item {
display:block;
}	
	
/**
* Elements
************************************************/

/* Hyperlinks */
.entry-content a.geolocation-link {color: #CCC; text-decoration: none; font-size: 8px;}
.entry-content a {color: #850006; text-decoration: none;}
.entry-content a:visited {color: #850006; text-decoration: none;}
.entry-content a:hover {color: #000; text-decoration: none;}
.entry-content a:active {color: #850006; text-decoration: none;}

/* Headers */
h1 {font-size: 1.7em; color: #850006; clear: both;}
h2 {font-size: 1.5em; color: #000; clear:both;}
h3 {font-size: 1.3em; color: #000;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {

}

.entry-content p, .comment-text p, #respond p, .entry-summary p, .entry-content {
font-size: 12px;
line-height: 1.6;
margin-bottom: 10px;
color: #494949;
}

#respond p.log-in-out {
font-size: 9px;
}

/* Unordered lists */
.entry-content ul, .entry-content ol {margin-left: 50px;}
	.entry-content ul li, .entry-content ol li {font-size: 12px;}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {margin-left: 50px;}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {text-align: center; color: #850006;}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {float: left;}
.right, .alignright {float: right;}
.center, .aligncenter {display:block; margin-left:auto; margin-right:auto;}
div.aligncenter {margin-left: 135px;}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
.entry-content img {
	padding: 5px; background-color:#F3F3F3; border:1px solid #DDDDDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
a img {border: 0;}

img#wpstats {
position: absolute;
left: -999em;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {float: left; margin: 20px 8px 8px 0;}

/* WP Captions [caption] */
.wp-caption {background-color:#F3F3F3; border:1px solid #DDDDDD; text-align: center; margin: 5px 0 5px 0;}
	.wp-caption img {border:none;}
	.wp-caption p {text-align: center; font-size: 10px; color: #000;}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background: url(images/topbanner3.gif) no-repeat;
	height: 300px;
	position: relative;
}

	/* Contains site title and tagline */
	#header {margin: 0 0 0 300px;
	padding-top: 48px;}

		/* Site title */
		#site-title {
		font-size: 6em;
		}
			#site-title a {
			color: #FFF;
			text-decoration: none;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
		color: #97AD80;
		font-size: 1.6em;
		margin-top: -20px;
		padding-left: 100px;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	margin: -84px 0 0 245px;
	padding-bottom: 20px;
	width: 700px;
	position: relative;
	}

	/* Page nav */
	.page-nav {}
		.page-nav ul {list-style: none;}
			.page-nav li {display: inline;
			padding-right: 30px;}
				.page-nav li a {color: #97AD80;
				font-size: 1.5em;
				text-decoration: none;}
			.page-nav li.current_page_item {
			text-decoration: none;}
		.page-nav  ul ul {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-left: 245px;
	width: 960px;
	position: relative;
	}
.page-template-no-widgets #container {
	margin-left: 50px;
	width: 960px;
}
	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
	width: 584px;
	padding: 0 8px 8px 8px;
	float: left;
	background: url(images/contenttop.gif) no-repeat #FFF;
	min-height: 542px;
	}
	.page-template-no-widgets #content {
	width: 100%;
	padding: 0;
	background: none;
	}
	#gallery {
	padding: 0;
	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {text-align: center;}
		.category-info {text-align: center;}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
		margin-bottom: 50px;
		font-family: "helvetica neue", helvetica, "sans serif";
		}

			/* Post, page, and archive titles */
			.post h2.entry-title, .post h2.entry-title a, .post h2.entry-title a:hover {
				font-size: 1.5em;
				color: #850006;
				text-decoration: none;
				letter-spacing: -2px;
			}
			.post h1.entry-title, .post h1.entry-title a, .post h1.entry-title a:hover {
				font-size: 1.5em;
				color: #850006;
				text-decoration: none;
				letter-spacing: -2px;
			}
			.single-title {
				font-size: 1.5em;
				letter-spacing: -2px;
				color: #850006;}
			.page-title {font-size: 1.5em; color: #850006; letter-spacing: -2px;}
			.page-title a {font-size: 1.5em; color: #850006; text-decoration: none; letter-spacing: -2px;}
			.page-title a:visited {font-size: 1.5em; color: #850006; text-decoration: none; letter-spacing: -2px;}
			.attachment-title {font-size: 1.5em;
				color: #850006; letter-spacing: -2px;}
			.error-404-title {font-size: 1.5em;
				color: #850006; letter-spacing: -2px;}
			.author-title {font-size: 1.5em;
				color: #850006;letter-spacing: -2px;}
			.category-title {font-size: 1.5em;
				color: #850006;letter-spacing: -2px;}
			.date-title {font-size: 1.5em;
				color: #850006;letter-spacing: -2px;}
			.search-title {font-size: 1.5em;
				color: #850006;letter-spacing: -2px;}
			.tag-title {font-size: 1.5em;
				color: #850006;letter-spacing: -2px;}
				
			.archive-description, .date-description, .month-description {
			font-size: 10px;
			}

			/* Author and date byline */
			
			.byline {
			text-align: right;
			font-size: 10px;
			color: #494949;
			margin-bottom: 10px;
			text-transform: lowercase;
			border-top: 1px solid #850006;
			font-family: "helvetica neue", helvetica, "sans serif";
			}
			
			.byline .author {
			text-align: right;
			font-style: normal;
			text-transform: capitalize;
			font-size: 10px;
			}

			.byline .published {
			text-transform: capitalize;
			}
			
			.byline a, .byline a:visited {
			text-decoration: none;
			color: #494949;
			font-style: normal;
			}
			.byline a:hover {
			text-decoration: none;
			color: #000;
			font-style: normal;
			}

			/* Full entries */
			.entry-content {	
			font-family: verdana, "sans serif";
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {
			font-family: verdana, "sans serif";
			}

				/* Using <!--nextpage--> */
				p.pages a {
				color: #850006;
				text-decoration: none;}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.entry-meta {
			margin: 15px 0 15px 0;
			color: #999;
			font-size: 10px;
			text-align: center;
			clear: both;
			padding: 6px;
			background-color:#F3F3F3;
			border:1px solid #DDDDDD;
			font-family: Helvetica;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			}
			
			.entry-meta a, .entry-meta a:visited{
			text-decoration: none;
			font-size: 10px;
			color: #999;
			}

			.entry-meta a:hover{
			text-decoration: none;
			font-size: 10px;
			color: #494949;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {color: #850006; text-align: center; padding: 10px;}
		.navigation-links a {color: #850006; text-decoration: none;}
		.navigation-links a:hover {color: #000; text-decoration: none;}
			.navigation-links .previous {}
			.navigation-links .next {margin-left: 275px;}

		/* 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 {font-family: verdana, "sans serif";}

			/* Comments section headers/titles */
			.comments-header {font-size: 1.2em; color: #850006; text-transform: uppercase; margin-bottom: 15px;}
			#comments-number {font-size: 1.2em; color: #850006; text-transform: uppercase; margin-bottom: 15px;}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {line-height: normal;}
					#comments ol {list-style-type: none; margin-left: 8px;}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {margin-bottom: 30px;}
							#comments li li { margin-left: 72px;}												
								#comments li li li { margin-left: 112px;}
									#comments li li li li { margin-left: 152px;}
						#comments li.even {background-color: #FFF;}
						#comments li.odd {background-color: #F1F1F1;}
						#comments li.thread-even {}
						#comments li.thread-odd {border: 1px solid #CCC;}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {margin: 0 8px 8px 0; float: left; border: 0;}

							/* Comment meta data */
							#comments .comment-meta {background-color: #850006; height: 80px; max-width: 574px;}
							#comments .comment-meta a {color: #850006;}
							#comments .comment-meta .comment-author {color: #FFF; font-size: 24px; padding-top: 8px;}
							#comments .comment-meta .comment-author a {color: #FFF; font-size: 24px; padding-top: 8px;}
							#comments .comment-meta-data {color: #c95a4a; font-size: 9px;}
							#comments .comment-meta-data a {color: #c95a4a; text-decoration: none;}
							#comments .comment-meta-data a:hover {color: #FFF; text-decoration: none;}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {clear: both; padding: 0 8px 0 8px;}

					/* 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 {color: #850006;}
				#respond a {color: #850006; text-decoration: none;}
				#respond a:hover {color: #000; text-decoration: none;}

					/* Comment form title */
					#reply {
					color: #850006;
					font-size: 1.2em;
					text-transform: uppercase;
					margin-top: 15px;}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
						#respond .form-textarea label {display: none;}
							#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 {font-family: verdana, "sans serif"; color: #FFF}
		.widget-inside {}
			.widget-title {}
		.textwidget, .recentcomments {font-size: 11px;}
		.textwidget a {color: #c95a4a; text-decoration: none;}
		.textwidget a:hover {color: #FFF; text-decoration: none;}

	/* Primary widget section */
	#primary {
	width: 240px;
	float: right;
	margin: 52px 80px 0 0;
	background-color: #850006;
	}
		#primary .widget {
		padding: 10px 5px 10px 5px;
                background-color: #850006;}
			#primary .widget-inside {}
				#primary .widget-title {
				font-size: 1.2em;
				color: #c95a4a;}
				#primary .widget ul {}
					#primary .widget ul li {list-style-type: square; font-size: 11px; margin-left: 12px; line-height: 1.5;}
					#primary .widget ul li a {color: #c95a4a; text-decoration: none;}
					#primary .widget ul li a:hover {color: #FFF; text-decoration: none;}

	/* Secondary widget section */
	#secondary {	
	width: 240px;
	float: right;
	margin: 0 80px 0 0;
	background-color: #850006;
	}
		#secondary .widget {
		padding: 10px 5px 10px 5px;}
			#secondary .widget-inside {color: #FFF;}
				#secondary .widget-title {
				font-size: 1.2em;
				color: #c95a4a;}
				#secondary .widget ul {}
					#secondary .widget ul li {list-style-type: square; font-size: 11px; margin-left: 12px; line-height: 1.5;}
					#secondary .widget ul li a {color: #c95a4a; text-decoration: none;}
					#secondary .widget ul li a:hover {color: #FFF; text-decoration: none;}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	overflow:hidden;
	background: #C95A4A url(images/footflower.gif) no-repeat top left;
	}

	/* Subsidiary widget section */
	#subsidiary {
	margin: 50px 0 0 245px;
	overflow:hidden;
	width: 562px;
	font-size: 1.2em;}
	#subsidiary a, #subsidiary a:visited {
	color:  #850006;
	text-decoration: none;
	}
	#subsidiary a:hover {
	color: #FFF;
	text-decoration: none;
	}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
	margin: 30px 0 0 245px;
	overflow:hidden;
	color: #850006;
	}

		/* Footer extra */
		#footer .copyright {font-size: 9px;}
		#footer .copyright a {color: #850006;}
		#footer .credit {display: none;}
