/*!
Theme Name: AddictiveTips
Theme URI: http://cozmoslabs.com/
Author: Cozmoslabs
Author URI: http://cozmoslabs.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);


/* =Reset
-------------------------------------------------------------- */

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 960px fixed layout with one sidebar right of content
*/

/* =Structure
-------------------------------------------------------------- */
#wrapper{
	min-width:1020px;
}

#inner-header,
#inner-nav-bar,
#main,
#subsidiary-container,
#inner-footer{
	width:1000px;
}

#branding{
	margin:0;
	padding:0;
	display:block;
}

#branding hgroup{
	overflow:hidden;
	height:110px;
	display: block;
	float: left;
}

#inner-header{
	margin:0 auto;
	padding-top:20px;
	position: relative;
	height: 110px;
	overflow: hidden;
}

#inner-nav-bar{
	margin:0 auto;
	height: auto;
}

#main-wrapper{
	clear:both;
}

#main{
	margin:0 auto;
	padding-top:20px;
}

#container{
	float:left;
	width:660px;
	margin-right:20px;
	clear:left;
}

.full-width #container, .page-template-tpl_featured-php #container, .error404 #container{
	width:1000px;
	margin:0;
}

#content{
	overflow:hidden;
}

.single #content{
	overflow: visible;
}
#primary, #secondary{
	width:320px;
	float:right;
	clear:right;
	font-size:13px;
	line-height:18px;
}


#primary ul, #secondary ul{
	list-style:none;
	margin:0;
}

#primary ul li, #secondary ul li{
	padding-bottom:5px;
	margin-bottom:7px;
	border-bottom:1px solid #d4d4d4;
}

#primary ul li p, #secondary ul li p{
	margin-bottom:5px;
}

#subsidiary-area{
	clear:both;
}

#subsidiary-container{
	overflow:hidden;
	margin:0 auto;
}

#subsidiary-container > *{
	float:left;
}

#colophon {
	clear: both;
	display: block;
}

#inner-footer{
	margin:0 auto;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	text-rendering:optimizeLegibility;
}
body, input, textarea {
	font-family:Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}

ul, ol{
	margin-left:30px;
}

dl dd{
	margin-left:30px;
}
pre, code {
	font:12px Monaco, monospace;
	line-height:22px;
	background: none #eee;
	padding:10px;
	overflow:auto;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
	border-collapse: collapse;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}

table.form-table{
	border:0;
}

caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}

a:link {
    color:#18b8e6;
}
a:visited {
    color:#18b8e6;
}
a:active,
a:hover {
    color: #262626;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	line-height: 1px;
	height: 1px;
	clear:both;
}

/* =Header
-------------------------------------------------------------- */
#branding{
	background-color:#262626;
}

#nav-bar{
	background-color:#262626;
}


#nav-bar.scroll{
	position:fixed;
	top:0;
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
	width:100%;
	z-index:9999;
}

#nav-bar.scroll a, #nav-bar.scroll #s, #nav-bar.scroll label{
	opacity:0.5;
	-webkit-transition: opacity 0.75s;
	-moz-transition: opacity 0.75s;
	-o-transition: opacity 0.75s;
}

#nav-bar.scroll #q{
	background-color: rgba(71, 71, 71, 0.5);
	-webkit-transition: background-color 0.75s;
	-moz-transition: background-color 0.75s;
	-o-transition: background-color 0.75s;
}

#nav-bar.scroll:hover a, #nav-bar.scroll:hover #s, #nav-bar.scroll:hover #searchform label{
	opacity:1;
}

#nav-bar.scroll:hover #q{
	background-color:#474747;
}

#site-title {
	float:left;
	font-size:50px;
	font-weight:bold;
	margin:28px 0 0 0;
}

#site-title img{
	display: block;
}

#site-title a:hover{
	opacity:0.8;
}

/* =Menu
-------------------------------------------------------------- */

#access{
	display:block;
	clear:both;
	padding-top:5px;
	float:left;
	width:785px;
}

#access ul {
	list-style: none;
	margin: 0;
}

#access li {
	float: left;
	position: relative;
}

#access a {
	display: block;
	line-height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color:#FFF;
	height:24px;
	text-transform:uppercase;
	font-family:'Oswald',Arial,sans-serif;
	font-size:15px;
	font-weight:400;
	/* text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat; */
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 30px; /* Same height as tha a*/
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 30px;
	padding: 0 10px;
	width: 10em;
	height: auto;
}

#access .current-menu-item a, #access  a:hover {
	color:#18b8e6;
}

#access .menu-home a {
	background:url("images/addictive_sprite3.0.png") no-repeat;
	text-indent:-9999px;
	width:13px;
	padding-left:0;
	background-position:-6px 0;
}

#access .menu-home.current-menu-item a, #access .menu-home a:hover, .home #access .menu-home a{
	background-position:-6px -20px;
}

#access .menu-tip-us{
	float:right;
}

#access .menu-tip-us a {
	color:#de9a2e;
}

#access .menu-tip-us.current-menu-item a, #access .menu-tip-us a:hover {
	color:#18b8e6;
}

/* #access .menu-windows a{
	width:60px;
	background-position:-33px 0;
}

#access .menu-windows.current-menu-item a, #access .menu-windows a:hover {
	background-position:-33px -20px;
}

#access .menu-mac a{
	width:56px;
	background-position:-114px 0;
}

#access .menu-mac.current-menu-item a, #access .menu-mac a:hover {
	background-position:-114px -20px;
}

#access .menu-linux a{
	width:36px;
	background-position:-191px 0;
}

#access .menu-linux.current-menu-item a, #access .menu-linux a:hover {
	background-position:-191px -20px;
}

#access .menu-ios a{
	width:21px;
	background-position:-247px 0;
}

#access .menu-ios.current-menu-item a, #access .menu-ios a:hover {
	background-position:-247px -20px;
}

#access .menu-android a{
	width:56px;
	background-position:-288px 0;
}

#access .menu-android.current-menu-item a, #access .menu-android a:hover {
	background-position:-288px -20px;
}

#access .menu-windows-phone a{
	width:103px;
	background-position:-364px 0;
}

#access .menu-windows-phone.current-menu-item a, #access .menu-windows-phone a:hover {
	background-position:-364px -20px;
}

#access .menu-web a{
	width:25px;
	background-position:-487px 0;
}

#access .menu-web.current-menu-item a, #access .menu-web a:hover {
	background-position:-487px -20px;
}

#access .menu-office a{
	width:41px;
	background-position:-533px 0;
}

#access .menu-office.current-menu-item a, #access .menu-office a:hover {
	background-position:-533px -20px;
}
 */
/* =Featured
-------------------------------------------------------------- */

#featured-container{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABfCAIAAACm8zpZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6N0IzMERFQzJGQkNEREYxMThCMjNBNjE5MEVENjc5MUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDQTQ3QjVFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDQTQ3QjRFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MjA2QzVBMDI2MjA2ODExOEMxNDhBRjcwMDRGNzg0MyIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDo3QjMwREVDMkZCQ0RERjExOEIyM0E2MTkwRUQ2NzkxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvTsb0EAAAAoSURBVHjaYnjx4gXT////mRgZGcGYgYEBK41PDl0NNnl87BGKAQIMACcTBp/NoEauAAAAAElFTkSuQmCC") repeat-x scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #D7D7D7;
	padding:20px 0;
}

#featured-posts-wrapper .jcarousel-clip{
	width:1000px;
	overflow:hidden;
}

#featured-posts-wrapper{
	width:1000px;
	padding:0 53px;
	height:130px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#featured-next-holder, #featured-prev-holder{
	position:absolute;
	height:170px;
	width:53px;
	top:0;
	margin-top:-20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABfCAIAAACm8zpZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6N0IzMERFQzJGQkNEREYxMThCMjNBNjE5MEVENjc5MUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDQTQ3QjVFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDQTQ3QjRFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MjA2QzVBMDI2MjA2ODExOEMxNDhBRjcwMDRGNzg0MyIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDo3QjMwREVDMkZCQ0RERjExOEIyM0E2MTkwRUQ2NzkxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvTsb0EAAAAoSURBVHjaYnjx4gXT////mRgZGcGYgYEBK41PDl0NNnl87BGKAQIMACcTBp/NoEauAAAAAElFTkSuQmCC") repeat-x scroll 0 0 #F6F6F6;
}

#featured-prev-holder{
	left:0;
}

#featured-next-holder{
	right:0;
}

#featured-container .jcarousel-prev, #featured-container .jcarousel-next{
	position:absolute;
	height:33px;
	width:33px;
	top:48px;
	background: url("images/addictive_sprite3.0.png") no-repeat;
	z-index:100;
	cursor:pointer;


	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#featured-container .jcarousel-prev{
	left:-53px;
	background-position:-723px  -3px;
}

#featured-container .jcarousel-next{
	right:-53px;
	background-position:-761px  -3px;
}

#featured-container .jcarousel-prev:hover{
	background-position:-723px  -43px;
}

#featured-container .jcarousel-next:hover{
	background-position:-761px  -43px;
}


#featured-posts{
	list-style:none;
	width:10000px;
	margin:0;
}

#featured-posts li{
	float:left;
	position:relative;
	margin:0 20px 0 0;
}

/* #featured-posts li.first{
	margin-right:20px;
}

#featured-posts li.last{
	margin-top:10px;
} */

#featured-posts h4{
	position:absolute;
	width:302px;
	bottom:0;
	left:0;
	background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgOAMQYAAA0QDNW2hbhQAAAABJRU5ErkJggg==") repeat scroll 0 0 transparent;
	padding: 3px 9px;
}

#featured-posts h4 a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

#featured-posts li:hover a, #featured-posts h4 a:hover{
	text-decoration:underline;
}

/* #featured-posts .first h4{
	width:642px;
	background:#000000;
	height:40px;
	bottom:-40px;
	padding: 0px 9px;
	line-height:40px;
	overflow:hidden;
}

#featured-posts .first h4 a{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
} */

#featured-posts img{
	width:320px;
	height:130px;
	display:block;
}

#featured-posts img.hide{
	visibility:hidden;
}

/* #featured-posts .first img{
	width:660px;
	height:230px;
} */

/* =Content
-------------------------------------------------------------- */

article{
	position: relative;
	clear: both;
	margin-bottom:35px;
	display: block;
	padding-bottom:13px;
	border-bottom:1px solid #d4d4d4;
}

.entry-content{
	font-family:Arial,sans-serif;
	font-size:14px;
}

.entry-summary {
	overflow:hidden;
}

.entry-header, .page-header{
	margin-bottom:22px;
}

.page-title{
	font-size:24px;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}

.category-feed{
	text-indent:-9999px;
	background:url(images/addictive_sprite3.0.png) no-repeat -681px -140px;
	display:block;
	height:21px;
	width:89px;
	float:right;
}

.entry-title, .entry-title a{
	font-size:26px;
	color:#262626;
	line-height:1.4;
	font-weight:normal;
}

.entry-title a:hover{
	color:#18b8e6;
}

.sticky {
}

.category-archive-meta{
	color: #666666;
    font-size: 15px;
}

.entry-meta {
	clear: both;
	display: block;
	color:#707070;
	font-size:12px;
	/* letter-spacing: 0.05em; */
	margin:10px 0 22px;
	overflow:hidden;
	font-family:Arial,sans-serif;
}

.entry-meta > *{
	float:left;
}

.entry-meta a{
	color:#707070;
	text-decoration:none;
}

.entry-meta a:hover{
	color:#18B8E6;
}

.entry-meta .sep{
	color:#707070;
}

.entry-meta > .sep{
	margin:0 3px;
}

.entry-utility{
	float:right !important;
	max-width:400px;
}

.entry-utility > *{
	float:left;
}

.entry-utility .post-categories{
	list-style:none;
	margin:0;
	overflow:hidden;
}

.entry-utility .post-categories li{
	float:left;
	display:none;
}

/* Only new categories are displayed in the entry-meta */
.entry-utility .post-categories li.windows-tips,
.entry-utility .post-categories li.mac-os,
.entry-utility .post-categories li.ubuntu-linux-tips,
.entry-utility .post-categories li.ios,
.entry-utility .post-categories li.android,
.entry-utility .post-categories li.windows-phone,
.entry-utility .post-categories li.web,
.entry-utility .post-categories li.microsoft-office{
	display:inline;
}



.post-categories a{
	line-height:15px;
	height:15px;
	display:block;
	font-size:12px;
	padding:1px 8px 1px;
	/* -webkit-border-radius: 2px;
	border-radius: 2px;  */
	background-color:#18b8e6;
	color:#ffffff;
	margin:0 6px 3px 0;
}

.post-categories a:hover{
	color: #262626;
}

.comments-link a{
	line-height:17px;
	height:17px;
	display:block;
	font-size:12px;
	padding:0 8px;
	/* -webkit-border-radius: 2px;
	border-radius: 2px; */
	background-color:#585858;
	color:#ffffff;
	position:relative;
}

.comments-link a:hover{
	color: #18b8e6;
}

.comments-link a:after{
	border-color: #585858 transparent;
    border-style: solid;
    border-width: 4px 4px 0 0 ;
    bottom: -4px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}

.image-thumbnail {
    float: left;
    margin: 0 25px 0 5px;
}
.image-widescreen {
    text-align: center;
}
.image-default {
    float: left;
    margin: 0 25px 0 4px;
}
.image-thumbnail img, .image-widescreen img, .image-default img {
   -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.entry-content h1, .entry-content h2 {
    font-family: Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 28px 0 14px;
    text-transform: capitalize;
}
.entry-content h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 28px 0 14px;
    text-transform: capitalize;
}
.entry-content h4, .entry-content h5 {
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.entry-content h6 {
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-link{
	clear:both;
}

.more-link{
	display:inline-block;
	width:102px;
	height:22px;
	background:url("images/addictive_sprite3.0.png") no-repeat 8px -104px #fff;
	text-indent:-9999px;
	/*float:right;*/
	position:absolute;
	right:0;
	bottom:-11px;
}

.more-link:hover{
	background-position: -102px -104px;
}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below {
	margin: 20px 0;
}

.single #nav-below{
    padding: 1px 1px 0;
    width: auto;
	margin:20px 0 40px;
}

.single #nav-below a{
	color:#000;
}

.single #nav-below a:hover{
	text-decoration:underline;
}

.single #nav-below .nav-previous, .single #nav-below .nav-next {
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-align: center;
    width: 328px;
}
.single #nav-below .nav-previous {
    border-right: 1px solid #C9C9C9;
}
.single #nav-below .nav-previous a {
    display: block;
    padding: 30px 8px 8px 44px;
}
.single #nav-below .nav-next a {
    display: block;
    padding: 30px 44px 8px 8px;
}
.single #nav-below .nav-previous h4, .single #nav-below .nav-next h4 {
    height: 11px;
    margin: 15px auto -25px;
    text-indent: -9999px;
}
.single #nav-below .nav-previous h4 {
    background: url("images/addictive_sprite3.0.png") no-repeat scroll -794px -185px transparent;
    width: 87px;
}
.single #nav-below .nav-next h4 {
    background: url("images/addictive_sprite3.0.png") no-repeat scroll -703px -185px transparent;
    text-align: left;
    width: 59px;
}
.single #nav-below .meta-nav {
    background: url("images/addictive_sprite3.0.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 19px;
    margin-top: -9px;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: 50%;
    width: 16px;
}
.single #nav-below .nav-previous .meta-nav {
    background-position: -630px -189px;
    left: 20px;
}
.single #nav-below .nav-next .meta-nav {
    background-position: -647px -189px;
    right: 20px;
}
.single #nav-below .nav-previous:hover, .single #nav-below .nav-next:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.single #nav-below .nav-previous:hover .meta-nav {
    background-position: -630px -168px;
}
.single #nav-below .nav-next:hover .meta-nav {
    background-position: -647px -168px;
}

blockquote {
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

blockquote {
    background: none repeat scroll 0 0 #D9EAF4;
    border-left: 5px solid #B8D7EA;
    clear: both;
    color: #000000;
    margin: 0 20px 20px;
    padding: 10px;
}
blockquote em, blockquote i, blockquote cite {
    font-style: italic;
}

.like-this {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    clear: both;
    float: left;
    margin: 15px 0 30px;
    width: 660px;
}

.like-this.top{
	margin:-12px 0 0;
	border:0;
}

.like-this h4{
	float:none;
	text-transform:uppercase;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:15px 0;
}

.like-this > * {
    float: left;
    vertical-align: bottom;
}

.like-this .googlep {
    margin-bottom: 20px;
    width: 75px;
}

.like-this .twitter {
    margin-bottom: 20px;
    width: 97px;
}
.like-this .fb-share {
    margin-bottom: 20px;
    width: 130px;
}
.like-this .stumble-upon {
    width: 105px;
}
.like-this .linked-in {
    width: 105px;
}
.like-this .reddit {
    width: 136px;
}
.like-this .mailto-button {
    margin-top: -7px;
    width: 117px;
}
.like-this .mailto-button a {
    background: url("images/addictive_sprite3.0.png") no-repeat -777px -137px;
    color: #7A7A7A;
    display: block;
    font-size: 11px;
    height: 20px;
    padding: 4px 0 0 35px;
    text-shadow: 1px 0 0 #FFFFFF;
    width: 82px;
}
.like-this .mailto-button a:hover {
    color: #088EBE;
    text-decoration: none;
}
#yarpp {
    clear: both;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
#yarpp h3 {
    color: #000000;
    font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:24px;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
	font-weight:normal;
}
#yarpp p {
    color: #161618;
    font-size: 18px;
    margin-bottom: 8px;
}
#yarpp ul {
    color: #00B9E8;
    list-style:none;
    margin: 0 0 20px;
	overflow:hidden;
}
#yarpp ul li {
	float:left;
	width:190px;
    margin: 0 45px 10px 0;
}
#yarpp ul li.last {
    margin: 0;
}
#yarpp ul li a {
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 0;
    text-decoration: none;
}
#yarpp ul li:hover a {
    color: #18B8E6;
}


/* =Breadcrumb Trail
-------------------------------------------------------------- */
.breadcrumb{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    clear: both;
	font-size:13px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}
.wp-pagenavi, .paginated-comments-links {
    line-height: 36px;
    margin: 10px 0 0;
    text-align: center !important;
}
.paginated-comments-links {
    margin: -10px 0 10px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, a.page-numbers, a.page-numbers:link, a.page-numbers:active {
    border: 1px solid #0DB5E5 !important;
    color: #0DB5E5 !important;
    padding: 5px 9px !important;
}
.wp-pagenavi a:hover, a.page-numbers:hover {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
.wp-pagenavi span.pages, span.page-numbers {
    margin-left: 0 !important;
    padding: 5px 9px !important;
}
.wp-pagenavi span.current, .paginated-comments-links span.current {
    border: 1px solid #0DB5E5 !important;
    padding: 5px 9px !important;
}
.wp-pagenavi span.extend {
    margin: 0 !important;
    padding: 5px 9px !important;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 10px;
}
img.alignright {
	margin-left: 10px;
}
.wp-caption {
	padding: .5em;
	text-align: center;
	width:auto !important;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}

/* =Forms
-------------------------------------------------------------- */
#searchform{
	float:right;
}
#searchform label{
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	margin:0;
	position:relative;
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	font-family:'Oswald',Arial,sans-serif;
	/* text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat -811px -10px;
	width:48px; */
}

#searchform #q{
	background-color:#474747;
	height:16px;
	width:145px;
	line-height:16px;
	padding:8px 10px 9px 20px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border:0;
	margin:0 0 0 -68px;
	float:left;
}

#searchform input#s {
	width:34px;
	height:33px;
	background:url("images/addictive_sprite3.0.png") no-repeat -866px -1px #474747;
	text-indent:-9999px;
	border:0;
	margin:0;
	float:left;
	cursor:pointer;
}

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */
#comments{
	margin:30px 0;
}

.commentlist{
	margin:22px 0;
}

#comments #comments-title {
	-webkit-font-smoothing: antialiased;
 	font-size: 20px;
	margin:0 0 22px;
}

#comments .commentlist li {
	list-style-type: none;
}
#comments article p {
	font-size: 14px;
}
#comments article footer {
	font-size: 13px;
}
#comments article footer a {
	font-weight: bold;
	color: #888;
}
#comments article footer cite a {
	font-style: normal;
	font-size: 15px;
	color: #222;
}

#comments ul.children article {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
}
#comments ul.children li {
	position: relative;
}
#comments article {
	padding: 20px 0;
}

#comments li.bypostauthor > article {
	background: #e4eed6;
}

#respond{
	margin:22px 0 0;
}

#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	display:none;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
	margin-bottom:15px;
}

.widget-title{
	font-family:'Oswald',Arial,sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#262626;
	font-weight:normal;
}

#subsidiary-container .widget-title{
	font-size:15px;
}

.mc-field-group > *{
	vertical-align:middle;
}

#mc_embed_signup .mc_inner_container{
	background-color:#d4eef6;
	padding:18px 0 10px 20px;
}

#mc_embed_signup h3{
	text-indent:-9999px;
	overflow:hidden;
}

#mc_embed_signup2 h3{
	text-indent:-9999px;
	overflow:hidden;
}
#mc_embed_signup h3 span{
	display:block;
	float:left;
}

#mc_embed_signup2 h3 span{
	display:block;
	float:left;
}
#mc_embed_signup h3 .subscribe-title{
	height:45px;
	width:145px;
	background:url("images/addictive_sprite3.0.png") no-repeat -309px -62px;
	margin:0 75px 10px 0;
}

#mc_embed_signup2 h3 .subscribe-title{
	height:45px;
	width:145px;
	background:url("images/addictive_sprite3.0.png") no-repeat -309px -62px;
	margin:0 75px 10px 0;
}
#primary #mc_embed_signup h3 .subscribe-title{
	margin-right:55px;
}

#subsidiary-area #mc_embed_signup2 h3 .subscribe-title{
	margin-right:55px;
}

#mc_embed_signup h3 .subscribe-envelope{
	height:55px;
	width:84px;
	background:url("images/addictive_sprite3.0.png") no-repeat -571px -59px;
}

#subsidiary-area #mc_embed_signup2 h3 .subscribe-envelope{
	height:55px;
	width:84px;
	background:url("images/addictive_sprite3.0.png") no-repeat -571px -59px;
}
#primary #mc_embed_signup h3 .subscribe-envelope{
	background-position:-465px -59px;
}

#mce-EMAIL{
	width:200px;
	height:16px;
	padding:5px 10px;
	line-height:16px;
	font-size:12px;
	color:#ffffff;
	font-style:italic;
	border:0;
	background-color:#595959;
	margin:0;
}

#mce-EMAIL2{
	width:200px;
	height:16px;
	padding:5px 10px;
	line-height:16px;
	font-size:12px;
	color:#ffffff;
	font-style:italic;
	border:0;
	background-color:#595959;
	margin:0;
}


#primary #mce-EMAIL{
	color:#262626;
	background-color:#fff;
	width:180px;
}

#subsidiary-area #mce-EMAIL2{
	color:#fff;
	/*background-color:#fff;*/
	width:180px;
}

#mc-embedded-subscribe{
	border:0;
	width:80px;
	height:26px;
	text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat -300px -105px #18b8e6;
	cursor:pointer;
}

#mc-embedded-subscribe2{
	border:0;
	width:80px;
	height:26px;
	text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat -300px -105px #18b8e6;
	cursor:pointer;
}


#mc_embed_signup .description{
	margin-top:10px;
	font-size:12px;
}

#mc_embed_signup2 .description{
	margin-top:12px;
	font-size:12px;
}
#primary #mc_embed_signup .description{
	color:#9a9a9a;
	margin-bottom:0;
}

#subsidiary-area #mc_embed_signup2 .description{
	color:#595959;
	margin-bottom:25px;
}

#subsidiary-area #mc_embed_signup2 .description span {
	color: #595959!important;
}

#subsidiary-container #mc_embed_signup .description{
	margin-bottom:8px;
}

#mc_embed_signup #subscribe-like,#mc_embed_signup2 #subscribe-like2{
	overflow:hidden;
}

#primary #mc_embed_signup #subscribe-like,#primary #mc_embed_signup2 #subscribe-like2, #primary #subscribe-like{
	margin-top:12px;
	background-color:#f6f6f6;
	border:1px solid #d7d7d7;
	padding:12px 0 12px 10px;
}

#subsidiary-container #mc_embed_signup #subscribe-like{
	background-color:#e9e6e6;
	border:1px solid #d7d7d7;
	padding:12px 0 12px 2px;
	width:296px;
}

#mc_embed_signup #subscribe-like a,#mc_embed_signup2 #subscribe-like2 a, #subscribe-like a{
	text-indent:-9999px;
	height:37px;
	width:37px;
	display:block;
	margin-left:18px;
	background:url("images/addictive_sprite3.0.png") no-repeat;
	float:left;
}

#mc_embed_signup #subscribe-like a:hover, #mc_embed_signup2 #subscribe-like2 a:hover, #subscribe-like a:hover{
	opacity:0.8;
}

#mc_embed_signup #subscribe-like a.connect-facebook, #mc_embed_signup2 #subscribe-like2 a.connect-facebook, #subscribe-like a.connect-facebook{
	background-position:-9px -56px;
}

#mc_embed_signup #subscribe-like a.connect-twitter, #mc_embed_signup2 #subscribe-like2 a.connect-twitter, #subscribe-like a.connect-twitter{
	background-position:-64px -56px;
}

#mc_embed_signup #subscribe-like a.connect-google, #mc_embed_signup2 #subscribe-like2 a.connect-google, #subscribe-like a.connect-google{
	background-position:-118px -56px;
}

#mc_embed_signup #subscribe-like a.connect-rss, #mc_embed_signup2 #subscribe-like2 a.connect-rss, #subscribe-like a.connect-rss{
	background-position:-175px -56px;
}

#mc_embed_signup #subscribe-like a.connect-youtube, #mc_embed_signup2 #subscribe-like2 a.connect-youtube, #subscribe-like a.connect-youtube{
	background-position:-229px -56px;
}

#subsidiary-area{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABfCAIAAACm8zpZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6N0IzMERFQzJGQkNEREYxMThCMjNBNjE5MEVENjc5MUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDQTQ3QjVFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDQTQ3QjRFMzAyMTFFMTk2RTg4Mjc3RTI5ODFFNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MjA2QzVBMDI2MjA2ODExOEMxNDhBRjcwMDRGNzg0MyIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDo3QjMwREVDMkZCQ0RERjExOEIyM0E2MTkwRUQ2NzkxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvTsb0EAAAAoSURBVHjaYnjx4gXT////mRgZGcGYgYEBK41PDl0NNnl87BGKAQIMACcTBp/NoEauAAAAAElFTkSuQmCC) repeat-x 0 0 #f6f6f6;
	border-top:1px solid #d7d7d7;
	line-height:20px;
	color:#4f4f4f;
	line-height:20px;
	font-size:13px;
}

#subsidiary-area ul{
	list-style:none;
	margin:0;
	font-size:13px;
}

#subsidiary-area ul a{
	color:#4f4f4f;
}

#subsidiary-area ul a:hover, #subsidiary-area ul a:active{
	color:#18b8e6;
}

#subsidiary-container{
	padding:40px 0 5px;
	position:relative;
}

#subsidiary{
	width:140px;
	padding-right:15px;
}

#subsidiary-second{
	width:180px;
	padding-right:15px;
}

#subsidiary-third{
	width:340px;
	padding-right:15px;
}

#subsidiary-fourth{
	width:295px;
}

#nav_menu-3 .widget-title{
	height:14px;
	/*text-indent:-9999px;
	width:44px;
	background:url("images/addictive_sprite3.0.png") no-repeat -8px -196px;*/
}

.authors-widget .widget-title{
	height:14px;
	/*text-indent:-9999px;
	width:58px;
	background:url("images/addictive_sprite3.0.png") no-repeat -68px -196px;*/
}

.about-addivtivetips .widget-title{
	height:14px;
	/*text-indent:-9999px;
	width:136px;
	background:url("images/addictive_sprite3.0.png") no-repeat -139px -196px;*/
}

#authors{
	overflow:hidden;
}

#authors li{
	width:85px;
	float:left;
}

#copyright-info{
	color:#262626;
}

#copyright-info a{
	color:#c3143d;
}

#copyright-info a:hover{
	text-decoration:underline;
}

#fbcont {
    border-bottom: 1px solid #94A3C4;
    height: 163px;
}

.readers-activity .widget-title{
	height:16px;
	/*width:127px;*/
	/*background:url("images/addictive_sprite3.0.png") no-repeat -292px -196px;	*/
	/*text-indent:-9999px;*/
}

#dsq-combo-widget #dsq-combo-content h3{
	font-weight:normal !important;
}

#dsq-combo-widget{
	font-size:12px;
	line-height:16px;
}

#dsq-combo-widget #dsq-combo-tabs li{
	margin-bottom:0;
}

#dsq-combo-widget a{
	font-weight:bold;
}

.ad_widget_popular_posts .widget-title{
	/*text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat -439px -196px;
	width:142px;*/
	height:16px;
}

.ad_widget_popular_posts a{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

#right-150-1 {
    float: left;
    width: 160px;
}

#right-150-2 {
    float: right;
    margin-right:0;
    width: 160px;
}

/* =Footer
-------------------------------------------------------------- */
#colophon{
	background-color:#4f4f4f;
}

#go-to-top{
	position:absolute;
	height:35px;
	width:103px;
	text-indent:-9999px;
	display:block;
	background:url("images/addictive_sprite3.0.png") no-repeat -793px -91px;
	top:-1px;
	right:0;
}

#inner-footer {
	padding:10px 0;
}

#menu-footer-menu, #menu-footer-menu-1{
	list-style:none;
	overflow:hidden;
	margin:0;
}

#menu-footer-menu li, #menu-footer-menu-1 li{
	float:left;
}

#menu-footer-menu li a, #menu-footer-menu-1 li a{
	/*text-indent:-9999px;
	background:url("images/addictive_sprite3.0.png") no-repeat;*/
	display:block;
	height:28px;
	padding:0 8px;
	font-family:'Oswald',Arial,sans-serif;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
}

#menu-footer-menu .current-menu-item a, #menu-footer-menu a:hover, #menu-footer-menu-1 .current-menu-item a, #menu-footer-menu-1 a:hover{
	color:#18b8e6;
}

#menu-footer-menu .footer-about a, #menu-footer-menu-1 .footer-about a {
	padding-left:0;
	/* width:39px;
	background-position:-9px -141px; */
}

/* #menu-footer-menu .footer-about.current-menu-item a, #menu-footer-menu .footer-about a:hover {
	background-position:-9px -161px;
}

#menu-footer-menu .footer-featured a{
	width:113px;
	background-position:-56px -141px;
}

#menu-footer-menu .footer-featured.current-menu-item a, #menu-footer-menu .footer-featured a:hover {
	background-position:-56px -161px;
}

#menu-footer-menu .footer-archives a{
	width:56px;
	background-position:-185px -141px;
}

#menu-footer-menu .footer-archives.current-menu-item a, #menu-footer-menu .footer-archives a:hover {
	background-position:-185px -161px;
}

#menu-footer-menu .footer-contact a{
	width:53px;
	background-position:-258px -141px;
}

#menu-footer-menu .footer-contact.current-menu-item a, #menu-footer-menu .footer-contact a:hover {
	background-position:-258px -161px;
}

#menu-footer-menu .footer-disclosure a{
	width:70px;
	background-position:-326px -141px;
}

#menu-footer-menu .footer-disclosure.current-menu-item a, #menu-footer-menu .footer-disclosure a:hover {
	background-position:-326px -161px;
}

#menu-footer-menu .footer-privacy a{
	width:94px;
	background-position:-412px -141px;
}

#menu-footer-menu .footer-privacy.current-menu-item a, #menu-footer-menu .footer-privacy a:hover {
	background-position:-412px -161px;
}

#menu-footer-menu .footer-apps a{
	width:29px;
	background-position:-528px -141px;
}

#menu-footer-menu .footer-apps.current-menu-item a, #menu-footer-menu .footer-apps a:hover {
	background-position:-528px -161px;
} */



/* =Featured Page
-------------------------------------------------------------- */
#featured-menu {
    float: left;
    margin-top: 4px;
}

#featured-menu ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}

#featured-menu ul li {
    float: left;
    padding: 0 10px;
}

#featured-menu span {
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

#featured-page-description{
    clear: both;
    color: #666666;
    font-size: 15px;
    margin-top: -5px;
}

#featuredpage-posts {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#featuredpage-posts li {
    box-shadow: 0 0 5px #989898;
    float: left;
    height: 130px;
	overflow:hidden;
    margin: 10px 10px 10px 5px;
    position: relative;
    width: 320px;
}

#featuredpage-posts li.last {
    margin: 10px 0 10px 5px;
}

#featuredpage-posts li .caption {
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAYSURBVHjaYmRgYDjDgAaYGLAACgUBAgwAUvIA1vwmohEAAAAASUVORK5CYII=");
    bottom: 0;
    color: silver;
    left: 0;
    padding: 3px 9px;
    position: absolute;
    width: 302px;
}

#featuredpage-posts li .caption h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    text-transform: none;
}

#featuredpage-posts li .caption h4 a {
    color: #FFFFFF;
    text-decoration: none;
}

#featuredpage-posts li img{
	width:320px;
	height:auto;
}

#featuredpage-posts li .caption .entry-utility {
    background: none repeat scroll 0 center transparent;
    color: silver;
    font-size: 15px;
    line-height: 17px;
}

#featuredpage-posts li .caption .entry-utility a {
    color: silver;
}

#featuredpage-posts li .caption .entry-utility .comments-link {
    background: none repeat scroll 0 center transparent;
    padding: 0;
}


/* =Author Page
-------------------------------------------------------------- */
#author-container {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 30px;
    width: 100%;
}

#author-info {
    float: left;
    margin: 0 0 44px;
    overflow: hidden;
    width: 400px;
}

#author-info .author-name {
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 20px;
}

#profile-image {
    box-shadow: 0 0 5px #989898;
    float: right;
    margin: 4px 4px 4px 0;
}

#author-info span {
    font-size: 13px;
}

#profile-image img {
    height: 250px;
    width: 250px;
	display:block;
}

#author-info #author-email {
    margin-bottom: 25px;
}

/* =Add Zones
-------------------------------------------------------------- */
#add-long {
	display: block;
    width: 730px;
	position:absolute;
	right:50%;
	top:20px;
	margin-right:-500px;
}
.admin-bar #add-long{
	top:20px;
}
#add-above-footer {
    margin: 0px auto 20px;
    position: relative;
    width: 728px;
}

/* =404 Page
-------------------------------------------------------------- */
.four04-search {
    float: right;
    margin-left: 20px;
    width: 210px;
}

.recent404 {
    float: left;
    margin-right: 20px;
    min-height: 370px;
    width: 320px;
}

.recent404.last {
    margin-right: 0;
}

.recent404 h3{
	color:#0DB5E5;
	font-size:15px;
	padding:10px 0;
	text-transform:uppercase;
	font-family:'Oswald',Arial,sans-serif;
}

.recent404 ul {
    list-style: none outside none;
    margin-left: 0;
}

.recent404 ul li {
    padding: 0;
}

.recent404 a {
    color: #161618;
    display: block;
    font-size: 13px;
    line-height: 26px;
    padding: 0 4px;
    text-decoration: none;
}

.recent404 a:hover {
    color:#fff;
	background-color:#0DB5E5;
}


/* =404 Page
-------------------------------------------------------------- */
.category .page-header{
	min-height: 103px;
    padding: 0 0 0 125px;
	* line-height: 22px;
	background: url("images/cat_icons_update.png?v=21") no-repeat;
}

.category-mac-os .page-header{
	background-position:0 -267px;
}

.category-windows-tips .page-header{
	background-position:0 -2617px;
}

.category-ubuntu-linux-tips .page-header{
	background-position:0 -1207px;
}

.category-ios .page-header{
	background-position:0 -3300px;
}

.category-android .page-header{
	background-position:0 -3632px;
}

.category-windows-phone .page-header{
	background-position:0 -1548px;
}

.category-microsoft-office .page-header{
	background-position:0 -2256px;
}

.category-web .page-header{
	background-position:0 -884px;
}
.category-news .page-header{
	background-position:0 -633px;
}

/* =Archives Page
-------------------------------------------------------------- */
ul#archives-page {
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
}
li.content-column {
    clear: left;
    float: left;
    margin-right: 20px;
    width: 45%;
}
ul#archives-page #monthly-archives, ul#archives-page #category-archives {
    width: 35%;
}
ul#archives-page #weekly-archives, ul#archives-page #author-archives {
    width: 55%;
}


/* =Misc
-------------------------------------------------------------- */
#post-146 .entry-header{
	/*display:none;*/
}

@media screen and (max-width: 1120px) {

	#featured-posts-wrapper {
		padding:0
	}

	#featured-prev-holder, #featured-next-holder, #featured-container .jcarousel-prev, #featured-container .jcarousel-next{
		display:none;
	}
}


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix       { * clear:both;    }

.menu-footer-menu-container		{
	float:left;
}

#site-generator		{
	float: right;
	padding-right: 95px;
}

#site-generator img {
	vertical-align: middle;
}

#go-to-top.mobile			{
	display: none;
}

.menuInerMobile		{
	display: none;
}

.google-mobile-ads-container	{
	display: none;
}

.header-mobilr-bg-placer {
	display: none;
}

#searchform label{
	/*display: none;*/
}

header,aside,nav{
	display: block;
}


#inner-nav-bar {
	display: block;
}

#add-long	{
	margin-right: 0;
	right:0;
}


.menuMobile	{
	display: none;
}

#nav-bar	{
	height: 35px;
	overflow: hidden;
}

#branding	{
	height: 165px;
	overflow: hidden;
}

.mobile-entry-meta	{

}

.single #after-single, .single .google-mobile-ads-container{
	padding:0;
	margin-bottom:15px;
}

.single #after-single > span, .single .google-mobile-ads-container > span{
	display:block;
	font-size:14px;
	color:#707070;
	padding:14px 0 4px;
	border-top:2px solid #EBEBEB;
}

.single .add-under-post{
	clear:both;
	font-size:14px;
	color:#707070;
	display:block;
	padding:10px 0;
}
.single .add-under-post{
	padding:10px 0;
	font-size:14px;
}


/* SHAREBAR FIXED */

.FBConnectButton_Small,.FBConnectButton_RTL_Small {
	border-left:1px solid #1a356e;
	width:54px;
	background:-5px -232px!important
}

.FBConnectButton_Small .FBConnectButton_Text {
	margin-left:12px!important
}

.dd-digg-ajax-load,.dd-reddit-ajax-load,.dd-dzone-ajax-load,.dd-ybuzz-ajax-load,.dd-twitter-ajax-load,.dd-fbshare-ajax-load,.dd-fblike-ajax-load,.dd-delicious-ajax-load,.dd-sphinn-ajax-load,.dd-gbuzz-ajax-load,.dd-fbshareme-ajax-load,.dd-tweetmeme-ajax-load,.dd-linkedin-ajax-load,.dd-google1-ajax-load {
	width:50px;
	height:22px;
	background:url(../image/ajax-loader.gif) no-repeat center
}

.dd_delicious {
	display:block;
	color:#000;
	font:16px arial;
	text-decoration:none;
	width:50px;
	height:60px;
	text-align:center
}

.dd_delicious a:link,.dd_delicious a:visited,.dd_delicious a:active,.dd_delicious a:hover {
	text-decoration:none;
	color:#000
}

.dd_delicious_normal_image {
	text-align:center;
	height:60px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
	background:url(../image/delicious.png) no-repeat
}

.dd_delicious_compact_image {
	text-align:center;
	height:22px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
	background:url(../image/delicious-compact.png) no-repeat
}

.dd_delicious_compact_image span {
	font-size:10px
}

.dd_comments {
	text-align:center;
	height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
	background:url(../image/comments-link.png) no-repeat
}

.dd_button a:link,.dd_button a:visited,.dd_button a:active {
	text-decoration:none;
	color:#000
}

#dd_ajax_float {
	text-align:center;
	border:1px solid #bbb;
	min-width:55px;
	width:auto;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	-webkit-box-shadow:1px 0 15px rgba(0,0,0,.2);
	-moz-box-shadow:1px 0 15px rgba(0,0,0,.2);
	box-shadow:1px 0 15px rgba(0,0,0,.2);
	padding:5px;
	/*position:absolute;*/
	display:none;
	/*left:-120px;*/
	font:10px/16px Arial;
	background:padding-box #fff

}

#dd_ajax_float .dd_button_v {
	width:auto;
	height:auto;
	line-height:0;
	padding:4px 1px
}

/* FB like button fix */

.fb_iframe_widget iframe {
	position: relative!important;
}

#dd_ajax_float iframe {
	margin:0
}

#dd_start,#dd_end {
	float:left;
	clear:both
}

.dd_outer {
        /*width:100%;*/
	/*height:0;*/
	/*position:fixed;*/
	position:absolute;
	z-index:9999;
	top:0;
	left:50%;
	/*margin-left:-435px;*/
	margin-left:-430px;
	display: none;
}

.dd_inner {
	margin:0 auto;
	position:relative
}

.dd_post_share {
	padding:0;
	margin-bottom:6px;
	display:block
}

.dd_post_share_left {
	float:left
}

.dd_post_share_right {
	float:right
}

.dd_buttons img {
	border:none;
	border-width:0;
	border-color:#000;
	border-style:none
}

#dd_name {
	color:#a9a9a9;
	font-size:8px;
	text-align:center;
	margin:8px 0 6px;
	padding:0;
	line-height:0
}

#dd_name a:link,#dd_name a:visited,#dd_name a:active {
	text-decoration:none;
	color:#a9a9a9;
	border:0
}

#dd_name a:hover {
	text-decoration:underline;
	color:#a9a9a9;
	border:0
}

.dd_button {
	float:left;
	padding:4px
}

.dd_fblike_xfbml_ajax_left_float {
	padding-left:3px
}

.dd_google1_ajax_left_float {
	margin-left:-1px
}

.dd_linkedin_ajax_left_float {
	margin-left:-2px;
	margin-bottom:-5px
}

html {
	overflow-y:scroll
}

.dd_button_spacer {
	padding-top:8px
}

#dd_comments {
	clear:both!important;
	width:50px;
	height:60px;
	font-family:arial
}

#dd_comments a:link,#dd_comments a:visited,#dd_comments a:active,#dd_comments a:hover {
	text-decoration:none
}

#dd_comments .clcount {
	text-align:center;
	color:#444;
	display:block;
	font-size:20px;
	height:34px;
	padding:4px 0;
	position:relative;
	text-align:center;
	width:50px;
	line-height:24px;
	background:url(../image/comments-count.png) no-repeat left top
}

#dd_comments .ccount {
	color:#444;
	font-size:17px;
	text-align:center;
	text-decoration:none
}

#dd_comments .clink {
	text-align:center;
	height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
	background:url(../image/comments-link.png) no-repeat
}

.dd_button_extra_v {
	padding:1px 4px
}

.st_email_custom {
	padding:2px 4px 3px;
	border:1px solid #ddd;
	-moz-border-radius:2px;
	cursor:pointer;
	margin-bottom:2px;
	background:url(../image/email.png) no-repeat 3px 4px
}

#dd_print_button {
	padding:1px 4px 3px;
	border:1px solid #ddd;
	-moz-border-radius:2px;
	cursor:pointer;
	margin-bottom:2px;
	background:url(../image/print.png) no-repeat 3px 2px
}

#dd_email_text {
	padding:0 0 0 18px;
	font-size:10px
}

#dd_print_text {
	padding:0 0 0 14px;
	font-size:10px
}

#dd_print_text a:link,#dd_print_text a:visited,#dd_print_text a:active {
	color:#000;
	text-decoration:none
}

#dd_print_text a:hover {
	color:#00f;
	text-decoration:underline
}

/* END SHAREBAR FIXED */

div img					{ max-width:100%; }

.entry-content div.picture-with-scrollbar		{ max-width: 658px!important; height:auto!important; overflow: scroll!important; }
.entry-content div.picture-with-scrollbar img	{ max-width: 2000px!important; }

.entry-content embed,
.entry-content object,
.entry-content iframe {
	width:100%!important;
}

.share-on {
	float: left;
	margin-bottom: 10px;
}

.share-on.twitter-share {
	float: right;
}


@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide{ display: none; }
}