/*   
Theme Name: Annihilation
Theme URI: 
Description: A Thematic Child Theme
Author: Matteo Zuffolini
Author URI: http://940.it/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

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

@font-face {
    font-family: 'cairoregular';
    src: url('fonts/Cairo-webfont.eot');
    src: url('fonts/Cairo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cairo-webfont.woff2') format('woff2'),
         url('fonts/Cairo-webfont.woff') format('woff'),
         url('fonts/Cairo-webfont.ttf') format('truetype'),
         url('fonts/Cairo-webfont.svg#cairoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {    font-family: 'Roboto';    src: url('fonts/Roboto-Regular-webfont.eot');    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),         url('fonts/Roboto-Regular-webfont.woff2') format('woff2'),         url('fonts/Roboto-Regular-webfont.woff') format('woff'),         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),         url('fonts/Roboto-Regular-webfont.svg#Roboto-Regular') format('svg');    font-weight: normal;    font-style: normal;}
/* --- set main font --- */

.sf-menu,
.aside h3,
#comments h3,
#menu,
.entry-title,
.comments-link,
.page-title,
.author-quote,
a.read-full-link,
#searchFormWrap input#searchsubmit,
#disqus_thread #dsq-content h3 {
	font-family: 'SteelfishRgBoldItalic', verdana, sans-serif;	
	font-weight: 400;
}

/* --- general --- */

body {
	background: url('img/bkgBody.jpg') repeat-y top center #fff;
	font-family: verdana, sans-serif;
	color: #333;
}

a, a:link, a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

input, textarea {
	font-family: verdana, sans-serif;
}

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

sup {
	font-size: 9px;
}

/* ---- header ---- */

#header {
	background: url('img/bkgHeaderBook.jpg') no-repeat top center #fff;	
	overflow: auto;
}

#branding {
	height: 164px;
	padding: 0 0 0 0;
	position: relative;
}

	#blog-title a {
		background: url('img/bkgLogo.png') no-repeat top center;
		display: block;
			height: 146px;
			width: 484px;
		margin-left: -242px;	
		overflow: hidden;
		position: absolute;
			top: 18px;
			left: 50%;
		text-indent: -9999px;
	}
	
	#blog-description {
		display: none;
	}

	#header-book {
		display: block;
		height: 200px;
		text-indent: -9999px;
		width: 260px;
		position: absolute;
		right: -50px;
	}
	
#access {
	border: 0;
	height: auto;
	margin: 0;
}	.search-btn,	.burger-menu,	#index-top {		display: none;	}
	.sf-menu {
		border: 0;
		margin: 50px 0 35px;
		text-transform: uppercase;
	}
	.sf-menu li {
		background: transparent;
	}
	.sf-menu a,
	.windows .sf-menu a {
		border: 0;
		color: #333;
		display: inline;
		font-size: 1.6em;
		padding: 0 3px;
		text-decoration: none;
	}
	.sf-menu a:visited {
		color: #333;
	} 
	.sf-menu li:hover, 
	.sf-menu li.sfHover,
	.sf-menu a:focus, 
	.sf-menu a:hover, 
	.sf-menu a:active {
    	background: inherit;
	}
 
	.sf-menu a:hover {
    	color: #f00;
	}

#searchFormWrap {
	float: right;
	margin-top: 40px;
}

#searchFormWrap input {
	font-size: 0.9em;
}

#searchFormWrap input.searchField {
	color: #999;
	font-style: italic;
}

#searchFormWrap input#searchsubmit {
	color: #333;
	font-size: 1.2em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}


#main {
	background: url('img/bkgMain.gif') no-repeat top center;
	padding: 45px 0 20px 0;
	width: 940px;
}

/* --- content --- */

#container {
	border-right: 1px solid #d0d0d0;
	width: 585px;
}

#content {
	margin-left: 0;
	width: 550px;
}

.post {
	background: url('img/bkgSeparator.gif') no-repeat bottom center;
	margin-bottom: 15px;
	padding-bottom: 55px;
	position: relative;
}

.post.post-shortcontent {
	background: url('img/bkgShortSeparator.gif') repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 35px;
}

.single .hentry {
	padding-bottom: 55px;
}

.entry-title {
	color: #900;	
	font-size: 2.4em;
	line-height: 1.2em;	
	margin-bottom: 5px;
}
	.entry-title a,
	.entry-title a:active {
		color: #900;	
		text-decoration: none;
	}
	.entry-title a:hover {
		color: #f00;	
	}

.search-results .entry-title,
.tag .entry-title {
	font-size: 1.8em;	
}
.post-shortcontent .entry-meta {		margin-bottom: 1em;}.category-blog.post-shortcontent .entry-meta {		margin-left: 0;}

.entry-meta a {
    color: #900;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #f00;
}

.wdgpo {
	float: left;
	margin-right: 10px
}

.entry-content,
.entry-meta {
	font-size: 0.8em;
}

.entry-content {
	padding: 0;
}

.search-results .entry-content,
.tag .entry-content {
	overflow: auto;
}

.archive .entry-content .entry-meta {
	font-size: 1em;
}

.archive .entry-content p,
.entry-content.abstract p {
	margin-bottom: 0;
}

.entry-meta {
	margin-bottom: 25px;
}

.entry-category {
	text-transform: uppercase;
}

a.read-full-link {
	color: #666;	
	font-size: 2.2em;
	line-height: 1.3em;
	text-decoration: none;
}

a.read-full-link:hover .read-full {
	color: #f00;	
}
a.read-full-link .read-full {
	color: #900;	
}

.wp-caption {
	background: #ececec;
	border: 1px solid #ccc;
	padding: 5px 5px 0;
}
.sticky .wp-caption {
	background: #ccc;
}
.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	padding: 5px;
}

.entry-utility {
	font-size: 0.8em;
	margin: 0;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #f00;
}

.tag-links {
	color: #999;
	font-style: italic;
}
.tag-links a {
	text-transform: lowercase;
}

.comments-link {
	font-size: 1.8em;
	margin-top: 20px;
}

.entry-meta .comments-link {
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-top: 0;
}

.entry-utility .comments-link a {
	font-style: normal;
}

.entry-thumb a {
	display: block;
	overflow: hidden;
	height: 287px;
	width: 550px;
}

.search-results .entry-thumb,
.tag .entry-thumb {
	border: 1px solid #900;
	position: absolute;
	top: 0;
	right: 0;
}

.post-shortcontent .entry-thumb a {
	background: #000;
	border: 2px solid #900;
	margin-bottom: 1em;
	width: 546px;
}

.entry-content .wp-post-image {
	margin: 0;
	padding: 0;
}
.entry-thumb .long img.wp-post-image {
	margin: 0;
	padding: 0;
	height: auto;
	width: 550px;
}
.entry-thumb .short img.wp-post-image {
	margin: 0;
	padding: 0;
	height: 287px;
	width: auto;
	max-width: 9999px;
}

.home #content .sticky {
	background: none #ececec;
	border: 1px solid #ccc;
	margin: 0 0 40px 0;
	padding: 22px 20px 20px 20px;
}

.widget_featured-posts .entry-thumb .long img.wp-post-image {
	margin: 0;
	padding: 0;
	height: auto;
	width: 300px;
}
.widget_featured-posts .entry-thumb .short img.wp-post-image {
	margin: 0;
	padding: 0;
	height: 157px;
	width: auto;
	max-width: 9999px;
}
.widget_featured-posts .entry-thumb,
.widget_featured-posts .entry-thumb a {
	display: block;
	margin: 0;
	padding: 0;
	height: 140px;
	width: 300px;
}

.search-results .post,
.tag .post {
	background: url('img/bkgShortSeparator.gif') repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 35px;
	padding-right: 110px;
}

.search-results .entry-content p,
.tag .entry-content p {
	margin-bottom: 0;
}

.search-results .entry-meta,
.tag .entry-meta {
	margin-bottom: 10px;
}

.entry-authorbox {
	background: #ececec;
	clear: both;
	font-size: 0.8em;
	margin: 0 0 20px 0;
	overflow: auto;
	padding: 15px;
}
	.entry-authorbox .avatar {
		float: left;
		margin: 0 15px 0 0;
	}
	.entry-authorbox .vcard {
		margin: 0 0 0 80px;
	}
	.entry-authorbox .author,
	.entry-authorbox .quote {
		line-height: 1em;
		margin: 0 0 10px 0;
	}
	.entry-authorbox .quote {
		font-style: italic;
	}
	.facebook,
	.twitter,
	#author-email {
		float: left;
		margin: 0 0 10px 10px;
	}
	.author #author-email a.email,
	.page-template-authorblog-php #author-email a.email,
	.facebook a,
	.twitter a,
	.social #author-email a {
		display: block;
			height: 23px;
			width: 23px;
		overflow: hidden;
		text-indent: -9999px;
	}
	.facebook a {
		background: url('img/icoFacebook.png') no-repeat 0 0;
	}
	.facebook a:hover {
		background-position: 0 -23px;
	}
	.twitter a {
		background: url('img/icoTwitter.png') no-repeat 0 0;
	}
	.twitter a:hover {
		background-position: 0 -23px;
	}
	#author-header #author-email a.email,
	.social #author-email a {
		background: url('img/icoEmail.png') no-repeat 0 0;
	}
	#author-header #author-email a.email:hover,
	.social #author-email a:hover {
		background-position: 0 -23px;
	}

/* ---- sidebar ---- */

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

.main-aside ul {
	padding: 0;
}

.aside a {
    color: #900;
}

.aside a:active,
.aside a:hover {
    color: #f00;
}

.aside h3 {
	background: url('img/bkgSidebarH3.gif') no-repeat top left;
	color: #fff;
	font-size: 1.4em;
	font-style: normal;
	padding: 7px 15px 3px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aside ul ul {
	margin: 0 0 25px 0;
	padding: 20px 10px 20px 20px;
}

.aside select {
	margin: 20px 0 45px 0;
}

.tagcloud {
	margin: 0 0 25px 0;
	padding: 20px 0;
}

.aside ul ul li {
	font-size: 0.9em;
}

.aside .widget_featured-posts {
	background: none;
}

.aside form {
	margin: 0 0 25px 0;
	padding: 20px 0;
}

.aside .widget_featured-posts h3 {
	background: url('img/bkgHighlightsH3.gif') no-repeat top left;
}
.aside .widget_featured-posts ul {
	background: url('img/bkgHighlightsBottom.gif') repeat-x bottom #ececec;
	padding: 0 0 6px 0;
}
.aside .widget_featured-posts li {
	border-bottom: 2px solid #900;
	list-style-type: none;
	overflow: auto;
	padding: 0;
	position: relative;
}
.aside .widget_featured-posts li:hover {
	background: #ccc;
}
.aside .widget-latest-blog li img {
	border: 1px solid #900;
	float: left;
	margin-right: 10px;
}
.aside .widget-latest-blog li.foot {
	background: #900;
	border-bottom: 2px solid #900;
	color: #fff;
	line-height: 1em;
	padding: 2px 10px;
	text-align: right;
}
.aside .widget-latest-blog li.foot a {
	color: #fff;
	font-size: .85em;
	font-style: italic;
	text-transform: uppercase;
}
.aside .widget_featured-posts li img,
.aside .widget_featured-posts li img.alignleft,
.aside .widget_featured-posts li img.alignright {
	border: 0;
	float: none;
	margin-right: 0;
	width: 300px;
	height: 140px;
}
.aside .widget_featured-posts li a {
	color: #900 !important;
}
.aside .widget_featured-posts li a:hover {
	color: #f00 !important;
}
.aside .widget_featured-posts h4 {
	background: url('img/bkgCaption.png');
	border-top: 1px solid #900;
	bottom: 0;
	clear: both;
	display: block;
	padding: 10px;
	position: absolute;
	width: 280px;
}

.aside .textwidget {
	margin-bottom: 20px;
}

.recent-comment-author {
	background: none;
	padding-right: 5px;
}
.recent-comment {
	list-style-type: disc;
	margin-top: 0;
}

/* ---- footer ---- */

#footer {
	background: url('img/bkgFooter.gif') no-repeat top center;
	border: 0;
	padding: 60px 0 40px;
	text-align: center;
}

#siteinfo {
	font-size: 0.7em;
	padding: 0;
}
#siteinfo a {
	text-decoration: underline;
}
#siteinfo a:hover {
	color: #f00;
	text-decoration: none;
}
#copyright {
	padding-top: 5px;
}

/* ---- comments ---- */

#comments h3 {
	color: #900;
	font-size: 1.6em;
	text-transform: uppercase;
}

#comments-list {
	border: 0;
}

#comments-list ol {
	border: 0;
}

#comments-list li {
	background: #fff;
	border: 0;
	margin-bottom: 1px;
	padding: 0;
}

#comments-list li .avatar {
	left: 0;
	top: 2px;
	position: relative;
	float: right;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}

#comments-list li .avatar img {
	height: 100%;
	width: 100%;
}

#comments-list .comment {
	background: #fff;
	border: 1px solid #fff;
	padding: 0;
}

#comments-list .comment.byuser {
	background: #fff;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	padding: 0;
}

#comments-list .comment-author {
	background: #ececec;
	padding: 5px 5px 0 15px;
}

#comments-list .byuser .comment-author,
#comments-list .byuser .comment-meta {
	background: #ececec;
}

#comments-list .comment-author a,
#comments-list .byuser .children .comment-author a {
	color: #333;
}

#comments-list .byuser .comment-author a,
#comments-list .byuser .children .byuser .comment-author a {
	color: #900;
}

#comments-list .comment-meta {
	background: #ececec;
	padding: 0 15px 5px;
}

#comments-list .comment-meta a {
	color: #900;
	font-style: normal;
	text-decoration: underline;
}

#comments-list .comment-meta a.permalink {
	color: #999;
}

#comments-list .comment-content {
	padding: 5px 15px 0;
}

#comments-list .byuser .comment-content {
	padding: 5px 15px;
}

.comment-reply-link {
	font-size: 1em;
	padding: 0;
}
.comment-reply-link a {
	padding: 0 15px 10px 0;
	display: block;
	font-size: 0.85em;
	font-style: normal;
}
.children .children-reply-link {
	text-align: right;
	font-size: .85em;
	padding-right: 15px;
}

.comment-respond small {
	font-family: verdana, sans-serif;
	font-size: 0.55em;
	padding: 0;
	text-transform: none;
	float: right;
}

.comment .childrenCount {
	background: #ececec;
	margin: 0 0 10px 2.5em;
	padding: .2em 15px;
}
.comment .childrenCount span {
	color: #900;
	cursor: pointer;
	font-size: .85em;
	text-decoration: underline;
}
.comment .childrenCount span:hover {
	color: #f00;
}
.comment .childrenCount .closed::after { 
    content: url('img/arrRight.png');
}
.comment .childrenCount .open::after { 
    content: url('img/arrDown.png');
}

#comments-list ul .comment {
	border: 0;
}

.comment-content p {
	margin-bottom: 0;
	padding-bottom: 9px;
}

#comments #comments-list li.bypostauthor {
	background-color: #ffffff;
}

.edit-link {
	clear: none;
	display: inline;
}

.comment-form-comment textarea {
	width: 99%;
}

/* ---- archives/tags/categories ---- */

.page-title {
	font-size: 1.3em;
	text-transform: uppercase;
}
.page-title span {
	color: #999;
	font-style: normal;
}

#content .entry-content .wp-post-image {
	border: 0;
}

/* ---- author page ---- */

.hide {
	display:none;
}

#author-header {	
	margin-bottom: 1.5em;
}

#author-nav {	
	font-size: 0.8em;
	margin-bottom: 3em;
}

#author-main-bio {
	background: #ececec;
	font-size: 0.8em;
	margin-top: -2em;
	margin-bottom: 20px;
	padding: 20px;
}

#author-main-bio .close {
	font-size: 0.9em;
}

#author-header img.avatar {
	height: 125px;
	width: 125px;
}
.page-title.author {
	border-bottom: 2px solid #a8a8a8;
	clear: none;
	color: #666;
	font-family: 'cairoregular', impact, sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	padding-bottom: 2px;
	margin: 0 0 10px 135px;
	text-transform: uppercase;
}
.page-title.author span {
	border-bottom: 2px solid #a8a8a8;
	color: #900;
	display: block;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.author-quote {
	color: #666;
	font-size: 1.8em;
}

#author-info {
	background: #ececec;
}

.author-bio {
	font-size: 0.8em;
	padding: 20px;
}

#author-header .avatar {
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 80px;
}

#author-info .entry-title {
	background: url('img/bkgAuthorH1.gif') no-repeat #900;
	color: #fff;	
	font-size: 2em;
	line-height: 1.5em;	
	margin-bottom: 0;
	padding: 0 0 0 20px;
}

#author-info .avatar {
	float: left;
	margin: 20px;
}

#author-info .quote {
	font-size: 0.8em;
	margin-bottom: 20px;
}

#author-info .quote span {
	font-style: italic;
}

#author-social {
	height: 23px;
	padding: 0 10px 10px 10px;
}

#author-header #author-social {
	float: right;
	padding: 0 0 10px 10px;
}

#author-sidebio {
	background: #ececec;
	float: right;
	margin-bottom: 22px;
	position: relative;
	right: 10px;
	width: 300px;
}

#author-sidebio .entry-title {
	background: url('img/bkgHighlightsH3.gif') no-repeat #900;
	color: #fff;	
	font-size: 1.3em;
	font-style: normal;
	padding: 7px 15px 3px;
	letter-spacing: 0.06em;
}

#author-sidebio .avatar {
	float: right;
	margin: 10px;
}

#author-sidebio .author-bio {
	font-size: 0.7em;
	padding: 10px;
}

/* blog */

.blog-avatar {
	float: left;
	margin-right: 10px;    width: 35vw;        max-width: 143px;
}

.category-blog h1.entry-title,
.category-blog h2.entry-title {
	clear: none;
	line-height: 1em;
	margin-left: 153px;	    margin-bottom: 10px;        padding-top: 4px;
}
.category.category-blog .entry-meta,
.category.category-blog h1.entry-title,
.category.category-blog h2.entry-title {
	margin-left: 0;
}

.more-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* blog widget */

/* temp */
.tag #primary .widget_featured-posts,
.search-results #primary .widget_featured-posts {
	display:none;
}

/* end temp */

.aside ul ul.widget-latest-blog {
	background: #ececec;
	padding: 0;
}

.aside ul ul.widget-latest-blog li {
	border-bottom: 1px solid #900;
	list-style-type: none;
	overflow: auto;
	padding: 10px;
}

.aside .widget-latest-blog li h4 {
	clear: none;
}

.aside .widget-latest-blog li img {
	height: 50px;
	width: 50px;
}

.aside .widget-latest-blog li .post-data {
	display: block;
	font-style: italic;
}

/* author widget */

/*.aside ul .textwidget ul.autori {
	list-style-type: none;
	padding: 0;
}
.aside ul .textwidget ul.autori li {
	border-bottom: 1px solid #900;
	padding: 0 0 0 25px;
	height: 30px;
	line-height: 25px;
}*/

.entry-content .ngfb-content-buttons {
	text-align: left;
}

.entry-content .ngfb-buttons div.twitter-button, .entry-content .ngfb-preset-small_share_count .ngfb-buttons div.twitter-button, .entry-content .ngfb-preset-large_share_vertical .ngfb-buttons div.twitter-button {
	vertical-align: bottom;
}

.entry-content .ngfb-buttons > div, .entry-content .ngfb-preset-small_share_count .ngfb-buttons>div {
	margin: 0 5px 0 0;
}

.entry-content .ngfb-buttons div.twitter-button {
	width: 55px;
}

/* twitter */

.aside .widget_html_javascript_adder h3 {
	background: url("img/bkgHighlightsH3.gif") no-repeat scroll left top transparent
}

.hjawidget a {
	display: none;
}
.hjawidget div a {
	display: inline;
}

.twtr-widget .twtr-doc {
	background: url('img/bkgHighlightsBottom.gif') repeat-x bottom #ececec;
	margin-bottom: 25px;
	padding: 0 0 6px 0;
}

.twtr-widget .twtr-hd h3 {
	background: none;
	font-size: 1.6em !important;
	letter-spacing: 0;
}
.twtr-widget .twtr-hd h4 {
	display: none;
}

.twtr-widget .twtr-hd h3,
.twtr-widget .twtr-hd h4 {
	clear: none;
}

.twtr-widget .twtr-timeline,
.twtr-widget .twtr-doc {
	border-radius: 0;
}

/*hide count*/
html iframe .vcount .btn-o {
	margin-top: 0 !important;
}

html iframe .vcount .count-o {
	display: none !important;
}

/* disqus */

#disqus_thread #dsq-content .dsq-comment-header {
	border: 0;
	border-radius: 0;
	padding: 3px 0;
}

#disqus_thread #dsq-content h3 {
	color: #900;
	font-size: 1.4em;
	margin-bottom: 20px;
}

#disqus_thread #dsq-content .dsq-subscribe-email img, 
#disqus_thread #dsq-content .dsq-subscribe-rs img {
	display: none;
}

/* twitter blackbird pie */

.bbpBox {
	margin: 5px auto;
	width: 350px;
}
.bbp-actions {
	font-size: 0.8em;
}

#text-9 img {
    border-top: 1px solid #fff;
    width: 100%;
}

/* STAR WARS skin */body.starwars {	background: url('img/starwars/bkgBody.jpg') top center repeat-y;}.starwars #header {	background: url('img/starwars/bkgHeader.jpg') top center;}.starwars #main { background: url('img/starwars/bkgMain.gif') no-repeat top center;}.starwars .aside .widget_featured-posts h3 { background: url('img/starwars/bkgHighlightsH3.gif') no-repeat top left; }.starwars #author-sidebio .entry-title {	background: url('img/starwars/bkgHighlightsH3.gif') no-repeat #336; }.starwars .aside h3 {	background: url('img/starwars/bkgSidebarH3.gif') no-repeat top left; }.starwars #author-info .entry-title {	background: url('img/starwars/bkgAuthorH1.gif') no-repeat #336; }.starwars .aside .widget_featured-posts ul { background: url('img/starwars/bkgHighlightsBottom.gif') repeat-x bottom #ececec; }.starwars a, .starwars a:link, .starwars a:visited,.starwars .entry-title,.starwars .entry-title a,.starwars .entry-title a:active,.starwars .entry-meta a,.starwars a.read-full-link .read-full,.starwars .aside a,.starwars #comments h3,.starwars #comments-list .byuser .comment-author a,.starwars #comments-list .byuser .children .byuser .comment-author a .starwars #comments-list .comment-meta a .starwars .comment .childrenCount span .starwars .page-title.author span.starwars #disqus_thread #dsq-content h3,.starwars .page-title.author span {	color: #336;}.starwars .aside .widget-latest-blog li.foot { background: #336 }.starwars .aside .widget_featured-posts li a {	color: #336 !important; }.starwars .tag .entry-thumb,.starwars .aside .widget-latest-blog li img { border: 1px solid #336; }.starwars .post-shortcontent .entry-thumb a { border: 2px solid #336; }.starwars .aside .widget_featured-posts li { border-bottom: 2px solid #336; }.starwars .aside .widget_featured-posts h4 { border-top: 1px solid #336; }.starwars .aside ul ul.widget-latest-blog li {	border-bottom: 1px solid #336; }/* override new colors */.starwars a.read-full-link {color: #666}/* MOBILE */@media screen and (max-width: 769px) {		body {		font-family: 'Roboto', verdana, sans-serif;	    min-width: 210px;	}		input, textarea,	.entry-meta .comments-link,	.comment-respond small {		font-family: 'Roboto', verdana, sans-serif;	}		p, ul, ol, dd, pre {		margin-bottom: 25px;	}		#header {		background: url('img/mobile/bkgHeaderBook.jpg') no-repeat center -3px #fff;		position: fixed;	    top: 40px;	    transition: top 0.2s ease-in-out;	    height: 65px;	    width: 100%;	} .logged-in #header {top: 0}	#header.avbar {		top: 40px;	}	#header.nav-up {	    top: -65px;	}		#header.showSearch {	    height: 135px;	}		.home #header {		background: url('img/mobile/bkgHeaderBook.jpg') no-repeat top center #fff;	}		#branding {		width: 100%;		height: 65px;	}		#blog-title a {	    background: url('img/mobile/bkgLogo.png') no-repeat center center;	    height: 55px;	    width: 200px;	    margin-left: 0;	    overflow: hidden;	    position: absolute;	    top: 5px;	    left: 50%;	    text-indent: -9999px;	    transform: translateX(-50%);	}		.menu {	    width: 100%;	}	#header-book {    height: 100%;    width: 60px;    right: 50%; transform: translateX(150px)}	#access {		position: static;	}		.icon {		display: inline-block;		width: 1em;		height: 1em;		fill: #900;	}	.search-btn {	    background: url('img/mobile/search.png') no-repeat top center;		display: block;		text-indent: -9999px;		position: absolute;	    top: 20px;	    width: 16px;	    left: 20px;	    height: 16px;	}		.burger-menu {		display: block;		position: absolute;		top: 20px;		right: 20px;	}	.burger-menu>span {	    display: inline-block;	    margin: 9px 0;	    position: relative;	    font-size: 0;	    height: 2px;	    width: 20px;	    background-color: #900;	}	.burger-menu>span:before,	.burger-menu>span:after {	    display: inline-block;	    position: absolute;	    left: 0;	    content: '';	    height: 2px;	    width: 20px;	    background-color: #900;	}	.burger-menu>span:before {		top: -6px;	}	.burger-menu>span:after {		top: 6px;	}		.search-btn,	.burger-menu,	.aside h3 {		cursor:pointer;	}		.sf-menu {	    display: none;	}		#searchFormWrap {		display: none;	    background: url('img/bkgMain.gif') no-repeat center 64px;	    float: none;	    margin: 0;	    padding: 20px;	    text-align: center;	}		.showSearch #searchFormWrap {		display: block;	}		#searchFormWrap input {	    font-size: 1.2em;	}		#searchFormWrap input.searchField {		width: 65%;	}		#searchFormWrap input#searchsubmit {		background: #fff;    	border: 1px solid #900;    	border-radius: 1px;    	color: #900;	    font-size: 1.4em;	}		#content #index-top {		display: block;		border: 0;		padding: 0;	}		#content #index-top.aside ul {		padding: 0;	}		#content #index-top h3 {		display: none;	}		#index-top.aside .widget_featured-posts > ul {		background: #000;	}		#index-top.aside .widget_featured-posts li {		border-top: 1px solid #900;		overflow: hidden;	}		#index-top .slick-arrow {    	border-radius: 50%;	    width: 30px;	    height: 30px;	    text-indent: -9999px;	    border: 0;		position: absolute; 		top: 50%;		transform: translateY(-50%);		z-index: 1;	}	#index-top .slick-prev {		left: 10px;    	background: url('img/mobile/slickLeft.png') no-repeat center center;    	background-color: rgba(0,0,0,0.5);	}	#index-top .slick-next {		right: 10px;    	background: url('img/mobile/slickRight.png') no-repeat center center;    	background-color: rgba(0,0,0,0.5);	}	#index-top .widget_featured-posts .entry-thumb, 	#index-top .widget_featured-posts .entry-thumb a {		width: 100%;		height: 30vh;	}	#index-top.aside .widget_featured-posts h4 {		padding: 0;		width: 100%;	}	#index-top.aside .widget_featured-posts h4 a {		display: block;		line-height: 1.4em;	    padding: 10px 50px 20px;	    text-align: center;	    text-decoration: none;	}	#index-top .widget_featured-posts .entry-thumb img.wp-post-image {		width: 100% !important;		height: auto !important;		margin: 0 !important;		top: 50%;		left: 50%;		transform: translate(-50%,-50%);	}		#index-top.aside .widget_featured-posts ul.slick-dots {		display: flex !important;		background: transparent;		flex-direction: row;		justify-content: center;		position: absolute;    	bottom: 5px;    	width: 100%;	}		#index-top.aside .widget_featured-posts .slick-dots li {		background: #333;		border: 0;	    text-indent: -9999px;	    width: 10px;	    height: 10px;	    border: 0;	    border-radius: 50%;	    display: block;	    margin: 0 5px;	    padding: 0;	}	#index-top.aside .widget_featured-posts .slick-dots li.slick-active {		background: #fff;	}		#main {		background: none;		padding: 85px 0 20px 0; 		width: 100%; 	} 	.home #main {		padding: 65px 0 20px 0; 	} 	    	#container { 		width: 100%; 	}    	    	#content { 		width: 100%; 	}    	 	.post { 		padding: 0 20px 55px; 	} 	 	.entry-content { 		font-size: 16px;    	line-height: 36px; 	} 	 	.entry-title { 		font-size: 48px;	    margin-bottom: 15px; 	} 	 	.post-shortcontent .entry-title { 		font-size: 36px; 		margin-bottom: 10px; 	} 	 	.home .entry-title { 		margin-left: 0; 	} 	 	.category-blog h2.entry-title { 		margin: 0 0 10px 0; 	} 	.category-blog h1.entry-title { 		margin-left: 0; 	}  	 	.post-shortcontent .entry-thumb a { 		width: 100%;	    height: 30vh;	    position: relative; 	} 	 	.entry-thumb img.wp-post-image { 		width: 100% !important; 		margin: 0 !important; 		position: absolute; 		top: 50%; 		left: 50%; 		transform: translate(-50%,-50%); 	} 	 	.entry-meta { 		 		font-size: 14px;    	line-height: 28px; 	} 	 	.post-shortcontent .entry-meta {	    font-size: 14px;	    line-height: 28px; 	} 	 	.entry-utility {	    font-size: 1em;	} 	 	.category-blog.post-shortcontent .entry-meta { 		margin-left: 0; 	} 	 	.search-results .category-blog .entry-meta, 	.tag .category-blog .entry-meta { 		background: none; 		padding-left: 0; 	} 	 	.search-results .category-blog .wp-post-image, 	.tag .category-blog .wp-post-image, 	.search-results .category-blog .blog-avatar, 	.tag .category-blog .blog-avatar { 		display: none; 	} 	 	.search-results .category-blog .entry-thumb, 	.tag .category-blog .entry-thumb { 		background: url('img/mobile/blog.png') no-repeat 10px 6px; 		height: 80px; 		width: 80px; 	} 	 	.search-results .category-blog h2.entry-title, 	.tag .category-blog h2.entry-title { 		padding-right: 100px; 	} 	 	a.read-full-link { 		font-size: 1.6em; 	} 	 	.post.post-shortcontent { 	    margin-bottom: 34px;    	padding-bottom: 40px; 	} 	 	.single .hentry {	    padding: 0 20px 55px;	}		.nav-previous a {		display: block;		padding-left: 20px;	}	.nav-next a {		display: block;		padding-right: 20px;	}		.navigation {	    font-size: 14px;	    line-height: 24px;	}		#comments, #comments input, #comments textarea {		font-size: 14px;		line-height: 28px;	}		#comments {		margin: 0 20px;	}		#comments h3 {		font-size: 28px;	}		.entry-authorbox {		font-size: 1em;	}		#comments-list .comment-meta {		font-size: 12px;	}		#comments-list li .avatar {	    width: 65px;	    height: 65px;	}		#primary {		display: none;		background-color:rgba(255,255,255,0.7);	    position: absolute;	    margin: 0;	    top: 65px;	    right: 0;	    padding: 0;	    width: 100%;	    min-height: 100%;	    z-index: 2;	}	#primary > ul {	    background: #fff;	    border-left: 1px solid #900;	    border-bottom: 1px solid #900;	    margin-left: 30px;		padding: 20px;	    width: 80%;	    float: right;		}	#primary > ul > li {	    width: 100%;	}		#primary.showPrimary {		display: block;	}		.main-aside {		float: none;		right: auto;	}		.aside h3 { 		background: url('img/mobile/bkgSidebarH3.jpg') no-repeat top left #900;	    font-size: 1.6em;	    position: relative;	    margin-bottom: 1px;	}		.aside h3:after { 		background: url('img/mobile/arrRight.png') no-repeat 0 0;	    content: ' ';	    position: absolute;	    width: 13px;	    height: 7px;	    top: 10px;	    right: 10px;	}	.aside .show h3:after { 		background: url('img/mobile/arrDown.png') no-repeat 0 0;	}		.aside ul ul li {	    font-size: 1.1em;	    line-height: 2em;	}		#primary.aside ul ul,	.textwidget,	.tagcloud,	.widget_archive label,	.widget_archive select {		display: none;	}	#primary.aside ul .show ul,	.show .textwidget,	.show .tagcloud,	.widget_archive.show select {		display: block;	}		.widget_tag_cloud {		margin-bottom: 0;	}		.aside select {		width: 100%;    	height: 30px;		margin-bottom: 0;	}		#siteinfo {	    width: 100%;	}		#primary .widget_featured-posts,	#recent-posts-3 {		display: none;	}		#author-header .avatar {	    margin: 0 10px 0 20px;	}		.page-title.author {		margin: 0 20px 10px 105px;		min-height: 80px;	}		#author-header img.avatar {		height: 80px;		width: 80px;	}		#author-nav {	    font-size: 1em;	    margin: 0 0 3em 20px;	}		#author-header #author-social {		padding: 0 20px 10px 10px;	}		.page-title.author,	.page-title.author span {		border: 0;		padding-bottom: 0;	}		#author-main-bio {		font-size: 1em;		line-height: 1.8em;	}		.page-title {	    font-size: 24px;	    line-height: 36px;	    text-transform: uppercase;	    margin-left: 20px;	}		.search-results .entry-title, .tag .entry-title {		font-size: 32px;		margin-right: 100px;    	min-height: 85px;    	padding-bottom: 0;	}		.search-results .entry-content,	.tag .entry-content {		font-size: 14px;    	line-height: 24px;	}		.search-results .entry-thumb, .tag .entry-thumb {		background-color: #000;		right: 20px;	    width: 80px;	    height: 80px;	}		.search-results .post, .tag .post {		padding-right: 20px;	}		#footer {		padding: 60px 20px 40px;	}}