/*
Theme Name: Hiero
Theme URI: http://athemes.com/theme/hiero
Author: aThemes
Author URI: http://athemes.com
Description:  Hiero is an awesome magazine theme for your WordPress site feature bold colors and details to the content. Responsive layout, post thumbnails support, threaded comments and more.
Version: 1.8.2
License: GNU General Public License v3.0
License URI: license.txt
Tags: black, white, red, two-columns, fixed-width, threaded-comments, full-width-template, custom-menu
*/


/* Global
----------------------------------------------- */
body {
	color: #333;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	background:url(images/bg_patt.png)repeat #ededed; 
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	}
h1 {
	font-size: 16px;
	font-size: 1.6rem;
	}
h2 {
	font-size: 14px;
	font-size: 1.4rem;
	}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
	}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
	}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
	}
h6 {
	font-size: 10px;
	font-size: 1rem;
	}


/* Links */
a {
	color: #00b0b0;
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
	}
a:visited {
	color: #009090;
	}
a:hover,
a:focus,
a:active {
	color: #009090;
	}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 2px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	background: #393939;
	border: 1px solid #393939;
	}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #00b0b0;
	border-color: #00b0b0;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #555;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}

/* HEADER
----------------------------------------------- */
.site-header { padding: 20px 0 0; position:relative;
	}

.site-title { line-height: 1; text-indent:-9999px; overflow:hidden; margin:30px 0;
	}
.site-title a {
	color: #fff; text-decoration: none; display:block; width:40%;
	
	}
.site-title a:hover { opacity:0.8; }
.site-description {
	color:#333;
	/* font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif; 
	text-transform: uppercase;*/
	letter-spacing: 1px;
	margin:10px 0 40px;
	}
	.site-title-img { display:block; }

/* MENU
----------------------------------------------- */

@media only screen and (min-width: 769px) {
.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: left;
	position: relative;
	visibility:	inherit;
	border-right:1px solid #fff;
	}
.sf-menu li a {
	float: left;
	display: block;
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 130px;
	}	

#main-navigation {
	clear: both;
	margin: 20px 0 0;
	background:rgba(255,255,255,0.6);
	}
#main-navigation .sf-menu { /*background-color: #393939; */
	}

#main-navigation .sf-menu > ul > li:last-child:after {
	display: none;
	}
#main-navigation .sf-menu > ul > li:hover:after,
#main-navigation .sf-menu > ul > li.sfHover:after,
#main-navigation .sf-menu > ul > li.current_page_item:after,
#main-navigation .sf-menu > ul > li.current-menu-item:after {
	color: #00b0b0;
	}
#main-navigation li a {
	margin: 0 0 0 0; /* defo 0 -2px 0 0 */
	padding: 0 20px;
	color: #393939;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	}
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 50px;
	background: #00b0b0;
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: 0;
	border-left: 1px solid #009090;
	}
#main-navigation li li {
	border-bottom: 1px solid #009090;
	border-right:none;
	}
#main-navigation li li a {
	color: #fff;
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #fff;
	background: #00b0b0;
	}
#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	margin: 0;
	padding: 10px 20px;
	font-size: 1.1em;
	text-transform: none;
	line-height: normal;
	}
#main-navigation li:hover li a:hover,
#main-navigation li.sfHover li a:hover {
	background: #009090;
	}

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	color:#00b0b0;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1px;
	background: #393939;
	}
	#simple-menu { display:none; }
	}
	@media only screen and (max-width: 800px) {
#simple-menu { position:absolute; left:10px; top:10px; font-size:1em; display:block; }
	}


/* LAYOUT
----------------------------------------------- */
.container {
	width: 980px;
	}
.content-area {
	width: 100%;
	float: left;
	}
.site-content {
	margin: 0 340px 0 0;
	}
.site-sidebar {
	width: 300px;
	float: left;
	margin: -15px 0 0 -300px; /* ★attention - search upper padding */
	}

/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 40px 0;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}

.sticky {
	}
.hentry {
	margin: 0 0 25px;
	background:#fff;
	/*padding:25px 25px 0;*/
	-ms-word-wrap: break-word;
		word-wrap: break-word;
		border-bottom:1px solid #ccc;
	}
.single .hentry { border-top:3px solid #00B0B0;}

.entry-header {
	margin-top:15px;
	}
.has-post-thumbnail .entry-header { margin-top:0; }
.post-singlepage .entry-header {
	border-bottom:3px double #00b0b0; padding-bottom:10px; margin:0 0 15px;
	}
.entry-title { font-size: 1.6em; line-height: 1.2; margin-bottom:0;
	}
.entry-title a {
	color: #222;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #00b0b0;
	}
.entry-meta {
	color: #999;
	font-size: .9em;
	margin-top:5px;
	}
.entry-meta a {
	color: #aaa;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #222;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #333;
	}
.comments-link {
	float: right;
	}
.comments-link a {
		padding-left:3px;
	display: block;
	color: #00B0B0;
	font-size: 1.4em;
	font-weight: 400;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1;
	}
.comments-link a:before { font-family: 'FontAwesome'; content:"\f0e5"; color:#00B0B0; position:relative; right:5px; }
.entry-thumbnail { float: left; width: 200px; height: 200px; margin: 0 0 20px; border:1px solid #d6d6d6; -webkit-box-shadow: inset 0px 0px; box-shadow: inset 0px 0px; 
	}
.entry-thumbnail img {
	display: block; margin-right:auto; margin-left:auto;
	}
.entry-content {
	margin: 0 0 20px;
	}
.entry-summary {
	margin: 0 0 5px 0;
	}
.summary_txt { margin:0;}
.entry-summary .more { text-align:right; }
.entry-footer { clear: both; padding: 10px 0 0px; border-top:1px solid #ddd;
	}
.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: right;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 0 0 30px;
	padding: 15px 20px 5px;
	color: #fff;
	background:#00B0B0;
	border-bottom:none;
	border-left:20px solid #444;
	position:relative;
	}
.page-header:before { content:""; display:block; border-left:5px solid #f39; height:100%; position:absolute; top:0; left:-12px; }
.page-title {
	margin: 0 0 10px;
	font-size: 1.6em;
	letter-spacing: 2px;
	}
.page-title:before { }

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 30px;
	padding: 15px 20px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	}
.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
	border: 5px solid #e6e6e6;
	}
.author-info .author-content {
	margin: 0 0 0 115px;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #999;
	font-size: .9em;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #333;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	color: #999;
	font-style: italic;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}
.entry-attachment .attachment {
	margin: 0 0 15px;
	}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 26px;
	background: #393939;
	}
.site-content [class*="navigation"] a:hover {
	background: #00b0b0;
	}
.site-content [class*="navigation"] [class^="ico-"]:before {
	margin: 0;
	}
.pagination { text-align:center; margin-top:0; }
.pagination a { margin-right:5px; margin-bottom:5px;}
.pagination .current{ background-color: #00b0b0;	color:#fff; padding:8px 15px; font-size:1.3em; line-height:26px; margin:0 5px 5px 0; font-weight:bold; }
.pagination .dumlink { background:#c4c4c4; color:#e9e9e9; padding:8px 15px; font-size:1.3em; line-height:26px; margin:0 5px 5px 0; font-weight:bold; }
/* COMMENTS
----------------------------------------------- */
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #00b0b0;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 2px;
	font-size: .875em;
	}
.comment-list li.comment .comment-metadata a {
	color: #999;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #333;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #00b0b0;
	font-size: .9em;
	font-weight: 300;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}
.comment-list li.comment .reply a:hover {
	color: #333;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #d6d6d6;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	font-size: 1.2em;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#commentform textarea {
	height: 100px;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 30px;
	}
.widget-title {
	margin: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #d6d6d6;
	}
.widget-title span {
	margin: 0 0 -1px;
	display: inline-block;
	line-height: 40px;
	border-bottom: 3px solid #00b0b0;
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%; margin-top:20px;
	}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 6px 0 -7px;
	padding: 0 0 0 15px;
	border-top: 1px solid #e6e6e6;
	}
.widget li {
	padding: 6px 0;
	border-bottom: 1px solid #e6e6e6;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #00b0b0;
	}

/* Widget Text */
.widget_text .textwidget {
	margin: 15px 0 0;
	}

/* Widget Tabs */
.widget_athemes_tabs .widget-tab-nav {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	*zoom: 1;
	}
.widget_athemes_tabs .widget-tab-nav li {
	float: left;
	width: 50%; /* if popular tag exist 33.3%; */
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_tabs .widget-tab-nav li a {
	display: block;
	padding: 5px 15px;
	color: #999;
	font-size: 1.3em;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: #393939;
	border: none;
	border-radius: 0;
	}
.widget_athemes_tabs .widget-tab-nav li a:hover,
.widget_athemes_tabs .widget-tab-nav li a:focus {
	color: #fff;
	text-decoration: none;
	}
.widget_athemes_tabs .widget-tab-nav li.active a {
	color: #fff;
	background: #00b0b0;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane {
	margin: 0;
	display: none;
	background: #fff;
	border: 1px solid #e6e6e6;
	}
.widget_athemes_tabs .widget-tab-content .active {
	display: block;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane ul {
	margin: 0;
	}
.widget_athemes_tabs .widget-tab-content .tab-pane li {
	margin: 0;
	padding: 10px;
	}
.widget_athemes_tabs .widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	border: 3px solid #d6d6d6;
	}
.widget_athemes_tabs .widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
	}
.widget_athemes_tabs .widget-entry-summary {
	margin: 3px 0 0 65px;
	}
.widget_athemes_tabs .widget-entry-content span,
.widget_athemes_tabs .widget-entry-summary span {
	color: #999;
	font-size: 1em;
	}
.widget_athemes_tabs .widget-entry-content h4,
.widget_athemes_tabs .widget-entry-summary h4 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2;
	}
.widget_athemes_tabs .widget-entry-content h4 a,
.widget_athemes_tabs .widget-entry-summary h4 a {
	}
.widget_athemes_tabs .widget-entry-content h4 a:hover,
.widget_athemes_tabs .widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
.widget_athemes_tabs #widget-tab-tags {
	padding: 15px;
	line-height: 1.4;
	}
.widget_athemes_tabs #widget-tab-tags a {
	color: #999;
	text-decoration: none;
	margin:3px;
	padding:2px 4px;
	background:#efefef;
	line-height:1.8;
	}
.widget_athemes_tabs #widget-tab-tags a:hover {
	color: #333;
	}

/* Widget oEmbed */
.widget_athemes_media_embed .widget-oembed-content {
	margin: 15px auto 5px;
	}
.widget_athemes_media_embed embed,
.widget_athemes_media_embed iframe,
.widget_athemes_media_embed object,
.widget_athemes_media_embed video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget_athemes_media_embed .widget-oembed-description {
	margin: 0 0 15px;
	}
#widget-tab li.active { position:relative;} /* add */
#widget-tab li.active:before { content:""; display:block; border-top:10px solid #00B0B0; border-left:10px solid transparent; border-right:10px solid transparent; position:absolute; bottom:-10px; left:50%; margin-left:-10px; } /* add*/

/* Widget Social Icons */
.widget_athemes_social_icons li {
	float: left;
	margin: 15px 10px 0 0;
	padding: 0;
	text-align: center;
	border: none;
	}
.widget_athemes_social_icons li a {
	display: block;
	}
.widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #393939;
	}
.widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	background: #00b0b0;
	}

/* Widget Flickr */
.widget_athemes_flickr_stream .widget-flickr-stream {
	margin: 0 -6px;
	}
.widget_athemes_flickr_stream .flickr_badge_image {
	float: left;
	width: 55px;
	display: block;
	margin: 15px 6px 0 6px;
	border: 5px solid #e5e5e5;
	}
.widget_athemes_flickr_stream .flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 10px 0;
	text-align: right;
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar {
	font-size: .9em;
	}

.site-sidebar .widget_search .search-form {
	margin: 15px 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 68%;
	margin: 0 10px 0 0;
	}
.site-sidebar .widget_search .search-submit {
	font-size: 1.3em;
	}

.site-sidebar .widget_archive select,
.site-sidebar .widget_categories select {
	width: 100%;
	height: 30px;
	margin: 15px 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra { padding: 20px 0; color: #999; font-size: .9em; background:url(images/bg_foot.png) repeat #393939;
	}
.site-extra .widget li a {
	color: #999;
	text-decoration: none;
	}
.site-extra .widget li a:hover {
	color: #ff3399;
	}
.site-extra .pad {
	margin: 0 -15px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}
.site-extra .widget-title {
	color: #ddd;
	border-bottom-color: #999;
	}
.site-extra .widget li {
	border-bottom-color: #393939;
	}

.site-extra .widget_athemes_social_icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget_athemes_social_icons li a:hover [class^="ico-"]:before {
	color: #ff3399;
	}
	
.site-extra .widget-title span{ border-bottom-color:#ff3399;}
.site-extra a { color:#ff3399; }
/* FOOTER
----------------------------------------------- */
.site-footer {
	padding: 8px 0;
	color: #999;
	font-size: .9em;
	background: #16171b;
	}
.site-footer a {
	color: #fff;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #ff3399;
	}
.site-info {
	float: left;
	}
.site-credit {
	float: right;
	}	
/* Options for MIKU BLOG
----------------------------------------------- */
.site-sidebar .widget { 
background:#fff; padding:20px 25px; border-bottom:1px solid #ccc;
}
.site-sidebar .widget_search, .site-sidebar .widget_athemes_tabs, #blog_adspace { 
 background:none; padding:0; border-bottom:none;
}
.widget-title+select { margin-top:20px; } /* archive-dropdown */
.post-head { position:relative;}
.post-ctgr { position:absolute; top:10px; left:-10px; padding:0 10px; color:#fff; background:#00B0B0; }
.post-ctgr i { color:#fff; }
.post-ctgr a { color:#fff; }
.post-ctgr:before { display:block; content:""; border-right:10px solid #005357; border-bottom:10px solid transparent; border-top:0; position:absolute; left:0; bottom:-10px; }
.eyecatch { text-align:center; background:#000000; }
.post-content { padding:25px 25px; }
.post-singlepage { padding:30px 25px 25px;}
.type-post { position:relative; }

.type-page { padding:20px;}
/* static page完全ミク仕様 */
.type-page .entry-header { background:#00b0b0; padding:10px 30px 15px 40px; color:#fff; position:relative; border-left:20px solid #555; left:-40px; margin:0 -40px 30px 0;}
.type-page .entry-header:after { content:""; display:block; border-right:35px solid #fff; border-top:35px solid transparent; border-bottom:35px solid transparent; position:absolute; right:0; top:-5px; }
.type-page .entry-header:before { content:""; border-left:5px solid #f39; display:block; height:100%; position:absolute; left:-12px; top:0; }
.type-page .entry-content { padding:0px 20px 20px; position:relative; }
hr { height: 11px; background: #555; border: 0; }
hr:before { content:""; position:relative; border-bottom:3px solid #f39; top: 4px; display:block; }

#sns-buttons { margin-bottom:0;}
#sns-buttons li { display:inline-block; width:80px; margin:0; }

.rel-post { background:#fff; padding:20px; margin-bottom:20px; border-bottom:1px solid #ccc; } /* content-single.php */
.rel-post ul { list-style:none; margin:0;}
.rel-post li { padding:0; }
.rel-post h4 { font-size:1.1em; }

table#wp-calendar td, table#wp-calender tr th { text-align:center; border-color:#393939; }
#wp-calendar #prev { text-align:left;} 
#wp-calendar #next { text-align:right;}

#whole { background:url(images/img_official_miku_big.png) no-repeat right 0px; width:100%; min-width:320px; }
.pagetop {
	display: none; position: fixed; bottom: 0; right: 30px;
}
.pagetop a {
	display: block;
	font-size: 50px;
	text-decoration: none;
	color:#ff3399;
}
.img-piaprologo { margin-left:6px;}
.logo-cfm { }

.popular-list h4 { font-size: 1.2em; line-height: 1.2; margin:0; }
.popular-list span { color:#999999; font-size:1em; }

#widget-area-2 .widget_search+aside { border-bottom:none; }/* 広告下のボーダー消し */

/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (max-width: 960px) {
	.container {
		width: 90%;
		}
	#whole {  background:url(images/img_official_miku_cut.png) no-repeat right 20px; background-size:55%; }
	.site-content {
		margin-right: 40%;
		}
	.site-sidebar {
		width: 35%;
		margin-left: -35%;
		}
	.site-sidebar .widget_search .search-field {
		width: 95%;
		margin: 0 0 10px;
		}
	.site-extra .widget-area {
		width: 50%;
		}
	}
@media screen and (max-width: 768px) {
	body { min-width:320px; }
	.site-header .widget-area {
		display: none;
		}
	.site-header .site-branding {
		float: none;
		}
	.content-area {
		float: none;
		}
	.post-content { padding:15px;} 
	.site-main { padding-top:20px; }
	.site-title { margin-top:40px; }
	.site-content {
		margin: 0;
		}
	.entry-thumbnail {
		float: none;
		margin: 0 auto 15px;
		}
	.entry-title { font-size:1.3em;}
	.entry-summary {
		margin-left: 0;
		}
	.site-sidebar {
		width: auto;
		float: none;
		margin: 20px 0 0;
		}
	.site-extra .widget-area {
		width: 100%;
		}
	.site-title { margin:40px 0 0; background-size:contain; }
	.site-title a { width:60%; }
	.site-description { margin-bottom:0; font-size:0.8em; }
	
	.site-footer {
		text-align: center;
		}
	.site-footer .site-info,
	.site-footer .site-credit {
		float: none;
		}
	}
@media screen and (max-width: 480px) {
	.type-page .entry-content { padding:0px 0 20px; position:relative; }
	}
@media screen and (max-width: 320px) {
	}

/* Karent Release
----------------------------------------------- */
#karent_newrelease {}
div.blog_karent { overflow:hidden; border-bottom:1px solid #ccc; padding:10px 0; }
#karent_newrelease .blog_karent:first-child { padding-top:0; }
#karent_newrelease .blog_karent:last-child { border-bottom:none; }
.blog_karent div:first-child { float:left; padding-right:15px; }
#karent_newrelease+div a { background:#393939; color:#ff3399; display:block; padding:8px; }

/* CFM blog link menu
----------------------------------------------- */
#cfm-blogmenu-whole { display:block; position:absolute; right:30px; top:0; background:#00B0B0; border-radius:0 0 4px 4px; width:180px; font-size:0.8em; z-index:30; }
.cfm-thisblog { padding:3px 10px; cursor:pointer; color:#fff; margin:0; }
.cfm-thisblog span { padding-right:3px; }
.cfm-otherblog { border-top:1px solid #009090;  padding:0 0 8px; display:none;  }
.cfm-blogmenu-midashi { font-size:12px; padding:8px 10px 0px; margin:0; color:#B8E9DD; }
.cfm-blogmenu { margin:0;}
.cfm-blogmenu li { list-style-type:none;   }
.cfm-blogmenu a { display:block; color:#fff; padding:3px 10px; text-decoration:none; }
.cfm-blogmenu a:hover {background:#00bfbf; }
.cfm-thisblog:hover { background:#00bfbf; border-radius:0 0 4px 4px; }
.menuarrow { vertical-align:text-bottom; display:inline-block; }
@media screen and (max-width:800px) {
	#cfm-blogmenu-whole { display:none; }
}

#menu-item-12485 ul.sub-menu.sf-js-enabled { right:0; }/* end menu */
.sf-menu li li { border-right:none; }
/* END of CSS --------------------------------- */