/* 
Theme Name: Skeleton
Theme URI: http://themehybrid.com/themes/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
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'); */

@import url('../hybrid/library/css/drop-downs.css');
@import url('extra.css');
/**
* Body
************************************************/

/* Contains everything */
body {
	background: #693;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* Wrapper for everything inside of the body */
#body-container {
	background: #fff url(images/bg.png) repeat-y;
	width: 920px;
	margin: 15px auto;
	font-size: 1.4em;
	line-height: 1.5;
}

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

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

/* Headers */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; color: #363; }
h2, h3, h4, h5, h6 { font-size: 1.4em; line-height: 1.4; }
h1 { font-size: 2.2em; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em { color: #693; }
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p { margin-bottom: 25px; }
#easy_sign_up p { margin-bottom: 15px; }
#easy_sign_up .form-controls { padding-bottom: 5px; }

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

/* Ordered lists */
ol { margin-bottom: 25px; }
	ol li { margin-left: 20px; }

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

/* Blockquotes */
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 3px solid #a7c48a;
	color: #999;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

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

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

/* Forms */
form {}
	input, textarea {
		border: 1px solid #ccc;
		background: #fff url(images/input-text-bg.png) repeat-x top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding: 6px;
		/* CSS3 */
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	textarea {
		background: #fff url(images/textarea-bg.png) repeat-x top;
	}
	.button, #sub {
		background: #693 url(images/input-btn-bg.png) repeat-x top;
		border: none;
		color: #fff;
		padding: 8px 16px;
		cursor: pointer;
	}
	#easy_sign_up .form-btn { float: right; }
	label {
		display: block;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.required { color: #693; }
	option {}

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

/* Notes */
.note {}

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

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.right, .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

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

/* Normal images */
img {}
a img {}

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

/* Thumbnails */
.thumbnail { margin-bottom: 10px; margin-left: 10px; float: right; }

/* WP Captions [caption] */
.wp-caption {
	background: #e1e1e1;
	margin-bottom: 25px;
	padding: 10px 0 10px 10px;
	/* CSS3 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.wp-caption img {}
	.wp-caption p {
		font-family: Georgia, "Times New Roman", Times, serif; color: #363;
		font-style: italic;
		color: #666;
		padding-top: 5px;
		text-align: center;
		margin: 0;
	}

/* Gallery [gallery] */
.gallery {}
.gallery-item {
	background: #e1e1e1;
	width: auto !important ;
	padding: 10px;
	margin: 0 10px 10px 0 !important ;
	/* CSS3 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery-caption {
	font-family: Georgia, "Times New Roman", Times, serif; color: #363;
	font-style: italic;
	color: #666;
	padding-top: 5px;
	text-align: center;
	margin: 0;
}
	.gallery img { border: none !important ; }

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {
	background: url(images/header-bg.png) top left no-repeat;
	padding-top: 65px;
	padding-left: 35px;
	height: 140px;
}

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

		/* Site title */
		#site-title {
		}
			#site-title a {
				display: block;
				width: 385px;
				height: 93px;
				background: url(images/logo.png) no-repeat;
				text-indent: -9999px;
			}
				#site-title a span {
				}

		/* Site description/tagline */
		#site-description { text-indent: -9999px; }

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

/* Wrapper for navigation */
#navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #navigation { /* IE6 */
	height: 1%;
}
*:first-child+html #navigation { /* IE7 */
	min-height: 1px;
}

#navigation {
	width: 850px;
	background: #693 url(images/nav-bg.png) repeat-x;
	margin-left: 35px;
	/* CSS3 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: 0 4px 6px #888;
	-webkit-box-shadow: 0 4px 6px #888;
	box-shadow: 0 4px 6px #888;
}

	/* Page nav */
	#page-nav {}
		#page-nav ul {
			list-style: none;
			float: left;
		}
			#page-nav li {
				float: left;
			}
				#page-nav li a {
					display: block;
					padding: 11px 0 11px 16px;
					color: #fff;
					text-decoration: none;
				}
			#page-nav li.current_page_item {}

#page-nav ul.children {
	background: #363;
	margin: 8px 0 0 5px;
	width: 14em;
	-moz-box-shadow: 0 4px 6px #888;
	-webkit-box-shadow: 0 4px 6px #888;
	box-shadow: 0 4px 6px #888;
}
#page-nav ul.children li a {
	padding: 7px 12px 11px 12px;
	border-top: 1px solid #693;
	line-height: 1.2em;
	color: #fff;
}
#page-nav ul.children li a:hover {
	background: #693;
}
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #container { /* IE6 */
	height: 1%;
}
*:first-child+html #container { /* IE7 */
	min-height: 1px;
}
#container {}
#container ul {
	margin-bottom: 25px;
}
#container ul li {
	list-style: url(images/bullet.png);
	margin-left: 15px;
}

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

	/* Contains site's main content */
	#content {
		width: 590px;
		margin: 0 25px 25px 35px;
		float: left;
	}

		/* Breadcrumb trail */
		.breadcrumb {
			width: 816px;
			background: #693 url(images/breadcrumb-bg.png) repeat-x;
			border: 1px solid #ccc;
			padding: 11px 16px;
			margin-top: 20px;
			clear: both;
			/* CSS3 */
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {
			border-bottom: 3px solid #e1e1e1;
		}
		.author-info p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #666;
		}
		.category-info { margin-top: 25px; }
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 2.2em;
				margin-bottom: 20px;
			}
			.entry-title a {
				color: #363;
				text-decoration: none;
			}
			.entry-title a:hover {
				color: #693;
			}
			.single-title {}
			.page-title {}
			.hentry {
				margin-top: 25px;
				border-bottom: 6px solid #e1e1e1;
			}
			body.archive .hentry {
				border-bottom: 6px solid #e1e1e1;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {
				font-size: 1.4em;
				color: #693;
			}
			.category-title {
				font-size: 2.2em;
				color: #693;
			}
			.date-title {}
			.search-title {}
			.tag-title {}

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

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

			/* 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 {
				color: #693;
				margin-bottom: 25px;
			}
			.comment-author { font-weight: bold; }
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed { display: none; }

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							background: #eee;
							padding: 10px;
							margin: 0 0 10px 0;
							list-style: none;
							/* CSS3 */
							border-radius: 5px;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						}
							#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 {
								float: right;
								margin: 0 0 15px 15px;
							}

							/* Comment meta data */
							#comments .comment-meta-data { margin-bottom: 25px; }
								#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 {
					border: 1px solid #a7c48a;
					background: #e8f0e1 url(images/widget-bg.png) repeat-x top left;
					padding: 20px;
					margin-bottom: 25px;
					/* CSS3 */
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}

					/* 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 { margin-top: 35px; }

		/* 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 {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		width: 235px;
		margin-right: 35px;
		margin-top: 85px;
		float: right;
	}
	#primary p { margin-bottom: 0; }
	body.home #primary {
		margin-top: 35px;
	}
		#primary .widget {
			margin-bottom: 20px;
		}
			#primary .widget-inside {}
				#primary .widget-title {
					border: 1px solid #a7c48a;
					background: #e8f0e1 url(images/widgetsmall-bg.png) repeat-x top left;
					text-align: center;
					margin-bottom: 15px;
					padding: 15px;
					/* CSS3 */
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
				#primary .widget ul { margin-bottom: 0; }
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
		width: 235px;
		margin-right: 35px;
		float: right;
		clear: right;
	}
	#secondary table {
		background: #FF9933;
		width: 205px;
	}
		#secondary .widget {
			border: 1px solid #a7c48a;
			background: #e8f0e1 url(images/widgetsmall-bg.png) repeat-x top left;
			margin-bottom: 15px;
			padding: 15px;
			/* CSS3 */
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
			#secondary .widget-inside {}
				#secondary .widget-title {
					text-align: center;
					margin-bottom: 15px;
				}
				#secondary .widget ul { margin-bottom: 0; }
					#secondary .widget ul li {
						margin-bottom: 5px;
					}

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

/* Wrapper for the entire footer */
#footer-container {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left 100%;
	padding: 0 35px 0 35px;
}

	/* Subsidiary widget section */
	#subsidiary {
		background: #e8f0e1 url(images/widget-bg.png) repeat-x top left;
		border: 1px solid #a7c48a;
		margin-bottom: 10px;
		/* CSS3 */
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#subsidiary:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	* html #subsidiary { /* IE6 */
		height: 1%;
		}
	*:first-child+html #subsidiary { /* IE7 */
		min-height: 1px;
		}
	#subsidiary ul li {
		list-style: url(images/bullet.png);
		margin-left: 15px;
		margin-bottom: 5px;
	}
		#subsidiary .widget {
			float: left;
			width: 232px;
			padding: 25px;
		}
		#subsidiary #easy_sign_up_name, #subsidiary #easy_sign_up_email, #subsidiary #ns_widget_mailchimp-email-2 {
			width: 218px;
		}
		#subsidiary .button {
			margin-top: 15px;
		}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {
					margin-bottom: 15px;
				}

	/* Footer section */
	#footer {
		text-align: center;
		padding-bottom: 5px;
	}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
