/* @override 
	http://unended.local/blog/wp-content/themes/unended/style.css
	http://unended.com/blog/wp-content/themes/unended/style.css
*/

/*
Theme Name: UNENDED
Theme URI: http://unended.com/
Description: UNENDED HTML5/CSS3 WP3.0 Theme
Author: Patrick Ashamalla
Version: 3.0
Tags: Awesomeness.
*/
html,body { 
	 background-color: #3b3b3b;  
}
html,body,#wrapper, header, section, footer, #auxiliary { display:block }
#wrapper, header, section, footer, #auxiliary { position:relative; }
body {
	font-size: 62.5%;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2","Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a4a4a;
	padding: 0 4em 0 0;
	background: transparent url(/blog/wp-content/themes/unended/images/bg_hatch.png);
}
#wrapper {
	width: 96em;
	background: transparent url(/blog/wp-content/themes/unended/images/bg_body-hatch_grey.png) right top repeat-y;
	background-image: url(/blog/wp-content/themes/unended/images/bg_body-hatch_grey.png), url(/blog/wp-content/themes/unended/images/bg_noise_grey.jpg);
	background-position: right top, left top;
	/*background-color: #e7feff;*/
	background-repeat: repeat-y, repeat;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 7.2em;
	border-right: .6em solid #1a1a1a;
}
h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h6 a { display: block; }
a { color: #548eaf; text-decoration: none;}
/*a:hover { color: #5e8e00; }*/
a:hover {
	text-decoration: underline;
}
strong { font-weight:bold; }
em { font-style: italic; }
q:before { content: '“'; }
q:after { content: '”'; }

::-moz-selection{ background: #4a4a4a; color:#fff; text-shadow: none; }
::selection { background: #4a4a4a; color:#fff; text-shadow: none; } 

/* Header */
header {
	font-size: 1em;
	margin-bottom: 8em;
}
header h1 a,
header strong a {
	background-color: #3b3b3b;
	padding: 1.1em .6em .4em .4em;
	margin: 0 2.0em 0 -.1em;
	line-height: 1em;
	display: block;
	font-family: "apertura-1","apertura-2",sans-serif;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	float: left;
	font-size: 2em;
	font-weight: normal;
	width: 4.5em;
	color: #aad3d4;
}
header h1 a span.tagline {
	display: none;
}
header nav a {
	font-family: "camingodos-web-1","camingodos-web-2","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 2.2em .3em 1em;
	margin-right: .7em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	float: left;
	background-color: inherit;
	-webkit-transition-delay: 0,0;
	-webkit-transition-duration: .1s,0;
	-webkit-transition-property: background-color,color;
	-webkit-transition-timing-function: ease,ease;
	
	-moz-transition-delay: 0;
	-moz-transition-duration: .1s;
	-moz-transition-property: background-color;
	-moz-transition-timing-function: ease;
}
header nav a:hover,
header h1 a:hover {
	background-color: #aad3d4;
	color: #fff;
	text-decoration: none;
	
	-webkit-transition-delay: 0,0;
	-webkit-transition-duration: .3s,0;
	-webkit-transition-property: background-color,color;
	-webkit-transition-timing-function: ease,ease;
	
	-moz-transition-delay: 0;
	-moz-transition-duration: .3s;
	-moz-transition-property: background-color;
	-moz-transition-timing-function: ease;
}
header nav .current_page_item a {
	background-color: #3b3b3b;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	color: #aad3d4;
}

/* @group Section */

section#content {
	font-size: 1em;
	padding-bottom: 1em;
	margin-bottom: 4em;	
}
section.entry,
.comment-data,
section#comments {
	font-size: 1.3em;
	line-height: 1.6em;
	display: block;
	overflow: visible;
}
section.post {
	margin-bottom: 3em;
}
section.entry,
section.comment-data {
	width: 46.428em;
}
section.comment-data h5 {
	font-size: .8em;
	cursor: default;
}



/* @group Entries */

section.entry {
	position: relative;
	text-shadow: #d5eaeb 0 1px 0;
	padding-bottom: 6.5em;
	
}
section.books section.entry {
	width: 73.65em;
}


section.entry ol,
section.entry ul {
	padding-left: 3em;
	padding-bottom: 1.5em;
}
section.entry ol li  {
	padding-left: .5em;
	list-style: decimal-leading-zero outside none;
}
section.entry ul li {
	list-style: circle outside none;
}
section.entry div.entry-meta ul li {
	list-style: none;
}
section.entry div.entry-meta ul {
	display: block;
	padding-left: 0;
	padding-bottom: 0;
	/* background-color: #9ed6da; */
	/* border-right: 2px solid #9ed6da; */
}

section.comment-data {
	/*border-bottom: 1px solid #619497;*/
}

body.home section.comment-data {
	border-bottom: none;
}
section.entry div.entry-meta {
	position: absolute;
	bottom: 0em;
	font-size: .85em;
	width: 100%;
}
section.entry div.entry-meta li {
	cursor: default;
}
section.entry div.entry-meta ul.socialcasting-tools {
	position: absolute;
	left: 30em;
	top: 0em;
	display: none;
}
section.entry pre {
	border: 1px solid #aaa;
	overflow: hidden;

	margin-top: .5em;
	margin-bottom: 2em;
}
section.entry pre code {
	overflow: auto;
	display: block;
	width: 50em;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
section.entry .wp_syntax pre {
	border: none;
	padding: 0;
	overflow: visible;
	margin: 0;
}
section.entry pre code {
	padding: 1em;
}

/* @end */

/* @group Archive */
section.archive,
section.notes {
	margin-bottom: 8em;
}
section.entries {
	width: 61em;;
}
section.archive div.entry,
section.entries .note,
section.entries article.note {
	font-size: 1.3em;
	line-height: 1.5em;
	width: 47em;
	border-top: 1px dotted #a1a1a1;
	padding-bottom: 5em;
	padding-top: 2em;
	position: relative;
	display: block;
}
section.entries .note,
section.entries article.note  {
	padding-bottom: .5em;
	width: 47em;
}
div.entry-meta {
	position: absolute;
	bottom: 2em;
	font-size: .9em;
	color: #aaa;
}
div.entry-meta time {
	color: #333;
}
div.entry div.entry-meta a {
	font-weight: normal;
}
section.entry div.entry-meta span.label,
div.entry div.entry-meta span.label,
section.entries .note div.entry-meta span.label {
	text-transform: uppercase;
	padding-right: .3em;
	letter-spacing: .0em;
}
section.archive div.first,
section.entries article.first,
section.entries div.first {
	border-top: none;
	padding-top: 0;
}
section.archive div.entry time,
section.entries .note time {
	color: #3b3b3b;
	display: block;
	margin-bottom: .2em;
	text-transform: uppercase;
	font-size: .9em;
}
section.archive div.entry h3,
section.entries .note h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: .5em;
	margin-right: 2em;
}
section.archive div.entry p {
	
}



/* @end */

strong.share-title {
	color: #aaa;
	text-shadow: none;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}
aside.sidebar{
	float: right;
	display: block;
	/* background-color: #9ed6da; */
	/*width: 25em;*/
	width: 21.7em;
	margin-right: .3em;
	font-family: "camingodos-web-1","camingodos-web-2","Helvetica Neue","Helvetica","Arial",sans-serif;
}
section .date-mark,
section .tag-mark {
	/* background-color: #9ed6da; */
	color: #c3fcff;
	font-weight: bold;
	cursor: default;
	text-shadow: none;
	padding: 1.5em 1.1em 8em 1em;
	line-height: .9em;
	display: inline-block;
	width: auto;
	font-size: .9em;
	vertical-align: top;
}

section .share-mark {
		
}

section .tag-mark a {
	color: #c3fcff;
	font-size: 1.6em;
	display: block;
	text-shadow: none;
}
p.date-mark time {
	font-size: 1.6em;
	display: block;
}
section h2 {
	font-size: 3em;  /* =76px Based off of 1.4em of the section settings */ /* font-size: 7.6em; */
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 0.86em;
	margin-left: -0.06em;
	width: 115%;
	margin-bottom: .75em;
	text-shadow: none;
	cursor: default;
	display: block;
}
section h2,
section h2 a {
	color: #3b3b3b;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .1s;
	-webkit-transition-property: color; 
	-webkit-transition-timing-function: ease;
	text-shadow: #f1feff 0 1px 0;
	display: block;
}
section h2 a {
	padding-right: .2em;
	display: inline;
	display: inline-block;
}
section h2 a:hover {
	color: #548eaf;
	text-decoration: none;
}
span.entry-mark {
	padding: 0.4em .4em .9em 0;
	color: #1a1a1a;
	/*border-bottom: .4em solid #1a1a1a;*/
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: .05em;
	font-size: 1.2em;
	text-align:left;
	left: 0;
	width: 100%;
	margin-bottom: .4em;
}
section.entry h3 {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .5em;
	text-shadow: none;
	margin-left: -.1em;
	overflow: visible;
}
section p {
	margin-bottom: 1.5em;
}
section a {
	text-shadow: #ecffff 0 0 20px;
	font-weight: 600;
}

/* @group Notes */
section.marks section.entries {
	width: 74em;
}
article.mark {
	margin-bottom: 4em;
	float: left;
	margin-right: 2.7em;
	width: 19.7em;
	border: 1px solid #f9f9f9;
	
	padding: 1em;
	height: 12.7em;
	/*cursor: pointer;*/
	background-color: #f2f2f2;
	-webkit-transition: .3s 0 background-color ease;
	
	box-shadow: #999 0 1px 3px;
	-webkit-box-shadow: #999 0 1px 3px;
	-moz-box-shadow: #999 0 1px 3px;
}
article.mark:hover {
	background-color: #aad3d4;
	-webkit-transition: .3s 0 background-color ease;
}
article.mark h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
article.mark p {
	font-size: 1.1em;
	line-height: 1.5em;
}

/* @end */
section a:hover {
	-webkit-transition-delay: 0,0;
	-webkit-transition-duration: .2s,.2s;
	-webkit-transition-property: background-color,color; 
	-webkit-transition-timing-function: ease,ease;
}

/* @group Books */
ol#bookshelf {
	padding: 3.5em 0 0;
	margin: 3em 0 0;
	overflow: hidden;
}
section.entry ol#bookshelf li {
	list-style: none outside none;
	display: inline-block;
	padding: 0;
	margin: 0 0 6em;
	width: 19.6%;
	height: 16em;
	position: relative;
	text-align: center;
}
ol#bookshelf figure {
	padding: 0;
	margin: 0;
	display: block;
	height: 16em;
	width: 100%;
	position: relative;
	text-align: center;
}
ol#bookshelf figure a {
	display: block;
	height: 16em;
	width: 112px;
	margin: 0 auto;
	position: relative;
}

ol#bookshelf figure img {
	position: absolute;
	bottom: .5em;
	
	box-shadow: #999 0 1px 3px;
	-webkit-box-shadow: #999 0 1px 3px;
	-moz-box-shadow: #999 0 1px 3px;
}
ol#bookshelf figcaption {
	display: block;
	font-size: .85em;
	height: 6em;
	line-height: 1.4em;
	padding: 0.5em .8em 0;
	color: #333;
	text-align: center;
}
ol#bookshelf figcaption a {
	display: block;
}

ol#bookshelf li img {
	font-size: 1em;
	border: 1px solid #f7f7f7;
	margin-right: .2em;
	margin-bottom: -.4em;
}
section.books q {
	font-size: 3.5em;
	font-family: "tangerine-1","tangerine-2",Georgia, "Times New Roman", Times, serif;
	word-spacing: -.06em;
	padding-right: .5em;
	text-shadow: #fff 0 0 .5em;
	display: block;
	clear: both;
}

/* @end */

/* @end */
nav.paging {
	font-size: 1.4em;
	margin-left: -.1em;
}
nav.paging a {
	color: #c3fcff;
	/* background-color: #9ed6da; */
	padding: .375em .714em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: none;
	margin-right: .5em;
}
nav.paging a:hover {
	background-color: #619497;
	-webkit-transition: .3s 0 background-color ease;
}

nav.paging-nav {
	display: block;
	position: relative;
	padding: 1em 0;
	padding-right: 3em;
}
nav.paging-nav a {
	text-transform: uppercase;
	text-align: center;
	padding: 1em;
	font-size: 1.1em;
	background-color: #1a1a1a;
	color: #fff;
	text-shadow: none;
}

nav.paging-nav a:hover {
	background-color: #548eaf;
	text-shadow: none;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .2s 0 background-color ease;
	-moz-transition: .2s 0 background-color ease;
}

section.main-section {
	padding-bottom: 3em;
	margin-bottom: 5em;
}
section.single {
	padding-bottom: 5em;
}

/* Discussion and Comments */
section#comments,
div#comment-form {
	text-shadow: none;
	width: 46.428em;
	background-color: #1a1a1a;
	position: relative;
}
section#comments h3 {
	font-size: 2.4em;
	padding: .9em 0 0 .75em;
}
div#respond h3 {
	font-size: 2.6em;
	padding: .7em 0 0 .9em;
}
section#comments h3,
div#respond h3 {
	letter-spacing: -0.1em;
	font-weight: 600;
	width: auto;
	color: #3b3b3b;
}
div#comment-form {
	font-size: 1.3em;
}
h3#reply-title {
	border-top: 3px solid #e7feff;
}
h3#reply-title a {
	color: #3b3b3b;
	text-shadow: none;
}
h3#reply-title a,
h3#reply-title small a {
	display: inline;
}
h3#reply-title small a {
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	padding: .3em .5em;
}
h3#reply-title small {
	position: absolute;
	margin-top: -.3em;
	right: .3em;
	font-size: .38em;
	letter-spacing: 0em;
	background-color: #1a1a1a;
	/*border: 1px solid #619497;*/
}

h3#reply-title small a:hover {
	color: #fff;
}
li.comment {
	position:relative;
	display: block;
	padding: 2em 2em 2.5em;
	border-bottom: 1px solid #aaa;
	text-shadow: #000 0 -1px 0;
	color: #bbb;
}
li.comment a {
	text-shadow: #333 0 -1px 0;
	/*font-weight: normal;*/
}
li.comment a:hover,
#commentform p.logged-in-as a:hover {
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: color; 
	-webkit-transition-timing-function: ease;
}

/* @group Comment Form */

#commentform {
	position:relative;
	padding: 2em 2em 5em;
	font-size: 1.2em;
}
#commentform p.logged-in-as {
	color: #bbb;
}
#commentform p.logged-in-as a {
	text-shadow: none;
}
#commentform textarea,
#commentform input {
	border: 1px solid #000;
}
#commentform textarea {
	width: 100%;
	resize: vertical;
	-moz-resize: vertical;
}
#commentform p {
	margin-bottom: 1em;
}
#commentform input {
	height: 2em;
	vertical-align: bottom;
	margin-left: 0;
	width: 32.7em;
	position: absolute;

	border-left: none;
}
#commentform label {
	width: 8.7em;
	display: inline-block;
	color: #9ed6da;
	background-color: #333;
	line-height: 2em;
	text-align: right;
	padding-right: .5em;
	vertical-align: bottom;
	text-shadow: none;
	margin-right: 0;
}
#commentform label.passive {
	display: none;
}
#commentform button,
#commentform input#submit {
	border: 1px solid #619497;
	background-color: #1a1a1a;
	color: #fff;
	padding: .8em;
	position: absolute;
	font-size: .9em;
	right: 2.2em;
	text-shadow: none;
	cursor: pointer;
	height: auto;
	width: auto;
}
#commentform button:hover,
#commentform input#submit:hover,
h3#reply-title small a:hover {
	background-color: #548eaf;
	-webkit-transition: .2s 0 background-color ease;
	-moz-transition: .2s 0 background-color ease;
}

/* @end */
div.comment {
	display: block;
	
}
div#comment-form {
	width: 54.9em; /*width: 42.428em;*/
	font-size:1.1em;
	position:relative;;
}
span.comment-author {
	font-size: 1.2em;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
}
span.comment-author {
	color: #fdfdfd;
}
span.comment-author,
cite a {
	text-shadow: #000 0 -1px 0;
}
div.comment-meta {
	font-size: 0.85em;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #666;
	padding: .5em 0 2em 2.4em;
	/*text-shadow: #aaa 0 -1px 0;*/
}

/* Sidebar */
h3.widget-title {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: .05em;
	font-size: 1.1em;
	/*color: #8db1b1;*/
	color: #3b3b3b;
	cursor: default;
}
aside.sidebar ul {
	/*background: #d0e8e8 url(images/bg_wedge.png) left bottom no-repeat;*/
	border-top:1px solid #3b3b3b;
	padding: .7em 1.1em 2.2em 0;
	margin-bottom: 2em;
}
aside.sidebar ul ul {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0;
}
aside.sidebar ul li {
	font-size: 1.1em;
	padding: .4em 0;
}

aside.sidebar ul li a:hover {
	background-color: #548eaf;
	color: #fff;
	text-decoration: none;
}
aside.sidebar li.widget_deliciousplus li {
	margin-bottom: .5em;
}
aside.sidebar li h3 {
	padding-bottom: .4em;
}
aside.sidebar li h3 a {
	color: #3b3b3b;
	display: inline;
	display: inline-block;
}
aside.sidebar li h3 a:hover {
	color: #548eaf;
	background-color: transparent;
	
}
li.twitter-item {
	overflow: hidden;
}
aside.sidebar .label {
	font-weight: bold;
	display: block;
}
.twitter-timestamp {
	display: block;
	margin-bottom: .5em;
	color: #8db1b1;
}

/* Auxiliary */
#widget-content {
	margin-bottom: 6em;
}
#auxiliary {
	font-size: 1em;
}
#auxiliary h4 {
	padding: 0.4em 1em .9em 0;
	color: #1a1a1a;
	/*border-bottom: .4em solid #1a1a1a;*/
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: .05em;
	font-size: 1.2em;
	text-align:left;
	left: 0;
	width: 9.7em;
	margin-bottom: .4em;
	/*font-size: 1.2em;
	background-color: #1a1a1a;
	padding: .8em;
	color: #bbb;*/
}
#posts-list {
	padding-top: 1em;
}
#recent-posts #posts-list li {
	display: inline-block;
	margin-right: 2.7em;
	width: 21.5em;
	background-color: #fff;
	margin-bottom: 3.25em;
	border: 1px solid #fff;
	position: relative;
	height: 20em;
	vertical-align: top;
	font-family: "camingodos-web-1","camingodos-web-2","Helvetica Neue","Helvetica","Arial",sans-serif;
	box-shadow: #999 0 1px 3px;
	-webkit-box-shadow: #999 0 1px 3px;
	-moz-box-shadow: #999 0 1px 3px;
}
#recent-posts #posts-list li.last {
	margin-right: 0;
}
#recent-posts #posts-list li img {
	width: 21.5em;
	height: 12em;
	/*-webkit-box-shadow: inset 0 0 5px #1a1a1a;
	-moz-box-shadow: inset 0 0 5px #1a1a1a;
	box-shadow: inset 0 0 5px #1a1a1a;*/
}
#recent-posts #posts-list li h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding: .84em .84em .3em;
}
#recent-posts #posts-list li p {
	padding: 0 1em 1.2em;
	font-size: 1.1em;
}
#recent-posts #posts-list li time {
	display: inline-block;
	width: 9.5em;
}

p#error {
	position: absolute;
	bottom: 10em;
	font-size: 2em;
	color: #e7feff;
}
p#error span {
	color: #333;
	margin-right: .2em;
	background-color: #e7feff;
	padding: 0 .1em;
	font-size: 3em;
	font-weight: bold;
}

/* Footer */
footer {
	font-size: 1em;
}
footer ul,
footer p { font-size: 1.2em; }

footer ul {
	margin-bottom: 2em;
}
footer ul li {
	display: inline;
	font-family: "camingodos-web-1","camingodos-web-2","Helvetica Neue","Helvetica","Arial",sans-serif;
}
footer ul li a {
	margin-right: .5em;
}
footer ul li a:hover {
	color: #333;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: color;
	-webkit-transition-timing-function: ease;
}
li#copr {
	margin-right: .8em;
	margin-left: -.1em;
	padding: .6em .8em 8.44em 2.2em;
	background-color: #3b3b3b;
	color: #f0f0f0;
	/*border-top: 1px solid #9ed6da;
	border-left: 1px solid #9ed6da;
	border-right: 1px solid #9ed6da;*/
	line-height: 2em;
	position: relative;
	cursor: default;
	/* -webkit-box-shadow: #619497 0 3px 4px; */
}
li#copr span.symbol {
	font-size: 1.4em;
	vertical-align: middle;
	position: absolute;
	left: .5em;
	top: .14em;
}
li#license {
	margin-right: 1.6em;
}

nav.paging a,
section .date-mark,
section .tag-mark {
	background-color: #3b3b3b; 
}

/* @group Utilities */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear-left {
	clear: left;
	display: block;
	overflow:hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a.skiplink, .passive { display: none;}
/* @end */

