@charset "UTF-8";
/*
	Theme Name: ideaHacker_PC
	Description: ideaHacker.net PC Theme
	Author: LeoTiger_7
	Author URI: http://ideahacker.net
	Version: 1.5
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: WhiteBlack
*/
/******************** General Setting ********************/
html{
	font-size: 62.5%;
}

body{
	background: #e5e5e5;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	font-size: 14px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 120%;
}

/******************** Post ********************/
.postWrap{
	position: relative;
	width: 100%;
	max-width: 780px;
	height: 200px;
	margin: 20px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	color: #555;
}

#main .postImg{
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 12px;
	background: #fff;
	border-right: 1px solid #ddd;
}

#main .postImg img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.postTitle{
	width: 770px;
	padding: 12px 0;
}

.postTitle a{
	color: #444;
	line-height: 2em;
}

.postTitle a:hover{
	color: #d14;
}

.postTitle h2{
	display: inline;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7em;
}

.postMeta{
	padding: 0;
	letter-spacing: 1px;
}

.postMeta .postMetaTime{
	margin-right: 8px;
	padding: 2px 4px;
	border-radius: 2px;
	background: #282F35;
	color: #fff;
}

.postMeta .postMetaCat a{
	padding: 2px 4px;
	border-radius: 2px;
	background: #282F35;
	color: #fff;
}

.postExcerpt{
	width: 770px;
	padding: 12px 0;
	color: #888;
	font-size: 13px;
	line-height: 1.6em;
}

.postExcerpt p{
	margin: 0;
}

.postHover{
	position: absolute;
	top: 0;
	left: -4px;
	width: 4px;
	height: 200px;
	background: #f00;
	z-index: 9999;
}

/******************** Typography ********************/
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: bold;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.blogTitle{
	background: url("http://ideahacker.net/img/logoImg.png");
	width: 260px;
	height: 110px;
	text-indent: -9999px;
}

h1{
	font-size: 240%;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#SingleEntry{
	width: 680px;
	background: #fff;
	font-size: 15px;
	line-height: 180%;
	padding: 0 50px 1em;
}

#singleMeta{
	background: #282F35;
	padding: 20px;
	border-left: 3px solid #d14;
	color: #fff;
}

#singleMeta h1{
	display: block;
	padding: 10px 0 14px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6em;
}

#singleMeta .date{
	display: inline-block;
	color: #aaa;
	font-size: 11px;
}

#singleMeta .cat{
	display: inline-block;
	font-size: 11px;
}

#singleMeta .cat a{
	color: #fff;
}

.socialWrap{
	padding: 20px 0 0;
	text-align: center;
}

.socialWrap div{
	display: inline-block;
}

#singleMain img#feedlyFollow{
	margin: 0;
}

.feedly_count_box{
	width: 66px;
}

.feedly_count_box div{
	position: relative;
	width: 64px;
	height: 17px;
	margin-bottom: 6px;
	padding: 8px 0;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 120%;
}

.feedly_count_box div:before{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 28px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #bfbfbf;
}

.feedly_count_box div:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 28px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
}

.fb_iframe_widget > span{
	vertical-align: baseline !important;
}

#SingleEntry h2, #SingleEntry h3, #SingleEntry h4, #relatedMsg{
	color: #444;
	font-size: 20px;
	font-weight: normal;
	border-left: 2px #d14 solid;
	border-bottom: 1px #ececec solid;
	margin: 2em -50px 1.5em;
	padding: 12px 8px 10px 48px;
}

#relatedMsg{
	margin-top: 10px;
}

#SingleEntry h4{
	color: #444;
	font-size: 18px;
	font-weight: normal;
	border-left: 2px #888 solid;
	margin: 1.5em 0 20px;
	padding: 6px 8px 6px 16px;
}

.master-post-advert{
	clear: both;
}

.indexTopAd{
	text-align: center;
	margin: 22px 0 0;
}

#single-move{
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}

#single-move a{
	color: #fff;
}

#page-top{
	background: rgba(0, 0, 0, 0.7);
	width: 120px;
	margin-bottom: 1px;
	padding: 12px 16px;
	border-radius: 4px 4px 0 0;
	transition-duration: 0.2s;
}

#page-top:hover{
	background: rgba(0, 0, 0, 0.9);
}

#move-home{
	background: rgba(0, 0, 0, 0.7);
	width: 120px;
	padding: 12px 16px;
	border-radius: 0 0 4px 4px;
	transition-duration: 0.2s;
}

#move-home:hover{
	background: rgba(0, 0, 0, 0.9);
}

.code{
	font-family: source-code-pro, sans-serif;
	font-size: 13px;
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	line-height: 22px;
	margin: 20px 0;
	padding: 0 1em 20px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

#SingleEntry h4.syntax_title{
	background: linear-gradient(#444444, #555555);
	border: none;
	color: #fff;
	font-size: 14px;
	margin: 1.5em 0 0;
	padding: 2px 12px 1px;
	letter-spacing: 2px;
}

/******************** Link ********************/
a:focus{
	outline: none;
}

a img{
	outline: none;
	border-style: none;
}

/******************** Layout ********************/
#headerWrap{
	background: #282F35;
	width: 100%;
	height: 110px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	position: relative;
}

#header{
	width: 1180px;
	height: 110px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}

#topBigbanner{
	bottom: -2px;
	position: absolute;
	right: 0;
}

#topAdsWrap{
	width: 100%;
	height: 180px;
	padding: 20px 0;
	background: #5b6a78;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

#topAds{
	width: 1180px;
	height: 180px;
	margin: 0 auto;
}

#topAds div{
	display: inline-block;
	margin-right: 14px;
	padding: 0;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

#topAds div:last-child{
	margin: 0;
}

#topAds div img{
	display: block;
}

#containerWrap{
	background: #ececec;
}

#container{
	margin: 0 auto;
	width: 1180px;
	overflow: hidden;
}

#main{
	float: left;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

#singleMain{
	background: #fff;
	float: left;
	width: 100%;
	max-width: 780px;
	margin: 20px auto;
}

#footerWrap{
	position: relative;
	clear: both;
	background: #282F35;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) inset;
	z-index: 1;
}

#footer{
	width: 1180px;
	margin: 0 auto;
	color: #fff;
	background: #282F35;
}

#footer .link a{
	display: block;
	background: #171b1f;
	color: #fff;
	font-size: 16px;
	margin-bottom: 16px;
	padding: 8px 12px 7px;
	border-left: 4px solid #d14;
	transition-duration: 0.2s;
}

#footer .link a:hover{
	background: #bfbfbf;
	color: #333;
	border-left: 4px solid #fff;
	text-decoration: none;
}

#footerL{
	width: 780px;
	float: left;
	color: #fff;
	margin-right: 20px;
	padding: 16px 0;
}

#footerR{
	width: 378px;
	float: right;
	padding: 16px 0;
}

#copyright{
	display: block;
	padding: 10px 0 8px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #171b1f;
	clear: both;
}

.master_post_advert{
	margin: 1em 0 1em;
}

.center{
	text-align: center;
}

/******************** header ********************/
*:first-child + html #header > div{
  /* IE7 */
	clear: both;
	zoom: 1;
}

#logo a{
	border: none;
}

#description{
	margin-top: 0;
	color: #777;
}

#searchform{
	position: relative;
	margin-top: 20px;
}

/******************** Navigation ********************/
.pageNav{
	width: 100%;
	max-width: 816px;
	color: #2583ad;
	background-color: #fff;
	padding: 16px 0;
	line-height: 4em;
	text-align: center;
	border-top: 1px solid #ddd;
}

p.pageNav{
	margin: 0;
}

a.page-numbers, .pageNav .current{
	color: #333;
	padding: 2px 12px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-size: 1em;
}

a.page-numbers:hover{
	color: white;
	background: #aaa;
}

.pageNav .current{
	color: white;
	background: #333;
	border-color: #aaa;
	font-weight: bold;
}

.pageNav .next, .pageNav .prev{
	border: solid 1px #aaa;
	background: transparent;
	font-size: 1em;
}

/******************** header image ********************/
#header-image{
	margin-bottom: 40px;
}

/******************** Main ********************/
#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 1em;
	border-bottom: 1px solid transparent;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
	font-size: 14px;
}

.post-meta .post-date,
.post-meta .category{
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/******************** Sidebar ********************/
#sidebar{
	float: right;
	width: 378px;
	height: 100%;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#main,
#sidebar{
	border-bottom: 1px solid transparent;
}

#sidebar h5{
	margin-bottom: 10px;
}

.widget{
	background: #fff;
	margin: 20px 0 20px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.widgettitle{
	background: #282F35;
	margin: 0 -5px;
	padding: 12px 0 10px;
	font-size: 17px;
	color: #fff;
	margin: 6px 0 0;
	text-align: center;
	letter-spacing: 4px;
}

#sidebar .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget ul li{
	padding: 12px 30px 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar .widget ul li:last-child{
	border-bottom: none;
}

#sidebar .widget ul li a{
	display: block;
	color: #888;
	font-size: 15px;
	line-height: 1.3em;
}

#sidebar .widget ul li a:hover{
	color: #f55050;
}

#sidebar .widget li a:hover{
	text-decoration: none;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin: 20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}

#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p{
	margin: 0;
}

/******************** Form ********************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea{
	margin: 0;
	padding: 6px 4px;
	max-width: 255px;
	width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 16px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea{
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus{
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px hotpink;
	-moz-box-shadow: 0 0 3px #ee2255;
	box-shadow: 0 0 3px hotpink;
	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #a13;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #d14;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
	border: 1px solid #c35;
	background: #b34;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
	position: relative;
	top: 1px;
}

/******************** WordPress Misc ********************/
.aligncenter{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignleft{
	float: left;
}

.alignright{
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
	text-align: center;
}

.wp-caption{
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

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

.wp-caption-dd{
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignleft{
	display: inline-block;
	margin: 0 0 1em 1.5em;
}

/******************** User ********************/
#main img{
	background-color: #fff;
	max-width: 98%;
	height: auto;
	border: 1px solid #ccc;
	margin: 1em auto;
	padding: 2px;
}

#main #mainTop{
	max-width: 100%;
	height: auto;
	border: none;
	margin: 0 auto 16px;
	padding: 0;
	text-align: center;
}

#singleMain #mainTop{
	max-width: 100%;
	height: auto;
	border: none;
	margin: -100px auto 0;
	padding: 0;
	text-align: center;
}

#singleMain img{
	background-color: #fff;
	max-width: 680px;
	height: auto;
	margin: 1.4em auto;
}

#main img.alignleft{
	width: auto;
	max-width: 620px;
	height: auto;
	border: 1px solid #ccc;
	margin: 0 1em 1em 0;
	padding: 3px;
}

#singleMain img.alignleft{
	width: auto;
	max-width: 240px;
	height: auto;
	border: 1px solid #ccc;
	margin: 0 1em 0 0;
	padding: 3px;
}

h5.widgettitle{
	padding: 8px 0;
	background: #282828;
}

.fb-like-box{
	background-color: #f8f8f8;
}

.yarpp-related{
	text-align: center;
}

.yarpp-related .yarppBlock{
	display: inline-table;
	text-align: center;
	width: 160px;
	margin: 0 4px 20px 0;
	padding: 0;
}

.yarpp-related .yarppImg{
	width: 160px;
	height: 160px;
	padding: 0;
	background: url(http://ideahacker.net/img/no_img.jpg);
}

.yarpp-related .yarppImg img{
	display: block;
	width: 158px;
	height: 158px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #bfbfbf;
}

.yarpp-related .yarppTitle{
	width: 160px;
	height: 100px;
	padding: 10px 0 0;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.yarpp-related .yarppTitle:hover{
	color: #f55050;
	text-decoration: underline;
}

.yarpp-related p:hover{
	background: #ccc;
}

.iBanner{
	height: 250px;
	padding: 20px 0;
	text-align: center;
}

#authorImg{
	display: block;
	width: 310px;
	margin: 20px auto 10px;
	padding-top: 20px;
	text-align: center;
}

#authorMsg{
	color: #888;
	font-size: 11px;
	margin: 0;
	padding: 0 24px 10px;
}

#scrollContent{
	background: #fff;
}

.fixed{
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: fixed;
	top: 0;
}

.catPageTitle{
	display: inline-block;
	background: #282F35;
	margin-top: 20px;
	padding: 12px 8px 11px;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
}

.wpcf7 input{
	max-width: 400px;
	padding: 4px 8px;
}

.wpcf7 textarea{
	max-width: 662px;
	padding: 4px 8px;
}

#prf{
	width: 340px;
	padding: 20px;
}

#prf p{
	color: #888;
	line-height: 1.8em;
}

#prf img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

#prf h5{
	font-size: 18px;
}

.rum:hover{
	animation: rumble 0.12s linear infinite;
	-webkit-animation: rumble 0.12s linear infinite;
}

@keyframes rumble {
  0% {
		transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
		transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
		transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
		transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
		transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
		transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
		transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
		transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
		transform: rotate(0deg) translate(0, 0);
  }
}
@-webkit-keyframes rumble {
  0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
		-webkit-transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
		-webkit-transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
		-webkit-transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
		-webkit-transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
		-webkit-transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
		-webkit-transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
		-webkit-transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
		-webkit-transform: rotate(0deg) translate(0, 0);
  }
}
.qLink{
	color: #aaa;
	font-size: 11px;
	margin: 1.5em 0 -1.5em;
}

ul.ppost{
	margin: 0;
}

.ppost li{
	position: relative;
	width: 378px;
	height: 120px;
	padding: 0 !important;
	overflow: hidden;
}

.ppost li a img{
	width: 378px;
	height: 378px;
	position: absolute;
	top: -130px;
	left: 0;
	z-index: 0;
}

.ppost li a:last-child{
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	padding: 30px 20px 0;
	color: #fff !important;
	line-height: 1.35em !important;
	text-shadow: 1px 1px 2px #000;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	transition-duration: 0.2s;
}

.ppost li a:last-child:hover{
	background: rgba(0, 0, 0, 0.8);
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

a{
	text-decoration: none;
	outline: none;
}

#SingleEntry a{
	color: #f55050;
	text-decoration: none;
	line-height: 1.4em;
	outline: none;
}

#SingleEntry a:hover{
	text-decoration: underline;
}

#SingleEntry a:focus{
	outline: none;
}

hr{
	background: url("http://ideahacker.net/img/hr.png");
	height: 5px;
	margin: 1.5em -50px;
	border: none;
}

table{
	width: 100%;
	font-size: 13px;
	border: 1px solid #ccc;
	margin: 1em 0;
}

th{
	width: 33%;
	background-color: #eee;
	border: 1px solid #bfbfbf;
	padding: 0.5em;
}

td{
	min-width: 40px;
	border: 1px solid #bfbfbf;
	padding: 0.5em;
}

strong{
	background: linear-gradient(transparent 50%, #f5a9a9);
}

.fs15{
	font-size: 1.5em;
}

.fs20{
	font-size: 2em;
}

.fcR{
	color: #d00;
}

.notes{
	font-size: 0.85em;
	padding-left: 1em;
	color: #666;
}

.notes:before{
	content: "※";
}

.notes:first-letter{
	margin-left: -1.3em;
}

.q{
	color: #666;
	font-size: 15px;
	line-height: 180%;
	background: url('../img/q.png') no-repeat scroll 10px 6px;
	background-size: 24px;
	border: 1px solid #bfbfbf;
	margin: 1em 0;
	padding: 3em 2.5em 2em;
	word-wrap: break-word;
}

.qLink{
	color: #aaa;
	font-size: 11px;
	padding: 0.5em 0;
	text-align: right;
}

.tWrap{
	border: 1px solid #aaa;
	margin: 1.2em 0;
	padding: 1em;
	word-wrap: break-word;
}

.lWrap{
	background: url('../img/share.png') no-repeat 12px center;
	background-size: 24px;
	border: 1px solid #aaa;
	border-radius: 2px;
	margin: 1.2em 0;
	padding: 1em 1em 1em 48px;
	word-wrap: break-word;
}

.dWrap{
	background: url('../img/download.png') no-repeat 12px center;
	background-size: 28px;
	border: 1px solid #aaa;
	border-radius: 2px;
	margin: 1.2em 0;
	padding: 1em 1em 1em 52px;
	word-wrap: break-word;
}

.vWrap{
	position: relative;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}

.vWrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.codepen{
	margin: 1em 0;
}

/******************** Plugin Setting ********************/
.amazlet-box{
	padding: 2em 1em 1em;
}

.amazlet-box .amazlet-name{
	padding: .4em 0 0;
}

.amazlet-box .amazlet-name > a{
	font-size: 15px;
}

.amazlet-box .amazlet-detail{
	font-size: 12px;
}

.amazlet-powered-date{
	display: none;
}

#singleMain .amazlet-box .amazlet-image img{
	margin: 0;
	max-height: 160px;
}

#singleMain ul{
	font-size: 16px;
	margin: 1.4em 0;
	padding: 0;
}

#singleMain ul li{
	background: url('../img/list.png') no-repeat 0 50%;
	background-size: 22px;
	margin: 14px 0;
	padding-left: 32px;
	font-family: source-code-pro, sans-serif;
	list-style: none;
}

#SingleEntry .download{
	position: relative;
	width: 300px;
	height: 80px;
	background: url(http://ideahacker.net/img/download_bg.png) no-repeat;
	border-radius: 42px 0;
}

#SingleEntry .download div{
	position: absolute;
	width: 220px;
	top: 30px;
	left: 80px;
	text-align: center;
}

#SingleEntry .downloadLink{
	display: block;
	width: 300px;
	margin: 1em auto;
	color: #fff;
	font-weight: bold;
}

#feedly{
	width: 230px;
	margin: 12px auto;
}

#feedly_count{
	position: relative;
	width: 64px;
	height: 22px;
	padding: 16px 12px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	float: right;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
}

#feedly_count:before{
	content: "";
	position: absolute;
	top: 18px;
	left: -16px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right: 8px solid #bfbfbf;
}

#feedly_count:after{
	content: "";
	position: absolute;
	top: 18px;
	left: -15px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right: 8px solid #fff;
}

#tagCloud{
	font-size: 18px;
	font-family: 'Source Code Pro';
	padding: 10px 0 8px;
}

.wp-tag-cloud{
	padding: 0 0 12px;
}

.wp-tag-cloud li{
	display: inline-block;
	background: #171b1f;
	margin-bottom: 4px;
	padding: 6px 8px 4px;
	border: 1px solid #121212;
	transition-duration: 0.2s;
}

.wp-tag-cloud li:hover{
	background: #bfbfbf;
}

.wp-tag-cloud li:hover a{
	color: #333;
}

.wp-tag-cloud li a{
	color: #fff;
	font-family: 'Source Code Pro';
	transition-duration: 0.2s;
}
