/* 
Theme Name: Skeleton
Theme URI: http://themehybrid.com/themes/skeleton
Description: A custom child theme for use with Hybrid theme.
Author: Ryan Van Etten
Author URI: http://ryanvanetten.com
Version: 0.2.0
Tags: custom
Template: hybrid
*/

/* selected text */
::-moz-selection { background:#8d2;color:#000 }
     ::selection { background:#8d2;color:#000 }

/* a few bits from git.io/normalize */
html { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; } 
q{quotes:"\201C" "\201D" "\2018" "\2019"}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}

* { margin:0 }
body{ width:1000px;margin:0 auto;font:normal .9em Georgia,serif;color:#222; }
#body-container{margin:0 auto}

/* crazy technique for content with sidebars on both sides */
#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}


a{color:#222}a:hover{color:#666}
h1{font-size:1.5em}
h2{}h3{}h4{}h5{}h6{}
h1 a,h2 a,h3 a{text-decoration:none}
p{margin:0 0 1em}

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

img{border:0}a img{border:0}
.thumbnail{}
.wp-caption{}
	.wp-caption img{}
	.wp-caption p{}
.gallery{}
	.gallery img{}
.avatar{}

#header-container{margin:0 0 20px;background:#fff}
	#header{}
		#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{display:none}


#navigation{}
	#page-nav{}
		#page-nav ul{}
			#page-nav li{}
				#page-nav li a{}
			#page-nav li.current_page_item{}

#container{}

	#content{/*width:540px;float:left;margin-right:15px*/}

		.breadcrumb, .breadcrumb-trail, .breadcrumbs { display:none }
		.post { margin:0 0 1em }

			.entry-title{}.entry-title a { font-size:1.5em }

			.byline{margin:0 0 20px;color:#777}
            .byline a{color:#444}.byline a:hover{color:#222}

			.entry-content{line-height:1.3}
			.entry-summary{line-height:1.3}
			.post-meta-data{color:#777}

	.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{}