/* 
Theme Name: BlondeMomBlog
Theme URI: http://bluehouseblogs.com/
Description: A child of the Hybrid theme framework designed for http://blondemomblog.com
Author: Justin Tadlock and Daisy Olsen
Author URI: http://bluehouseblogs.com
Version: 0.1.1
Tags: BlondeMomBlog
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('css/screen.css');  */
	 
/**
* Body
************************************************/

/* Contains everything */
body {
font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
font-size:12px;
margin:0;
padding:0;
text-align:center;
	background:#DCD3CE none repeat scroll 0 0;
	color:#333333;
	}

	/* Wrapper for everything inside of the body */
	#body-container {
		background:#FFFFFF none repeat scroll 0 0;
		margin:20px auto;
overflow:hidden;
text-align:left;
width:1000px;
border:1px solid #3A291F;
		}

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

/* Hyperlinks */
a:link {color:#8C0000;}
a:visited {color:#8C0000;}
a:hover {color:#8C0000;
text-decoration:underline;}
a:active {color:#8C0000;}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

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

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

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

/* Defition lists */
dl {margin:0;}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Object */
object {}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: #eee repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

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

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
/**
* Images
************************************************/
.post img {
	max-width: 545px;
	}
/* Normal images */
img {padding:5px;}
a img {}

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

/* Thumbnails */
.thumbnail {	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;}

/* Captions */
.wp-caption {
	max-width: 545px;
	padding: 4px 4px 4px 4px;
	background: #DCD3CE ;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 543px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Avatars */
.avatar {}

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

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

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a {
				background:transparent url(images/bmbheader.gif) no-repeat scroll 99px 5px;
				color:#FFFFFF;
				display:block;
				float:none;
				height:190px;
				padding-top:1px;
				width:960px;
				}
				#site-title a span {display:none;}

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

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

/* Wrapper for navigation */
#navigation {
	margin:0 auto;
	width:98%;
	}

	/* Page nav */
	#page-nav {
		float:none;
		margin:0;
		width:100%
		}
		#page-nav ul {background-color:#BAA99F;
			color:#F2EEEC;
			font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
			line-height:18px;
			margin-left:0;
			margin-top:0;
			padding-bottom:5px;
			padding-left:0;
			padding-top:5px;
			text-align:center;
			width:100%;
			}
			#page-nav li {
			display:inline;
			}
				#page-nav li a {
				background:#BAA99F none repeat scroll 0 0;
color:#F9F9F9;
float:none;
margin-right:0 auto;
padding:3px 12px;}

#page-nav ul li a:hover{
background:#F2EEEC none repeat scroll 0 0;
color:#3A291F;}

			#page-nav li.current_page_item {}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	overflow: hidden;
	}

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

	/* Contains site's main content */
#content, #primary, #secondary {
	position: relative;
	padding-top: 12px;
	}
#content {
	width: 555px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px dashed #BAA99F;
	border-left:1px dashed #BAA99F;
	}


		/* Breadcrumb trail */
		.breadcrumb {border-bottom:1px dashed #BAA99F;
margin-bottom:10px;
padding-bottom:10px;}

		/* 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 a {color:#8C0000;
			font-size:24px;
			text-decoration:none;
			}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {color:#DCD3CE;}
			.byline a {color:#884400;}

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

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

				/* Using <!--nextpage--> */
/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #999 !important;
	background: #DCD3CE;
	border: 1px solid #eee;
	}

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

			/* Post meta data */
			.post-meta-data {}

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

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

		/* 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 {list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
}
						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {background:#F2EEEC none repeat scroll 0 0;
border:1px solid #573D2E;
margin-bottom:15px;
padding:5px;
min-height:95px;
}
							#comments li li {border:none;
							margin:15px;}
								#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 {background:#FFFFFF none repeat scroll 0 0;
border:1px solid #BBBBBB;
float:left;
margin:0 15px 0 5px;
padding:5px;
height:40px;
width:40px;}

							/* 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 {}
/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font-weight: bold;
	color: #eee;
	background: #BAA99F;
	border: none;
	}
.button:hover {
	cursor: pointer;
background:#F2EEEC none repeat scroll 0 0;
color:#3A291F;
	}
.search-form input {
	margin-right: 9px;
	}
		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {padding:10px;
		margin-bottom:10px;}

		/* Before content */
		#utility-before-content {background:#DCD3CE ;}

		/* After content */
		#utility-after-content {background:#DCD3CE ;}

		/* After post but before comments */
		#utility-after-single {background:#DCD3CE ;}

		/* After page but before comments */
		#utility-after-page {background:#DCD3CE ;}

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

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

	/* Widgets in general */
	.widget {text-align:left;
	margin-bottom:10px;}
		.widget-inside a {background-color:#FFFFFF;}
		.widget-inside a:hover {
color:#000000;}

.widget-inside a:link, .widget-inside a:visited {
text-decoration:none;
}
			.widget-title {}
			.widget ul li {list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

	/* Primary widget section */
	#primary {
float:left;
width:190px;
padding:10px;

}
		#primary .widget {margin-bottom:10px;
		}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {margin-left:0;}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {		
float:right;
width:190px;
padding:10px;
}
		#secondary .widget {margin-bottom:10px;		
	}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {margin-left:0;}
					#secondary .widget ul li {}

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

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
#subsidiary {
border-top:1px solid #999;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #072145;
	}
#subsidiary a {
	color: #aaa;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
	}

	/* Footer section */
	#footer {clear: both;
	background:#BAA99F none repeat scroll 0 0;
	margin:8px;
	color:#FFFFFF;
font-size:90%;
margin:10px 0 0;
padding:3px;
text-align:center;
}

#footer a, #footer a:hover {
color:#FFFFFF;
text-decoration:none;
}
		/* Footer extra */
		p.copyright {margin:0px;}
		p.credit {margin:0px;}
