/**
 * 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.2
 * Tags: threaded-comments
 * Template: hybrid
 *
 * Skeleton is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, 24px 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/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	@import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

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

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

/* Contains everything */
body {
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background: #F4F4F4 url('images/bg.gif') 0 0 repeat-x;
	line-height: 1.2em;
}

	/* Wrapper for everything inside of the body */
	#body-container { margin-top: 0;}

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

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

/* Headers */
h1 {}
h2 { margin-bottom: 1.5em; }
h3 {}
h4 {}
h5 {}
h6 {}

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

/* Paragraphs */
p { margin-bottom: 1em; line-height: 150%; }

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
    padding: 10px 25px 5px;
	border: 1px solid #EFEFEF;
	overflow: hidden;
	margin: 25px 40px;
	background: #FAFAFA;
}
	blockquote blockquote {}
	blockquote em { font-style: italic; color: #555; }

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* 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 {
        height: 160px;
        border-bottom: 1px solid #81141D;
        margin: 0;
    }
        
		/* Site title */
		#site-title {
		  color: white;
          font-family: Georgia, serif;
          font-size: 23px;
          display: block;
          line-height: 40px;
          float:right;
          margin: 0;
        }
			#site-title a { color: white; }
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
		    color: white;
            font-family: Georgia, serif;  
			font-size: 18px;
			display: block;
			line-height: 40px;
			float:left;
		}
		#logo {
		    background: url(images/logo.jpg) top left no-repeat;
		    display: block;
		    float: left;
		    text-indent: -9999px;
		    width: 235px;
		    height:115px;
		    margin-top: 5px;
		}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {
    width: auto;
	float: right;
	height: 30px;
	margin: 90px 0 0;
}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li { }
				#primary-menu li a { 
				    padding: 0 0 0 15px;
					color: #fff;
					background: transparent;
					border: 1px solid white;
					border-width: 0 0 0 1px;
					font-size: 18px;
					text-shadow: 1px 1px 1px #333;
					font-weight: bold;
				}
				#primary-menu li.first-menu-item a {
				    border: none;
				}
			#primary-menu li.current-menu-item {}
			#primary-menu li ul, #page-nav li ul { background: #fcfcfc; }
			#primary-menu li li a { color: #333; text-shadow: 1px 1px 1px #fff; line-height: 1.75em; }
			#primary-menu li:hover ul, li.sfHover ul { top: 20px; }
#home_focus {
	margin-top: 10px;
}			
	#featured_container {
		background: #47060B;
		border: 1px solid #72141D;
		width: 600px;
		float: left;
		padding: 4px;
		height: 240px;
		margin-left: 5px;
	}

#featured_slider { float: right; width: 600px; padding: 0; text-align: center; }
            #featured_slider .container { background: transparent; width:600px; height:240px; overflow:hidden; position:relative; }
            .background_slide { padding: 0; background: #fff; }
                    .slides { position:absolute; top:0; left:0; }
                    .slides .slide { position:absolute; top:0; width:600px; display:none; height: 240px; background: #ddd; }
                    .post_image_link { -webkit-transition: opacity .5s ease-out; }
                    .post_image_link:hover { opacity: .7; }
            .slide_content { background: #000; background: rgba(0, 0, 0, 0.8); position: absolute; color: #fff; left: 0; bottom: 0; padding: 15px 20px; width: auto; max-width: 60%; }
                .slide_content h2 { font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; margin-bottom: 0; }
                    .slide_content a { text-decoration: none; }
                    .slide_content a:hover { color: #ddd; }
                .slide_content p { font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 1.3em; color: #ddd; }
#featured_container_rt {
    width: 320px;
    float: right;
    padding: 4px;
    height: 240px;
    margin-right: 5px;
}
    #featured_container_rt .cta {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0,0,0,.3);
        font-size: 18px;
        margin-bottom: .5em;
        text-align: right;
    }

    #cta_4 {
        bottom: -10px;
    }
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
    border: 3px solid #E9E8E8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: white;
	margin-top: 10px;
	padding-top: 20px;
	width: 954px;
}

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

	/* Contains site's main content */
	#content {
	    padding: 0 20px 20px;
		width: 610px;
		text-align: justify;
		float: left;
	}

		/* Breadcrumb trail */
		.breadcrumb {}
			.breadcrumb-trail {}

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

			/* Archive and search page titles. */
			.archive .entry-title, .search .entry-title {
			 font-size: 21px; margin: 0 0 5px 0;
			}
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		.post {}
		.page {}
        .page ul, .post ul {
            list-style: disc outside none;
            margin-left: 35px;
        }
        .page ul li, .post ul li { margin-bottom: .75em; }
			/* Post, page, and 404 page titles */
			.entry-title {}
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

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

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

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {}

		/* 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 { display: none; }

			/* 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 metadata */
							#comments .comment-meta {}
								#comments .comment-meta 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 #submit {}
							#respond #submit:hover {}

		/**
		* 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 { margin-bottom: 25px; }
		.widget-inside {}
			.widget-title { margin-bottom: 10px;}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#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 {}

	/* Subsidiary widget section */
	#subsidiary { 
	   float: right;
	   
	}
		#subsidiary .widget { text-align: right; }
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer { width:600px; display: inline-block; }
        #footer .menu-footer-primary-container { }
        #footer .menu-footer-primary-container ul { 
            list-style: none outside none; 
            margin-bottom: 10px;
            overflow: auto;
            width: 100%;
            min-height: 16px;
        }
        #footer .menu-footer-primary-container ul li { 
            float: left;
        }
        #footer .menu-footer-primary-container ul li a {
            padding: 0 10px;
            color: #666;
            background: transparent;
            border: 1px solid #666;
            border-width: 0 1px 0 0;
            font-size: 13px;
            text-shadow: none;
        }
        #footer .menu-footer-primary-container ul li.last-menu-item a {
            border: none;
        }
        #footer .footer-insert { display: block; padding-left: 10px; font-size: 90% }
		/* Footer extra */
		#footer .copyright { font-size: 90%; }
		#footer .credit {}
