﻿/*
Theme Name: Defending history
Theme URI: http://defendinghistory.com/
Description: Defending history blog of Dovid Katz.
Author: Andrius B., andrius@cartoiq.com
Version: 1.0
Tags: blog, defendinghistory
Date: 2015-06-16;
*/

/* 
=Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
*/

html,body {
    height:100%;
}

html, body, div, span, applet, object, iframe,
h1, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	position: relative;
}
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;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#page-wrapper {
	width: 1275px;
	margin: 0 auto;
}

#container {
	float: left;
	width: 724px;
	background-color: #FDFDF5;
	margin-left: 2px;
	margin-right: 2px;
	/* padding-top: 30px; */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#content {
	margin: 0 30px 0 30px;
	padding-top: 20px;
}
#primary {
	float: left;
	overflow: hidden;
	width: 229px;
	padding-bottom: 4px;
	margin: 0 0 0 6px;
	padding-left: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#right-sidebar-news {
	padding: 15px;
    margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

	#right-sidebar-news ul {
		margin: 0px;
	}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/*
Custom style for custom Dovid page
*/

#wrapper-custom {
	width: 724px;
	margin: 0 auto;
}

#container-custom{
	width: 100%;
	background-color: #FFFFED;
	padding-top: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, Times, "Times New Roman", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#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,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Georgia, Times, "Times New Roman", serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
p.wp-caption-text {
	font-size: 1em;
	text-align: center;
	margin-bottom: 2px;
}

.wp-caption-text {
	font-size: 1em;
	text-align: center;
	margin-bottom: 2px;
}

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

/* The main theme structure */

#wrapper {
	float: right;
}
#main,
#wrapper,
#wrappernoheader {
	width: 980px;
}
#colophon {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	background-color: #598fb9;
	margin-top: 0;
	padding: 0;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#wrappernoheader {
	margin-top: 0;
	padding: 0;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 0.875em;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body { 
	padding-top: 30px;
	background-color: #598fb9;
	background-image: url(images/bg-img.png);
}
body,
input,
textarea {
	color: #000;
	font-size: 0.75em;
	line-height: 18px;
}
hr {
	background-color: #000;
	border: none;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	font-family: "Frank Ruehl Curled Lamed", "Times New Roman", "Vilna", "Drugulin", "Comic Sans MS";
	color: #000;
	line-height: 1em;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16pt;
	margin-bottom: 0 !important;
	min-height: 1em;
	direction: rtl;
}

ul {
	margin: 0 0 18px 1em;
}
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: 1.3em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	padding: 0 1em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: italic;
}
pre {
	background: #f7f7f7;
	color: #223366;
	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;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}


/* 
	Links
	Style for links, custom links, etc.
*/

#content a:link, #content a:visited, #content a:active, #content a:hover, #right-sidebar h4 a {
	color: #000;
	border-bottom: 1px dotted black;
}

a:link{
	text-decoration:none !important;
}

.advertising a:link{
	color: #000 !important;
}

#menu-top-menu a, #menu-left-left-menu a, #menu-left-menu a {
	color: #fff !important;
}


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

#header {
	
}
#header, #header p {
	line-height: 1 !important;
	text-align:center;
}

#header-left {
	padding-top: 20px;	
	margin: 0;
	width: 726px;
	display: table-cell;
	height: 100%;
	line-height: 1 !important;
    text-align: center;
}

#header-right {
	padding-top: 20px;	
	width: 246px;
	display: table-cell;
	vertical-align: top;
	height: 100%;
	line-height: 1 !important;
    text-align: center;
    width: 246px;
    float: right;
}

#site-title {
	font-size: 2.0em;
	font-family: 'Cinzel Decorative';
	margin-bottom: 40px;
}

	#site-title a {
		color: #FFFFFF;
		text-decoration: none;
	}

#site-desc{
	color: #990000;
	min-height: 159px;
	font-family: 'Amethysta', serif;
	padding: 15px 5px 11px 5px;
	margin-right: 3px;
	background: url(images/bg-sidebar.png?v4) bottom right repeat-y #ffffcc;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

	#site-desc .widget-container{
		margin: 0px;
	}


/* =Menu
-------------------------------------------------------------- */
.menu-header{
	padding-top: 40px;
	float: left;
	margin-left: 2px;
	width: 724px;
	text-align: center;
	background-color: #FDFDF5;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 100%;
	min-height: 40px;
}

	.menu-header ul {
		margin: 0px auto;
		padding: 0px;
	}

	.menu-header li {
		display: inline;
        text-align: center;
        margin-bottom: 35px;
	}

		.menu-header ul li a, .sticky-menu-left ul li a, .sticky-menu-left-left ul li a  {
			color: #ffffff;
			padding: 10px 10px;
			-moz-border-radius: 14px;
			-webkit-border-radius: 14px;
			border-radius: 14px;
			-moz-box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			-webkit-box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			box-shadow:
				0px 1px 3px rgba(000,000,000,0.5),
				inset 0px 0px 2px rgba(255,255,255,1);
			text-shadow:
				0px -1px 0px rgba(000,000,000,0.4),
				0px 1px 0px rgba(255,255,255,0.3);
				text-decoration: none;
		}

		.menu-header ul li a, .sticky-menu-left ul li a {
			border: 1px solid #798CC3;
			background-color: #133c5d;
		}

		.sticky-menu-left-left ul li a {
			border: 1px solid #50130d;
			background: -moz-linear-gradient(
				top,
				#992419 0%,
				#5e1710);
			background: -webkit-gradient(
				linear, left top, left bottom,
				from(#992419),
				to(#5e1710));
			background: -ms-linear-gradient(top, #992419 0%,#5e1710);
		}

			.menu-header ul li a:hover, .sticky-menu-left ul li a:hover, .sticky-menu-left .current-menu-item a {
				background: #184B74 !important;
			}

			.sticky-menu-left-left ul li a:hover, .sticky-menu-left-left .current-menu-item a {
				background: #5e1710 !important;
			}


.sticky-menu-left, .sticky-menu-left-left {
	width: 125px;
	float: left;
	text-align: right;
	margin-top: 39px;
}

.sticky-menu-left {
	margin-left: 10px;
}

	.sticky-menu-left li, .sticky-menu-left-left li {
		margin-bottom: 30px;
	}

#nav-below {
	padding-top: 30px;
}

.nav-next {
	padding-top: 10px;
}

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

#main {
	width: 980px;
	float:left;
	overflow: hidden;
	padding: 0;
	/* background: url(http://holocaustinthebaltics.com/wp-content/themes/twentytendovid/images/holocaust_newcolumnbg.gif) transparent repeat-y; */
}
#content {
	padding-top: 6px;
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000 !important;
	font-size: 1.2em;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#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: 0.9375em;
	line-height: 21px;
}
#content code {
	font-size: 0.8125em;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 100px 0;
}
.home .sticky {
	border: 1px solid #000;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #000;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #000;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #223366;
}
#content .entry-title {
	color: #000;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	text-align: center;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #223366;
}
.entry-meta {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding-right: 0.5em;
	padding-top: 0.5em;
	float:left;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #000;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#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 input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #000;
	font-size: 0.75em;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 0.625em;
}
.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: #223366;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #eeeeff;
	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: #223366;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 0.875em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #223366;
	font-size: 0.875em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #223366;
	font-size: 0.75em;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #223366;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #223366;
}
#content .video-player {
	padding: 0;
}

.articles-to-date li {
	font-size: 1em;
	line-height: 18px;
	padding: 15px 20px;
}


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

.smallentrydate {
	color: #fff;
	font-size: 0.53em;
	margin: 15px 30px;
	padding: 0 35px;
}

	.site-date, .site-vol  {
		font-family: 'Libre Baskerville', serif;
	}

	.site-date {
		float: left;
		padding-left: 44px;
	}

	.site-vol {
		float: right;
		padding-right: 50px;
	}

.home #content .category-asides p {
	font-size: 0.875em;
	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 .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-utility {
	padding-top: 4px;
}


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

.attachment .entry-content .entry-caption {
	font-size: 1em;
	margin-top: 24px;
	text-align: center;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;	
}
#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 {
	line-height: 18px;
	font-size: 1em;
	margin-bottom: 1px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
	font-size: 1em;
	text-align: center;
}
#content .wp-caption a {
	border: none !important;
}

#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: none;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 1em;
	margin: 0 0 12px;
	text-align:center;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.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: 0.75em;
	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: 0.75em;
	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 {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #223366;
	display: block;
	font-size: 0.75em;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 0.8125em;
	font-style: italic;
}

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


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

.widget-area ul {
	margin-left: 0;
}
.widget-area ul ul {
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget_search input {
	font-size: 1em;
}

#searchsubmit {
	color: #fff;
	background-color: #333333;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 8px;
	lie-height: 18px;
	min-width: 54px;
}

	#searchsubmit:hover {
		cursor: pointer;
	}

.widget-container {
	margin: 0 0 25px 0;
}
.widget_whitcounter {
	margin: 0;
}
#text-5 {
 	margin: 0;
}

/* Widget - Dovid latest widget */
.dovid_latest_widget li {
	padding-bottom: 25px;
	padding-right: 10px;
	font-size: 1em;
	line-height: 15px;
}

.dovid_latest_widget a, .dovid_latest_widget a:hover, .dovid_latest_widget a:link, .dovid_latest_widget a:visited{
	font-size: 1.6em;
	line-height: 1.2em;
}

.dovid_latest_widget .widget-title { 
	font-size: 1rem;	
	padding-bottom: 20px;
}

.dovid_latest_widget .widget-title a {
	font-size: 1rem;	
	padding-bottom: 10px;
	color: #223366 !important;
}

.widget-title {
	color: #223366;
	font-weight: bold;
	padding-bottom: 6px;
}
.textwidget p {
	text-align: left;
}
.widget-area a:link,
.widget-area a:visited {
	color: #000;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color: #000;
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.6875em;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 0.6875em;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	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 {
	width: 11px;
	height: 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, #right-sidebar-news {
	background: url(images/bg-sidebar.png?v4) bottom right repeat-y #ffffcc;
}
.sidebarbottom img {
	padding-left: 21px;
	height:50px;
}

input.gsc-input {
	padding: 4px 6px !important;
}

form.gsc-search-box {
	padding: 0px !important;
}

#right-sidebar {
	width: 260px;
	float: left;
}

.advertising, #wysiwyg_widgets_widget-4, #wysiwyg_widgets_widget-5, #wysiwyg_widgets_widget-6, #wysiwyg_widgets_widget-5, #wysiwyg_widgets_widget-8 {
	height: auto;
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
	background: url(images/bg-sidebar.png?v4) bottom right repeat-y #ffffcc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wysiwyg_widgets_widget-7 {
	height: auto;
	background-color: #598fb9;
	padding: 0px 5px 0px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	#wysiwyg_widgets_widget-7:hover {
		background-color: #326892;
	}

	#attachment_71868 {
		width: 100% !important;
  		text-align: center !important;
	}

	.advertising p {
  		text-align: center !important;
	}

	/* Custom style for one widget box */
	#wysiwyg_widgets_widget-5, #wysiwyg_widgets_widget-6,#wysiwyg_widgets_widget-8 {
		padding: 10px 5px;
	}

		#wysiwyg_widgets_widget-5 p, #wysiwyg_widgets_widget-6 p, #wysiwyg_widgets_widget-8 p {
			margin-bottom: 0;
		}

	#wysiwyg_widgets_widget-5 img {
		width: 260px;
	    height: 200px;
	    margin-bottom: -4px;
	    margin-top: 10px;
	    border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	}


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

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

#colophon a {
	color: #fff !important;
	text-decoration: none;
}

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


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

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget-area {
	-webkit-text-size-adjust: 120%;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	.entry-content {
		font-size: 0.875em;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 1.3125em;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 1em;
		text-align: center;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.comments-link {
	display:none;
}

.home .sticky {
	padding: 5px 10px;
	font-size: 1.125em;
	line-height: 130%;
}

#post-19569, #post-7724, #post-863, #post-41683, #post-865, #post-25810, #post-26581, #post-33170, #post-44534, #post-46308, #post-50630, #post-60804 {
	float: left;
	width: 290px;
	margin-right: 19px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-19419, #post-600, #post-7312, #post-41682, #post-7310, #post-25808, #post-26583, #post-33172, #post-44536, #post-46310, #post-50632, #post-60806 {
	float: right;
	width: 300px;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

/* top post single 
------------------------------- */

#post-53050, #post-55930, #post-58820 {
	clear: both;
	margin-bottom: 19px;
	margin-left: 0;
	margin-right: 10px;
	width: 643px;
	height: auto;
	margin-top: 10px;
	min-height: 30px;
}

#post-7727, #post-613, #post-6769, #post-7729, #post-24961, #post-19394, #post-34584, #post-40864, #post-44532, #post-47931, #post-51830, #post-28713 {
	clear: both;
	margin-bottom: 19px;
	margin-left: 0;
	margin-right: 10px;
	width: 643px;
	height: auto;
	margin-top: 10px;
}

#post-63187 {
	clear: both;
	margin-bottom: 19px;
	margin-left: 0;
	margin-right: 10px;
	width: 643px;
	margin-top: 10px;
}

#post-33106, #post-53052, #post-55781, #post-59847 {
	float: left;
	width: 180px;
	margin-right: 19px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-33987 {
	float: left;
	width: 130px;
	margin-right: 19px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-41254, #post-61102 {
	float: left;
	clear: left;
	width: 129px;
	margin-right: 19px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-33989, #post-33991, #post-41256, #post-41258, #post-61104, #post-61106 {
	float: left;
	width: 130px;
	margin-right: 19px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-33993, #post-41260, #post-61108 {
	float: left;
	width: 130px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

#post-33108, #post-53054, #post-55783, #post-59849 {
	float: left;
	width: 200px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}
#post-33110, #post-53056, #post-55785, #post-59851 {
	float: right;
	width: 180px;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 19px;
	height: auto;
	min-height: 40px;
}

/* =Change post-8103 back to margin-bottom 90px after reordered
-------------------------------------------------------------- */

#post-8103 {
	clear: both;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 10px;
	width: 643px;
	margin-top: 10px;
}

#content .sticky .entry-title {
	font-size: 1.125em;
	line-height: 17px;
	padding: 3px 0 5px 0;
}

#content .sticky .entry-meta {
	display: none;
}

.home .sticky .entry-content, .home .sticky .entry-summary {
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content .sticky .entry-content p {
	margin-bottom: 4px;
}

.meta-prep, .meta-sep, .author {
	display: none;
}
.entry-utility {
	display:none;
}
.sticky .entry-meta {
	display:none;
}
.entry-meta {
  width: 100%;
}
img.alignleft, img.alignright, img.aligncenter {
	padding: 0;
	border: none;
}
#dovidstats {
}
#post-613 .entry-date, #post-600 .entry-date, #post-590 .entry-date, #post-865 .entry-date, #post-6769 .entry-date, #post-7310 .entry-date, #post-7312 .entry-date, #post-1879 .entry-date, #post-7724 .entry-date, #post-7727 .entry-date, #post-33172 .entry-date, #post-33170 .entry-date {
	display:none;
}
.cat-item-14 {
	display:none;
}

.home .sticky {
	background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
}
blockquote {
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	width:300px;
	margin: 20px auto;
	padding: 20px 20px 0px 20px;
	font-size: 1em;
}

/* Left navigation
------------------------------- */

.new-menu {
	width: 663px !important;
	margin: 0px 0 0 27px !important;
}
.new-menu ul {
	width: 100%!important;
}
.new-menu ul li {
	padding-left: 3px !important;
}
.new-menu ul li a {
	-moz-box-shadow: inset 0px -2px 0px 0px #ffffff !important;
	-webkit-box-shadow: inset 0px -2px 0px 0px #ffffff !important;
	box-shadow: inset 0px -2px 0px 0px #ffffff !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7187DD), color-stop(1, #485799) ) !important;
	/*background: -moz-linear-gradient( center top, #0d1aa8 5%, #dfdfeb 100% ) !important;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1aa8', endColorstr='#dfdfeb') !important;
	-webkit-border-top-left-radius: 42px !important;
	-moz-border-radius-topleft: 42px !important;
	border-top-left-radius: 42px !important;
	-webkit-border-top-right-radius: 42px !important;
	-moz-border-radius-topright: 42px !important;
	border-top-right-radius: 42px !important;
	-webkit-border-bottom-right-radius: 42px !important;
	-moz-border-radius-bottomright: 42px !important;
	border-bottom-right-radius: 42px !important;
	-webkit-border-bottom-left-radius: 42px !important;
	-moz-border-radius-bottomleft: 42px !important;
	border-bottom-left-radius: 42px !important;
	text-indent: 0 !important;
	border: 1px solid #263574 !important;
	display: inline-block !important;
	color: #fafafa !important;
	font-family: Georgia !important;
	font-size: 12px !important;
	font-weight: bold !important;
	font-style: normal !important;
	height: 58px !important;
	line-height: 58px !important;
	width: 100px !important;
	text-decoration: none !important;
	text-align: center !important;
	text-shadow: 1px 1px 0px #ffffff !important;
}

.new-menu ul li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfeb), color-stop(1, #0d1aa8) );
	/*background:-moz-linear-gradient( center top, #dfdfeb 5%, #0d1aa8 100% );*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfeb', endColorstr='#0d1aa8');
	background-color:#dfdfeb;
}
.new-menu ul li a:active {
	position:relative;
	top:1px;
}

/* Remove default css of widgets, plugins, etc.
------------------------------- */

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	border: none !important;
	font-size: 11px !important;
	background-color: inherit !important;
	padding: 0 !important;
}

.gsc-search-button {
	cursor: pointer;
}

.gsc-results-wrapper-visible {
	background-color: #fff;
	padding: 1em;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

/* TinyMCE customization
------------------------------- */

/* Create dropcap effect */
.dropcap {
    float: left;
    font-size: 80px;
    padding-right: 7px;
    line-height: 72px;
}

.firstline {
    text-indent:20px;
}

/*
  Custom
*/
.custom-title-center{
    text-align: center;
}


/*
	Custom fonts
*/

@font-face {
  font-family: 'Mashkit';
  src: url('fonts/Mashkit.ttf');
}

@font-face {
  font-family: 'Mashkit2';
  src: url('fonts/Mashkit.ttf');
}

@font-face {
  font-family: 'Nachlaot';
  src: url('fonts/Nachlaot.ttf');
}

@font-face {
  font-family: 'Rashi';
  src: url('fonts/Rashi.ttf');
}

@font-face {
  font-family: 'Refoyl';
  src: url('fonts/Refoyl.ttf');
}

@font-face {
  font-family: 'Vilna';
  src: url('fonts/Mekorot-Vilna.ttf');
}

@font-face {
  font-family: 'Vilna';
  src: url('fonts/Mekorot-Vilna-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Vilna';
  src: url('fonts/Mekorot-Vilna-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: 'Vilna';
  src: url('fonts/Mekorot-Vilna-Bold-Italic.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Frank Ruehl';
  src: url('fonts/FrankRuehlCLM-Medium.ttf');
}

@font-face {
  font-family: 'Frank Ruehl';
  src: url('fonts/FrankRuehlCLM-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Frank Ruehl';
  src: url('fonts/FrankRuehlCLM-MediumOblique.ttf');
  font-style: oblique;
}

@font-face {
  font-family: 'Frank Ruehl';
  src: url('fonts/FrankRuehlCLM-BoldOblique.ttf');
  font-weight: bold;
  font-style: oblique;
}

@font-face {
  font-family: 'Frank Ruehl Curled Lamed';
  src: url('fonts/FrankCurledLamedNew.ttf');
}

@font-face {
  font-family: 'Frank Ruehl Curled Lamed New';
  src: url('fonts/FrankCurledLamedNew.ttf');
}

@font-face {
  font-family: 'Drugulin';
  src: url('fonts/DrugulinCLM-Bold.ttf');
}

@font-face {
  font-family: 'Drugulin';
  src: url('fonts/DrugulinCLM-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Drugulin';
  src: url('fonts/DrugulinCLM-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}


/*
	Custom style configurations
*/

.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
.blue-button { 
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}

.red-button {
	background-color:#bc3315;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}


/*
	Style of custom templates
*/

/* 
	Page template - Yiddish bible 
*/

.content-yiddish-bible p {
	font-family: "Frank Ruehl Curled Lamed New" !important;
	direction: rtl !important;
	font-size: 1.8em;
	line-height: 1.5em;
    font-weight: normal;
    color: #000;
    text-align:right;
}

.single #content, .page #content, .archive #content {
	padding-top: 6em;
}

/* 
	Page template - Dictionary 
*/

#page-template-dictionary h2 {
	min-height: 1em;
	margin: 0;
	line-height: 1em;
	padding-bottom: 10px;
}

#page-template-dictionary .custom-template-special-content h2 {
	margin-bottom: 10px;
	line-height: 1.5em;	
}

#page-template-dictionary .custom-template-special-content blockquote {
	width: 450px;
}

/* Search form */

#search-local {
	position: fixed;
	top: 0;
	width: 724px;
}


#search-local-form {
	background-color: #fffeed;
	padding: 30px 60px;
	margin: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-radius: 0;
	width: auto;
}

#search-local input {
	padding: 5px 5px 5px 5px;
	color: #000 !important;
	font-size: 1.5em;
}

	#search-local input:focus {
		outline-width: 0;
	}

#search-local-text {
	width: 70%;
	background: inherit;
	border: none;
}

.search-local-form-inputs {
	width: 100%;
    height: 34px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
}

#search-empty {
	float: right;
    padding-right: 1em !important;
}

#search-perform {
	float: right;
    padding-right: 2em !important;
}

#search-empty, #search-perform {
	background-color: inherit;
	border: none;
	cursor: pointer;
}

#search-perform {
	background-image: url(images/icons/search.png);
	background-repeat: no-repeat;
	width: 35px;
}

#search-result-manage {
	color: #5d5d5d !important;
	border-bottom: none;
	padding-bottom: 5px;
    float: right;
    padding-right: 1em;
}

	#search-result-manage span {
		padding-right: 5px;
	}

#search-msg {
	clear:	both;
	color: #1b1b1b !important;
	text-align: center;
	padding-bottom: 5px;
}

.search-add-msg {
	clear: both;
	color: rgb(15, 15, 15) !important;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
}

#search-result-prev, #search-result-next {
	cursor: pointer;
	font-weight: 900;
	font-size: 2em;
	padding-bottom: 5px;
}

.search-result {
    background-color: #598fb9;
    color: #fdfeed !important;
    padding-top: 5px;
}

	.search-result p, .search-result a, .search-result a:visited {
		color: #fdfeed !important;
	}

#search-result-manage {
	display: none;
}


/*
	Sub-templates
*/

.page-subtemplate-dovid-stories,  
.page-subtemplate-dovid-stories h1, .page-subtemplate-dovid-stories h2, .page-subtemplate-dovid-stories h3, .page-subtemplate-dovid-stories h4 {
	text-align: right;
}

.page-subtemplate-dovid-stories p {
	text-indent: 25px;
	text-align: justify;
}

.page-subtemplate-dovid-stories #content{
	padding-top: 4em !important;
}


/*
	Ashkenazic template
*/

.page-template-ashkenazic p {
    text-align: center;
}


/* Dictionary for mobiles and tablets */

/* Mobiles */
@media only screen and (max-width: 1080px) {

	body {
		padding-top: 2.5em;
	}

	#wrapper-custom {
		width: auto;
		margin: 0 1em;
	}

	#content input {
		font-size: 18pt;
		color: #000;
	}

	.page #content {
		padding-top: 8em;
	}

	#search-local {
		width: 100%;
	}

}