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

	/* Wrapper for everything inside of the body */
	#body-container {}

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

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

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

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

/* Paragraphs */
p {

padding-bottom:5px;
}



/* Unordered lists */
ul {

padding-left:20px;
}
	ul li {}

/* Ordered lists */
ol {

padding-left:20px;
}
	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 {}
	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] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

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

/* Avatars */
.avatar {}

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

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

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


		
	}

		/* Breadcrumb trail */
		.breadcrumb {}

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

		/* Posts */
		.post {
			padding-bottom:40px;
		
		}

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

			/* Full entries */
			.entry-content 
			{
				margin-top:10px;
				margin-bottom:10px;
			}

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

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {
					padding-top:120px;
					
				}

			/* Post meta data */
			.post-meta-data {
			margin-top:20px;
			
			}

		/* 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 {
					background: url(/wp-content/themes/hybrid/library/images/success-bg.gif);
					border:1px solid #9F9F9F;
					padding:20px;
					margin-bottom:20px;
								
				}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {width:250px;}
							#respond input {}
						#respond .form-email {width:250px;}
						#respond .form-url {width:250px;}
						#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 {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary { padding-left:40px;}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

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

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

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {margin-left:200px;margin-top:30px;font-size:8pt;}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
		
		
body
{
	padding:35px;
	font: 0.75em/1.5 'helvetica neue', Helvetica, Arial, Sans-serif;
	color: #000;
	  
}		
	
	
/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #21759b;
	}
a:hover, a:active {
	color: #21759b;
	text-decoration: underline;
	}	
	
h2#site-title
{
	display:inline;
	font-size:30pt;

}

h1
{
font-size:22pt;
}

h4
{
	display:inline;
	font-size:26pt;
	color:grey;

}

h4.title
{
  margin-left:40px;	
}
	
h2.post-title
{
	font-size:15pt;
	
}

#site-title
{
	font-size:30pt;
}

.entry-meta
{
	border:1px solid #9F9F9F;
	padding:5px 7px 5px 7px;
	font-size:8pt;
	background: url(/wp-content/themes/hybrid/library/images/success-bg.gif);
	margin-top:5px;
	margin-bottom:5px;
}

#newnav ul
{
  margin-left:180px;

}

#newnav span
{
	border:1px solid #9F9F9F;
	padding:5px 7px 5px 7px;
	font-size:8pt;
	background: url(/wp-content/themes/hybrid/library/images/success-bg.gif);
	width:50px;
	display:block;
	float:left;
	height:27px;
}


#newnav li.last
{
border-right:1px solid #9F9F9F;


}


#newnav li
{
	float:left;
	list-style:none;
	background-color:white;
	height:30px;
	padding-top:10px;
	border-left:1px solid #9F9F9F;
	padding-left:20px;
	padding-right:20px;

}

#newnav
{
  display:block;
  width:100%;
  background: url(/wp-content/themes/hybrid/library/images/success-bg.gif);
  height:40px;
  border:1px solid #9F9F9F;
  margin-top:20px;
  margin-bottom:30px;
  font-family:arial;
}
	
	

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}


.single-entry > p:first-child
{
	font-size:12pt;
	color:#21759B;
}

p.teaser
{
	font-size:12pt;
	color:#21759B;
}

.inner_content
{
	
	width:490px;
	float:left;
}

.rightnav
{
	float:left;
	width:10px;
	margin-left:20px;
	margin-top:40px;
}

ul.tags
{
	font-size:8pt;
}

ul.tags  li
{
	border:1px solid #21759B;
	display:inline;
	float:left;
	clear:both;
	padding:1px 4px 1px 3px;
	margin-bottom:4px;
	color:#21759B;

}

ul.tags  li.selected
{

	background-color:#21759B;
	color:white;
	
}

ul.tags  li.selected a
{
	color:white;
}

ul.tags  li span
{
	padding-right:18px;
}

div.about  span
{
  background-color:#808080;
  color:white;
  padding-left:4px;
  padding-right:4px;
}

div.about span a
{
	color:white;
}

div.about span a:hover
{
	text-decoration:none;
}

.search-text
{
	float:left;
	width:110px;
}

.search-form input.button
{
	width:60px;
	padding:0px;
	font-size:9pt;
	float:left;
    padding-bottom:3px;
	margin-left:5px;
}

#search-1
{
	width:200px;
	margin-left:20px;
  
}

.search
{
	padding-bottom:40px;
}


.cform fieldset {
	background:white none repeat scroll 0 0;
	border:none;
	margin-top:10px;
	padding:5px 0 15px;
	width:490px;
	margin-left:0px;
}

.cf-fs1 legend
{
	display:none;
}

#sendbutton
{

	padding:0px;
	font-size:9pt;

}