/* 
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'); 
	@import url('../hybrid/library/css/drop-downs.css');

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	font-size: 62.5%;
	font-family: Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2.4em;
	background-color: #d5d4d4;
	margin: 0px;
	padding: 0px;
	color: #333;
}

	/* Wrapper for everything inside of the body */
	#body-container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

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

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

/* Headers */
h1 {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	text-transform: lowercase;
	color: #8cc541;
}
h2 {font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	text-transform: lowercase;
	color: #8cc541;}
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 {}
	label {}
	option {}

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

/* Notes */
.note {}

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

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 15px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 15px 0;
	}
.clear {
	clear: both;
	}

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

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

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

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {
	border: 1px solid #29a8e0;
}
	p.wp-caption-text {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	font-family: Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 2px;
	padding: 0px;
}

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

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {
	overflow: hidden;
	width: 950px;
	height: 183px;
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	}

	/* Contains site title and tagline */
	#header {
	overflow: hidden;
	width: 950px;
	height: 183px;
	padding-top: 9px;
	}
		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span { display: none; }
		#site-title {
			padding-top: 173px;
			height: 0px;
			overflow: hidden;
			background-image:url(images/clay-logo.gif);
			background-repeat:no-repeat;}

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

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

/* Wrapper for navigation */
#navigation {
	margin: 0 auto;
	text-transform: lowercase;
	width: 950px;
	height: 47px;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	font-size: 16px;
	}

	/* Page nav */
	#page-nav {
	float: left;
	width: 950px;
	height: 47px;
	}
	
	#page-nav ul {
	list-style: none;
	margin: 0;
	}
	
	#page-nav li {
	float: left;
	background-image: url(images/nav_right_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	#page-nav li a {
	display: block;
	color: #FFF;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 20px;
	text-shadow: 1px 1px 1px #666;
	}
	#page-nav li.current_page_item {
color: #FFC;
}
#navigation li li a {
	height: 28px;
	color: #fff;
	padding-top: 8px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #8cc541;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}

/* Drop-down controls */
#page-nav ul ul, #page-nav ul ul ul {
	width: 220px;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 220px;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 2.65em;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: 0;
	}
#page-nav ul ul {}



/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	overflow: hidden;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/sbbg.gif);
	background-repeat: repeat-y;
}

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

	/* Contains site's main content */
	#content {}

		/* Breadcrumb trail */
		.breadcrumb {
	font-size: 1.4em;
	width: 910px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: lowercase;
	color: #8cc541;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: .8em;
	padding-bottom: .8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29a8e0;
}
.content {
	overflow: hidden;
	float: left;
	width: 540px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: .8em;
	padding-left: 20px;
	clear: both;}

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

		/* Posts */
		.post {
	margin-top: 1em;
}

			/* Post, page, and archive titles */
			.entry-title {
	margin-top: .9231em;
	margin-bottom: .9231em;
}
			.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 p{
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

			/* 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 {
	float: left;
	width: 570px;
	margin-right: 20px;
	margin-left: 20px;
	clear:both;
}

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

	}
	/* Widgets in general */
	.widget {}
		.widget-inside {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aae1;
	padding: 20px;
	margin-right: 20px;
}
			.widget-title {}

	/* Primary widget section */
	
	#primary {
	width: 370px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {
	font-size: 2.2em;
	color: #8cc541;
}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

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

/* Wrapper for the entire footer */
#footer-container {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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

	/* Footer section */
	#footer {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #b9e480;
}
	#footer p {
	line-height: 12px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#footer a {
	color: #b9e480;
	text-decoration: underline;
}
		
		
		
.sociable {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #29a8e0;
	border-top-color: #29a8e0;
}
.sociable .sociable_tagline {
	font-size: 1.6em;
}

#fergcorp_countdowntimer {
	margin-top:-10px;}
#fergcorp_countdowntimer li {
	list-style-type: none;
	font-size: 2.2em;
	color: #8cc541;
	margin-top: 10px;
	margin-botton: 10px;
}
.quotescollection_randomquote p {
	font-size: 1.6em;
	font-style: italic;
	color: #333;
}
#subnav {
	height:2.3em;
	background-color: #7AAD3F;
	margin-top: 1em;
	margin-bottom: 1em;
}


#subnav li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#FFF;
	list-style-type: none;
}
#subnav li.childrenfirst {
	background:url(images/crumbs.gif) no-repeat right center;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#subnav li a {
display:block;
padding:0 15px 0 0;
background:url(images/crumbs.gif) no-repeat right center;
}

#subnav li a:link, #subnav li a:visited {
text-decoration:none;
color:#FFF;
}
#subnav li a:hover, #subnav li a:focus {
	text-decoration: underline;
}

.page-template-pagemenu h1.page-title {
	margin-bottom: 0px;
}