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

*{margin:0}
body{width:1000px;margin:0 auto}#container{overflow:hidden;padding-left:250px;padding-right:250px}#content,#primary,#secondary{position:relative;float:left;padding-bottom:20010px;margin-bottom:-20000px}#content{width:100%}#primary{background:#fff;width:240px;right:250px;margin-right:10px;margin-left:-100%}#secondary{background:#fff;width:240px;margin-right:-250px;margin-left:10px}#footer{clear:both}* html #secondary{left:250px}
body{font:normal 90% Georgia,serif;color:#111}
#body-container{margin:0 auto}

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

a{color:#444}a:hover{color:#222}

h1{font:bold 150% Georgia,serif}
h2{}h3{}h4{}h5{}h6{}
h1 a,h2 a,h3 a{text-decoration:none}

strong{}em{}cite{}abbr{}acronym{}sup{}sub{}address{}ins{}dfn{}del{}

p{margin:0 0 1em}
ul{}ul li{}
ul.menu li{}
ol{}ol li{}

blockquote{}
blockquote blockquote{}
blockquote em{}
object{}

table{}caption{}tr{}th{}td{}
form{}textarea{}input{}label{}option{}
.drop-cap{}.note{}.warning, .alert{}.error{}.download{}

.left,.alignleft{}
.right,.alignright{}
.center,.aligncenter{}
.block,.alignnone{}
.clear{}

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

/* Normal images */
img{border:0}a img{border:0}

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

/* Thumbnails */
.thumbnail{}

/* WP Captions [caption] */
.wp-caption{}
	.wp-caption img{}
	.wp-caption p{}

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

/* Avatars */
.avatar{}

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

/* Contains entire header */
#header-container{margin:0 0 20px;background:#fff}

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

		/* Site title */
		#site-title{background:#000}
			#site-title a{font:bold 225% Impact,Georgia,serif;font-style:italic;color:#fff;text-decoration:none}
				#site-title a span{}

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

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

/* Wrapper for navigation */
#navigation{}

	/* Page nav */
	#page-nav{}
		#page-nav ul{}
			#page-nav li{}
				#page-nav li a{}
			#page-nav li.current_page_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:540px;float:left;margin-right:15px*/}

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

		/* Archive and search <div> before posts are listed */
		.author-info{}
		.category-info{}
		.date-info{}
		.search-info{}
		.tag-info{}

		/* Posts */
		.post{margin:0 0 1em}

			/* Post, page, and archive titles */
			.entry-title{}.entry-title a{font-size:150%}
			.single-title{}
			.page-title{}
			.attachment-title{}
			.error-404-title{}
			.author-title{}
			.category-title{}
			.date-title{}
			.search-title{}
			.tag-title{}

			/* Author and date byline */
			.byline{margin:0 0 20px;color:#777}.byline a{color:#444}.byline a:hover{color:#222}

			/* Full entries */
			.entry-content{line-height:125%}

			/* 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{color:#777}.post-meta-data a{color:#444}.post-meta-data a:hover{color:#222}

		/* 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)
	************************************************/
	.widget{margin:0 0 2em}.widget-inside{}.widget-title{}

	#primary{/*width:300px;float:left;margin-right:15px;background:#e6e6e6*/}
		#primary .widget{}
			#primary .widget-inside{}
				#primary .widget-title{}
				#primary .widget ul{}
					#primary .widget ul li{}
	#secondary{/*float:left;width:150px;background:#e6e6e6*/}
		#secondary .widget{}
			#secondary .widget-inside{}
				#secondary .widget-title{}
				#secondary .widget ul{}
					#secondary .widget ul li{}

#footer-container{clear:both}
	#subsidiary{}
		#subsidiary .widget{}
			#subsidiary .widget-inside{}
				#subsidiary .widget-title{}
	#footer{}
		#footer .copyright{}
		#footer .credit{}