/*
Theme Name: Endless Icons
Theme URI: /themes/endlessicons
Description: Endless Icons
Author: Min Kim
Version: 0.0.1
Template: twentyten
Tags: two-columns, right-sidebar, custom-header, custom-colors, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%; 
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
@font-face {
    font-family: Chalkboard;
    src: url(fonts/Chalkboard.ttf);
    font-weight:400;
}
body {
	background:#eeeeee;
	/** background:url(images/bg.gif) repeat; **/
	font: .88em/150% 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444444;
}
a {
	color: #319df3;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #319df3;
	text-decoration:none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	list-style:none;
}
li {
	margin: 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin:0;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header-wrapper{
	overflow:hidden;
	background:#333333;
	border-bottom:1px #ffffff solid;
}
#header {
	padding:5px 10px;
}

/** Header Left **/
#header-left{
	float:left;
	width:35%;
}
.logo{
	float:left;
	background:url(images/sprite-main.png) no-repeat 0 0;
	width:220px;
	height:43px;
	padding:12px 0 0 65px;
	color:#ffffff;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
}
#header-left span{
	color:#999999;
	font-weight:normal;
	font-size:11px;
	margin-top:-5px;
	display:block
}
#header-left a:hover{
	background:url(images/sprite-main.png) no-repeat 0 -75px;
	color:#ffffff;
}

/** Header Right **/
#header-right{
	float:right;
	width:55%;
	margin-top:13px;
}
.twitter{
	float:right;
	background:url(images/sprite-main.png) no-repeat 0 -148px;
	height:18px;
	margin:5px 15px 0 0;
	padding-left:25px;
	color:#89c9fb;
}
.twitter:hover{
	background:url(images/sprite-main.png) no-repeat 0 -176px;
}
.search{
	float:right;
	background:url(images/sprite-main.png) no-repeat -303px 0;
	width:204px;
	height:29px;
}
.search-textbox{
	float:left;
	border:0;
	background:none;
	padding:6px 12px;
	width:155px;
	outline: none;
	color:#eeeeee;
}
input::-webkit-input-placeholder {
    color:    #333333;
}
input:-moz-placeholder {
    color:    #333333;
}
input:-ms-input-placeholder {
    color:    #333333;
}
.btn-search{
	float:left;
	width:20px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background:none;
}
.btn-search:hover{
	background:url(images/sprite-main.png) no-repeat -542px 0;
}

/* Search Mobile */
#search-mobile{
	display:none;
}
.btn-search-link{
	display:none !important;
}

/* Message */
#message{
	display:none;
	width:auto;
	margin:20px 0 0 0;
	padding:10px 15px;
	border:3px #ffffff solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 1px #d6d6d6;
	-moz-box-shadow: 0 1px 1px #d6d6d6;
	box-shadow: 0 1px 1px #d6d6d6;
	background:#fbf5cd;
	text-align:center;
}
#message span{
	color:#999999;
	font-size:12px;
}

/************************************************************************************
NAV
*************************************************************************************/
.menu-header{
	overview:hidden;
	margin-top:40px;
	border-bottom:#cccccc 1px solid;
	overflow:hidden;
}
.menu{
	margin-left:5px;
}
.menu li{
	float:left;
	margin-right:30px;
	padding-bottom:10px;
}
.menu li:last-child{
	padding-right:none;
}
.menu li a{
	font-size:15px;
	text-transform:uppercase;
	color:#777777;
}
.menu li a:hover{
	color:#000000;
}
.current-menu-item a{
	color:#000000 !important;
	font-weight:600;
}
.current-menu-item{
	border-bottom:3px #000 solid;
}


/************************************************************************************
CONTENT
*************************************************************************************/
.pagewrap {
	overflow:hidden;
	width: 940px;
	margin: 0 auto;
}
#yoggrt-message{
	text-indent:-99999px;
	display:none;
	background:url(/wp-content/uploads/2013/05/message.png) no-repeat;
	width:120px;
	height:76px;
	position:absolute;
	top:150px;
}
#home-content{
	overflow:hidden;
	margin:40px 0 10px -20px;
}
#content a:hover{
	text-decoration:underline;
}

/* post */
.page-title{
	margin: 0 0 36px 10px;
}
.post-image, .post-image-detail {
	float:left;
	position:relative;
	width:auto;
	margin:0 0 20px 20px;
	border:3px #ffffff solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 1px #d6d6d6;
	-moz-box-shadow: 0 1px 1px #d6d6d6;
	box-shadow: 0 1px 1px #d6d6d6;
	background:#f4f4f4;
}
.post-image:hover {
	background:#ffffff;
}
.zilla-likes{
	position:absolute;
	background:url(images/sprite-main.png) no-repeat 0 -211px;
	bottom:15px;
	left:15px;
	width:auto;
	height:19px;
	padding-left:20px;
	color:#666666;
}
.zilla-likes:hover, .active{
	background:url(images/sprite-main.png) no-repeat 0 -242px;
	color:#333333;
}
.home .post-image .zilla-likes{
	position:absolute;
	background:url(images/sprite-main.png) no-repeat 0 -211px;
	bottom:7px;
	left:7px;
	width:auto;
	height:19px;
	padding-left:20px;
	color:#666666;
}
.home .post-image .zilla-likes:hover, .home .post-image .active{
	background:url(images/sprite-main.png) no-repeat 0 -242px;
	color:#333333;
}
.post-date{
	float: right;
	font-size: 13px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	color: #999999;
}

/* Tag Result */
#tag-result{
	margin-top:40px;
}
#tag-result h1{
	margin:0 0 -20px 0;
	font-weight:600;
	font-size:18px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer-top, #footer-bottom{
	overflow:hidden;
	background:#333333;
	color:#999999;
}
#footer-top a, #footer-bottom a{
	color:#ffffff;
}
#footer-top a:hover, #footer-bottom a:hover{
	color: #319df3;
	text-decoration:none;
}
#footer-top{
	padding:15px 0;
}
#footer-bottom{
	border-top:#3d3d3d solid 1px;
	font-size:0.85em;
}

/** widget-area **/
#footer-top .widget-area{
	float:left;
	width:300px;
	margin-left:20px;	
}
#footer-top h3{
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px !important;
	margin-top:23px;
}
#footer-counter{
	overflow:hidden;
	text-align:center; 
	border-left:#3d3d3d 1px solid;
	border-right:#3d3d3d 1px solid; 
	padding-bottom:60px;
}
#footer-counter-bg{
	background:url(/wp-content/uploads/2013/05/counter-bg.png) no-repeat center;
	color:#ffffff; 
	font-size:15px; 
	letter-spacing: 15px;
	overflow: hidden; 
	padding: 0 0 3px 14px; 
	font-weight: 100;
}

/** About **/
.footer-logo{
	float:left;
	background:url(images/sprite-main.png) no-repeat 0 -570px;
	width:300px;
	height:55px;
	text-indent:-9999px;
	padding:0 0 10px 0;	
}
.footer-logo:hover{
	background:url(images/sprite-main.png) no-repeat 0 -646px;
}
#footer-widget-area{
	margin-left:-20px;
}

/** Popular Tags **/
#footer-top ul{
	float:left;
	list-style:none;
	margin:20px 2% 0 0;
	width:100%;
}
#footer-top li{
	line-height:24px;
}

/** Newsletter **/
.footer-newsletter{
	overflow:hidden;
	background:url(images/sprite-main.png) no-repeat 0 -284px;
	width:256px;
	height:33px;
	padding-bottom:20px;
	border-bottom:#444444 1px solid;
	margin-bottom:15px;
}
.footer-newsletter .textbox{
	float:left;
	border:0;
	background:none;
	padding:10px 14px;
	width:175px;
	outline: none;
	color:#eeeeee;
}
.btn-newsletter-submit{
	float:left;
	text-indent:-9999px;
	width:42px;
	height:33px;
	background:none;
	border:0;
}
.last p{
	margin:20px 0 5px 0;
}
.last h3, .last p, .last .footer-newsletter{
	float:right;
}

/** Footer-Twitter **/
.twitter-footer{
	float:right;
	background:url(images/sprite-main.png) no-repeat 0 -148px;
	margin-top:5px;
	padding-left:25px;
	color:#999999;
	text-align: right;
}
.twitter-footer span{
	color:#999999;
	font-size:12px;
	padding-right:5px;
}
/** Credit **/
#credit{
	border-top:1px #3d3d3d solid;
	padding:16px 0;
}
#copyright{
	float:left;
	width:45%;
	padding:16px 0;
}
#project{
	float:right;
	padding:16px 0;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
Single Page
*************************************************************************************/
#content-single {
	overflow:hidden;
	margin:40px auto 0 auto;
	width:auto;
}
/************************************************************************************
Detail
*************************************************************************************/
#content {
	overflow:hidden;
	margin:40px auto 0 auto;
	width:619px;
}
#content .post-image, #content .post-image-detail{
	margin:0;
	float:none;
}

/* headline */
.headline{
	position:relative;
	overflow:hidden;
	margin:10px 0 25px 0;
}
.headline h1{
	text-align:center;
	margin:0;
	font-weight:500;
}
.headline .btn-prev{
	position:absolute;
	left:0;
	top:10px;
	text-indent:-9999px;
	background:url(images/sprite-main.png) no-repeat 0 -359px;
	width:11px;
	height:22px;
	padding-right:10px;
}
.headline .btn-prev:hover{
	background:url(images/sprite-main.png) no-repeat 0 -399px;
}
.headline .btn-next{
	position:absolute;
	right:0;
	top:10px;
	text-indent:-9999px;
	background:url(images/sprite-main.png) no-repeat -52px -359px;
	width:11px;
	height:22px;
	padding-right:10px;
}
.headline .btn-next:hover{
	background:url(images/sprite-main.png) no-repeat -52px -399px;
}

/* post */
#post-detail{
	margin-top:-48px
}
#post-like{
	float:left;
	background:url(images/sprite-main.png) no-repeat -142px -351px;
	width:80px;
	padding:0 0 0 15px;
	font-size:16px;
}
#post-like:hover{
	background:url(images/sprite-main.png) no-repeat -262px -351px;
	color:#0281f8;
}

/***** Download Buttons ******/
/* Initial Button (Download PNG) */
#post-download-wrapper{
	width:100%;
	padding-bottom:15px;
	overflow:hidden;
}
#post-download{
	float:right;
	background:url(images/sprite-main.png) no-repeat -778px -299px;
	width:170px;
	height:35px;
	padding:2px 0 0 0;
	margin:0 0 0 10px;
	text-indent:-9999px;
	
}
#post-download:hover{
	background:url(images/sprite-main.png) no-repeat -778px -353px;
	color:#0281f8;
}

/* Download PNG & SVG */
#download-button{
	float:right;
	padding:10px 18px;
	margin:0 0 0 10px;
	color:#ffffff;
	border:1px #158fee solid;
	background:#32a3fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#download-button:hover{
	text-decoration:none !important;
	background:#158fee;
}

/* Download PNG */
#download-png{
	float:right;
	padding:10px 18px;
	margin:0 0 0 10px;
	color:#ffffff;
	border:1px #158fee solid;
	background:#32a3fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#download-png:hover{
	background:#158fee;
	text-decoration:none !important;
}

/* Download SVG */
#download-svg{
	float:right;
	padding:10px 18px;
	margin:0 0 0 10px;
	color:#ffffff;
	border:1px #02bb2d solid;
	background:#02cd31;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#download-svg:hover{
	background:#02bb2d;
	text-decoration:none !important;
}

.twitter-share-button{
	float:left;
}
.line{
	width:100%;
	height:2px;
	margin:30px 0;
	background:url(images/sprite-main.png) no-repeat 0 -451px;
}
#description{
	overflow:hidden;
	margin:15px 0 ;
}

/* Tags */
#tag-wrapper{
	width:100%;
	overflow:hidden;
	margin-top:15px;
}
#tag-wrapper span{
	float:left;
	padding:2px;
}
.tags{
	float:left;
	background:#ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
	padding:2px 7px;
	margin:0 0 5px 5px;
	color:#444444;
}
.tags:hover{
	color:#000000;
	text-decoration:none;	
}
#tag-wrapper a:hover{
	background:#dddddd;
}

/* Related icons */
#content h2{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	margin:0 0 30px 0;
}
.related-posts-type{
	margin-bottom:-15px;
}
.related-posts-type ul{
	overflow:hidden;
	margin:0 0 10px -14px;
	padding:0;
}
.related-posts-type li{
	float:left;
	width:110px;
	margin:0 0 10px 14px;
	text-indent:-9999px; 
}
.related-posts-type img{
	border:3px #ffffff solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 1px #d6d6d6;
	-moz-box-shadow: 0 1px 1px #d6d6d6;
	box-shadow: 0 1px 1px #d6d6d6;
	background:#f4f4f4;
}
.related-posts-type img:hover{
	background:#ffffff;
}

/* Comment */
#commentform{
	margin-top:30px;	
}
#commentform input, #commentform textarea{
	border-top:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	border-right:#f4f4f4 1px solid;
	border-bottom:#f4f4f4 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
	padding:7px 12px;
	font-size:14px;
}
.comment{
	overflow:hidden;
	margin:10px 0;
}
.comment .left{
	float:left;
	width:85%;
	overflow:hidden;
}
.comment-content{
	clear:both;
	font-size:13px;
	line-height:22px;
}
.avatar{
	float:left !important;
	margin-right:10px;
	width:55px;
	
}
.avatar img{
	width:50px;
	height:50px;
}
.comment .right{
	float:right;
}
.author{
	float:left;
	font-size:14px;
	color:#000000;
	font-weight:600;

}
.comment-date{
	float:left;
	font-size:12px;
	color:#777777;
	padding-left:5px;
}
.comment-reply-link{
	background:url(images/sprite-main.png) no-repeat 0 -513px;
	width:24px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
.comment-paragraph{
	float:left;
	width:85%;
}
#commentform{
	margin:0 !important;
}
#respond h2{
	margin-bottom:15px !important;
}
.reply-comment-icon:hover{
	background:url(images/sprite-main.png) no-repeat -74px -513px;
}
#respond label{
	display:block;
	font-size:13px;
	color:#555555;
}
#submit{
	display:block;
	text-indent:-9999px;
	background:url(images/sprite-main.png) no-repeat -169px -513px;
	width:67px;
	height:31px;
	border:0 !important;
}
#submit:hover{
	background:url(images/sprite-main.png) no-repeat -295px -513px;
}
#cancel-comment-reply-link{
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
	color:#444444;
}
/* Comment Reply Indent */
.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 60px;
}
.children li ul {
padding-left: 60px;
}

.children li div .reply {
padding-left: 120px;
}

/************************************************************************************
Vector Purchase
*************************************************************************************/
#support-me{
	overflow:hidden;
	width:500px;
	margin:0 auto 0 auto;
}
.font-18{
	font-size:18px;
	line-height:-10px;
}
.font-16-gray{
	font-size:16px;
	text-shadow:1px 1px 1px #ffffff;
}
#intro{
	overflow:hidden;
	width:auto;
	padding:0 15px 30px 15px;
}
#intro-left{
	float:left;
	width:68%;
}
#intro-left h1{
	font-size:36px;
	text-shadow:1px 1px 1px #ffffff;
	padding-bottom:5px;
}
#intro-left p{
	font-size:16px;
	color:#555555;
	text-shadow:1px 1px 1px #ffffff;
	line-height:26px;
	padding-right: 20px;
}
#intro-right{
	float:right;
	width:280px;
}
.mission1, .mission2{
	float:left;
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-mission.png) 0 -10px;
	display:block;
	width:145px;
	height:145px;
	cursor:pointer;
	color:#ffffff;
}
.mission1:hover, .mission2:hover{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-mission.png) -290px -10px;
}
.mission2{
	margin-left:-20px;
}
.font-12{
	font-size:12px;
	color:#000000;
}
.font-18-white{
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	text-shadow:1px 1px 1px #999999;
}
.font-24{
	font-size:24px;
	font-weight:500;
	color:#ffffff;
	text-shadow:1px 1px 1px #999999;
}
.tweet-button{
	float:left;
	padding:87px 0 0 47px;
	text-align:center;
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-mission.png) -585px -30px;
}
.retweet-button{
	float:left;
	padding:87px 0 0 40px;
	text-align:center;
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-mission.png) -710px -30px;
}
.buy-button{
	float:left;
	padding:87px 0 0 60px;
	text-align:center;
}
.vector-button{
	float:left;
	padding:87px 0 0 87px;
	text-align:center;
}
.why-five-link{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -619px -59px;
	width:230px;
	height:55px;
	display:block;
	text-indent:-99999px;
	margin:-20px 0 0 430px;
}
.why-five-link:hover{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -613px -162px;
	width:245px;
}

/* Why Five */
#why-five{
	display:none;
	overflow:hidden;
	background:url('http://www.endlessicons.com/wp-content/uploads/2012/11/vector-purchase-bg.gif') repeat;
	width:100%;
	position:absolute;
	left:0;
}
.why-five-intro{
	overflow:hidden;
	margin:0 auto 20px auto;
	width:960px;
	position:relative;
}
.close-window{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -56px -203px;
	width:31px;
	height:31px;
	right:0;
	top:50px;
	position:absolute;
	text-indent:-9999px;
}
.close-window:hover{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -106px -203px;
}
#why-five h2{
	font-size:42px;
	color:#dddddd;
	font-family: Chalkboard, 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	margin-top:40px;
}
.why-five-list{
	overflow:hidden;
	margin:0 auto;
	padding:0;
	font-family: Chalkboard, 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:200;
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -70px -320px;
	width:780px;
	height:600px;
	font-size:20px;
	color:#8e8e8e;
}
.why-five-list span{
	font-size:26px;
	color:#ffffff;
}
.step1{
	margin:180px 0 0 80px;
}
.step2{
	margin:-20px 0 0 510px;
}
.step3{
	margin:315px 0 0 20px;
}
.step4{
	margin:-20px 0 0 465px;
}

/* Vector Content */
.btn-go-back{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -298px -206px;
	width:200px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#555555;
	text-shadow:1px 1px 1px #ffffff;
	line-height:34px;
}
.btn-go-back:hover{
	background: url(http://www.endlessicons.com/wp-content/uploads/2012/11/sprite-vector-purchase.png) -298px -246px;
}
#content-box{
	width: 930px;
	margin: 0 auto;
	background:#ffffff;
	-moz-box-shadow:0 0 3px 3px #dddddd;
	-webkit-box-shadow:0 0 3px 3px #dddddd;
	box-shadow: 0 0 3px 3px #dddddd;
}
.vector-content{
	overflow:hidden;
	background:url('http://www.endlessicons.com/wp-content/uploads/2012/11/vector-box-bg.jpg') left bottom repeat-x;
	padding:50px 0;
}
.vector-example{
	float:left;
	width:40%;
	padding:0 5%;
}
.vector-description{
	float:left;
	width:50;
}
.vector-description h2{
	font-size:32px;
	font-weight:400;
	margin:0;
	padding:0;
}
.vector-description ul{
	float:left;
	width:45%;
	padding-right:5%;
	color:#777777;
	font-size:13px;
	line-height:22px;
}
.vector-description a{
	text-decoration:underline;
	font-size:13px;
}
.vector-list{
	overflow:hidden;
	margin:10px 0;
	width:420px	
}
.font-set{
	font-size:12px;
	color:#999999;
	text-transform:uppercase;
}
/************************************************************************************
Bluehost & Resource Page
*************************************************************************************/
.bluehost img{
	padding:50px 70px;
	float:left;
	width:120px !important;
	height:120px !important;
}
.bluehost-info{
	float:left;
	width:60%;
	text-align:left;
	padding:30px;
}
.bluehost-info span{
	color:#fc3a0d;
	font-weight:bold;
	font-size:14px;
}
.bluehost-info h1{
	line-height:1.2em;
	font-size:24px;
	margin-bottom:10px;
}
.bluehost-info h1 a{
	color:#000000;
}
.bluehost-info p{
	color:#666666;
	font-size:15px;
	line-height:1.5em;
}
.bluehost-info .plain{
	color:#666666;
	text-decoration: underline;
}
.bluehost li:hover{
	background:#f4f4f4 !important;
}

@media screen and (max-width: 842px){
	.bluehost-info{
		width:50%;
		padding:30px 20px;
	}
}
@media screen and (max-width: 728px){
	.bluehost img{
		padding:50px 30px;
	}
}
@media screen and (max-width: 501px){
	.taxography.bluehost img{
		display:none;
	}
	.bluehost-info{
		text-align:center;
		width:90%;
		padding:30px 5%;
	}

}
/************************************************************************************
Yoggrt by BSA Banner AD
*************************************************************************************/
.yoggrt-wrapper{
	float:left;
	width:214px;
	height:240px;
	margin:1px 0 15px 20px;
	text-align:center;
}
.yoggrt-message-side-widget{
	position:absolute;
	top:208px;
	right:20px;
	width:214px;
	height:240px;
	margin:1px 0 15px 20px;
	text-align:center;
}
.yoggrt-wrapper-side-widget{
	width:214px;
	height:240px;
	margin:1px 0 15px 20px;
	text-align:center;
	top:210px;
	right:15px;
	position:absolute;
}
.yoggrt{
	padding:20px;
	background:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border:#bfbfbf 1px solid;
	
}
.yoggrt img{
	margin:0 auto;
}
.yoggrt .bsa_it_t{
	color:#6fbcf8 !important;
	bottom:0;
}
.carbon-poweredby { display: block; font-size: 10px; }
.carbon-text{
	font-size: 13px;
    line-height: 150%;
}

body .one .bsa_it_ad { background: transparent; border: none; font-family: inherit; padding: 0 5px; margin: 0; text-align: center; }
body .one .bsa_it_ad:hover img { -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc; }
body .one .bsa_it_ad .bsa_it_i { display: block; padding: 0; float: none; margin: 0 0 5px; }
body .one .bsa_it_ad .bsa_it_i img { padding: 0; border: none; }
body .one .bsa_it_ad .bsa_it_t { padding: 6px 0; }
body .one .bsa_it_ad .bsa_it_d { padding: 0; font-size: 12px; color: #333; }
body .one .bsa_it_p { display: none; }
body #bsap_aplink{ background:url(http://www.endlessicons.com/wp-content/uploads/2013/04/yoggrt-center.png) no-repeat top center; display: block; font-size: 10px; margin: -1px 0 0 0; padding-right:3px; text-align: right; color:#cccccc; }
#bsap_aplink:hover {color:#777777;}
/************************************************************************************
FOOTER TEXT AD	
*************************************************************************************/
#footer-text-ad{
	overflow:hidden;
	background:#535860;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #666a71;
	padding:20px 0;
	text-align:center;
	margin-top:60px;
}
#footer-text-ad a{
	color:#ffffff;
	font-style:italic;
	font-weight:100;
	font-size:1.3em;
	letter-spacing:1px;
	padding:0 0 5px 40px;
}
.bt{
	display:block;
}
.bd{
	font-size: 14px;
    font-weight: 800;
    font-style: normal !important;
    color: #cccccc;
}
.bsa_idb{
	display:none;
}
/************************************************************************************
Buysellads on Footer
*************************************************************************************/
#bsap_1302550 {
	overflow: hidden;
	width: 728px;
	margin: 0 auto;
}


/************************************************************************************
Download Page
*************************************************************************************/
#support{
	overflow:hidden;
	text-align:center;
	margin-bottom:50px;
}
#twitter-buttons{
	overflow:hidden;
	border-top:1px #bcbdbe solid; 
	border-bottom:1px solid #bebfc0;
	padding:15px 120px;
	margin:20px auto;
	width:320px;
}
#support p{
	margin-top:15px;
	text-align:center;
}

/************************************************************************************
Plugin
*************************************************************************************/
/** Multi Column Tag Map **/
.mctagmap_count{
	color:#999999;
	font-size:.9em;
}
.tagindex a{
	color:#555555;
}
.tagindex a:hover{
	color:#000000;
	text-decoration:underline;
}
.tagindex li{
	padding:2px 0;
}
#mcTagMap .tagindex h4 {
	border-bottom: 1px solid #999 !important;
}

/** Taxography **/
.taxography{
	margin:0 0 0 -20px !important;
}
.taxography li{
	float:left;
	position:relative;
	width:auto;
	margin:0 0 20px 15px !important;
	border:3px #ffffff solid !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 1px #d6d6d6;
	-moz-box-shadow: 0 1px 1px #d6d6d6;
	box-shadow: 0 1px 1px #d6d6d6;
	background:#f4f4f4;
}
.taxography li:hover {
	background:#ffffff;
}
.taxography img{
	width:214px;
	height:214px;
	margin:0 !important;
}
.taxo-info{
	display:block;
	padding:0 15px 10px 15px;
}
.taxography-title{
	overflow:hidden;
	color:#000000;
	font-size:15px;
	font-weight:400 !important;
}
.taxo-count{
	color:#777777;
	font-size:13px;
	float:none !important;
}