/* 
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('dlb_type.css');
	/*@import url('../hybrid/library/css/dlb_type.css');*/
	/* @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 */
body {background-color: #000033;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	margin: 0px;
	}

	/* Wrapper for everything inside of the body #mainlayer */
	#body-container {
	/*margin-top:auto;
	margin-bottom:auto;*/
	margin-left:auto;
	margin-right:auto;
	visibility: visible;
	text-align:left;
	width: 877px;
	/* height: 766px; */
	position: relative;}

/**
* 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 {}

/* 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 {}

/**
* 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 #topheader */
#header-container {
	visibility: visible;
	text-align:left;
	width: 800px;
	height: 118px;
	top: 0px;
	left: 38px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*padding-top: 30px; */
	}

	/* Contains site title and tagline */
	#header {
		
		margin-left: 150px;
	}

		/* Site title */
		#site-title {
		padding-top:30px;
		}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
 #navigation {}

	/* Page nav  #bottomtabnav */
	#page-nav {
		width:585px;
		top: 0px;
		left: 0px;
		position: relative;
		visibility: visible;
		text-align:left;
		height: 40px;
		background-color: #465f89;
	}
		#page-nav ul {
			/*list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			padding:5px 0 0; */
		}
			#page-nav li {
				display: block;
				margin-top: 0px;
			}
				#page-nav li a {
				color:#666666;
				float:left;
				padding:4px 8px;
				background-color: #FFFFFF;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				text-transform: uppercase;
				margin-left: 1px;
				}
				#page-nav li a:hover {
				color:#333333;
				}
			#page-nav li.current_page_item {
				background:#111111 none repeat scroll 0 0;
				color:#FFFFFF;
			}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {

	}

	/**
	* Content
	************************************************/

	/* Contains site's main content #maincontentwhite */
	#content {
	visibility: visible;
	text-align:left;
	width: 507px;
	min-height:420px;
	max-height:100%;
	top: 0px;
	left: 282px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/toprightwhiterounder.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 40px;
	} 

		/* Breadcrumb trail */
		.breadcrumb {
		margin-top: 2px;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts #maincontent */
		.post {
		/* visibility: visible;
		text-align:left;
		width: 495px;
		min-height: 435px;
		top: 42px;
		left: 45px;
		position: absolute; */
		}

			/* 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 {}

			/* 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 {}

		/**
		* DLB CUSTOM GRAPHIC ELEMENTS
		************************************************/
		
	
	/* sidebar tabs area */
	/* #sidebarnav {
		visibility: visible;
		width: 38px;
		height: 635px;
		top: 100px;
		left: 2px;
		position: absolute;
		border: none;
	} */
	
	#sidebarnav-viewpoint {
	top: 100px;
	left: 2px;
	position:absolute
	}
	
	#sidebarnav-musings {
	top: 426px;
	left: 2px;
	position:absolute
	}
	
	#sidebarnav-markets {
	top: 536px;
	left: 2px;
	position:absolute
	}
	
	
	#davebahnsen {
		visibility: visible;
		text-align:left;
		width: 100px;
		height: 128px;
		top: -100px;
		left: 40px;
		position: absolute;
	}

	#socialback {
		visibility: visible;
		text-align:left;
		width: 254px;
		height: 61px;
		top: 51px;
		left: 340px;
		position: absolute;
		filter:alpha(opacity=12);
		opacity:0.12;
		background-image: url(images/socialback.gif);
		background-repeat: no-repeat;
	}

	
	#social {
		visibility: visible;
		text-align:center;
		width: 254px;
		height: 41px;
		top: 46px;
		left: 339px;
		position: absolute;
		margin-top: 20px;
	}

	#arrow {
		visibility: visible;
		text-align:center;
		width: 9px;
		height: 18px;
		top: 45px;
		left: 0px;
		position: absolute;
		background-image: url(images/arrow.gif);
	}
		
	.followdave {
		padding-left: 10px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 7px;
	}

	.socialicons {
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

		/**
		* 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 {
	visibility: visible;
	text-align:left;
	width: 204px;
	height: 626px;
	top: 100px;
	left: 40px;
	position: absolute;
	background-color: #e3a010;
	background-image: url(images/sidebarbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	}
		#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 {
		visibility: visible;
		text-align:left;
		width: 585px;
		height:104px;
		top:-18px;
		left: 284px;
		position:relative;
		background-color: #465f89;
		background-image: url(images/bottomrightbluerounder.gif);
		background-repeat: no-repeat;
		background-position: right bottom; 
		padding: 0;
		}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
			#footer .copyright {}
			#footer .credit {}