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

/* reset.css */
	@import url('css/reset.css'); 

/* plugin css */
	@import url('css/easySlider.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 {
	text-align:center;
	font:11px/16px verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		background:url("images/bg-wrap.jpg") repeat-y;
		width: 882px;
		text-align:left;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

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

/* Hyperlinks */
a:link {color:#2d66a7; text-decoration:underline; outline:none; font-weight:bold;}
a:visited {color:#2d66a7; text-decoration:underline; outline:none; font-weight:bold;}
a:hover {color:#2d66a7; text-decoration:underline; outline:none;	font-weight:bold;}
a:active {color:#2d66a7; text-decoration:underline; outline:none;	font-weight:bold;}

/* Headers */
h1 {font-size:1.6em;	color:#c45d01;}
h2 {font-size:1.2em; color:#C45D01;}
h3 {font-size:1.0em; color:#C45D01;}
h4 {font-size:1.0em; color:#000;}
h5 {font-size:1.0em; color:#000;}
h6 {font-size:1.0em; color:#000;}

/* 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 {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {clear:both;}

/**
* 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 {
	position:relative;
	background:url("images/masthead.jpg");
	height:144px;
	width: 882px;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title{
				position:absolute;
				left:11px;
				width:472px;
				top:2px;
				height:112px; 
			}
				#site-title span {
					display:none;
				}

		#header_contact {
		color:#FFFFFF;
		font-size:1.8em;
		font-weight:bold;
		left:520px;
		position:absolute;
		top:54px;
		width:345px;		}

		/* Site description/tagline */
		#site-description {}

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

/* Wrapper for navigation */
#navigation {}

	/* Page nav */
	#page-nav {}
		#page-nav ul {
		
		}
			#page-nav li {
				float:left;
				position:relative;
				margin-right:2px;
			}
				#page-nav li a {
					display:block;
					position:relative;
					padding:5px 5px 3px;
					font-size:1.3em;
					text-decoration:none;
				}
				#page-nav li a:hover {
					text-decoration:underline;
				}
			#page-nav li.current_page_item {background-color:#ffffff;}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {margin-bottom:10px;}

	/**
	* Content
	************************************************/
	#header-graphic {
	height:320px;
	float:left;
	width:488px;
	}
	
	#sidebar {
		float:left;
		background-color:#ffffff;
		margin:0 0 5px;
		padding:5px;
		width:872px;
		height:330px;
	}
	
	#sidebar #bna { height:280px; width:381px; background:url("images/bna.jpg") 0 0 no-repeat; position:relative; float:right;} /* sets height for all non-flash headers */

	#contactinfo {
		float:left;
		background-color:#ffffff;
		padding:15px;
		margin:5px 0;
		width:852px;
	}
		#contact_form{
			width: 270px;
			float:left;
			font-family: verdana, Arial, Helvetica, sans-serif;
			position:relative;
			margin-right:-1px;
			z-index:999;
		}
		
		#contact_form form#cformsform {
			margin-bottom:15px !important;
			float:left;
			margin-right:15px !important;
			margin-top:0px;
		}
		#facebook_link, #twitter_link, #googlemaps_link {
			display:block;
			width:64px;
			height:64px;
			background-color:#ffffff;
			background-position:center center;
			background-repeat:no-repeat;
			margin-bottom:10px;
			float:right;
			padding:2px 0 2px 2px;
			border-right:1px solid #5096ca;
		}
		#contact_form .showing{
			border:1px solid #5096ca;
			border-right:none;
		}
		#facebook_link {
			background-image: url('images/facebook-64x64.jpg');
		}
		#twitter_link {
			background-image: url('images/twitter-64x64.jpg');
		}
		#googlemaps_link {
			background-image: url('images/google_maps.jpg');
		}
	
	#show_socialmedia {
		width:548px;
		height:308px;
		float:left;
		border:1px solid #5096ca;
	}
		.social_feed {
			padding:3px 0 3px 50px;
			margin:0 auto;
			overflow:hidden;
		}
		.facebook_feed, .googlemaps, .twitter_feed {
			display:none;
		}
			.aktt_tweets li{
				margin:5px 0 10px;
			}
	.googlemaps iframe {
		float:left;
	}
	.googlemaps small {
		padding:0 10px;
	}
	.googlemaps .vcard {
		float:left;
		width:176px;
		padding:0 10px;
	}
		.fn {
			font-weight:bold;
		}
		.region, .postal-code {
			padding-left:5px;
		}
	/* Contains site's main content */
	#content {	
		background-color:#ffffff;
		padding-top:17px;
		padding-bottom:17px;
		width:882px;
		margin:0 0 5px;
	}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content ol, #content p {margin-left: 45px; margin-right:40px; }
	#content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content ol, #content p {margin-top:10px; margin-bottom:8px; }
	#content img	{margin-left:20px; margin-right:20px; float:left;}
	#content p,#content ul,#content ol { color:#2d66a7; font-size:12px; line-height:20px;}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* 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 ul{ padding:0 40px; margin:10px 0;}
			.entry-content ul li { list-style-type:disc;}

			/* 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 {}
		#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 {
	background:url("images/footer-bg.jpg") 0 0 repeat-x;
	width:100%;
	text-align:center;
}

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

	/* Footer section */
	#footer {
		width:882px; text-align:right;		
		margin: 0 auto;
		padding:10px 0;
		}
	
	#footer p {
		color:#2197bd;
		margin:0 0 10px;
		}
	
	#footer a:link, #footer a:visited { color:#2f86af; }
	#footer a:hover, #footer a:active { color:#000; }
	
	#footer ul {margin:10px;}
		#footer li { /* if your li's float, you can adjust border height w/ line-height */
			padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
			display: inline;
			border-left: 1px solid #2f86af;
			}
		#footer li.first { border: none; }

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
