/**
 * 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
 *http://dessous-diary.com/?p=104
 * 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
************************************************/
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

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

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

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');
/* Contains everything */


body {
	background-color: #ECECEC;
	font-family: 'Courier', Times,Times New Roman, serif;
	z-index: 1;
	}

	/* Wrapper for everything inside of the body */
	#body-container {
	background-color: #fff;
	margin: 4em auto 0px;
	padding: 20px;
	overflow: visible;
	width: 990px;
	}
	

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

/* Hyperlinks */
a:link {color: #66CDAA;}
a:visited {}
a:hover {color: #66CDAA;}
a:active {color: #66CDAA;}

/* Headers */
h1 {font-family: 'Courier', Arial, serif; font-weight: normal sans-serif;}
h2 {font-family: 'Courier', Arial, serif; font-weight: normal sans-serif;font-size: 18px; }
h3 {font-family: 'Courier', Arial, serif; font-weight: normal sans-serif; font-size: 16px;}
h4 {font-family: 'Courier', Georgia,Times,Times New Roman, serif; text-align: center;font-weight: normal}
h5 {}
h6 {}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover{text-decoration: none !important;}
h1 a:hover, h2 a:hover, h3 a:hover{	opacity: 0.5;}
h1 a:hover {
	-webkit-transform:  scale(0.9, 0.9);
    -moz-transform:  scale(0.9, 0.9);
    -ms-transform:  scale(0.9, 0.9);
    transform:  scale(0.9, 0.9);
}


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

/* 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 {border: 0px;}
	.wp-caption img {border: 0px solid #CCCCCC;}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}
	
	.gallery-item {width: 31% !important;}
	.gallery-caption{
		color: #666666;
   		font-size: 0.9em;
    	font-style: italic;
    	}

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {
	float: left;
	}

	/* Contains site title and tagline */
	#header {margin: 0px;}

		/* Site title */
		#site-title {}
			#site-title a {
				background-image: url("images/101soapbubbles.jpg");
    			background-position: center top;
    			background-repeat: no-repeat;
    			display: block;
    			height: 125px;
				width: 990px;		
			}
				#site-title a span {display: none;}

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

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

/* Wrapper for entire menu area */
#primary-menu {
	float: left;
	width: 500px;
	}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {
	
	}
	#primary-menu, #navigation {
	margin: 3em 0em 0em 0em;
	}
		/* Menu list. */
		#primary-menu ul {}
			#primary-menu li {text-align: center;}
				#primary-menu li a {
				background-color: transparent !important;
				border: none; 
				font-family: 'Courier', Arial, serif; font-weight: 400 sans-serif;
				text-transform: uppercase;
				letter-spacing: 2px;
				}
			#primary-menu li.current-menu-item {}
			#primary-menu .menu-item-24, #primary-menu .menu-item-25{ float: left;}


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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background-color: #fff;
	margin: 0.5em 0em 3em 0em;
	width: 990px;	
	}

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

	/* Contains site's main content */
	#content {padding: 10px 10px 10px 10px; margin-top: 1em; width: 620px;}

		/* 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-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {margin: 0px;}
		.hentry img{ border: 0px solid #CCC;}
		.post {margin-top: 1em;}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {
			font-size: 21px;
			font-family: 'Courier', Arial, sans-serif; 
			font-weight: 400;
			margin: 5px 0px 0px 0px;
			letter-spacing: 2px;
			text-align: left;
			text-transform: uppercase;
			line-height: 24px;
			}
			
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {font-size: 75%; font-family: 'Courier', Georgia,Times,Times New Roman, serif; text-align: left;}
			.byline a{color: #66CDAA !important;}

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

			
			.entry-content p{text-align: left;}
			
			/* Excerpts (introduced) */
			.entry-summary {}

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

				/* More link <!--more--> */
				a.more-link {color: #66CDAA;}

			/* Entry metadata */
			.entry-meta {
				background-image: url("images/xxx.png");
    			background-position: center bottom;
    			background-repeat: repeat-x;
    			border-bottom: double black 3px; 			
				font-size: 75%;
				font-family: 'Courier', Georgia,Times,Times New Roman, serif;
				text-align: center;
				min-height: 30px;
				width: 610px;
				}
			.entry-meta a{color: #66CDAA !important;}
			#gallery-1 img{
			border: 1px solid #CFCFCF !important;}
	
			.entry-meta .category{
			display: none;
			}
		/* Post series */
		.series {} 
			.series-title {}
			

		/* Navigation links */
		.navigation-links {width: 610px;}
			.navigation-links .previous {color: #66CDAA;}
			.navigation-links .next {color: #66CDAA;}

		/* 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 {margin-top: 3em;}

			/* Comments section headers/titles */
			.comments-header {text-align: center;}
			#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 {}
						
						
					.comments-link a{color: #66CDAA !important;}
					.post-edit-link a{color: #66CDAA !important;}

				/* Main comment form div */
				#respond {text-align: center;}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {font-family: 'Courier', Georgia,Times,Times New Roman, serif;}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond #submit {font-family: 'Courier', Georgia,Times,Times New Roman, serif;}
							#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 {}
		.widget-inside {}
			.widget-title {}
			.widget a{text-decoration: none;}

	/* Primary widget section */
	#primary {	
	background-image: url("images/zick.png");
    			background-position: left;
    			background-repeat: repeat-y;
		padding: 6px 10px 10px 25px;
		margin: 30px 0em 2em 0em;
		height: 100%;
		text-align: center;
		width: 300px;
		}
		#primary .widget {padding-top: 10px;}
			#primary .widget-inside {font-family: 'Arial', verdana sans-serif !important; font-size: 85%;}
				#primary .widget-title {
					font-size: 15px;
				 	font-family: 'Courier',Arial, sans-serif;
				 	font-weight: 300;
				 	color: #111111;
    				letter-spacing: 2px;
 				 	text-transform: uppercase;
 				 	padding: 1em 0px 0px 0px;
 				 	margin: 0px 0px 5px 0em;
					}
				#primary .widget ul {
				list-style: none; 
				list-style-position: inside;
				margin: 0px 0px 21px 0em;
				}
					#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-color: transparent !important;
	display: block;
	font-family: 'Courier', Georgia,Times,Times New Roman, serif;
	padding: 0px;	
	margin: 0em 0px 0px 0px;
	}

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

	/* Footer section */
	#footer {
		border-top: 15px solid #1C1919;
		color: #1C1919 !important;
		font-style: normal;
		padding-top: 15px;
		text-align: center;
	}
		#footer a{color: #1C1919 !important; font-size: 12px;}

		/* Footer extra */
		#footer .copyright {font-size: 75%;}
		#footer .credit {font-size: 75%;}

.log-in-out a{color: #66CDAA;}


/**
* Extra
************************************************/
		
.twitter-follow-button{
	margin-left: 82px; 
}

.textwidget ol li{ list-style: none;}

.textwidget ol {
	margin: 0em !important;
}

.blogroll a{
	color: #464646;
}

.post_tag {
	display: none;	
}
