/*   
Theme Name: Diquiet
Theme URI: http://disquiet.com/
Description: Custom theme build with love for Marc.
Author: futurepr&uuml;f
Author URI: http://futurepruf.com/
Template: thematic
Version: 1.8
Tags:
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
	
body {
	background: #FFF;
	line-height: 1;
}

ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

img {
	max-width: 100%;
	height: auto;
}


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
   
-------------------------------------------------------------- */   

body, input, textarea {
	color: #000;  
	font: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/* Text elements
-------------------------------------------------------------- */

p {
  margin-bottom:18px;
}
ul {
	margin: 0 0 18px 1em;
}
ol {
	margin: 0 0 18px 1em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
  margin:0 1.5em;
}
dt {
  font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code {
}

abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

blockquote, blockquote p {
	color: #666;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	/* border-left: 1px solid #ddd; */
}

blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

pre, code {
}

/*

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

/* FONTS
-------------------------------------------------------------- */

@font-face {
	font-family: 'LoveLetterTWRegular';
	src: url('fonts/lovelettertw-webfont.eot');
	src: url('fonts/lovelettertw-webfont.eot?#iefix') format('embedded-opentype'),
	   url('fonts/lovelettertw-webfont.woff') format('woff'),
	   url('fonts/lovelettertw-webfont.ttf') format('truetype'),
	   url('fonts/lovelettertw-webfont.svg#LoveLetterTWRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	min-width:880px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	height: auto;
	position: relative;
	width: 880px;
}

#header {
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#branding {
	width: 880px;
	margin: 0 auto;
}

#access {
	position:relative;
	overflow:hidden;
}

.menu {
  width: 100%;
  margin:0 auto;
}

#main {
	height: auto;
	position: relative;
	width: 100%;
	float: left;
}

#container {
	width: 100%;
	float: right;
	margin: 0 0 0 -310px;
}

.bbpress #container {
	width: 100%;
	float: left;
	margin: 0;
}

#content {
	width: 560px;
	margin: 0 0 0 320px;
}

.bbpress #content {
	width: 100%;
	margin: 0;
}

.hentry {
	width: 100%;
}

.main-aside {
	width: 270px;
	float: left;
	position: relative;
}

#primary {
  float:left;
}

#secondary {
  clear:left;
}

#footer {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;
}

#subsidiary {
  width:880px;
  margin:0 auto;
  overflow:hidden;
}

#subsidiary .aside {
  width:300px;
  float:left;
  margin:0 20px 0 0;
}

#subsidiary #third {
  margin:0;
}


/* =Page Templates
-------------------------------------------------------------- */

/*
  Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:880px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:880px;
}

.page-template-template-page-fullwidth-php #comments {
  width:560px;
}


/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}

iframe {
  max-width: 100% !important;
}

.entry-content img {
  height: auto;
  margin: 0 18px 18px 0;
  max-width: 100% !important;
}

.alignleft,
img.alignleft {
	float: left;
  margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
  margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.wp-caption {
	text-align: center;
	margin-bottom: 18px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 5px 18px 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.gallery-icon {
	border: 1px solid #ccc;
	margin: 0 5px;
	padding-top: 6px;
}
.gallery img {
  margin:0;
}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
  margin-bottom:--px;
}
.wp-smiley {
  max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 22px;
}

p, ul, ol, dd, pre {
  margin-bottom:22px;
}

pre, code {
}

blockquote {
}

table {
  border:1px solid #ccc;
  border-width:1px 1px 0 1px;
  font-size:13px;
  line-height:18px;
  margin:0 0 22px 0;
  text-align:left;
}

caption {
  text-align:left;
}

tr {
  border-bottom:1px solid #ccc;
}

th, td {
  padding: .7em 1.25em;
}

hr {
	background-color:#ccc;
	border:0;
	color:#ccc;
	height:1px;
	margin-bottom:22px;
}

a, a:link {
	color: #2000E3;
	text-decoration: none;
}

a:visited {

}
a:active,
a:hover {

}


/* =Header
-------------------------------------------------------------- */

#promo-header {
	float: left;
	height: 48px;
	margin: 12px 0 12px 0;
	overflow: hidden;
	padding: 8px 0;
	position: relative;
	width: 100%;
}

#promo-header-text-large {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	width: 66%;
	height: auto;
	margin: 0;
	padding: 0 10px 0 0;
}

#promo-header-text-small {
	float: right;
	width: 32%;
	height: auto;
	text-align: right;
}

	#promo-header-text-small img {
		width: 270px;
		height: auto;
	}

#header {
	z-index: 2;
}

#branding {
	padding: 88px 0 44px 0;
}

#header h1 {
	width: 241px;
	height: 52px;
	text-indent: -9999px;
	margin: 20px 0;
}

	#header h1 a {
		width: 241px;
		height: 52px;
		display: block;
		background: url('images/global/logo-disquiet.svg') no-repeat;
	}

#blog-tagline {
	font-family: 'LoveLetterTWRegular', "Courier New", Courier, monospace;
	font-size: 15px;
	color: #666;
	text-transform: lowercase;
	position: absolute;
	top: 54px;
	left: 73px;
}

.blog-description {
	margin: 2px 0 14px 0;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	width: 100%;
	height: auto;
}

	.blog-description br {
		display: none;
	}

	.blog-description a {
		color: #000;
		text-decoration: none;
	}
	
#header .blog-description {
	margin: 12px 0;
	display: none;
	width: 200px;
	float: right;
	text-align: right;
}
	
	#header .blog-description br {
		display: block;
	}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
  display:none;
}

#access {
  border-bottom:1px solid #ccc;
  height:32px;
  font-size:13px;
  overflow:visible;
  z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
  border-right:1px solid #ccc;
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.windows .sf-menu a {
	font-size: 12px;
	padding:9px 13px 10px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
  border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background:   #fafafa;
	outline:		0;
  border-bottom-color:#ccc;
}
.sf-menu ul {
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
  margin-top:0;
}
.sf-menu ul a {
  background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
  color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	padding: 8px 0 22px 0;
}

.page-title {
  font-size: 15px;
  line-height: 1em;
  padding: 0 0 22px 0;
	margin: 0;
	color: #666;
	font-family: 'LoveLetterTWRegular',"Courier New",Courier,monospace;
}

.category .page-title {
	padding: 0;
}

.attachment .page-title {
  font-style:italic;
}

.page-title a {
  color:#666;
  text-decoration:none;
}

.page-title a:active,
.page-title a:hover {
}

.page-title span {
}

.page-title .meta-nav {
  font-style:normal;
}

.archive-meta {
	color: #2000E3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.hentry {
  padding: 0 0 26px 0;
}

.single .hentry {
  padding:0;
}
.home #content .sticky {
  border:1px solid #ccc;
  margin:0 0 66px 0;
  padding:22px 20px 0 20px;
}

.entry-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 6px 0;
	padding: 0;
}

.entry-title a {
	text-decoration:none;
}

.entry-title a:active,
.entry-title a:hover {

}

.entry-meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 15px;
}

.entry-meta .author {
}

.entry-meta .n {
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:active,
.entry-meta a:hover {
}

.entry-meta abbr {
	border:none;
	cursor:text;
}

.disquiet_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}

.entry-content {
  padding: 12px 0 0 0;
	float: left;
	width: 100%;
}

.entry-content h1,
.entry-content h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}

.entry-content h3 {
  font-size:17px;
  font-style:italic;
  padding:28px 0 14px 0;
}

.entry-content h4 {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.entry-content table {
  margin-left:1px;
}
.entry-content embed {
  margin:0 0 22px 0;
}

.entry-content-last-child {
	margin: 0 0 2px 0;
}

ul.entry-content-last-child {
	margin: 0 0 2px 20px;
}

.entry-utility {
	clear: both;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: -16px 0 24px 0;
}

.entry-utility a {
	color: #666;
	text-decoration: none;
}

.entry-utility a:active,
.entry-utility a:hover {
}

.edit-link {
	clear:both;
	display:block;
}

.page-link {
  font-size:13px;
  font-weight:bold;
  line-height:18px;
  margin:0 0 22px 0;
  padding:22px 0 0 0;
  word-spacing:0.5em;
}
.page-link a {
  border:1px solid #ccc;
  color:#666;
  font-weight:normal;
  padding:0.5em 0.75em;
  text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
}

ul#links-page,
ul#archives-page {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
	float: left;
	width: 260px;
	height: auto;
}

ul#archives-page h2 {
	font-family: Georgia,serif;
	font-weight: bold;
}

li.content-column {
  float:left;
  width: auto;
	height: auto;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
  padding:0 0 22px 0;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
	}
.gallery-caption {
	margin-left: 0;
	}
.wp-caption-text,
.gallery-caption {
  color:#666;
  font-size:13px;
  line-height:18px;
}

#author-info {
  margin:0 0 44px 0;
  overflow:hidden;
}

#author-info .avatar {
  float:left;
  margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
  width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
  width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
  width: 560px;
  overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
  display:none;  
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
  color:#666;
  font-size:13px;
  line-height:18px;
  margin:0px 0 22px 0;
  overflow:hidden;
}

.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  font-style: italic;
  text-decoration: none;
	font-size: 15px;
}

.navigation a:active,
.navigation a:hover {
}
.navigation .meta-nav {
  font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}

#nav-above,
#nav-below {
	width: 100%;
}

.category-18 #nav-above,
.category-18 #nav-below,
.category-103 #nav-above,
.category-103 #nav-below {
	display: none;
}

#nav-above {
  display:none;
}

.paged #nav-above {
  display:block;
  padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
  padding:22px 0 0 0;
}

#comments,
#comments input,
#comments textarea {
  font-size:13px;
  line-height:18px;
}

#comments code {
  font-size:12px;
  line-height:18px;
}

#comments h3 {
	font-family: 'LoveLetterTWRegular', "Courier New", Courier, monospace;
	font-size: 15px;
	color: #363636;
	padding: 0 0 18px 0;
	text-transform: lowercase;
}

#comments-list {
  padding:0 0 18px 0;
}

#comments-list,
#comments-list ol,
#comments-list ul {
  list-style:none;
  margin:0;
}

#comments-list ol {
  border:1px solid #ccc;
  border-bottom:none;
  margin:0 0 18px 0;
}

#comments-list li {
  border-top: 1px solid #CCC;
  padding: 6px 0 0 0;
  position: relative;
}

#comments-list li.alt {
  background:#fff;
}

#comments-list li.bypostauthor {
}

#comments-list ul li {
  margin: 0 0 6px 0;
}

.comments-column_left {
	width: 220px;
	float: left;
}

.comments-column_right {
	width: 300px;
	float: right;
}

#comments-list li .avatar {
  position:absolute;
  top:22px;
  left:1.5em;
  width:36px;
  height:36px;
}

#comments-list .comment-author {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#comments-list .comment-meta {
	font-size: 10px;
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#comments-list .comment-meta a {
  color:#666;
  text-decoration:none;
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
}

#comments-list .comment-content {
}

.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
	clear: both;
}

.comment-reply-link a {
  color:#666;
  font-style:italic;
  text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.comment-reply-link a:active,
.comment-reply-link a:hover {
}
.comment-navigation {
  font-weight:bold;
  padding:0 0 18px 0;
  margin-right:0.5em;
}
.comment-navigation a {
  border:1px solid #ccc;
  color:#666;
  font-weight:normal;
  padding:0.5em 0.75em;
  text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
}
.comment-navigation a,
.comment-navigation span {
  margin-right:0.5em;
}

.children {
	padding-left: 24px;
}

#trackbacks-list .comment-content {
  position:absolute;
  left:-10000px;
}

#respond {
  background:#fff;
  margin-bottom:22px;
  overflow:hidden;
  padding:18px 0 0 0;
  position:relative;
}

#comments-list #respond {
  border-bottom:1px solid #ccc;
  margin:0 0 18px 0;
  padding:18px 1.5em;
}

#comments-list ul #respond {
  border:1px solid #ccc;
  margin:0;
}

#cancel-comment-reply {
  font-size:11px;
  position:absolute;
  top:18px;
  right:1.5em;
}

#cancel-comment-reply a {
  color:#666;
}

#respond .required {
  color:#FF4B33;
  font-weight:bold;
}
.form-section label {
  font-size:11px;
}

.form-section input {
  margin: 0 0 18px 0;
  width: 98%;
}

.form-section textarea {
  width: 98%;
	margin: 0 0 18px;
}

#form-allowed-tags p {
  color:#666;
  font-size:11px;
  margin:0;  
}

#form-allowed-tags span {
  font-style:italic;
}

#form-allowed-tags code {
  font-size:11px;
  line-height:normal;
}
.form-submit {
  padding:18px 0 0 0;
  text-align:right;
}
.subscribe-to-comments {
  color:#666;
  float:left;
  font-size:11px;
  margin:0;
  padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
  color:#666;
  font-size:11px;
  padding:18px 0 0 0;
}
.comment_license {
  color:#666;
  clear:both;
  font-size:11px;
  margin:0;
  padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 6px;
}
.aside pre,
.aside code {
	font-size:12px;
	line-height:18px;
}
.aside .current_page_item a {
}
.aside .current_page_item .page_item a {
  color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
}
.aside {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.aside a {

}

.aside a:active,
.aside a:hover {

}

.aside h3,
#instagram_widget_title {
	font-family: 'LoveLetterTWRegular', "Courier New", Courier, monospace;
	font-size: 15px;
	color: #666;
	text-transform: lowercase;
}

.aside h3 a {
	text-decoration: none;
	color: #666;
}

#instagram_widget img {
	width: 185px;
}

.aside caption {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}

.aside ul {
  list-style:none;
  margin-left:0;
}
.aside ul ul {
  list-style: none;
  margin:0 0 22px 20px;
}
.aside ul ul li {
  padding:1px 0;
}
.aside ul ul ul {
  margin-bottom:0;
}
.aside form,
.aside table {
}
.aside table {
  border:none;
}
.aside thead {
  border:1px solid #ccc;
}
.aside tbody {
  border:1px solid #ccc;
}
.aside th, .aside td {
  border-right:1px solid #ccc;
  padding:.25em .8em;
}
.aside tfoot tr {
  border:none;
}
.aside tfoot td {
  border-color:transparent;
}
.widget_tag_cloud {
  margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
  Main Asides
*/
.main-aside ul {
	list-style: none;
}

.main-aside ul li {
	margin-bottom: 24px;
}

.main-aside h3 {
	margin: 0;
}

.main-aside ul ul {
	padding: 0;
	margin: 0;
}

.main-aside ul ul li {
	margin-bottom: 6px;
}

.main-aside #rss-links-2 ul li {
	margin: 0;
	padding: 0;
}

#primary {
	margin: 0;
	padding: 0;
}

/*
  Content Asides
*/

#content .aside {
	border: 1px solid #ccc;
	margin: 0 0 22px 0;
	padding: 18px 0 0 0;
}

#content .aside ul {
	padding: 0 20px;
}

#content .aside h3 {
	font-family: Georgia,serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
}

#content .aside ul ul {
  padding:0;
}

#s,
#tlemail {
	width: 180px;
}

#tlform input[type="submit"] {
	display: none;
}

/*
  Footer Asides
*/

#subsidiary {
  padding:33px 0 0 0;  
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 1px solid #CCC;
	margin-top: 22px;
	padding: 12px 0 48px;
}

#siteinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	width: 280px;
}

#siteinfo a {
	color:#666;
}

#siteinfo a:active,
#siteinfo a:hover {
}

#footer-logo {
	background: url('images/global/logo-disquiet.svg') no-repeat;
	background-size: 100% auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	text-indent: -9999px;
	width: 241px;
	position: absolute;
	right: 0;
	top: 12px;
	height: 52px;
	width: 117px;
}

#footer-logo a {
	display: block;
	height: 52px;
	width: 117px;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
  margin:0 0 0 -.5em;
  padding:0.5em 0;  
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
  border:1px solid #ccc !important;
  color:#666!important;
  font-style:normal;
  margin:0 .375em !important;
  padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
  border:1px solid #ccc !important;
  color:#666 !important;
}
.wp-pagenavi a:hover {
  border:1px solid #ccc !important;
}
.wp-pagenavi a:active {
  border:1px solid #ccc !important;
}
.wp-pagenavi span.pages {
  border:none !important;
  color:#666 !important;
  margin:0 !important;
  padding:0 !important;
}
.wp-pagenavi span.current {
  border:none !important;
  color:#666 !important;
  font-weight:normal !important;
  margin:0 !important;
  padding:0 !important;
}
.wp-pagenavi span.extend {
  background-color:#FFFFFF;
  border:1px solid #000000;
  color:#000000;
  margin:2px;
  padding:2px 4px;
}


/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
  margin-bottom:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* I'm not overriding PageNavi anymore, it's too much of a mess.

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
  width:0px;
  height:0px;
  overflow:hidden
}

/* =Disquiet
-------------------------------------------------------------- */
#text-3 h3 {
	font-family: 'LoveLetterTWRegular', "Courier New", Courier, monospace;
	font-size: 15px;
	color: #666;
	text-transform: lowercase;
}

#text-3 p {

}

.home .widget_rrm_recent_posts {
	display: none;
}

#form-allowed-tags {
	display: none;
}

.entry-content h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#archives-page-tagcloud {
	float: left;
	width: 260px;
	height: auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 18px;
}

	#archives-page-tagcloud p {
		/*
		font-family: 'LoveLetterTWRegular',"Courier New",Courier,monospace;
		font-size: 15px;
		text-transform: lowercase;
		color: #666;
		*/
		font-family: Georgia,serif;
	}

#archives-page-tagcloud p {
	margin: 0;
}

.entry-meta .no-comments-link {
	display: none;
}



/* =Podcast
-------------------------------------------------------------- */

#post-50913 .entry-title {
	font-weight: normal;
	font-size: 15px;
	line-height: 1em;
	color: #666;
	font-family: 'LoveLetterTWRegular',"Courier New",Courier,monospace;
	text-transform: lowercase;
}



/* =Classes
-------------------------------------------------------------- */


.more-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
}

.more-tag {
	margin: 1rem 0 !important; 
}


.list--autopsicografia li {
	margin-bottom: 1rem;
}



/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#signature.left {
	text-align: left;
}

#signature.right {
	margin: 0;
	text-align: right;
}


/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

	



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 788px) and (max-width: 920px) {

	body {
		padding: 0 10px;
		min-width: 0;
		-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	}

	#wrapper,
	#promo-header,
	#header,
	#blog-description,
	#main,
	.hentry,
	.entry-content,
	#footer {
		width: 560px;
	}
	
	.blog-description {
		display: none;
	}
	
	#header .blog-description {
		display: block;
	}

	.main-aside {
		width: 24%;
	}

	#container {
		margin: 0;
		width: 60%;
		min-width: 560px;
	}
	
	#promo-header {
		height: auto;
	}
	
	#promo-header-text-large {
	}
	
		#promo-header-text-large br {
			display: inline;
		}
	
	#promo-header-text-small {
	}

	#content {
		margin: 0;
		width: 100%;
	}
	
	#promo-header {
		height: auto;
	}
	
	#promo-header-text-large {
		width: 100%;
		height: auto;
		padding: 0 0 10px;
	}
	
	#promo-header-text-large br {
		display: inline;
	}
	
	#promo-header-text-small {
		width: 100%;
		height: auto;
		text-align: center;
	}
		
		#promo-header-text-small img {
			width: 320px;
		}

	#content {
		margin: 0;
		width: 100%;
	}
	
	.main-aside {
		width: 100%;
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		-moz-column-gap: 40px; /* Firefox */
		-webkit-column-gap: 40px; /* Safari and Chrome */
		column-gap: 40px;
	}
	
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 787px) {
	
	body {
		padding: 0 10px;
		min-width: 0;
		-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	}

	#wrapper,
	#promo-header,
	#header,
	#blog-description,
	#main,
	.hentry,
	.entry-content,
	#footer {
		width: 100%;
	}
	
	.blog-description,
	#header .blog-description {
		display: none;
	}
	
	#promo-header {
		margin: 2px 0;
		padding: 0;
	}
	
	#header {
	}
	
	#blog-tagline {
		top: 50px;
	}
	
	#header h1 {
		margin: 16px 0;
	}

	.main-aside {
		width: 100%;
		-moz-column-count: 0; /* Firefox */
		-webkit-column-count: 0; /* Safari and Chrome */
		column-count: 0;
	}
	
	#primary {
		border-top: 1px solid #CCC;
		padding: 20px 0;
	}
	
	.xoxo {
		padding: 0;
	}
	
	#s {
		width: 60%;
	}

	#container {
		margin: 0;
		width: 100%;
	}
	
	#promo-header {
		height: auto;
	}
	
	#promo-header-text-large {
		width: 100%;
		height: auto;
		padding: 0 0 10px;
	}
	
	#promo-header-text-large br {
		display: inline;
	}
	
	#promo-header-text-small {
		width: 100%;
		height: auto;
	}
		
		#promo-header-text-small img {
			width: 100%;
		}

	#content {
		margin: 0;
		width: 100%;
	}
	
	.home .entry-content,
	.home .entry-utility {
		display: none;
	}
	
	#nav-above + .post .entry-content {
		display: block;
		margin-bottom: 20px;
	}
	
	ul {
		padding: 0 0 18px 1em;
	}
	
	#siteinfo {
		width: 50%;
	}
	
	#text-2,
	#instagrm_widget-2,
	#text-10,
	#text-11 {
		display: hidden;
	}
	
	/*
	#text-3 p,
	#text-5 p,
	#text-6 p,
	#text-7 p,
	#text-8 p,
	#text-9 p,
	#text-10 p,
	#text-12 p {
		display: none;
	}
	*/
	
	#promo-header-text-small {
		text-align: center;
	}
	
	#promo-header-text-small img {
		max-width: 320px;
	}
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 787px) {
	
	#wrapper,
	#promo-header,
	#header,
	#blog-description,
	#main,
	.hentry,
	.entry-content,
	#footer {
		width: 460px;
	}
	
	.main-aside {
		width: 100%;
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		-moz-column-gap: 40px; /* Firefox */
		-webkit-column-gap: 40px; /* Safari and Chrome */
		column-gap: 40px;
	}
	
	#promo-header-text-small img {
		width: 320px;
	}
	
	#header .blog-description {
		display: block;
		margin: 12px 0;
	}
	
}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	body {
	
	}
	
}



