/*
Theme Name:     Securelist
Theme URI:      http://securelist.com
Description:    Theme for Securelist
Author:         WebDevStudios
Author URI:     http://webdevstudios.com
Version:        1.0.0
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Loading Fade
		- Loading Modal
		- Typography
		- Fonts
		- Image Sprite
		- Headings
		- Objects
	- Site Structure
		- 990px Grid
	- Header
		- Structure
		- Logo
		- Control Panel
			- New Articles
			- Log In & Register
			- Select Language
		- Search
		- Primary Navigation
			- Sub Menu - Structure
			- Sub Menu - Typography
	-Promo Content
		- Structure
		- Typography
	- Content
		- Posts
		- Table (Stats)
		- Sharing Icons
	- Sidebar
		- Search Widget
		- Facebook Like Box
		- Subscriptions
		- RSS Widget
		- Calendar Widget
		- Follow Us Widget
		- Must Have Articles Widget
		- Featured Video Widget
	- Archive
		- Author Archive
	- Articles
	- Threats
	- All Tags Page
	- Encyclopedia
	- Registration Page
	- Statistics Template
	- Carousel
	- Soliloquy
	- Fancybox
		- Overlay
		- Title
	- Comments
	- Footer
	- Common Classes
		- WordPress
		- Print

/*
Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'LGMedium';
	src: url('fonts/LabGothicCond-Medium.eot?') format('eot'),
	     url('fonts/LabGothicCond-Medium.woff') format('woff'),
	     url('fonts/LabGothicCond-Medium.ttf')  format('truetype'),
	     url('fonts/LabGothicCond-Medium.svg#LabGothicCond-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'LGBook';
	src: url('fonts/LabGothic-Book.eot?') format('eot'),
	     url('fonts/LabGothic-Book.woff') format('woff'),
	     url('fonts/LabGothic-Book.ttf')  format('truetype'),
	     url('fonts/LabGothic-Book.svg#LabGothic-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.0)
   Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before,
article:before,
aside:before,
audio:before,
blockquote:before,
canvas:before,
dd:before,
div:before,
dl:before,
fieldset:before,
figcaption:before,
figure:before,
footer:before,
form:before,
header:before,
hr:before,
main:before,
output:before,
pre:before,
section:before,
table:before,
tfoot:before,
video:before,
.grid:after,
.clearfix:before,
.topic-content:before,
ul.sub-menu:before,
.related-posts:before,
.widget .tabs:before {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.grid:after,
.clearfix:after,
.topic-content:after,
ul.submenu:after,
.related-posts:after,
.widget .tabs:after {
	clear: both;
	content: " ";
	display: table;
}

.crayon-syntax div:before {
	display:inline;
}
.crayon-syntax div:after {
	clear:none;
	display:inline;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Loading Modal
-------------------------------------------- */
.modal {
	background: url('images/ajax-loader.gif') 50% 50% no-repeat;
	display: none;
	height: 32px;
}

body.modal-loading .modal {
	display: block;
}

/* Typography
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ededed;
	color: #232627;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #232627;
	color: #fff;
}

input::-moz-focus-inner {
  border: 0;
}

::selection {
	background: #232627;
	color: #fff;
}

a,
a:visited,
a:focus {
	color: #007ac9;
	text-decoration: none;
	outline: 0;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover,
a:active,
a:focus {
	color: #004978;
}
a:visited {
	color:#004978;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

pre {
	background: #333;
	color: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: scroll;
	padding: 0 20px;
	padding: 0 2rem;
	white-space: pre;
}

cite {
	font-style: normal;
}

.close {
	margin-bottom: 0;
	line-height: 1.2em
}

/* Fonts
--------------------------------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.promo-box .headline,
.entry-content blockquote p,
.comment-title,
#commentsubmit,
.comment-must-login-title,
.fancybox-title,
.tag-letter-divider,
.soliloquy-expand,
.entry-title {
	font-family: 'LGMedium', 'Arial Narrow Bold', Arial, Helvetica, sans-serif;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.header-login h6,
.sub-menu,
ul.entry-author-meta,
.widget .widget-title,
#respond h3,
.comment-login-text,
.comment-must-login-wrap h5,
.archive-header h1,
.author-title,
.fancybox-error {
	font-family: 'LGBook', Arial, Helvetica, sans-serif;
}

.entry-content,
.entry-content p,
.sharing-icon,
.sharing-icon a,
.widget,
.entry-comments,
.ping-list,
#respond,
.site-footer,
.site-footer p,
.site-footer .widget,
.mini-date,
.author-stats,
.author-bio,
.author-filter-links,
.archive-teaser .entry-meta,
.widget-featured-video .video-info,
.widget-featured-video h5 {
	font-family: Arial, Helvetica, sans-serif;
}

.c {
	text-align: center;
}

.ms-58 time {
	text-transform: lowercase;
}
small, .small {
    font: normal 11px Arial, Helvetica, sans-serif;
}

.pre,
pre {
	padding:0;
	color:#FF0000;
	font:normal 13px 'Courier New','Courier','Verdana';
	margin:0 0 1em;
	line-height:1.4;
}


/* Image Sprite
--------------------------------------------- */

h1.site-title,
.starburst,
.ico-person,
.ico-globe,
.button-primary,
.register-button,
.logout-button,
.sub-menu .ico-detected-objects,
.sub-menu .ico-spam-and-phishing,
.sub-menu .ico-vulnerabilities-and-hackers,
.sub-menu .ico-internal-threats,
.sub-menu .ico-Детектируемые-объекты,
.sub-menu .ico-Спам-и-фишинг,
.sub-menu .ico-Уязвимости-и-хакеры,
.sub-menu .ico-Внутренние-угрозы,
.ico-print,
.sharing-icon,
.promo-500x400:before,
.promo-990x400:before,
.promo-500x200:before,
.promo-330x200:before,
.promo-168x200:before,
.ico-threatpost,
.ico-kaspersky,
.carousel .prev,
.carousel .next,
.ico-pagination,
.threatpost-carousel .overview li:before,
.kaspersky-carousel .overview li:before,
.archive-button,
.green-bullet,
.ico-twitter,
.gform_widget .gform_button,
#commentsubmit,
.comment-reply,
.comment-login-form .button-primary,
.button-login-joinus,
.button-login-facebook,
.logo-footer,
.account-form-button,
.kaspersky-carousel li:before {
	background: url(images/ico-sprite.png);
	display: block;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232627;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 44px;
	font-size: 4.4rem;
}

h2 {
	color: #9ab9ad;
	font-size: 28px;
	font-size: 3.2rem;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}


iframe {
	margin: 0;
	border: 0;
	padding: 0;
}


/*
Site Structure
---------------------------------------------------------------------------------------------------- */

.site {
	background-color: #fff;
	margin: 0 auto;
	max-width: 990px;
}

.site-main {
	margin: 71px 0 0;
}


.full-width {
	padding: 30px;
	width: 100%;
}

.full-width .entry-content {
	padding-top: 30px;
}

.page-id-43 .full-width {
	padding: 30px 0 0 0;
}


/*
990px Grid
--------------------------------------------- */

.grid {
	*zoom: 1;
}

.col-1 {
	width: 16.666666%;
}

.col-2,
.sidebar-wrap,
.w33 {
	width: 33.333333%;
}

.col-3 {
	width: 50%;
}

.col-4 {
	width: 66.666666%;
}

.col-5 {
	width: 83.333333%;
}

.col-50 {
	width: 50%
}

.col-6,
.w100 {
	width: 100%;
}

.col-bordered {
	border-right: 1px solid #efefef;
}

.col-bordered:last-of-type {
	border-right: none;
}

[class*='col-'] {
	float: left;
	padding-right: 0;
}

[class*='col-']:last-of-type {
	padding-right: 0;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid-pad-30 {
	padding: 30px;
}


.columnwrapper {
	padding-right:250px;
}
.author.archive .columnwrapper {
	padding-right:330px;
}


.sixfortyfive {
	float: left;
	width: 645px;
}

.sevenforty {
	float:left;
	width:100%;
}

.sidebar-wrap {
	float: right;
	width: 250px;
}
.columnwrapper .sidebar-wrap {
	margin-right:-250px;
}

/*
Header
---------------------------------------------------------------------------------------------------- */

/* Structure
--------------------------------------------- */

.site-header {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	border-bottom: 1px solid #f1f1f1;
	height: auto;
	overflow: visible;
	margin: 0 0 30px;
	max-width: 990px;
	position: fixed;
	z-index: 1010;
}

.header-col-1 {
	height: 70px;
	max-width: 250px;
 }

.header-col-2 {
	height: 20px;
	width: 697px;
 }

	.inside-col-1 {
		width: 48%;
	}

	.inside-col-2 {
		position: relative;
		width: 34.3%;
	}

	.inside-col-3 {
		position: relative;
		width: 16%;
	}

.header-col-3 {
	height: 32px;
	max-width: 697px;
	width: 100%;
 }

.header-col-4 {
	height: 70px;
	width: 43px;
 }


/* Logo
--------------------------------------------- */

h1.site-title {
	background-position: 0 -330px;
	display: block;
	height: 70px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
}

/* Control Panel
--------------------------------------------- */

.starburst {
	background-position: -1px 0;
	font-size: 18px;
	font-size: 1.8rem;
	height: 31px;
	position: relative;
	top: -3px;
	left: -7px;
	text-align: center;
	width: 39px;
	z-index: 9996;
}

.cp-text {
	font-size: 10px;
	font-size: 1rem;
	line-height: 13px;
	vertical-align: text-top;
}
.cp-text-language {
	padding-right:12px;
	background: url(images/ico-arrow-sm.png) no-repeat 100% 50%;
}

.ico-arrow-small-down {
	background-position: -145px 0;
	height: 5px;
	width: 6px;
}

.ico-person {
	background-position: -106px 0;
	height: 15px;
	margin: 1px;
	width: 14px;

}

.ico-globe {
	background-position: -120px 0;
	height: 15px;
	margin: 2px;
	width: 15px;
}

/* New Articles
-------------------------------- */

.header-new-articles-link {
	cursor: pointer;
}

.header-new-articles {
	height: auto;
	padding: 0 0 50px;
	position: relative;
	top: -11px;
	width: 740px;
	z-index: 9995;
}

.header-new-articles-col-1 {
	padding: 10px 10px 10px 0;
	width: 343px;
}

.header-new-articles-col-2 {
	padding: 10px 10px 10px 0;
	width: 300px;
}

.new-articles-story,
.new-articles-recommend,
.new-articles-more {
	height: 70px;
	line-height: 1;
	margin: 0 0 5px;
	padding: 10px;
	text-transform: none;
}

li.new-articles-story {
	width: 315px;
}

.new-articles-story {
	display: inline-block;
}

.new-articles-img {
	height: 40px;
	width: 60px;
	margin: 0 10px 0 0;
}

.new-articles-more {
	border: none;
	margin: 15px 0 0 55px;
}

ul.new-articles {
	list-style: none;
}

/* Log In & Register
-------------------------------- */

.header-login,
.header-logout {
	font-size: 14px;
	font-size: 1.4rem;
	height: 140px;
	padding: 10px 10px 10px 23px;
	position: absolute;
	top: 20px;
	left: 0;
	width: 315px;
	z-index: 9994;
}

.header-login p {
	margin: 0;
	padding: 0;
}

.header-logout {
	height: 100px;
	width: 250px;
}

.header-login-row-1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.header-login-col-1,
.header-login-col-3 {
	width: 175px;
}

.header-login-col-2,
.header-login-col-4 {
	width: 92px;
}

.header-login h6 {
	margin: 0;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	color: #ccc;
	height: 23px;
	width: 100%;
	margin: 5px 0 5px;
}

#loginform input[type="checkbox"] {
	margin: 0 10px 0 0;
}

#login-check label,
#login-register-button {
	vertical-align: top;
	line-height: 1.4;
}

p.login-remember {
	float: left;
}

.button-primary {
	background-position: 0px -31px;
	border: none;
	float: right;
	height: 22px;
	margin: 10px;
	text-indent: -9999px;
	width: 81px;
}

.register-button {
	background-position: -82px -31px;
	height: 22px;
	margin: 10px;
	width: 82px;
}

.logout-button {
	background-position: -133px -180px;
	border: none;
	height: 22px;
	margin: 10px;
	width: 81px;
}

.header-search-button-wrap,
.cp-text-articles:hover,
img.new-article-arrow:hover,
.cp-text-login:hover,
.cp-text-language:hover {
	cursor: pointer;
}

.no-dropdown.cp-text-login:hover {
	cursor: default;
}

.header-new-articles a,
.loginform input[type="text"]:hover,
.loginform input[type="password"]:hover,
.language a  {
	color: #232627;
}

.header-search-form,
.header-new-articles,
.header-login,
.header-logout,
.header-language {
	display: none;
}

.header-col-2,
.header-new-articles,
.header-login,
.header-logout,
.header-language {
	background-color: #dbe3e2;
}

.new-articles-story:hover,
.new-articles-recommend:hover,
.language:hover {
	background-color: #f6f8f8;
}

.new-articles-story,
.new-articles-recommend,
.language {
	border-bottom: 1px solid #f6f8f8;
}

/* Language
-------------------------------- */

.header-language {
	width: 155px;
	padding: 10px;
	position: absolute;
	top: 20px;
	left: -5px;
	z-index: 9993;
}

.language {
	list-style: none;
	padding: 5px 0 5px 15px;
}

/* Search
--------------------------------------------- */

.header-search-form-wrap {
	background-color: #dbe3e2;
	height: 70px;
	width: 40px;
	z-index: 9992;
}

.header-search-button-wrap {
	background: url(images/ico-search.png) #ef3340 no-repeat 10px 22px;
	height: 70px;
	width: 43px;
}

 .header-search-form,
 .header-search-button {
	display: none;
 }

.header-search-button {
	background-image: none;
	background-color: #dbe3e2;
	height: 70px;
	width: 43px;
 }

 .header-search-form.active {
	background-color: #dbe3e2;
	height: 55px;
	position: relative;
	top: 0;
	left: -452px;
	width: 495px;
	z-index: 9992;
 }

.header-search-form fieldset {
	border: none;
	margin: 15px 0 0 10px;
	padding: 0;
 }

.header-search-form input.search {
	border: none;
	color: #bababa;
	font-size: 18px;
	height: 23px;
	width: 93%;
}

.header-search-form input.form-button {
	height: 23px;
	width: 23px;
}

/* Primary Navigation Structure
--------------------------------------------- */

.primary-navigation {
	margin-left: 24px;
}

.securelist-nav-menu {
	clear: both;
	/*height: 55px;*/
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 9991;
}

.securelist-nav-menu .menu-item {
	display: inline-block;
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.securelist-nav-menu .menu-item:hover {
	background-color: #fff;
}

.securelist-nav-menu .menu-item-threats,
.securelist-nav-menu .menu-item-categories,
.securelist-nav-menu .menu-item-tags {
	background: url(images/ico-arrow-lg.png) no-repeat 94% center;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0);
	padding: 9px 19px 10px 4px;
	margin-right: 10px;
	position: static;
	z-index: 99999;
}

.securelist-nav-menu .menu-item-threats:hover,
.securelist-nav-menu .menu-item-categories:hover,
.securelist-nav-menu .menu-item-tags:hover {
	border-left: 1px solid #8f9c99;
	border-right: 1px solid #8f9c99;
	border-top: 1px solid #8f9c99;
}

.securelist-nav-menu a {
	color: #2f2f2f;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}



/* Hide the sub-menu */
.securelist-nav-menu .sub-menu {
	background-color: #fff;
	border: 1px solid #8f9c99;
	display: block;
	height: 400px;
	left: 0;
	list-style: none;
	margin: 9px 0 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	width: 716px;
	visibility: hidden;
	z-index: -1;
}

/* Show the sub-menu */
.securelist-nav-menu .menu-item:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}




/* Sub Menu - Structure
-------------------------------- */

/* Hide the sub-sub menus */
.sub-menu .topic-content {
	background-color: #edf1f0;
	left: 250px;
	height: 95%;
	opacity: 0;
	margin-top: 10px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 452px;
	z-index: 9989;
}

li:hover .sub-menu li:first-child .topic-content {
	opacity: 1;
	visibility: visible;
}

.sub-menu li.menu-item {
	display: inherit;
	padding: 5px;
	width: 240px;
}

/* Show the sub-sub menus */
.sub-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.sub-menu .topic-item > a {
	float: left;
	margin: 5px 0 0 55px;
}

.sub-menu .article-list {
	margin: 10px 0;
	padding: 10px 0;
}

.sub-menu .more {
	border-top: 1px solid #fff;
	margin: 20px 0 0;
}

.sub-menu .article-list .more {
	padding: 0 20px;
}

.sub-menu .row-1 {
	margin-right: 20px;
	padding-left: 20px;
	width: 145px;
}

.sub-menu .topic-content li {
	list-style-image: url(images/dot-green.png);
}

.sub-menu li.topic-category {
	list-style: none;
}

.sub-menu .headline, .threats-sub-menu li {
	margin: 0 0 0 30px;
}

.sub-menu .more li {
	margin: 0 0 0 20px;
}

.sub-menu .topic-item > span {
	cursor:pointer;
}

.sub-menu .ico-detected-objects,
.sub-menu .ico-Детектируемые-объекты {
	background-position: 0 -179px;
}

.sub-menu .ico-spam-and-phishing,
.sub-menu .ico-Спам-и-фишинг {
	background-position: 0 -229px;
}

.sub-menu .ico-vulnerabilities-and-hackers,
.sub-menu .ico-Уязвимости-и-хакеры {
	background-position: 0 -280px;
}

.sub-menu .ico-internal-threats,
.sub-menu .ico-Внутренние-угрозы {
	background-position: -51px -234px;
}

.menu-item-threats li.menu-item {
	height: 68px;
	width: 250px;
}

.menu-item-threats li.menu-item:first-child {
	margin-top: 10px;
}

.menu-item-threats li.menu-item:hover {
	background: url(images/ico-arrow-left.png) no-repeat 220px -5px;
}

.sub-menu .ico-detected-objects,
.sub-menu .ico-spam-and-phishing,
.sub-menu .ico-vulnerabilities-and-hackers,
.sub-menu .ico-internal-threats,
.sub-menu .ico-Детектируемые-объекты,
.sub-menu .ico-Спам-и-фишинг,
.sub-menu .ico-Уязвимости-и-хакеры,
.sub-menu .ico-Внутренние-угрозы {
	height: 49px;
	margin: 0 10px 0 0;
	width: 50px;
}

.menu-item-threats .threats-sub-menu li.menu-item {
	margin: 0 0 0 30px;
	height: auto;
	width: auto;
	display: list-item;
	padding: 0;
}

/* Sub Menu - Typography
-------------------------------- */

.sub-menu,
.sub-menu a {
	text-transform: none;
}

.sub-menu .topic-item > a,
.menu-item-categories ul .menu-item > a,
.menu-item-tags ul .menu-item > a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 5px;
	text-transform: uppercase;
}

.menu-item-categories ul .menu-item > a:hover,
.menu-item-tags ul .menu-item > a:hover {
	background-color: #077bc5;
	color: #fff;
}

.menu-item-tags ul .show-all-tags a,
.menu-item-categories ul .website-archive a {
	color: #0377c2;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}
.menu-item-tags ul .show-all-tags:hover .topic-content,
.menu-item-categories ul .website-archive:hover .topic-content {
	display: none;
}

.website-archive, .show-all-tags {
	position:absolute;
	bottom: 23px;
}

.sub-menu .topic-content,
.sub-menu .topic-content a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sub-menu .topic-title {
	color: #005f4a;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 10px;
	padding: 0 20px;
}

.sub-menu .more p {
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.sub-menu .more a {
	color: #0377c2;
	display: inline;
}

.sub-menu .headline a:hover,
.sub-menu .more a:hover,
.threats-sub-menu .menu-item a:hover {
	text-decoration: underline;
}


/* Mobile Menu
-------------------------------- */

#mobile-navigation {
	display:none;
}

header .menu-button {
	display:none !important;
	background-color:#f0f0f0;
	background-image:url(images/icon_menu.png);
	background-position:15px 50%;
	background-repeat: no-repeat;
}
.mobile-nav .flexnav li a {
	padding:12px;
	text-align:left;
	text-transform:uppercase;
	color:#222;
	font-family: LGMedium, 'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	background-color:#ccc;
}
.mobile-nav .flexnav li ul {
	background-color:#fff;
	border:1px solid #8f9c99;
}
.mobile-nav .flexnav li ul li a {
	padding:6px 12px;
	font-family: LGBook, Arial, Helvetica, sans-serif;
	font-size: 14px; font-size: 1.4rem;
	background:none;
	border:none;
}
.mobile-nav .flexnav .touch-button .navicon {
	top:1.2em;
}
.mobile-nav .touch-button.active {
	height:52px;
	background-color:#fff;
	border:1px solid #8f9c99;
	border-bottom:1px solid #fff;
}
.mobile-nav .flexnav li ul.flexnav-show li {
	height:auto;
	width:auto;
	margin:0;
	bottom:0;
}
.menu-mobile ul .ico-detected-objects,
.menu-mobile ul .touch-button {
	display:none;
}


/*
Promo Content
---------------------------------------------------------------------------------------------------- */

/* Promo Content - Structure
-------------------------------- */

.promo-box {
	border: 1px solid #fff;
	overflow: hidden;
}

.promo-990x400 {
	margin-bottom: 1px;
	height: 400px;
	width: 988px;
}

.promo-500x400 {
	height: 400px;
	width: 495px;
}

.promo-500x200 {
	height: 200px;
	width: 495px;
}

.promo-330x200 {
	height: 200px;
	width: 330px;
}

.promo-168x200 {
	height: 200px;
	width: 166px;
}

.promo-990x400,
.promo-500x400,
.promo-500x200,
.promo-330x200,
.promo-168x200 {
	position: relative;
	z-index: 1;
}

.promo-990x400:before,
.promo-500x400:before,
.promo-500x200:before,
.promo-330x200:before,
.promo-168x200:before,
.kaspersky-carousel li:before {
	background-repeat: repeat;
	content: "";
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
	height: 100%;
	-khtml-opacity: .80;
	-moz-opacity: .80;
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
	position: absolute;
	width: 100%;
}

.promo-990x400:before {
	background-position: 0 -922px;
	z-index: 1;
}

.promo-500x400:before {
	background-position: -285px -522px;
	z-index: 1;
}

.promo-500x200:before {
	background-position: -285px -319px;
	z-index: -1;
}

.promo-330x200:before {
	background-position: -285px -118px;
	z-index: -1;
}

.promo-168x200:before {
	background-position: -785px 0;
	z-index: -1;
}

.promo-990x400:hover:before,
.promo-500x400:hover:before,
.promo-500x200:hover:before,
.promo-330x200:hover:before,
.promo-168x200:hover:before,
.threatpost-carousel .overview li:hover:before,
.kaspersky-carousel .overview li:hover:before {
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter: "alpha(opacity=30)";
	opacity: 0.3;
}

.promo-content {
	position:relative;
}
.promo-content .box-1,
.promo-content .box-2,
.promo-content .box-3,
.promo-content .box-4,
.promo-content .box-5,
.promo-content .box-6,
.promo-content .box-7,
.promo-content .box-8,
.promo-content .box-9 {
	border-top: none;
}

.promo-content .box-2,
.promo-content .box-3,
.promo-content .box-5,
.promo-content .box-4,
.promo-content .box-9 {
	border-right: none;
}

.promo-content .box-1,
.promo-content .box-6 {
	border-left: none;
}

.promo-990x400 {
	border-bottom: none;
	border-right: none;
}

.promo-box .sharing-icons-wrap {
	position: absolute;
	bottom: 25px;
}

.promo-content ul.sharing-icons {
	margin: 10px 0 0 19px;
}

.promo-content .col-1.gr31 {
	position:absolute; top:0; right:2px;
}
.promo-content .col-1.gr32 {
	position:absolute; top:200px; right:2px;
}


/* Promo Content - Typography
-------------------------------- */

.promo-box,
.promo-box a {
	color: #fff;
}

.promo-box .headline {
	margin: 20px 0 0 20px;
	text-transform: uppercase;
	width: 80%;
}

.promo-168x200 h4.headline {
	font-size: 16px;
	font-size: 1.6rem;
}

.promo-box .headline a {
	background: rgba(0,0,0,.5);
	-webkit-box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	display: inline;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	font-weight: 400;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	box-decoration-break: clone;
}


/*
Content
---------------------------------------------------------------------------------------------------- */

/* Posts and Pages
-------------------------------- */

.entry-header {
	border-bottom: 1px solid #efefef;
	padding: 30px 30px 0 30px !important;
	position: relative;
	width: 100%;
}

.content-mini .entry-header {
	border-bottom-style: dashed;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: auto;
}

.entry-title a {
	color: inherit;
}

.page .entry-title {
	line-height: 1;
}

.page .entry-subtitle,
.post .entry-sub-headline {
	color: #9ab9ad;
	font-size: 28px;
	font-size: 2.8rem;
}

.post .entry-sub-headline {
	font-weight: 300;
	margin-top: -16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #006d55;
}
.single-threats .entry-content h3 {
	color:#232627;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 12px 24px;
}

.entry-content ul ul,
.entry-content ul ul ul {
	margin-bottom: 0;
}

.entry-content,
.entry-content p {
	font-size: 14px;
	font-size: 1.4rem;
	word-wrap: break-word;
}

.entry-content blockquote {
	margin-bottom: 24px;
}

.entry-content blockquote p {
	color: #9ab9ad;
	font-family: Arial, sans-serif;
	line-height: 1.3;
	margin: 0;
}

.home .entry-content a.read-more {
	display:none;
}


.ico-print {
	background-position: -51px -203px;
	height: 30px;
	left: 30px;
	width: 43px;
	position: relative;
	top: -35px;
}

.entry-social{
	z-index: 999;
}

.entry-social-right {
	bottom: 20px;
	position: absolute;
	right: 40px;
}

.sidebar-entry-social {
	background-color: #f7f7f7;
	margin: 0;
}

.entry-social .fb-share-button,
.entry-social .fb-like,
.entry-social .g-plus,
.entry-social .t-tweet {
	list-style:none; margin:0; padding:0;
	float:left;
}

.entry-social .fb-share-button {
	margin-right: 10px;
	width:auto !important;
}

.entry-social .fb-like {
	margin-right: 10px;
	width:auto !important;
}

.entry-social .fb-share-button span {
	vertical-align: baseline !important;
}

.entry-social .fb-like span {
	vertical-align: baseline !important;
}
/*
.fb_iframe_widget iframe {
	max-width: 1000px !important;
}*/

.entry-social .t-tweet {
	margin-left: 10px;
}

.entry-author {
	margin-bottom: 5px;
}
.single-post .entry-author {
	margin-bottom: 25px;
}

.entry-category {
	line-height: 16px;
	margin: 0 0 3px;
}

.entry-tags {
	line-height: 16px;
	margin: -27px 0 30px;
}

.entry-category a,
.entry-tags a {
	background-color: #0d81cc;
	color: #fff;
	font-size: 11px;
	padding: 3px;
	display:inline-block;
	margin-top:4px;
	white-space: nowrap;
}

.entry-tags a {
	background-color: #9fbdb1;
}

.author-wrap {
	margin: 0 0 35px 0;
}

.article-page .author-wrap  {
	margin-bottom: 0;
}

.analysis-author .author-wrap {
	background: #9fbdb1;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	padding: 10px;
	width: 100%;
}

.analysis-author .entry-author-thumbnail {
	margin-right: 10px;
}
.analysis-author .entry-author-thumbnail a img {
	margin-bottom:0;
}

.co-author {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
}

ul.entry-author-meta {
	font-size: 11px;
	font-size: 1.1rem;
	list-style: none;
	margin: 10px 0 0 20px;
}

.analysis-author .entry-author-meta {
	float: none;
	margin: 0;
	overflow: hidden;
}

.entry-nickname a {
	color: #0d81cc;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.analysis-author .entry-nickname a,
.analysis-author .entry-description {
	color: #fff;
}

.mini-date {
	background-color: #9ab9ad;
	display: inline-block;
	font-size: 10px;
	line-height: 15px;
	padding: 0 5px;
	vertical-align: top;
}

.article-page .author-wrap {
	background-color: #9ab9ad;
	border-bottom: 1px solid #fff;
	color: #fff;
	float: none;
	padding: 20px;
	width: auto;
}

.article-page .author-wrap a {
	color: #fff;
}

.entry-twitter {
	/*background-color: #00aced;*/
	padding: 0 5px 0 0;
}

.ico-twitter {
	background-position: -163px 0;
	height: 11px;
	margin: 4px 0px 0 -18px;
	width: 15px;
}

.entry-twitter a {
	display: inline-block;
	padding-left:20px;
	padding-right:5px;
	background-color: #00aced;
	/*word-break: break-all;*/
}
.archive.author .entry-twitter a {
	position:absolute; bottom:0; right:0;
	font-size:11px;
	color:#fff;
	font-family: LGBook, Arial, Helvetica, sans-serif;
}

.name-twitter {
	padding:3px 0;
	display: inline-block;
	line-height:1.2;
	/*max-width: 83px;*/
}

.highlight-pink {
	background-color: #ba7aa6;
	color: #fff;
	padding: 0 5px;
}

.pagination-option {
	padding: 5px 0 10px;
}

.ico-pagination {
	background-position: -179px -1px;
	height: 18px;
	width: 14px;
	margin-right: 8px;
}

.entry-pagination {
	border-top: 1px solid #ededed;
	padding: 5px 0 0;
}

.view-all-icon {
	background: url(images/ico-sprite.png) -179px 0 no-repeat;
	display: inline-block;
	height: 19px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	width: 16px;
}

.view-all-link {
	font-family: 'LGMedium', 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.related-posts {
	margin-bottom:30px;
}
.related-posts .promo-box {
	float: left;
	margin-left: 2%;
	width:32%;
	background-position:50% 50%;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.related-posts .promo-box:first-child {
	margin-left:0;
}

.related-posts .sharing-icons-wrap {
	bottom: 0;
	left: auto;
	right: 0;
}


.promo-210x130 {
	background-position:50% 50% !important;
	-webkit-background-size:cover !important; -moz-background-size:cover !important; -o-background-size:cover !important; background-size:cover !important;
}



/* Table (Stats)
-------------------------------- */

.t,
tr.t td {
	vertical-align: top;
}

table.stat {
	border-top: 5px solid #d4d4d4;
	margin-top: 10px;
}

table.stat td {
	border-bottom: 1px solid #d4d4d4;
	padding: 6px;
}

table.fullbrd {
	border-collapse: collapse;
}

table.fullbrd th {
	background: #066150;
	color: #fff;
	padding: 4px 6px;
	text-align: center;
	white-space: normal;
}

table.fullbrd td {
	border: 1px solid #B9B9B9;
	padding: 4px 6px;
}

/* Sharing Icons
-------------------------------- */

ul.sharing-icons {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style:none;
}

.sharing-icon,
.sharing-icon a {
	color: #fff;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	font-style: normal;
	list-style: none;
	margin: 0 1px;
	padding: 0;
}

.sharing-icon {
	list-style:none;
	float:left;
}
.sharing-icons .twitter {
	background-position: -1px -629px;
	padding: 1px 4px 0 19px;
	/*min-width: 32px;*/
}

.sharing-icons .facebook {
	background-position: -1px -649px;
	padding: 1px 4px 0 14px;
	/*min-width: 27px;*/
}

.sharing-icons .gplus {
	background-position: -1px -669px;
	padding: 1px 4px 0 18px;
	/*min-width: 30px;*/
}

.sharing-icons .pageviews {
	background-position: -1px -689px;
	padding: 1px 4px 0 4px;
	height: 18px;
	/*min-width: 41px;*/
}

.sharing-icons .comments {
	background-position: -151px -54px;
	padding: 1px 4px 0 5px;
	height: 21px;
	min-width: 18px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.widget {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	word-wrap: break-word;
}

.textwidget .left {
	margin: 0 15px 20px 0;
}

.widget {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
}

.widget .widget-title {
	color: #1f2021;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.textwidget ul {
	list-style-type: disc;
	padding-left: 20px;
}

.widget ul ul,
.widget ul ol {
	list-style-type: disc;
}

.widget li {
	padding: 5px 0;
}

.textwidget li {
	padding: 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #232627;
}

.textwidget a {
	color: #007ac9;
}

.post .widget a,
.page .widget a,
.widget_recent_category_posts a {
	color: #0d81cc;
	font-style: italic;
}
.post .widget a:visited,
.page .widget a:visited,
.widget_recent_category_posts a:visited {
	color: #004978;
}

.home .widget a {
	font-style: normal;
}

.widget a:hover {
	text-decoration: underline;
}

.widget .tab-content .category-archive li {
	padding:2px 0;
}
.widget .tab-content .category-archive a {
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
	text-transform: none;
}

#text-12,
#text-19 {
	background-color: #f7f7f7;
}
.page-template-page-statistics-php #text-12,
.page-template-page-statistics-php #text-19 {
	background-color:transparent;
}

.widget .trending-post .views {
	width:auto;
	display:inline-block;
	padding-right:5px;
}


/* Polldaddy Polls
-------------------------------- */

.pds-box {
	border: none !important;
	color: #232627 !important;
	font-size: 14px !important;
	padding: 0 !important;
	width: 100% !important;
}

.pds-box-outer {
	padding: 0 !important;
}

.pds-question-top {
	color: #232627 !important;
	font-size: 14px !important;
}

a.pds-vote-button {
	color: #232627 !important;
	float: left;
	margin: 0 !important;
	padding: 4px 20px !important;
}


/* Facebook Like Box
-------------------------------- */

.widget_facebook_likebox {
	background-color: #dbe3e2;
}

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

/* Subscriptions
-------------------------------- */

.gform_widget {
	background-color: #dbe3e2;
}

.gform_widget .title {
	letter-spacing: -2px;
	margin-bottom: 0;
}

.gform_widget .gfield_label {
	display: none !important;
}

.gform_widget input[type=text] {
	margin: 0;
	width: 290px !important;
}

.gform_widget .gform_button {
	background-position: -51px -180px;
	border: none;
	float: right;
	height: 22px;
	width: 81px;
	padding: 0;
	text-indent: -9999px;
	position: relative;
	top: -5px;
	right: -5px;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper ul li.gfield.gfield_html.sub-options {

	margin-top: -10px;
}


.gform_widget .gform_wrapper .gform_footer input[type=submit] {
	margin-top: -18px;
}

/* RSS Widget
-------------------------------- */

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget
-------------------------------- */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/*
Archive
---------------------------------------------------------------------------------------------------- */

.blog .entry-thumbnail .no-image {
	height: 150px;
	width: 200px;
}

.blog .entry-thumbnail .thumbnail-wrap {
	height: 150px;
	overflow: hidden;
}
.blog .entry-thumbnail .thumbnail-wrap .avatar {
	position:relative; top:-25px;
}

.archive-title {
	text-transform: capitalize;
}

.archive-header {
	padding-bottom: 0;
}

.blog .archive-subhead {
	font-family: 'LGBook', 'Arial', Helvetica, sans-serif;
	color: #0277c2;
}
.archive-subhead a {
	color: inherit;
}
.archive-subhead a:hover {
	color: #2e2e2e;
}

.archive-tabs {
	border-bottom: 1px solid #efefef;
	height: 33px;
	margin-top: 8px;
	padding-left: 30px;
}

.archive-tabs ul {
	list-style: none;
}

.archive-tabs li {
	display: inline;
	margin-right: 17px;
}

.archive-tabs a {
	border-bottom: 6px #fff solid;
	color: #0277c2;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.archive-tabs a.current,
.archive-tabs a.active,
.archive-tabs a:hover {
	border-bottom-color: #ef3340;
	color: #2e2e2e;
}

.archive-tabs a.active {
	cursor: auto;
}

.archive-teaser {
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px
}

.archive-teaser .entry-header {
	border: none;
	padding-bottom: 3px;
	padding-right: 20px;
}

.archive-teaser .entry-title {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
}

.archive-teaser .entry-meta {
	color: #666;
	font-size: 11px;
	margin-bottom: 8px;
}

.archive-teaser .entry-social {
	position:relative; top:-5px;
	margin: 0;
}

.archive-teaser .entry-content {
	color: #666;
	line-height: 1.3em;
	padding: 0 30px;
}

.archive-teaser .entry-thumbnail {
	padding: 30px 0 0 30px;
	position: relative;
	vertical-align: top;
}


.archive-teaser .entry-category {
	position: absolute;
	top: 31px;
	z-index:10;
	vertical-align: top;
}

.archive-teaser .entry-category a {
	left: 0;
	position: relative;
	text-transform: uppercase;
	top: -1px;
	margin-top:0;
}

.nav-link {
	position: relative;
	left: 40%;
}

.nav-previous a,
.nav-next a {
	background: url(images/btn-bg.png) repeat-x;
	color: #fff;
	display: inline-block;
	line-height: 29px;
	margin: 10px 30px;
	padding: 0 20px;
	text-transform: uppercase;
}

.entry-meta {
	line-height: 1;
	padding: 5px 0;
}


/*
Author Archive
---------------------------------------------------------------------------------------------------- */

.author.archive #primary {
	width: 100%;
}

.author.archive #secondary {
	width: 330px;
	margin-right:-330px;
}

.author.archive .archive-title {
	font-family: 'LGMedium', 'Arial', Helvetica, sans-serif;
}

.author.archive .archive-subhead {
	font-family: 'LGBook', 'Arial', Helvetica, sans-serif;
	font-size: 23px;
}

.author.archive .entry-header {
	border: none;
	padding-top: 3px !important;
}

.author.archive .entry-meta {
	border-bottom: 2px dashed #efefef;
	padding-bottom: 8px;
}

.year-marker {
	color: #9ab9ad;
	font-size: 24px;
	margin: 30px 0 0 30px;
}

.author-counts-posts,
.author-counts-comments {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	width: 50%;
	background: #9ab9ad;
	text-transform: uppercase;
}

.author-counts-comments {
	background-color: #ba7aa6;
	border-left: 1px solid #efefef;
}

.author-avatar {
	position:relative;
}
.author-avatar img {
	margin-top: 1px;
	/*border: 1px solid #efefef;
	float: none;*/
}

.author-description {
	padding: 30px;
}

.author-title {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.author-filter-links {
	display: inline-block;
	font-size: 12px;
	width: 49%;
}

.author-filter-links ul {
	padding-left: 20px;
}

.author-stats {
	color: #9ab9ad;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0 20px;
	width: 100%;
}

.author-stats td{
	border-top: 1px solid #dbe3e2;
}

.author-bio {
	color: #666;
	font-size: 13px;
}


/*
Articles
---------------------------------------------------------------------------------------------------- */

.article-pagination {
	border-top: 1px solid #ededed;
	margin: 0 -30px;
}
.article-next-page,
.article-prev-page,
.article-cur-page {
	float: left;
	padding: 20px 30px;
	width: 29.72972972973%;
}

.article-prev-page {
	background: url( images/article-arrow-left.png ) no-repeat 0 20px;
}

.article-prev-page.empty {
	background: none;
}

.article-next-page {
	background: url( images/article-arrow-right.png ) no-repeat right 20px;
}

.article-cur-page {
	background: url( images/article-arrow-down.png ) no-repeat 15px 20px;
	padding-left: 55px;
	position: relative;
	width: 40.540540540541%;
	z-index: 1;
}

.article-pagination-dropdown-list {
	background: #e8eeed url( images/article-arrow-up.png ) no-repeat 15px 20px;
	display: none;
	left: 0;
	padding: 20px 30px 5px 55px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
}

.article-cur-page:hover .article-pagination-dropdown-list {
	display: block;
}

.article-pagination-dropdown-list ul {
	font-size: 0;
	list-style: none;
}

.article-pagination-dropdown-list li {
	padding-bottom: 15px;
}

.article-pagination-page-num {
	color: #2e2e2e;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.article-pagination-title {
	font-size: 14px;
	text-transform: uppercase;
}


/*
Threats
---------------------------------------------------------------------------------------------------- */

.single-threats #secondary {
	border-left: 1px solid #efefef;
}

.single-threats .entry-title {
	margin: 0;
}

.single-threats .entry-meta h3 {
	color: #8cbcb1;
}

/*
All Tags Page
---------------------------------------------------------------------------------------------------- */

.tag-cols-group {
	width: 50%;
	float: left;
}

.tag-col {
	float: left;
	width: 50%;
}

.tag-col ul {
	list-style: none;
	margin: 0;
}

.tag-letter-divider {
	color: #9ab9ad;
	font-size: 28px;
	line-height: 1em;
	padding: 20px 0 0;
}

.tag-letter-divider:first-child {
	padding: 0;
}

.tag-col .tag a {
	color: #1f2021;
	font-size: 12px
}


/*
Encyclopedia
---------------------------------------------------------------------------------------------------- */

.encyclopedia .entry-content {
	padding: 30px;
	width: 100%;
}

.encyclopedia-block {
	border-bottom: 2px dashed #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.encyclopedia-block.last {
	border: none;
}

.encyclopedia-image {
	float: left;
	width: 139px;
}

.encyclopedia-wrap {
	overflow: hidden;
}

.entry-content .encyclopedia-title a {
	color: #9ab9ad;
	font-family: 'LGBook', 'Arial', Helvetica, sans-serif;
	margin: 10px 0 20px 139px;
	width: 100%;
}

.encyclopedia-description {
	padding-right: 50px;
}

.encyclopedia-posts .list {
	margin-bottom: 36px;
}

.encyclopedia-posts a {
	font-style: italic;
}


/*
Registration Page
---------------------------------------------------------------------------------------------------- */

form#register li {
	list-style-type: none;
	margin-bottom: 15px;
}
form#register label {
	display: inline-block;
	width: 160px;
}
form#register input[type=email],
form#register input[type=password],
form#register input[type=text],
form#wp_pass_reset input[type=text] {
	background-color: #dbe3e2;
	border: none;
	color: #000;
	font-family: 'LGMedium', 'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	padding: 0 10px;
	width: 265px;
}
form#register #timezone {
	width: 265px;
}
form#register #submit,
form#wp_pass_reset #submit {
	background-position: 0 -88px;
	border: none;
	color: #fff;
	float: left;
	height: 29px;
	margin: 0 auto;
	text-align: center;
	width: 81px;
}

form#wp_pass_reset input[type=text],
form#wp_pass_reset #submit {
	float: left;
}
form#wp_pass_reset input[type=text] {
	margin-right: 10px;
}


/*
Statistics Template
---------------------------------------------------------------------------------------------------- */

.page-template-page-statistics-php .full-width {
	padding:0;
}
.page-template-page-statistics-php .entry-content {
	background: #ededed;
	padding-top: 0;
	margin-top: 30px;
}

.page-template-page-statistics-php .ex {
	background: #f5f5f5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -24px;
	padding-top: 26px;
	width: 989px;
}

.page-template-page-statistics-php .ex .node {
	float: left;
 	width: 236px;
}

.page-template-page-statistics-php .ex .wrap {
	padding: 0 0 25px 35px;
}

.page-template-page-statistics-php .ex h5 {
	color: #3751ab;
	font: 14px arial;
	margin: 0 0 5px;
	padding: 0;
}

.page-template-page-statistics-php .ex p {
	font-size: 13px;
}

.page-template-page-statistics-php .ex a {
	color: #3751ab;
}

.page-template-page-statistics-php footer {
	margin-top: 0 !important;
}

.page-template-page-statistics-php #secondary {
	display:block;
	width: auto;
	padding: 0 20px;
}

.page-template-page-statistics-php #secondary .widget-area aside.widget {
	width: 230px;
	float:left;
	border: none;
}


/*
.page-template-page-statistics-php article .entry-content p {
    position: relative;
    padding-bottom: 102%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.page-template-page-statistics-php article .entry-content iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}*/





/*
SHARE SOCIAL
---------------------------------------------------------------------------------------------------- */
.entry-social .social-likes {
	display:block;
	min-height:inherit;
	margin:0 -1px 0 0;
	font-size:10px; font-size:1rem;
}
.entry-social .social-likes .social-likes__widget {
	position:relative;
	margin:0 1px;
}
.entry-social .social-likes span {
	font-size:10px; font-size:1rem;
}
.entry-social .social-likes .social-likes__button {
	padding:0;
	width:1.5em;
}
.entry-social .social-likes .social-likes__widget_comments .social-likes__button {
	display:none;
}
.entry-social .social-likes .social-likes__widget_comments {
	position:relative;
	padding-left:0.5em;
}
.entry-social .social-likes .social-likes__widget_comments::before {
	content: "";
	display:block !important;
	position:absolute; bottom:-0.5em; right:0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0;
	border-color: #006D55 transparent transparent transparent;
}


.sharing-icons-wrap .social-likes {
	margin-left:19px;
}


.promo-content .col-1.gr31 .entry-social .social-likes .social-likes__widget,
.promo-content .col-1.gr32 .entry-social .social-likes .social-likes__widget,
.promo-content .col-1.gr5 .entry-social .social-likes .social-likes__widget,
.promo-content .col-1.gr6 .entry-social .social-likes .social-likes__widget,
.promo-content .col-1.gr7 .entry-social .social-likes .social-likes__widget {
	float:left;
}
.promo-content .col-1.gr31 .entry-social .social-likes .social-likes__widget_comments,
.promo-content .col-1.gr32 .entry-social .social-likes .social-likes__widget_comments,
.promo-content .col-1.gr5 .entry-social .social-likes .social-likes__widget_comments,
.promo-content .col-1.gr6 .entry-social .social-likes .social-likes__widget_comments,
.promo-content .col-1.gr7 .entry-social .social-likes .social-likes__widget_comments {
	clear:left;
	margin-top:2px;
}




.entry-col-1 .entry-social {
	position:relative; top:-5px;
}
.entry-col-2 .entry-social {
	display:none;
}




/*
TOC
---------------------------------------------------------------------------------------------------- */
.is-sticky .toc-sticky {
	top:150px !important;
}
.is-sticky .toc-sticky ul.toc-list.outviewport {
	position:fixed;
	left:auto;
	top:180px;
	bottom:0;
}

.toc-container.toc-sticky {
	z-index:10;
}



/*
Carousel
---------------------------------------------------------------------------------------------------- */


.carousel-wrap {
	border-top: 1px solid #ede;
	height: 150px;
	width: 990px;
}

.carousel-title {
	height: 30px;
}
.kasp-carousel .carousel-title p {
	padding: 0 0 0 250px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.5;
}

.c-title a,
.c-title a:hover,
.c-title a:link,
.c-title a:visited,
.c-title a:focus {
	color: #54585a !important;
}




.touch-slider {
	position:relative;
}
.touch-slider .slides {
	margin:0; padding:0; list-style:none;
	display:block;
	height:auto;
}
.touch-slider .slides li {
	margin:0; padding:0; list-style:none;
	display:none;
	-webkit-backface-visibility: hidden;
}


.touch-slider .tos-slider {
}
.touch-slider .tos-slide {
	width:247.5px;
	height:118px;
}
.touch-slider .slideitem {
	position:relative;
	border-right: 1px solid #fff;
	width:247.5px;
	height: 118px;
	background-position:50% 50%;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}

.touch-slider .slideitem:before {
	position:absolute; top:0; left:0; right:0;
	width:247.5px;
	height:118px;
	background-image: url(images/ico-sprite.png);
	background-repeat: repeat;
	background-position: -536px 0px;
	content: "";
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	-khtml-opacity: .50;
	-moz-opacity: .50;
	-ms-filter: "alpha(opacity=50)";
	opacity: .50;
}
.touch-slider .slideitem:before:hover {
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter: "alpha(opacity=30)";
	opacity: 0.3;
}

.touch-slider .slideitem .carousel-headline {
	position: relative;
	z-index: 5;
	color: #fff;
	font-family: 'LGBook', 'Arial', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding:0;
	text-align: center;
}
.touch-slider .slideitem .carousel-headline a {
	display:block;
	padding: 35px 0 0;
	color:#fff;
}

.touch-slider .tos-prev,
.touch-slider .tos-next {
	margin:0; padding:0; list-style:none;
	position:absolute; top:0; left:0; right:0; z-index:100;
	display: block;
	height: 118px;
	width: 31px;
	text-indent:-9000em;
	background-image: url(images/ico-sprite.png);
}
.touch-slider .tos-prev {
	left:0; right:auto;
	background-position: -220px -62px;
}
.touch-slider .tos-next {
	right:0; left:auto;
	background-position: -252px -62px;;
}
.touch-slider .tos-prev.tos-disabled,
.touch-slider .tos-next.tos-disabled {
	display:none;
}
.touch-slider .tos-prev span,
.touch-slider .tos-next span {
	display:none;
}





/*
Soliloquy
---------------------------------------------------------------------------------------------------- */

.soliloquy {
	overflow: hidden;
}

.soliloquy-thumbnails-item {
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.soliloquy-thumbnails-item-image {
	height: 100px;
	max-width: 400px
}

.soliloquy-container {
	background: #f7f7f7;
}

.soliloquy-container[id ^= 'soliloquy-container'] {
	padding: 40px 75px;
}

.soliloquy-container.soliloquy-thumbnails-container .soliloquy.soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-next,
.soliloquy-container.soliloquy-thumbnails-container .soliloquy.soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-prev {
	height: 100px;
	margin-top: 0;
	top: 0;
	width: 30px;
}

.soliloquy-container.soliloquy-thumbnails-container .soliloquy.soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-next {
	background: url(images/gallery-arrow-next.png) no-repeat top left;
	right: 0;
}

.soliloquy-container.soliloquy-thumbnails-container .soliloquy.soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-prev {
	background: url(images/gallery-arrow-prev.png) no-repeat top left;
	left: 0;
}

.soliloquy-expand {
	background: #9ab9ad url(images/icon-zoom.png) no-repeat 9px 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	padding: 0 10px 0 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.soliloquy-expand:hover {
	color: #fff;
}

.soliloquy-big-container {
	margin: -23px 0 2em;
	position: relative;
	z-index: 5;
}

.b-modal {
	background: transparent url(images/modal-bg.png) !important;
}


/*
Fancybox
---------------------------------------------------------------------------------------------------- */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9997;
}

.fancybox-skin {
	background: #f9f9f9;
	border: 3px solid #9ab9ad;
	color: #444;
	position: relative;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(images/fancybox-sprite.png);
}

#fancybox-loading {
	background-position: 0 -108px;
	cursor: pointer;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	position: fixed;
	opacity: 0.8;
	top: 50%;
	z-index: 9999;
}

#fancybox-loading div {
	background: url(images/fancybox-loading.gif) center center no-repeat;
	height: 44px;
	width: 44px;
}

.fancybox-close {
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 0;
	top: -4px;
	width: 36px;
	z-index: 8040;
}

.fancybox-nav {
	background: transparent url(images/blank.gif); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 40%;
	z-index: 8040;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	cursor: pointer;
	height: 34px;
	position: absolute;
	margin-top: -18px;
	top: 50%;
	visibility: hidden;
	width: 36px;
	z-index: 8040;
}

.fancybox-prev span {
	background-position: 0 -36px;
	left: 10px;
}

.fancybox-next span {
	background-position: 0 -72px;
	right: 10px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
	position: absolute;
	top: -99999px;
	visibility: hidden;
}

/* Overlay
--------------------------------------------- */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	background: url(images/fancybox-overlay-2.png);
	display: none;
	left: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	z-index: 9997;

}

.fancybox-overlay-fixed {
	bottom: 0;
	position: fixed;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title
--------------------------------------------- */

.fancybox-title {
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	text-shadow: none;
	visibility: hidden;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	bottom: 0;
	position: absolute;
	margin-bottom: -35px;
	right: 50%;
	text-align: center;
	z-index: 8050;
}

.fancybox-title-float-wrap .child {
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	line-height: 24px;
	margin-right: -100%;
	padding: 2px 20px;
	text-shadow: 0 1px 2px #222;
	white-space: nowrap;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}

.fancybox-title-outside-wrap {
	color: #fff;
	margin-top: 10px;
	position: relative;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	background: #000;
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
}

/* Thumbs
--------------------------------------------- */

.fancybox-thumbs {
	left: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}

.fancybox-thumbs.bottom {
	bottom: 0;
}

.fancybox-thumbs.top {
	top: 0;
}

.fancybox-thumbs ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.fancybox-thumbs ul li {
	float: left;
	opacity: 0.5;
	padding: 1px;
}

.fancybox-thumbs ul li.active {
	opacity: 1;
	padding: 0;
}

.fancybox-thumbs ul li:hover {
	opacity: 1;
}

.fancybox-thumbs ul li a {
	display: block;
	overflow: hidden;
	outline: none;
	position: relative;
}

.fancybox-thumbs ul li img {
	border: 0;
	display: block;
	padding: 0;
	position: relative;
}


/*
Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments,
.ping-list,
#respond {
	font-size: 12px;
	font-size: 1.2rem;
}

#respond h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.comment-title {
	background-color: #9ab9ad;
	padding: 10px;
	width: 100%;
}

.comment-count {
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-login-text {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 5px 0 0;
}

.comment-header {
	padding: 20px 0 0;
}

.comment-author {
	margin: 0 0 15px;
}

.comment-author .avatar {
	margin: 0 20px 0 0;
	width: 60px;
}

.comment-meta {
	font-size: 11px;
	font-size: 1.1rem;
}

.comment-content {
	border-bottom: 1px dashed #d9d9d9;
	padding: 0 0 20px;
}

.comment-reply {
	background-position: -82px -87px;
	height: 21px;
	width: 35px;
}

.comment-reply-link,
.comment-reply-login {
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	left: 4px;
	position: relative;
	top: -3px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

ol.children {
	margin: 0 0 0 20px;
}

#commentsubmit {
	background-position: 0 -88px;
	border: none;
	color: #fff;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	height: 29px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 81px;
}

.comment-must-login {
	margin: 20px 0 0;
}

.comment-must-login-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-must-login-wrap {
	background-color: #dbe3e2;
	height: 210px;
}

.comment-must-login-wrap h5 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

.comment-login-form {
	border-right: 1px solid #fff;
	padding: 20px 18px;
	width: 50%;
}

.comment-login-form p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
}

.comment-login-form .button-primary {
	background-position: -1px -31px;
	border: none;
	height: 22px;
	width: 81px;
	text-indent: -9999px
}

.comment-create-account {
	border-bottom: 1px solid #fff;
	height: 110px;
	padding: 20px 18px;
	width: 100%;
}

.button-login-joinus {
	background-position: -83px -31px;
	height: 22px;
	margin: 20px 17px 0 0;
	width: 81px;
}

.comment-login-facebook {
	height: 110px;
	padding: 20px 18px;
	width: 100%;
}

.button-login-facebook {
	background-position: -165px -31px;
	height: 22px;
	width: 81px;
	margin: 30px 17px 0 0;
}

#comments .form-submit {
	position:relative; top:2em;
}

.bdwp_captcha_container {
	width:235px;
	margin-bottom:15px;
}
.bdwp_captcha_container p {
	margin-bottom:7px;
}


/*
Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f6f6f6;
	padding: 25px;
}

.site-footer,
.site-footer p,
.site-footer .widget {
	font-size: 11px;
	font-size: 1.1rem;
}

.site-footer .widget {
	background-color: #f6f6f6;
	border-bottom: none;
}

.site-footer .widget .widget-title {
	color: #54585a;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0;
}

.site-footer .widget li {
	padding: 0;
}

.site-footer .widget a {
	color: #007ac9;
	font-style: normal;
}
.site-footer .widget a:visited {
	color: #004978;
}

.site-footer .logo-footer {
	background-position: 0 -401px;
	height: 60px;
	width: 250px;
}

.site-footer .widget_search form,
.site-footer .widget_search fieldset,
.site-footer .widget_search .search,
.site-footer .widget_search .form-button {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

.site-footer .widget_search .search {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 4px;
	position: relative;
	top: -5px;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	text-align: center;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.blue,
a.blue {
	color: #007ac9;
}

.white,
a.white {
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.green-bullet {
	background-position: -137px -1px;
	height: 6px;
	margin: 10px;
	width: 6px;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}


.tabs li.tab-link {
	padding:0;
}
.tabs li.tab-link a {
	display:block;
	padding:5px;
}




/* Plugin overwrites
--------------------------------------------- */
.widget .menu-encyclopedia-tree-container {
	width:100%;
}




/* Print
--------------------------------------------- */

@media print {

	body {
		background-color: #fff;
		color: #000;
		margin: 0;
	}

	.site-header,
	.entry-social,
	.article-toc,
	.post-toc,
	.sidebar-wrap,
	#respond,
	.site-footer {
		display: none;
	}

	.content-area {
		margin: -100px 0 0;
	}

	.entry-wrap {
		width: 100%;
	}

}
