/* 
Theme Name: Skeleton2
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: Chris Carvey after 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'); */

/**/
/*kill all padding and margins*/

*{
	margin:0;padding:0;
	}
	
img, div, input { behavior: url("iepngfix.htc") }
		
p{
				margin-bottom:10px;
				}
/* Body
************************************************/

/* Contains everything */
body {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:9.75pt;
	line-height:1.4em;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		position:relative;
		    background:transparent url(images/bg_page3.jpg) center top no-repeat;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a,a:visited {
	text-decoration:underline;
	color:#1f2880;
	font-weight:bold;
	padding:2px;
}

a:hover,a:active{
	color:#fff;
	text-decoration:none;
	background-color:#282e6c;
}


a.active{
	color:#fff;
	text-decoration:none;
	background-color:#282e6c;
	padding:2px;
}

a.addthis_button, a.addthis_button:hover, a.addthis_button:active{ background-color:transparent;}

a.nobg1, a.nobg1:hover, a.nobg1:active{ background-color:transparent;}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}

h4.active span{
	color:#fff;
	text-decoration:none;
	background-color:#282e6c;
	padding:2px;
}

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 {
		font-weight:bold;
	margin-bottom:5px;
	}
	dd {
	margin-bottom:10px;	
	}

/* 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-right:20px;margin-bottom:20px;}
.right, .alignright {float:right;margin-left:20px;margin-bottom:20px;}
.center, .aligncenter {text-align:center;margin:0 auto;}
.block, .alignnone {}
.clear {clear:both;}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
/*.wp-caption {float:right;margin-left:20px;margin-bottom:20px;font-size:.85em;}*/
	.wp-caption img {border:1px solid #ddd;}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
position:relative;
z-index:5;
background:transparent url(images/hdr_conversations2.png) center top no-repeat;
height:202px;
}

	/* Contains site title and tagline */
	#header {
		position:relative;
		width:980px;
		margin:0 auto 0 auto;
		}

		/* Site title */
		#site-title {
			text-indent:-999em;overflow:hidden;
			}
			
		#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			text-indent:-999em;overflow:hidden;
			}
		
		#logo{
			position:absolute;top:80px;left:220px;
			}
			
/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	width:500px;
height:50px;
position:absolute;
top:20px;
}

	/* Page nav */
	#page-nav {}
		#page-nav ul {
			list-style-type:none;
			}
			
			#page-nav li {
				display:inline;
				padding:2px;
			}
				#page-nav li a {
					font-size:11px;
					font-weight:bold;
					display:inline;
					text-transform:uppercase;
				
				}
			#page-nav li.current_page_item {}

/**
* Containers below the header and 
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	position:relative;
	z-index:1;
	top:0;
	width:100%;
	min-height:475px;
    /*background:transparent url(images/bg_page3.jpg) center top no-repeat;*/
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
	position:relative;
	top:0;
	margin:0 auto;
	width:980px;
	min-height:475px;
	}

	#leftcol{
		float:left;
		width:200px;
	}
	
	#rightcol{
		float:left;
		top:0;
		width:200px;
		margin-left:25px;
	}
		/* Breadcrumb trail */
		.breadcrumb {
			margin-bottom:17px;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			overflow: hidden;
			margin: 0 0 8px 0;
		}
		
		.post h2{
			font-size:1em;
			}

			/* Post, page, and archive titles */
			.entry-title {
				/*font-size: 24px;*/
			margin: 0 0 7px 0;
			font-weight: normal;
			padding-top:4px;
			line-height:1.25em;
			/*font-style: italic;*/
			}
			
			.single-title {}
			
			.page-title {
				padding-top:5px;
				margin: 0 0 10px 0;
				font-size:1em;
				
			}
			
			.page-title a {
				background-color:#000;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				
			}
			
			.section-title {
			padding-top:5px;
			margin: 0 0 10px 0;
			font-size:1em;
			}
			
			.section-title a {
				
				background-color:#000;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				margin: 0 0 15px 0;
				font-style: italic;
				color: #666;
			}
			

			/* Full entries */
			.entry-content {
				overflow: hidden;
				margin: 0 0 10px 0;
			}

			/* 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 {
			font-style: italic;
			color: #666;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {margin-left:30px;}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/
		
		/* 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 */
		.form-submit{
			padding-top:20px;
		}
		fieldset{
			border-style:none;
		}
		.text-input {
			display: block;
			padding: 3px 6px;
			width: 97%;
			}
		#comments-template label {
			font-size: .9em;
			}

		/* Respond textarea */
		textarea {
			width: 98%;
			}

		/* Submit and reset 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;
			}
			
			

		/* 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:transparent url(images/spacer.gif) center top no-repeat;
	height:50px;
	position:relative;
	z-index:5;
	
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
	background-color:transparent;
	width:980px;
	margin:0 auto;
	font-size:8pt;
	}
	
	#footer p{
		background-color:transparent;
		width:980px;
	}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
		#bottombar{
			height:30px;
			line-height:30px;
			padding-bottom:10px;
			}

		#bottombar div{
			float:left;
			width:166px;
			height:32px;
		}

		#bottombar div img.gleft{
			float:left;
		}

		#footer{
			background-color:transparent;
			width:980px;
			margin:0 auto;
		}

		#footer p{
			background-color:transparent;
			width:980px;
		}

		.clrflt{
			height:1%;
			margin:0;
			padding:0;
			clear:both !important;
		}
			span.label,span.spacer,span.multiple span {width:120px;float:left;}
	span.multiple {float:left;}
	span.button {padding-left:120px;}
	div.clear {clear:both;padding-top:5px;}
        form span input {margin:5px 0;}
        select{margin:5px 0;}
form .button { border-style:none;}