/* 
Theme Name: Not Done Living
Author: Ricky Buchanan
Version: 0.1
Template: hybrid
*/


/* Colour Set
 *
 * Background: #F0F0F5
 * Text: #000
 * Accent: #006600
 * Secondary: #004700
 *
 */

/* Eric Meyer's reset.css */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}center{text-align:left}

/**
* Body
************************************************/

/* Contains everything */
body {
	color: #000000;
	font: 100% Verdan, Verdana, Helvetica, Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:1000px;
	background-color: #F0F0F5;
}

	/* Wrapper for everything inside of the body */
#body-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


/**
* Styles for perfect multi-column liquid layouts
* http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts
************************************************/

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleft,
.colmid,
.colright {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding: 0;
	overflow:hidden;
}

/* 2 Column (double page) settings */
.doublepage {
	background:#e9e8e3;		/* right column background colour */
}

.doublepage.alt-color {
	background:#F0F0F5;	
}

.doublepage .colleft {
	right:50%;			/* right column width */
	background:#F0F0F5;		/* left column background colour */
}
.doublepage.alt-color .colleft {
	background:#e9e8e3;
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.fullpage {
	background: #F0F0F5;		/* page background colour */
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}


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

/* Hyperlinks */
a:link { color: #006600; }
a:visited { color: #004700; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
	color: #666;
	margin-bottom: 0.25em;
	margin-top: 1em;
	clear: left;	
	line-height: 1.25em;
}

h1#site-title a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: #006600 !important;
}

h1, h1 a { font-size: 1.75em;}
h2, h2 a, h3#reply-title { font-size: 1.65em; }
h3, h3 a { font-size: 1.38em; }
h4, h4 a { font-size: 1.3em; }
h5, h5 a { font-size: 1.2em; }
h6, h6 a { font-size: 1.1em; }

/* Text elements */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
cite {
	font-style: italic;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #666666;
}
abbr {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	margin-bottom: 1em;
}

/* Unordered lists */
ul {
	list-style-position: inside;
	padding-left: 20px;
}
ul li {
	list-style-type: disc;
	padding-bottom: 0.5em;
}

/* Ordered lists */
ol {
	list-style-position: inside;
	padding-left: 20px;
}
ol li {
	padding-bottom: 0.5em;
}

/* Defition lists */
dl {}
dt {
	font-weight: bold;
}
dd { 
	padding-left: 20px; 
}

/* quotes */
blockquote {
	border-left: 5px solid #006600;
	font-style: italic;
	background-color: #F0EEE1;
	padding: 20px;
	margin: 1em 10%;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {
	font-family: "Courier New", Courier, mono;
}
pre {
	font-family: "Courier New", Courier, mono;
}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {
	padding: 20px;
	margin: 1em;
	background-color: #006600;
	border-color: #000;
	border-style: solid;
	border-width: thin;
}

.note a {
	color: #F0F0F5;
	font-weight: bold;	
}

.important {
	padding: 20px;
	margin: 1em;
	background-color: #f00;
	border-style: solid;
	border-width: thin;
	font-weight: bold;
}

/* Warnings/Alerts */
.warning, .alert {
	padding: 20px;
	margin: 1em;
	background-color: #f79913;
	border-style: solid;
	border-width: thin;
}

/* Errors */
.error {
	padding: 20px;
	margin: 1em;
	background-color: #f00;
	border-style: solid;
	border-width: thin;
	font-weight: bold;
}

/* Alignment */
.left, .alignleft {
	float: left; 
	margin: 0 20px 20px 0; 
}
.right, .alignright {
	float: right; 
	margin: 0 0 20px 20px;
}
.center, .aligncenter {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.block, .alignnone {
	display: block;
}
.clear {
	clear: both;
}

/**
* Images
************************************************/

/* Normal images */
img {
	border: 2px outset #f5f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* a img { border: none;}
*/

/* WP Smilies */
img.wp-smiley {
	border: 0;
	display: inline;
	clear: none !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

img.tracker {
	border: 0;
	display: inline;
	clear: none !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
 }

/* WP.com stats */
img#wp-stats {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

/* Thumbnails */
.thumbnail-wrap {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	height: 100px;
	width: 100px;
}
.thumbnail {
	display: block;
	padding: 0;
	margin: 0 auto;
	max-width: 100px;
	max-height: 100px;
}

.taxonomy img.thumbnail {
	float: left;
	margin-right: 20px;
}

/* WP Captions [caption] */
.wp-caption {
	padding: 20px;
	background-color: #F0EEE1;
	border: 2px outset #f5f5f5;
	text-align: center;
	margin-bottom: 1em;
}
.wp-caption p {
	margin: 0; 
	padding-top: 5px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #666;
}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {
}

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

/* Contains entire header */
#header-container {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	background-color: #F0F0F5;
}

	/* Contains site title and tagline */
#header {
	width: 1000px;
}

#header #site-title a {
	text-decoration: none;
	font-size: 60px;
	font-weight: bold;
	color: #006600;
}

#header #site-description {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	padding-bottom: 1em;
	font-style: italic;
	margin-left: 20px;
}

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

/*Main navigation */
#primary-menu {
	background: #006600;
	float: left;
	width: 100%;
	height: 2.5em;
	margin-bottom: 10px;
}

#primary-menu ul {
	margin: 0;
	vertical-align: middle;
}
#primary-menu li {
	float: left;
	list-style-type: none;
}
#primary-menu li a {
	font-weight: bold; 
	display: block;
	color: #F0F0F5;
	text-decoration: none;
	padding: 10px 60px 0 10px;
}

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

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 100%;
}

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

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {
	display: none;
}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}
		
	/* Front page sections */
	.content .feature, .content .toprow .col1, .content .toprow .col2 {
		font-size: 1.2em;
		line-height: 1.25;
	}

		/* Posts */
		.post, .page {
	clear: both;
	background-color: #F0F0F5;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}


			/* Post, page, and archive titles */
			.entry-title {
	padding-top: 20px;
	text-transform: capitalize;
}

		.taxonomy .entry-title {
	clear: none;
}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title, .archive-title { 
	padding: 20px;
	background-color: #F0F0F5;
	text-transform: capitalize;
}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {	font-style: italic; font-size: 0.9em;
	display: none;
}

			/* Full entries */
			.entry-content {
	padding-bottom: 20px;
	}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

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

				/* More link <!--more--> */
				a.more-link {
	display: block;
	font-style: italic;
	padding-bottom: 1em;
}

			/* Post meta data */
			.post-meta-data, .entry-meta {
		clear: both;
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 0;
}

	.entry-meta {
	padding-bottom: 20px;
}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
	display: none;
}
			.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 {	background-color: #F0F0F5;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
				#comments ol { 
					list-style-type: none;
					padding-left: 0;
				}
				
						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							clear: both;
							margin-top: 20px;
							margin-bottom: 20px;
							min-height: 100px;
						}
							#comments li li { margin-left: 50px;}
								#comments li li li { margin-left: 100px;}
					#comments li li li li {  margin-left: 150px;}
																					#comments li li li li { margin-left: 200px;}

						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {
							background: #F0EEE1;
							padding: 20px;
						}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
	float: left;
	max-height: 80px;
	max-width: 80px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

							/* Comment meta data */
							#comments .comment-meta-data {
	text-transform: capitalize;
}
								#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 {}

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

	/* Footer section */
	#footer {
		padding-top: 20px;
	padding-bottom: 20px;
	}

		/* Footer extra */
		#footer .copyright {
		background: F0EEE1;
		float: left;
		width: 50%;
	}
		#footer .credit {
		background: F0EEE1;
		float: right;
		width: 50%;
	}
		
/**
* Misc Weird
************************************************/

/* Sociable */
.sociable {
}

.sociable ul {
	margin: 0;
	padding: 0;
}

.sociable ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1px 4px 0 1px;
}

.sociable ul li.sociablelast {
	float: none;	
}

.sociable img {
	width: 62px;
	height: 78px;
	border: 0;
}

/* Feed reader list */
ul.feedreaderlist { 
width: 100%; 
margin: 0; 
list-style: none; 
text-align: center;
margin-left: auto;
margin-right: auto;
}

ul.feedreaderlist li {
	list-style-type: none;
margin: 0;
padding: 0;
float: left;
}

ul.feedreaderlist li a  {
float: left;
margin-right: 5px;
}

ul.feedreaderlist li a img {
border: 0;
}

#front-top-1 .textwidget form {
	margin-bottom: 20px;
	float: none;
	margin-right: auto;
	margin-left: auto;

}

#front-top-1 .textwidget fieldset, .emailsubscribe fieldset {  
	border: none;
	margin: 0;
	padding: 0;
}

#front-top-1 .textwidget legend, .emailsubscribe legend {
	display: none;
}

#front-top-1 .textwidget fieldset label, .emailsubscribe fieldset label {
	margin-right: 20px;
}

#front-top-1 .textwidget fieldset label:after, .emailsubscribe fieldset label:after {
	 content: ":"
}

#front-top-1 .textwidget fieldset ol {  
	margin: 0;
	padding: 0;
	list-style: none;
}

.emailsubscribe fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#front-top-1 .textwidget fieldset li, .emailsubscribe fieldset ol li {  
	list-style: none;
	display: inline;
	width: auto;
}

#front-top-1 .textwidget fieldset li input {  
	margin-right: 20px;
}

#front-top-2 object {
	padding-top: 20px;
}
