/* 



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'); */







/**



* Body



************************************************/







/* Contains everything */



body {



	width:960px;

	margin: 10px auto;

	background-color:#000;



}







	/* Wrapper for everything inside of the body */



	#body-container {

		

	font-family:Verdana, Geneva, sans-serif;

	font-size: 12px; 

	line-height: 16px;

	color:#ccc;

		

		

		

	}







/**



* Elements



************************************************/







/* Hyperlinks */



a:link { color:#eee; text-decoration:none;}



a:visited {color:#eee; text-decoration:none;}



a:hover {color:#fff; text-decoration:underline;}



a:active {color:#eee;text-decoration:none;}







/* Headers */



h1 {font-size:26px; font-weight:normal;}



h2 {font-size:20px; font-weight:normal;}



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 {}



	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, option, select, textarea { background-color:#111; border:1px solid #333; color:#eee;}



	label {}



	option {}







/* Drop caps */



.drop-cap {	}







/* Notes */



.note {}







/* Warnings/Alerts */



.warning, .alert {}







/* Errors */



.error {}







/* Downloads */



.download {}







/* Alignment */



.left, .alignleft {}



.right, .alignright {}



.center, .aligncenter {}



.block, .alignnone {}



.clear {}







/**



* Images



************************************************/







/* Normal images */



img {}



a img {}







/* WP Smilies */



img.wp-smiley {}







/* Thumbnails */



.thumbnail {}







/* WP Captions [caption] */



.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background-color: #333;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end captions */




/* Gallery [gallery] */



.gallery {}



	.gallery img {

border: none; /*2px solid #333;*/
padding: 15px 2px 15px 2px;

}







/* Avatars */



.avatar {}







/**



* Header



************************************************/







/* Contains entire header */



#header-container {
height:199px; background-color:#000; display:block;	
margin-bottom:5px;

/*background-url: http://webhelpla.com/amadea/wp-content/uploads/2009/02/amadeaheader-960.jpg
background: url("http://webhelpla.com/amadea/wp-content/uploads/2009/02/amadeaheader-960.jpg") 
no-repeat top center;*/
	}

	/* Contains site title and tagline */

	#header {
	}
		/* Site title */

		#site-title {}

			#site-title a {}

				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* 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 {	
	margin-left:14px;

/*		padding: 5px 20px 20px 20px;*/

	}
		/* Breadcrumb trail */

		.breadcrumb { font-size: 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 {}

			.single-title {}



			.page-title {}



			.attachment-title {}



			.error-404-title {}



			.author-title {}



			.category-title {}



			.date-title {}



			.search-title {}



			.tag-title {}







			/* Author and date byline */

			.byline {}

			/* Full entries */

			.entry-content {}
			
			.entry-content  h2{
				font-size:18px;
				line-height:20px;
				
				}

			/* 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 {}

			#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)



	************************************************/







	/* Widgets in general */



	.widget {}



		.widget-inside {}



			.widget-title {}







	/* Primary widget section */



	#primary {
		right:215px;



	



	}

	

	#primary h2, #primary h3 {font-size:14px; font-weight:bold; border-bottom:1px solid #666;}



		#primary .widget {}



			#primary .widget-inside {}



				#primary .widget-title {}



				#primary .widget ul {margin-left:0; padding-left:0;}



					#primary .widget ul li {font-size:11px; }







	/* Secondary widget section */



	#secondary {
		margin-right:-200px;
		padding-left: 7px;
		margin-left: 7px;
		width: 170px;
		border-left: 1px solid #444;
		}



		#secondary .widget {}



			#secondary .widget-inside {}



				#secondary .widget-title {}



				#secondary .widget ul {}



					#secondary .widget ul li {}







/**



* Footer



************************************************/







/* Wrapper for the entire footer */



#footer-container {#color: #ccc;}







	/* Subsidiary widget section */



	#subsidiary {}



		#subsidiary .widget {}



			#subsidiary .widget-inside {}



				#subsidiary .widget-title {}







	/* Footer section */



	#footer {
		border-top: 1px solid #444; 
		text-align: center;
		margin-top:20px;
		}







		/* Footer extra */



		#footer .copyright {font-size: 11px;}



		#footer .credit {}

		

		/* AA: Pages navigation menu */

		

		ul.pages

			{

			width: 196px;

			\width: 198px;

			w\idth: 196px;

			padding: 0px;

			/*border: 1px solid #666;*/

			border-top: 0px;

			margin: 0px;

			font: 11px verdana,helvetica,arial,sans-serif;

			color:#ccc;

			background-color: #000;

                        margin-top:20px;

			}



		ul.pages li

			{

				list-style: none;

				margin: 0px;

				border: 0px;

				border-top: 1px solid #222;

			}

			

		ul.pages li a, ul.pages li ul li a

			{
			display: block;
			width: 180px;
			\width: 208px;
			w\idth: 180px;
			padding: 4px 8px 4px 8px;
			border: 0px;
			background-color: #000;
			text-decoration: none;
			font-weight:bold;

			}

			



		ul.pages li a:link { color: #ddd; }

		ul.pages li a:visited {color:#ddd;}

		ul.pages li a:hover, ul.pages li.current_page_item a:hover
			{
			border-color: #333;
			color: #fff;
			background-color: #900;
			}

		ul.pages li.page_item , ul.pages li.page_item a {

			}
		ul.pages li.current_page_item a	{background-color:#900; color:#Fff;}			
		ul.pages li.current_page_item ul li a {background-color:#000;}
		ul.pages li.page_item ul li.current_page_item a {background-color:#900; color:#Fff;}		
		ul.pages li ul li a
			{
			display: block;
			width: 170px;
			\width: 198px;
			w\idth: 170px;
			font-weight:normal;
			}			


		ul.pages {
		    padding-left:0;
		    margin-left:0;
		}

		ul.pages li.page_item ul li.page_item a {
		    padding-left:18px;}

		ul.pages li ul {
		    padding-left:0px;
		    margin-left:0px;
		/*border-left:10px solid #000;*/
		}

		/* end pages navigation */		
		
/* extra styling */

a.button-link, a.button-link:hover, a.button-link:active {border: 1px solid #333; padding: 3px 5px 5px 3px; text-decoration:none; margin: 3px;}

#primary h3 {border:none;}

#recaptcha_response_field {color: #eee; }

#site-title, #site-description, #navigation {display:none;}