/**
 * Theme Name: Hybrid-MB
 * Theme URI: http://mattbusse.com
 * Description: A child theme for MattBusse.com
 * Author: Matt Busse
 * Author URI: http://mattbusse.com
 * Version: 0.2
 * Tags:
 * Template: hybrid
 *
 * Skeleton (which this is based on) 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.
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, 24px 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/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	@import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* 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 {
	/* background:#D5E3ED url('images/bg.png') top left repeat-x; */
        background:#fff;
        font-family:Arial,Helvetica,Sans-serif;
        font-size:medium;
}

#body-container, #container {
	width:760px;
}

	/* Wrapper for everything inside of the body */
	#body-container {
          background-color:transparent;
	/*
          border-left:1px solid #ccc;
          border-right:1px solid #ccc;
          border-top:1px solid #ccc;
	*/
	  margin-top:20px;
          margin-bottom:0px;
	/*
          -moz-border-radius-topleft:10px;
          -moz-border-radius-topright:10px;
          -webkit-border-radius-topleft:10px;
          -webkit-border-radius-topright:10px;
	*/
        }

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, .widget a:link {color:#0066CC; text-decoration:underline}
a:visited, .widget a:visited {color:#404040; text-decoration:underline}
a:hover, .widget a:hover {color:#52A3F4; text-decoration:underline}
a:active, .widget a:active {color:#52A3F4; text-decoration:underline}

#social-links a {
	text-decoration:none
}

#social-links img {
	margin-right:0.5em;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,"Times New Roman",Serif;
        font-weight:lighter;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none !important;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

#twitter_update_list {
  margin:0;
  list-style-type:none;
  font-style:italic;
  color:#646464;
  font-family:georgia, "times new roman", serif;
}

/* Paragraphs */
p, #content li {
	line-height:140%;
	margin-bottom:1em;
}

/* Unordered lists */
ul {
	margin:0 0 18px 1em
}
	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 {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

.wpcf7-form input, .wpcf7-form textarea, #commentform input, #commentform textarea {
	margin-bottom:1em;
	padding:5px;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus, #search-form:focus, #commentform input:focus, #commentform textarea:focus {
	background-color:#FFFBBC;
	border-color:#000;
}
	
/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

img.alignleft, img.align-right {
	margin-bottom:10px;
}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

.post img {
	max-width:460px;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	margin:5px 15px 10px 0
}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
                height:90px;
		text-indent:-9999em;
	}

		/* Site title */
		#site-title {
  
                }

                #logo {
                  float:left;
		  margin-bottom:60px;
                }
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
                  display:none;
                }

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {

}

#navigation {
	background-color:#DBE9EE;
	height:31px;
}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li {}
				#navigation li a {
					background:transparent;
					border:0;
					text-shadow:1px 1px #fff;
				}
				
				#navigation li a:hover {
					background-color:#fff;
					text-decoration:none;
				}
			#primary-menu li.current-menu-item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {

}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {

          width:460px;
        }

		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {
				text-shadow:1px 1px #fff;
			}

		/* Archive and search <div> before posts are listed */
		.archive-info, .search-info {
			margin:0;
			text-shadow:1px 1px #fff;
			text-transform:uppercase;
		}
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		.post, .page, #comments-template {
			margin:0;
			padding:20px 20px 20px 0;
			text-shadow:1px 1px #fff;
		}
		.post-1 {
			margin-top:0 !important;
		}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {
				font-style:normal;			
				line-height:1.2;

			}
                        .entry-title a:link, .entry-title a:visited {color:#000}
                        .entry-title a:hover {color:#52A3F4}
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline, .entry-meta, .sidebar, #footer { font-size:80% }

			/* Full entries - entry-content */
			.entry-content {

			}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link { float:left; margin:1em 0}

			/* Entry metadata */
			.entry-meta {}

		/* 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 {}
		
		/* Sociable */
		.sociable_tagline {
			margin-bottom:1em;
		}
		
		/**
		* 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 {
							background-color:#f7f7f7;
						}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment metadata */
							#comments .comment-meta {}
								#comments .comment-meta 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 #submit {}
							#respond #submit:hover {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {

		}

		/* Before content */
		#utility-before-content {
                  background:#FFFFE6 url('images/alert-fade.png') bottom left repeat-x;
                  border-color:#FBFF94;
                  -moz-border-radius:5px;
                  -webkit-border-radius:5px;
                }

		/* 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 {}
		
		/**
		* Sidebars
		************************************************/
		
		.sidebar {

		}
		
		.sidebar li {
			margin-bottom:0.5em;
		}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	
	#primary, #secondary {
		width:220px
	}
	
	#primary, #secondary {

	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {
					margin-left:1em;
				}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
		margin-top:20px;
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {
					margin-left:1em;
				}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {

        }

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}