/* @override http://notdoneliving.net/wp-content/themes/notdoneliving/style.css */

/* 
Theme Name: Not Done Living
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
*/

/*

Background - main: #A5D1D8;
Background - darker: #8db4be;
Link/button colour - #405595;
visited link -
*/

/**
* Body
************************************************/

/* Contains everything */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #A5D1D8;
}

	/* Wrapper for everything inside of the body */
	#body-container {
	width: 75%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}


/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #405595;
}
a:visited {
	color: #315572;}
a:hover {
	color: #1b5555;}
a:active {
	color: #1b5555;
}

/* Headers */
h1, h1 a, .page-title a, .post-title a {
	color: #ffffff;
	font-size: 2em;
	text-decoration: none;
}
h2, .comments-header, h2 a {
	color: #ffffff;	
	font-size: 1.5em;
	text-decoration: none;
}
h3 {
	color: #ffffff;	
	font-size: 1.2em;
	text-decoration: none;
}
h4, h5, h6 {
	color: #ffffff;	
	font-size: 1.1em;
	text-decoration: none;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li { padding-bottom: 1em; }

/* Ordered lists */
ol {}
	ol li { padding-bottom: 1em; }

/* Defition lists */
dl {}
	dt { font-weight: bold; }
	dd { 
	margin-left: 2em;
	padding-bottom: 1em; 
}

/* Blockquotes */
blockquote { 
	background-color: #8db4be; 
	padding: 10px;
	font-style: italic;
}
	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;
	margin-top: 20px;

}
.right, .alignright { 
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.center, .aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.block, .alignnone { display: block;}
.clear { clear: both;}

.left.top, .alignleft.top, .right.top, .alignright.top, .center.top, .aligncenter.top { 
	margin-top: 0;
}
.left.bottom, .alignleft.bottom, .right.bottom, .alignright.bottom, .center.bottom, .aligncenter.bottom { 
	margin-bottom: 0;
}



/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

img.gentlebooks {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* WP Smilies */
img.wp-smiley { border: 0;}

/* Thumbnails */
.thumbnail { 
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* WP Captions [caption] */
.wp-caption {
	border-style: outset;
	border-width: thin;
	padding: 10px;
	background-color: #8db4be;
	border-color: #000;
}
	.wp-caption img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
	.wp-caption p {
	width: 100%;
	font-size: 0.85em;
	text-align: center;
}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar { border: 0; padding-right:  10px; padding-bottom: 10px;}


/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title { display: none; }
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation { display: none; }

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {}
				#page-nav li a {}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb { font-style: italic; }

		/* 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 a {	text-decoration: none;}
			.single-title a {	text-decoration: none;}
			.page-title a { text-decoration: none; font-size: 2em; }
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline { display: none; }

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				.other-pages {	
					text-align: center;
					font-size: 1.5em;	
					text-decoration: none;
					border: 1px solid #171f3f;
					color: #000000;
					padding-left: 5px;
					padding-right: 5px;
					margin-left: 5px;
					margin-right: 5px;
				}
				
				.other-pages ul {
					list-style: none;
				}	
				
				.other-pages ul li {
					display: inline;
				}	

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				font-style: italic;
				clear: both;
			}
			
			.post-meta-data span.categories {
				display: none;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
	width: 100%;
		margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	font-size: 1.25em;
	font-weight: bold;
}
			.navigation-links .previous {float: left;}
			.navigation-links .next {float: right;}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

	/**
	* Sociable plug-in
	************************************************/
	.sociable {
	margin-top: 20px;
}
	
	.sociable ul {
		display: inline;
		margin: 0 !important;
		padding: 0 !important;
	}
	.sociable ul li {
		background: none;
		display: inline !important;
		list-style-type: none;
		margin: 0;
		padding: 1px;
	}
	.sociable ul li:before { content: ""; }
	.sociable img {
		float: none;
		width: 62px;
		height: 78px;
		border: 0;
		margin: 0;
		padding: 0;
	}

	/**
	* Comments template
	************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {
	text-transform: capitalize;
}

			/* Comments closed paragraph */
			p.comments-closed { display: none; }

				/* Main comments section */
				#comments {}
					#comments ol {
	list-style-type: none;
}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li .comment-text { clear: both; 	border-bottom: thin solid #000;
}
							#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 {}

			#comments ol.children {
	margin-top: 1em;
}

							/* Comment avatars */
							#comments .avatar { float: left; }

							/* Comment meta data */
							#comments .comment-meta-data { font-size: 0.9em; font-style: italic; }
								#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 {}


		/* Goes with avatar changing prompt in functions.php */
		#respond .change-avatar {
			text-align:center;
			float:right;
			width:160px;
			border:1px solid #666666;
			background: silver;
			padding: 5px;
			position: relative;
			top: -25px;
		}
		
		#respond .change-avatar h4 {
			width: 100%;
			font-variant: small-caps;
			font-weight: bold;
			margin: 0 0 5px;
			font-size: 1em;
		}
		
		#respond .change-avatar span {
			font-size: 1em;
			margin-top: 5px;
			display: block;
		}
		
		#respond .change-avatar img {
			float: none;
			margin: 10px;
		}


					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
					#respond form label {
	width: 50px;
}
						#respond .form-author {}
							#respond input { display: block;}
							#respond input#subscribe { display: inline; }
						#respond .form-email {}
						#respond .form-url {}
			#respond .form-textarea {}
			#respond .form-textarea label {
}
							#respond textarea  { display: block;}
						#respond #submit {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font-size: .9em;
	font-weight: bold;
	color: #eee;
	background: #405595;
	border: none;
}
						#respond .reset-comment.button { display: none; }
						#respond .comment-action {}
						#respond .comment-action .subscribe-to-comments {
	font-size: 0.9em;
}
						#respond .comment-policy {
	font-size: 0.8em;
	font-style: italic;
}


		/**
		* 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 {
	clear: both;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

	/* Subsidiary widget section */
	#subsidiary { width: 100%; 
	border-top-style: solid;
}
		#subsidiary .widget { width: 50%; float: left;}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright { float: left; margin-bottom: 1em; 	border-top-style: solid;
		padding-top: 1em;
}
		#footer .credit { float: right; margin-bottom: 1em; padding-bottom: 1em; }

/**
* Front page stuff
************************************************/

.front-left {
	align: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.front-right {
	align: right;
	clear: right;
	margin-left: 10px;

}

/* front page images */
img.alignleft.size-full.wp-image-170.frontpage, img.alignleft.size-full.wp-image-171.frontpage {
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.alignright.size-full.wp-image-172.frontpage, img.alignright.size-full.wp-image-173.frontpage {
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wp-pagenavi {
	text-align: center;
	font-size: 1.5em;	
	display: block;
	clear:  left;
}

.wp-pagenavi a, .wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #171f3f;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.wp-pagenavi .current {
	color: gray;
}

.wp-pagenavi .pages {
	display: block;
}


#commentluv img {
	vertical-align: middle;
}

.advert.before-single {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;	
}
