/*
Theme Name: Knowledge Base
Theme URI: http://lcipaper.com/
Description: LCI Paper Knowledge Base custom theme.
Author: Denis Grisak
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

div#container {
/*	background: transparent 0 0 url('images/bg-content.gif') repeat-y;
	border: 1px solid #ebebeb;*/
}
div#container-wide {
}
div#container div#content {
}
.main-left {
	float: left;
	width: 300px;
}
.main-right {
	float: right;
	width: 590px;
}
div#container-wide div#content {
}
div#sidebar {
	float: right;
	width: 240px;
}

/* homepage styles */
#last-video {
	float: left;
	width: 565px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#last-video input {
	margin: 0 0 10px 0;
}
#video-excerpt {
	margin: 0 0 0 580px;
}
#video-excerpt h3,
#video-excerpt p {
	margin: 0 0 10px 0;
}
#video-link {
	margin: 10px 0 0 0;
}
#content #last-posts {
	border: 0;
	margin: 10px 0 20px 0;
	width: 1005px;
}
#content #last-posts td {
	vertical-align: top;
	width: 195px;
	border: 0;
	padding: 0;
	background: url('/images/bg-last-posts-middle.gif') 50% 0 repeat-y;
}
#content #last-posts h2 {
	text-align: center;
	display: block;
	background: url('/images/bg-last-posts-top.gif') 50% 0 no-repeat;
	height: 38px;
	line-height: 38px;
	margin: 0 0 10px 0;
	color: #2b343b;
}
#content #last-posts h2 a {
	color: #2B343B;
}
#content #last-posts h2 a:hover {
	text-decoration: underline;
}
#content #last-posts ul {
	padding: 0 20px 0 15px;
}
#content #last-posts ul li a,
#content #last-posts ul li {
	color: #0066d5;
}
#content #last-posts td.lp-spacer,
#content #last-posts td.lp-blank {
	background: none;
}
#content #last-posts td.lp-footer {
	background: url('/images/bg-last-posts-bottom.gif') 50% 100% no-repeat;
	padding: 0 35px 20px 0;
	text-align: right;
}
#content #last-posts td.lp-footer a {
	color: #7cb300;
	font-weight: bold;
}
div.edit-link {
	text-align: center;
	padding: 20px 0 10px 0;
}
.video-header {
	clear: both;
	margin: 0;
	border-bottom: 1px solid silver;
	padding: 10px 0 0 0;
}
.video-header a,
.video-header a:link,
.video-header a:visited {
	color: gray;
}
.video-header a:hover {
	text-decoration: underline;
}
div.featured-post {
	float: left;
	width: 293px;
	margin: 0 11px 10px 0;
	text-align: center;
}
div#featured-post3 {
	margin: 0 0 10px 0;
}
div.featured-post h2 {
	display: block;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px 10px;
	height: 35px;
}
div.featured-post h2 a {
	font-size: 12px;
	color: green;
	font-weight: normal;
}
div.post-thumbnail {
	height: 126px;
}
li.widget-container {
	border: 1px solid silver;
	margin: 0 0 20px 0;
}
h3.widget-title {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	text-align: center;
	color: black;
	background-color: #E0E0E0;
}
div.rss-feeds {
	text-align: center;
	margin: 5px 0 10px 0;
}
div.post,
div.page {
}
div.read-more {
	text-align: center;
	margin: 10px 0 15px 0;
}
div#breadcrumbs span {
	margin-right: 5px;
}

div.read-more a:link,
div.read-more a:active,
div.read-more a:visited {
	clear: both;
	text-align: right;
	padding: 0 15px 0 0;
	background: url('/images/SFNT/bg-morereviews.gif') 100% 50% no-repeat;
}
div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h2 a,
h3 a,
h4 a {
	color: black;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: black;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

#content .hdrRight {
	padding-top: 20px;
	clear: right;
}
#content .iconLeft {
	float: left;
	margin: 4px 10px 10px 0;
}
#content .imgLeftLessPadding {
	float: left;
	margin: 5px 20px 20px 0;
}
#content .videoLeft {
	float: left;
	margin: 0 40px 0 0;
}
#content .videoRight {
	float: right;
	margin: 0 40px 0 0;
}
#content .hdrLeft {
	padding-top: 20px;
	clear: left;
}
#content .imgBlock {
	float: none;
	display: block;
	margin: 0 10px;
}
#content .hdrBlock {
	float: none;
	clear: both;
}
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
#content .extraMargin {
	padding-top: 70px;
}

#content .col-half {
	width: 490px;
	margin: 0 10px 0 0;
	float: left;
}
#content .col-third {
	width: 323px;
	margin: 0 10px 0 0;
	float: left;
}

#content .col-half ul {
	padding-left: 30px;
}

/* =Fonts
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



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

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
	margin-bottom: 10px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



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

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

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

#main {
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
.blank-page #content {
	margin-bottom: 10px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
/*	width: 100%;*/
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content table.compact tr td {
	padding: 0;
	padding: 6px 10px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 25px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.section-title {
	clear: both;
	display: block;
	padding: 5px 10px;
	color: #3d4045;
	background: #E0E0E0 url('/images/bg-blog-title.gif') 1px 0 repeat-x;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
}
#content .withborder {
	background-color: white;
}
.entry-title a:link,
.entry-title a:visited {
	color: #3c4043;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	padding: 2px 5px 0 0;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font: 14px/21px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content a {
	color: #8678af;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: right;
	width: 710px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.pagination {
	font-size: 24px;
	color: blue;
	text-align: center;
	color: gray;
}

.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.video-navigation a:link,
.video-navigation a:visited {
	color: blue;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover,
.video-navigation a:active,
.video-navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
ul.page-numbers li {
	display: inline;
	margin: 0 10px 0 0;
	color: gray;
	font-size: 24px;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}
h3#comments-title {
	margin: 50px 0 10px 0;
	padding: 4px 10px;
	background-color: #E0E0E0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 5px 0 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px 5px;
	width: 200px;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin: 10px 10px 10px 30px;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #0066CC;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



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

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
.wordingBox {
	clear: both;
	background: url('/images/gradientbeige305.jpg') top left repeat-x;
	border: 1px solid #cccc99;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.wordingBox ul {
	width: 200px;
	float: left;
}
.wordingBox img {
	float: right;
	display: block;
}
#content #wording {
	width: 100%;
	border: 0;
	border-spacing: 20px;
	border-collapse: separate;
}
#content #wording td {
	font-size: 12px;
	vertical-align: top;
	border: 1px solid gray;
	padding: 20px 20px 30px 20px;
	text-align: center;
	line-height: 20px;
	border-collapse: separate;
	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
}
#content #wording td.blank {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
#wording td h4 {
	margin: 0 0 5px 0;
}

/* email signup form */
form#signup {
	text-align: center;
	margin: 20px 0 0 130px;
	background-color: #E7E2FF;
	border: 1px solid #666699;
	padding: 10px 20px 10px 20px;
	width: 270px;
}
form#signup table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	text-align: left;
}
form#signup table th {
	padding: 2px 0 0 0;
}
form#signup table td {
	padding: 2px 0 0 10px;
}
form#signup table td.note {
	color: gray;
}
form#signup table td input {
	width: 150px;
}
tr#formFooter td {
	text-align: right;
}
form#signup table tr#formFooter input {
	width: auto;
	cursor: pointer;
	border: 1px solid rgb(153, 153, 153);
	padding: 3px 10px;
	margin-top: 5px;
}

/* guide styles */
#content h1.guideHeader {
	text-align: center;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #002e7a;
}

#content #home-slides {
    float: left;
	width: 100%;
    height: 298px;
    overflow: hidden;
    position: relative;
	border: 1px solid #bdbebe;
}
#content .home-slide {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
	font-family: "Times New Roman", Times, serif;
}
#content .home-slide img {
    float: left;
	display: block;
}
#content .home-slide h2 {
	display: block;
	float: right;
	width: 300px;
	text-align: center;
	margin: 20px 0;
	font-size: 28px;
	line-height: 30px;
	color: #511302;
}
#content .home-slide h2 {
	font-size: 23px;
}
#content .home-slide p {
	float: right;
	width: 300px;
	color: #725b29;
	font-size: 19px;
	line-height: 32px;
	margin: 0 0 10px 0;
	text-align: center;
}
#content .home-slide p span {
	font-size: 22px;
}

#content .home-slide ul {
	float: right;
	width: 300px;
	margin: 15px 10px 0 0;
	list-style: none;
}
#content .home-slide li {
	text-align: right;
	padding: 0 25px 0 0;
	line-height: 34px;
	background: url('/kb/wp-content/uploads/gold-slide-arrow.gif') 100% 50% no-repeat;
}
#content .home-slide a {
	color: #511302;
	font-size: 17px;
	text-decoration: underline;
}


#content #slide-active {
    visibility: visible;
}
.wording-links {
	text-align: center;
	padding: 10px 0;
	margin: 0 20px 10px 20px;
	border: 1px solid silver;
}
.wording-links a {
	display: inline;
}

#content #latest-tutorials {
	margin-top: 20px;
	border: 0;
	border-collapse: collapse;
	clear: both;
	border-left: none;
	border-right: none;
	padding: 0 10px;
}
#content #latest-tutorials h2 {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#content #latest-tutorials td {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding: 0 5px;
}
.post-list {
	margin-top: 20px;
}
.post-list li {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* blog home */
.blog-wide-box {
	clear: both;
	background: url('/images/box-blog-home1.jpg') 0 0 no-repeat;
	margin-top: 4px;
	height: 405px;
}
.blog-box-video {
	float: right;
	width: 560px;
	margin: 18px 26px 0 0;
}

.blog-wide-box ul {
	float: left;
	width: 338px;
	margin: 50px 0 30px 45px;
	padding: 0;
}
.blog-wide-box li {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.blog-left-box,
.blog-right-box {
	display: block;
	width: 427px;
	height: 256px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 30px 0 0 0;
}
a.blog-left-box:hover,
a.blog-right-box:hover {
	text-decoration: none;
	color: #666;
}

.blog-left-box {
	float: left;
}
.blog-right-box {
	float: right;
}
.blog-left-box p,
.blog-right-box p {
	margin: 45px 20px 10px 236px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #666;
}
.blog-box2 {
	background-image: url('/images/box-blog-home2.jpg');
}
.blog-box3 {
	background-image: url('/images/box-blog-home3.jpg');
}
.blog-box4 {
	background-image: url('/images/box-blog-home4.jpg');
}
.blog-box5 {
	background-image: url('/images/box-blog-home5.jpg');
}
.blog-box6 {
	background-image: url('/images/box-blog-home6.jpg');
}
.blog-box7 {
	background-image: url('/images/box-blog-home7.jpg');
}
.kb-wide-box {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: url('/images/box-kb-home1.jpg') 0 0 no-repeat;
	height: 405px;
}
.kb-wide-box #last-video {
	float: left;
	width: 560px;
	margin: 18px 0 0 18px;
}
.text-excerpt {
	font: 14px/21px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.kb-wide-box #video-excerpt {
	float: right;
	width: 348px;
	margin: 30px 40px 0 0;
	padding: 0;
}
#content .kb-wide-box > p {
	float: right;
	width: 348px;
	margin: 15px 40px 0 0;
	padding: 0;
}
.kb-wide-box .excerpt {
	float: right;
	width: 348px;
	margin: 30px 40px 20px 0;
	padding: 0;
}
.kb-wide-box .excerpt-link {
	float: right;
	width: 348px;
	margin: 0 40px 30px 0;
	padding: 0;
}
.kb-wide-box #video-excerpt p {
	margin: 0 0 10px 0;
}
.kb-wide-box #video-excerpt #video-link {
	margin: 0;
}

/* daily photograph styles */
.df-large {
	background: #d2bc98 url('/images/bg-cork.jpg') 0 0 no-repeat;
	border: 1px solid #808080;
}

.df-image {
	float: left;
	width: 725px;
	margin: 10px 0 10px 140px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.df-image div {
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	display: none;
}
#df-scroll-left {
	left: 3px;
}
#df-scroll-right {
	right: 3px;
}
#df-largeimg {
	border: 1px solid #7a6f5d;
	max-width: 725px;
}
.df-share {
	list-style: none;
	float: right;
	width: 95px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.df-share li {
	list-style: none;
	width: 65px;
	height: 65px;
	margin: 30px 40px 10px 0;
	padding: 0;
	cursor: pointer;
	background: url('/images/bg-icon-social.png') 0 0 no-repeat;
}
#df-twitter {
	background-position: 0 -65px;
}
#df-pinterest {
	background-position: 0 -130px;
}
#df-googleplus {
	background-position: 0 -195px;
}
.df-caption {
	clear: both;
	background-color: #d7cdbc;
	border-top: 1px solid #808080;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
}
#content .df-caption h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
#content .df-caption p {
	font-size: 16px;
	margin: 0 0 5px 0;
}
#df-thumbs {
	margin: 10px 0 30px 0;
}
.df-col {
	float: left;
	width: 237px;
	margin-right: 16px;
}
#df-col3 {
	margin-right: 0;
}
.df-col div {
	width: 237px;
	padding: 7px 0 0 0;
	margin: 0 0 10px 0;
	border: 2px solid white;
	background: url('/images/bg-slide.jpg') 50% 0 no-repeat;
}
.df-col a.df-thumblink {
	display: block;
	padding: 20px 0 10px 0;
	line-height: normal;
	text-align: center;
	background: url('/images/bg-slide.jpg') 50% 100% no-repeat;
}
#df-thumbs a:hover {
	color: #06C;
}
#df-thumbs p {
	text-align: center;
	padding: 8px 15px 0 15px;
	color: #06C;
}
#df-thumbs div.df-current {
	border: 2px solid red;
}
#df-thumbs img {
	border: 1px solid #9c886c;
}

div.posted-on {
	float: left;
	margin: 0 100px 0 0;
}

/* new blog home styles */
#content .entry-title,
.bh h1 {
	display: block;
	font-size: 24px;
	line-height: normal;
	color: #7a68ae;
	font-weight: normal;
	border-bottom: 1px solid #7a68ae;
	margin: 5px 0 10px 0;
}
#content .entry-title {
	margin-bottom: 0;
}
.bh-left {
	float: left;
	width: 680px;
	overflow: hidden;
}
.bh-videos {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 25px;
}
.bh-videos h2 {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #666666;
	margin: 0 0 5px 0;
}
.bh-videos h2 a {
	color: #666666;
}
.bh-video {
	float: left;
	width: 237px;
	margin: 0 0 0 10px;
	position: relative;
	overflow: hidden;
}
.bh-video1 {
	margin: 0;
}
.bh-video-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 237px;
	height: 134px;
	z-index: 1;
	cursor: pointer;
	background: url('/images/SFNT/bg-video-play.png') 50% 50% no-repeat;
}
.bh-video a {
	color: #808080;
	display: block;
	margin: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
}
.bh-video img {
	height: 134px;
	border: 0;
}
.bh-video a:hover {
	text-decoration: underline;
}
.bh-post {
	clear: left;
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #bdb4d7;
	font-size: 14px;
}
.bh-post h2 {
	display: block;
	font-weight: normal;
	font-size: 25px;
	line-height: normal;
	color: #4d4d4d;
	margin: 0 0 15px 0;
}
.bh-post h2 a {
	color: #4d4d4d;
}
.bh-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 4px;
}
.bh-comments {
	float: right;
	font-size: 11px;
	margin-bottom: 4px;
}
.bh-readmore {
	border: 0;
  line-height: 32px;
  background-color: #ababab;
  margin: 15px 0 10px 0;
	width: 180px;
	text-align: center;
}
.bh-ireadmore {
	float: right;
	text-align: right;
	padding: 0 15px 0 0;
	background: url('/images/SFNT/bg-morereviews.gif') 100% 50% no-repeat;
}
.bh-readmore a,
.bh-ireadmore a {
	font-size: 16px;
  color: white;
}
.bh-post-image {
	display: block;
	max-width: 100%;
	margin: 0 0 10px 0;
}
.bh-tags {
	clear: both;
	font-size: 12px;
	margin: 0 0 15px 0;
}
.bh-tags span {
	font-weight: bold;
}
.bh-right {
	float: right;
	width: 290px;
}
.bh-sideblock {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d1d1d1;
}
.bh-sideblock h2 {
	display: block;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 25px;
	line-height: normal;
	color: #4d4d4d;
}
.bh-sideblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bh-sideblock ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
}
 .bh-sideblock a {
	 color: #7a68ae;
	}

.bh-sideblock h4 {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 3px 0;
}
.sidebar-social {
	list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sideblock ul.sidebar-social li {
	display: inline-block;
	background-image: url('http://static.lcipaper.com/img/hdr/icon-social.gif');
  background-repeat: no-repeat;
  padding: 0;
}
.sidebar-social a {
  display: block;
  width: 31px;
  height: 31px;
}
.bh-dailypic img {
	width: 188px;
	margin: 0 0 0 10px;
}
.bh-dailypic ul {
	list-style: none;
	margin: 4px 8px 3px 8px;
	padding: 0;
}
.bh-dailypic ul li {
	border-top: 1px solid #d5d5d5;
}
.bh-dailypic ul li.menu-first {
	border: 0;
}
.bh-dailypic li a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	padding: 0 10px 0 45px;
	background: 0 40px url('/images/header/bg-menu-icons.png') no-repeat;
}
.bh-dailypic li a:hover {
	color: #666666;
}
.bh-dailypic li:hover {
	background-color: #d5d5d5;
}
#bh-link-ideas {
	border-top: 0;
}
#bh-link-ideas a {
	background-position: 2px -2400px;
}
#bh-link-tutor a {
	background-position: 0 -2440px;
}
#bh-link-articles a {
	background-position: 0 -2480px;
}
#bh-link-videos a {
	background-position: 0 -2520px;
}
#bh-link-faq a {
	line-height: normal;
	padding: 7px 0 4px 0;
	color: #7a68ae;
}
.bh-search div,
.bh-signup div {
	text-align: right;
}
#searchform {
	text-align: right;
	margin-top: 20px;
}
.bh-signup p {
	margin: 0 0 15px 0;
}

.cat-header-post {
	border-bottom: 1px solid #7a68ae;;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

input#bh-query,
input#bh-signup-email {
	float: left;
	background-color: white;
	height: 30px;
	padding: 0 5px;
	width: 218px;
	border: 1px solid silver;
	line-height: 30px;
	color: gray;
	font-size: 14px;
	margin: 0;
}
input#bh-query {
	width: 195px;
}
input#bh-search,
input#bh-signup-button {
	border: 1px solid silver;
	background-color: white;
	padding: 0 10px;
	line-height: 30px;
	height: 32px;
	font-size: 17px;
	font-weight: normal;
	color: #7a68ae;
	cursor: pointer;
	margin: 0;
}
a.bh-signup-more {
	float: left;
	display: block;
	line-height: 21px;
	margin: 5px 0 0 8px;
	color: #7A68AE;
	text-decoration: underline;
}
.bh-sidecats h3 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 8px 0;
}
/* new category styles */
.bh-subcats {
	width: 100%;
	border: 0;
	border-collapse: separate;
	margin-bottom: 20px;
}
td.bh-subcat {
	vertical-align: top;
	width: 375px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0;
}
.bh-subcats h2 {
	display: block;
	background-color: #666666;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.bh-subcats h2 a {
	color: white;
}
.bh-subcats ul {
	padding-left: 30px;
	margin: 15px 20px 10px 10px;
}
.bh-subcats li {
	margin-bottom: 10px;
}
.bh-subcat a {
	color: #7a68ae;
	font-size: 14px;
}
.bh-scfooter {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.bh-scfooter a {
	display: block;
	text-align: right;
	padding: 0 15px 0 0;
	background: url('/images/SFNT/bg-morereviews.gif') 100% 50% no-repeat;
	margin: 0 10px 5px 0;
	font-size: 14px;
	color: #7A68AE;
	font-weight: bold;
}
/* about categories */
.bh-postabout h2 {
	display: block;
	font-size: 36px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px 0;
}

.bh-postabout h3,
.bh-postabout p {
	margin: 0 0 10px 0;
}
.bh-postabout .imgRight {
	margin: 0 0 10px 20px;
}

.learn-boxes {
	padding-top: 20px;
	margin: 10px 0 20px 0;
	clear: both;
	border-top: 1px solid #BDB4D7;
	border-bottom: 1px solid #BDB4D7;
}
a.lb-box {
	display: block;
	float: left;
	width: 150px;
	margin: 0 50px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.lb-box img {
	margin-bottom: 5px;
}
a.lb-box4 {
	margin-right: 0;
}
.bh-subpages {
	border-top: 1px solid #BDB4D7;
	padding-top: 5px;
}

.post-386 h4 {
	margin-top: 10px;
}
.post-386 p {
	margin-bottom: 0;
}

.tblCol {
	border-collapse: separate;
	border: 0;
	margin: 10px 0 20px 0;
}
.tblColLeft {
	width: 370px;
	border-right: 1px solid silver;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.tblColRight {
	width: 370px;
	padding: 0 0 0 15px;
	vertical-align: top;
}
.tblCol h3 {
	margin-bottom: 10px;
}
.dl-list ul {
	margin: 10px 5px 10px 20px;
	padding: 0;
}
.dl-list li {
	list-style: none;
	margin: 0 10px 5px 0;
	padding: 0 0 0 30px;
	background: url('/images/icon-download.gif') 0 50% no-repeat;
}
.dl-list h3 {
	text-align: center;
	margin: 10px 0 5px 0;
}
.page ul.social-buttons,
.page ul.social-buttons li {
	float: right;
}

/* product search results */
#searchResults table {
	border: 0;
	margin: 10px 0;
	font-family: Arial,Helvetica,sans-serif;
}
#searchResults tr td {
	border: 0;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	vertical-align: top;
	position: relative;
}
#searchResults tr td.item-thumb {
	padding: 10px 0 0 0;
	background: url('/images/bg-list-item3.gif') 50% 0 no-repeat;
}
div#searchResults table td a {
	display: block;
	text-align: center;
	color: darkBlue;
	padding: 0 5px;
}
#searchResults table td img {
	max-width: 150px;
	margin-bottom: 15px;
	border: 0;
}
div#searchResults table td div {
	margin: 3px 0 0 0;
	font-size: 16px;
	text-align: center;
}
div#searchResults table td div span {
	font-size: 11px;
	margin: 0 0 0 3px;
}
div#searchResults table td div.sale-flag {
	position: absolute;
	top: 7px;
	left: 50%;
	background: url('/images/bg-sale-flag.png');
	color: white;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 2px 0 0 6px;
	margin: 0 0 0 -100px;
	text-align: left;
	height: 32px;
	width: 64px;
}

.ml-confirm h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	color: green;
	margin: 20px 0 15px 0;
}
.ml-confirm p {
	font-size: 20px;
	line-height: normal;
	color: black;
}

ul.video-tags {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.video-tags li {
	width: 150px;
	vertical-align: top;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

/* devices */
@media all and (max-width: 999px) {
	.bh-left {
		float: none;
		width: auto;
		margin-right: 310px;
	}
	.entry-content img,
	.video-preview,
	.bh-left img {
		max-width: 100%;
	}
	#content .col-half {
		margin: 0;
		float: none;
		width: auto;
	}
	#content #wording td {
		display: block;
		margin-bottom: 20px;
		 box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
		width: 100%;
	}

}

@media all and (max-width: 800px) {
	#video-excerpt {
		margin: 0;
	}
}

@media all and (max-width: 639px) {
	.bh-left {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.bh-right {
		display: none;
	}
}
