/*
Theme Name:  Sikurmemukad Theme
Theme URI:   http://sikurmemukad.com/
Description: WordPress Theme for Sikurmemukad website.
Author:      Rami
Author URI:  http://www.wp-tricks.co.il/
Version:     1.0
*/

@font-face {
	font-family:carmela;
	font-weight:normal;
	font-style:normal;
	src:url('http://sikurmemukad.com/fonts/carmela.eot');
	src:url('http://sikurmemukad.com/fonts/carmela.eot?#iefix') format('embedded-opentype'),
		url('http://sikurmemukad.com/fonts/carmela.woff') format('woff'),
		url('http://sikurmemukad.com/fonts/carmela.ttf') format('truetype'),
		url('http://sikurmemukad.com/fonts/carmela.svg#fonts/carmela') format('svg');
}
.container {
	margin:0 auto;
	padding: 0;
	max-width:1170px;
}
body {
	direction: rtl;
	text-align: right;
	font-family: carmela, sans-serif;
}
hr {
	margin:20px 0;
}
h1 {
	font-size:2.25em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}
h2 {
	font-size:2em;
	line-height:1.25em;
}
h3 {
	font-size:1.75em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.25em;
}
p {
	font-size:1.5em;
	vertical-align: bottom;
}
i {
	display:inline-block;
	width:1em;
}
a,
a:hover,
a:focus {
	color: #9CAE94;
	text-decoration: none;
}
li {
	font-size:1.5em;
}
input,
select,
textarea {
	display:inline-block;
	padding:0.3em 0.5em;
	color:#555;
	vertical-align:middle;

	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	border-radius:0.4em;

	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;	
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor:not-allowed;
	background-color:#E6E4D7;
}
blockquote {
	margin: 0 0 10px;
	border-left: 5px solid #E6E4D7;
	border-right: 5px solid #E6E4D7;
	font-size: 1.15em;
	/*background-color: #E6E4D7;*/
}
figure {
	width: inherit !important;
	max-width: 100% !important;
	padding-bottom: 10px;
}
figure.aligncenter {
	margin: 0 auto;
}
figure img {
	max-width: 100%;
	height: auto;
}
figcaption {
	text-align: center;
	font-family: carmela, sans-serif;
	font-size: 1.15em;
	background-color: #E6E4D7;
	border-bottom: 5px solid #737268;
	padding: 0.75em;
}
.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
	padding:5px;
	text-align:right;
}
.row {
	padding:0;
	margin:0 auto;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: right;
}


/* Header Navbar */
header .container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-weight: bold;
}
header nav .navbar-toggle {
	margin: 8px;
}
header nav.navbar {
	border: 0;
	background-color: #E6E4D7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
}
header nav ul.navbar-nav {
	padding:0;
}
header nav.navbar ul,
header nav.navbar-nav>ul {
	width:100%;
	padding-right:15px;
}
header nav.navbar ul ul,
header nav.navbar-nav>ul ul {
	padding-right:0;
}
header .navbar-nav>li,
header .navbar-nav>li li {
	font-size:1em;
}
header .navbar-nav>li>a {
	color: #24231D;
	padding: 15px;
}
@media (min-width: 768px) {
	header .navbar-nav>li {
		float: right;
		border-left: 1px solid white;
	}
}
header .container>.navbar-header,
header .container-fluid>.navbar-header,
header .container>.navbar-collapse,
header .container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	max-height: none;
}
header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:hover,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
	color: #F2F2EB;
	background-color: #24231D;
}
/* Header Logo */
header nav li.brand a{
	width:184px;
	height:32px;
	margin-top:10px;
	margin-bottom: 8px;
	display:inline-block;
	text-indent:-9999px;
	background:#E6E4D7 url(images/sikur-memukad-logo.png) no-repeat center center;
}
header .navbar-default .navbar-nav>.brand>a,
header .navbar-default .navbar-nav>.brand>a:hover,
header .navbar-default .navbar-nav>.brand>a:focus {
	background-color: #E6E4D7;
}
/* Header Social Icons */
header nav li.search,
header nav li.pinterest,
header nav li.facebook,
header nav li.twitter {
	float:left;
	border:0;
}
header nav li.search a,
header nav li.pinterest a,
header nav li.facebook a,
header nav li.twitter a {
	width:30px;
	height:30px;
	margin:10px 4px;
	display:inline-block;
	text-indent:-9999px;
}
header nav li.search {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
header nav li.search a {
	background:#E6E4D7 url(images/header-search.png) no-repeat center center;
	margin:10px 10px;
}
header nav li.pinterest a {
	background:#E6E4D7 url(images/header-pinit.png) no-repeat center center;
}
header nav li.facebook a {
	background:#E6E4D7 url(images/header-facebook.png) no-repeat center center;
}
header nav li.twitter a {
	background:#E6E4D7 url(images/header-twitter.png) no-repeat center center;
}
header .navbar-default .navbar-nav>.search.open>a,
header .navbar-default .navbar-nav>.search.open>a:hover,
header .navbar-default .navbar-nav>.search.open>a:focus {
	background:#E6E4D7 url(images/header-search.png) no-repeat center center;
}
header nav ul.search-box {
	width:100%;
	margin:0;
	padding:0;
	background-color:#D9D7C2;
	/*
	padding:0 100%;
	margin: 0 -100%;
	border:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-clip: border-box;
	*/
}
header nav ul.search-box li {
	padding:10px !important;
	background-color:#D9D7C2;
	text-align:center;
}
header nav ul.search-box input {
	max-width:100%;
	margin-bottom:5px;
	/*
	width: 70px;
	font-size: x-large;
	*/
}
header nav #searchsubmit {
	background:url(images/header-search-button.png) no-repeat center center;
	width: 63px;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
	/*
	*/
}
/* Nav bar second level - dropdown */
header nav .navbar-nav>li>.dropdown-menu {
	color: #D9D7C2;
	background-color: #24231D;
}
header nav .navbar-nav>li>.dropdown-menu a {
	color: #D9D7C2;
}
header nav .navbar-nav>li>.dropdown-menu a:hover,
header nav .navbar-nav>li>.dropdown-menu a:focus {
	color: #24231D;
	background-color: #D9D7C2;
}
header nav .navbar-nav>li>.dropdown-menu>.active>a,
header nav .navbar-nav>li>.dropdown-menu>.active>a:hover,
header nav .navbar-nav>li>.dropdown-menu>.active>a:focus {
	color: #24231D;
	background-color: #D9D7C2;
}
header nav .navbar-nav>li>.dropdown-menu>li.disabled a {
	color: #D9D7C2;
	font-weight: bold;
}
header nav .navbar-nav>li>.dropdown-menu>li.disabled a:hover,
header nav .navbar-nav>li>.dropdown-menu>li.disabled a:focus {
	background-color: #24231D;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #737268;
	}
	.dropdown-menu .divider {
		background-color: #737268;
	}
}


/*
header nav.navbar {
	min-height: 30px;
	margin: 0 0 1em;
	border: 0;
	background-color: #D9D7C2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header .navbar-nav {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
header .navbar-nav>li>a {
	padding-right: 0;
	padding-left: 0;
	padding: 10px 0;
}
@media (min-width: 768px) {
	header .navbar-nav>li {
		float: right;
		width: 14%;
		text-align: center;
	}
}
header .navbar-nav>li>.dropdown-menu {
	margin-top: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
}
header .dropdown-menu>li>a {
	padding-top: 2px;
	padding-bottom: 2px;
}
header .dropdown-menu .divider {
	margin: 3px 0;
}
header .navbar-collapse {
	padding: 0;
}
*/


/* Footer */
footer {
	background-color: #E6E4D7;
	padding-bottom: 3em;
	border-top: 5px solid #737268;
}
footer .container {
	margin: 2em auto;
	line-height: 1.5;
}
footer .foot {
	border-left: 1px solid #737268;
	font-size: 1.375em;
}
footer .footer-first {
	border-right: 1px solid #737268;
}
footer ul {
	padding: 0;
}
footer ul li {
	list-style: none;
	font-size: 1em;
}
footer h4 {
	margin:0 0 0.5em;
	font-size: 1.6em;
	color: #737268;
}
footer a,
footer a:hover,
footer a:focus {
	color: #24231D;
}
footer a:hover,
footer a:focus {
	text-decoration:underline;
}
footer .rights {
	background-color: #fff;
	padding: 0.5em 15px;
	font-size: 0.85em;
}
footer .rights-img {
	float:right;
	margin:1em 0;
}


/* Sidebar */
#sidebar,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	margin-top: 1em;
}
#sidebar h3 {
	font-size: 1.75em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #E6E4D7;
}
#sidebar .sidebar-item {
	border-bottom: 1px solid #E6E4D7;
}
#sidebar .sidebar-item:first-child {
	border-top: 1px solid #E6E4D7;
}
#sidebar .sidebar-item h4 {
	font-size: 1.7em;
	margin-top:0.5em;
	margin-bottom:0.2em;
}
#sidebar .sidebar-item p {
	margin-bottom:0.5em;
}
#sidebar ul {
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	line-height: 1.75;
}
#sidebar ul li ul {
	padding-right: 1em;
}
#sidebar ul li ul li {
	list-style: none;
}


/* Content */
article {
	margin: 0 auto;
/*	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
article img {
	max-width: 100%;
	height: auto;
}
article .general-title,
article .general-title a {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #D9D7C2;
	color: #737268;
	line-height: 2.5em;
	text-align: center;
	font-weight: normal;
}
article .issue-list {
	padding:0;
}


/* Single Article */
article .article-title {
	margin: 0;
	font-size: 3.75em;
	line-height: 1.5;
	text-align:center;
}
article p.article-description {
	color: #24231D;
	font-size: 2.25em;
	text-align:center;
	padding-bottom: 0.5em;
}
article p.article-author,
article p.article-author a {
	color: #737268;
	font-size: 1.35em;
	text-align:center;
}
article p.article-author span {
	padding: 1em 2em;
	border-top: 2px solid #737268;
}
article p.article-tags a:hover,
article p.article-tags a:focus {
	text-decoration:underline;
}
article hr.sep {
	width: 100%;
	height: 5px;
	margin: 1em 0;
	background-color: #737268;
}
article div.article-content {
	text-align: justify;
	vertical-align: bottom;
}
article div.article-content:first-letter {
	line-height: 1;
	font-size: 2.5em;
	font-weight: bold;
	vertical-align: bottom;
}
article div.article-content h1,
article div.article-content h2,
article div.article-content h3,
article div.article-content h4,
article div.article-content h5,
article div.article-content h6 {
	border-bottom: 2px solid #E6E4D7;
}
article .related {
	padding:1em;
}
article .article-footer-info {
	padding: 2.5em 1em;
	border-top: 5px solid #737268;
	background-image: url(images/world-map-opacity.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
article .article-footer-info div.container {
	max-width:750px;
}
article .article-footer-info-title {
	color:#24231D;
	font-size: 2.25em;
}
article .article-footer-info-text {
	color:#737268;
	font-size: 1.375em;
}


/* Single Page */
article .page-title {
	margin: 0;
	font-size: 3em;
	line-height: 1.5;
	text-align:center;
}
article p.page-description {
	color: #737268;
	font-size: 2em;
	text-align:center;
}
article .page-content {
	max-width: 900px;
	margin: auto;
	padding: 0.5em 15px;
	text-align: justify;
	vertical-align: bottom;
}
article .page-content h1,
article .page-content h2,
article .page-content h3,
article .page-content h4,
article .page-content h5,
article .page-content h6 {
	border-bottom: 2px solid #E6E4D7;
}
article .full-width {
	max-width: 1170px;
	padding-right: 0;
	padding-left: 0;
}


/* Single Issue */
article .issue-header {
	height: 300px;
	background-size:auto 300px;
	background-repeat: no-repeat;
	background-position: center center;

	margin:0 auto;

	font-size: 4em;
	text-align: center;
}
article .issue-header span {
	display: inline-block;
	width:100%;
	height: 300px;
	padding-top: 130px;

	color: #fff;
	background-color: #000;
	opacity:0.5;
	filter:alpha(opacity=50); /* IE8 and earlier */
}
article .issue-header a,
article .issue-header a:hover,
article .issue-header a:focus {
	color: #fff;
}

article .issue-name {
	color: #24231D;
	margin: 0 0 0.25em;
}
article .issue-description {
	margin: 0 0 1em;
	color: #737268;
	line-height: 1.5em;
}
article .issue-description-home {
	max-width: 900px;
	margin: 1em auto;
	padding: 0 1em;
	color: #737268;
	line-height: 1.5em;
	text-align:center;
}
article .issue-item {
	border-top: 1px solid #E6E4D7;
	margin: 0;
	padding-top: 0.5em;
}
article .issue-item img {
	float:left;
	margin-bottom: 0.5em;
	width: 40px;
}
article .issue-item img:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* IE8 and earlier */
}


article .issue {
	padding-left: 15px;
	padding-right: 15px;
	margin: 1em auto;
}
article .issue p {
	margin: 0 0 0.25em;
}
article .issue p.rights {
	font-weight: normal;
}
article .issue div.cover-image {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	max-width: 100%;
	height: auto;
}


/* Sub Issue */
article .sub-issue {
	margin-top: 2em;
}
article .sub-issue h1 {
	clear: both;
	font-size:1.8em;
	color: #737268;
	padding: 0.5em;
	margin: 0;
	background-color: #E6E4D7;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
article .sub-issue h1 a {
	color: #737268;
	text-decoration: none;
	border-bottom: 0;
}
article .sub-issue h2 {
	height: 80px;
	border-bottom: 0;
	background-size:auto 80px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:0 auto;
	text-align: center;
}
article .sub-issue h3 {
	margin: 1em 0 0;
	text-align: right;
	border-bottom: 0;
}
article .sub-issue p {
	padding: 0 0 0.25em;
	border-bottom: 1px solid #E6E4D7;
}
article .sub-issue p.issue_link {
	border: none;
	text-align: left;
}


/* Single Category */
article .category {
	margin-top: 1em;
}
article .category p.issue {
	color: #737268;
	margin: 0;
	padding: 0;
}
article .category p.issue a {
	color: #737268;
}
article .category h2 {
	margin: 0.25em 0;
}
article .category div.cover-image {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
article .category div.next-prev {
	margin:1em auto;
	text-align:center;
	font-weight:bolder;
	font-size:larger;
}


/* Home - Promo */
article .home-promo {
	margin-bottom:1em;
	text-align: center;
}
article .home-promo img {
	max-width: 100%;
	margin: 0 auto;
}
article .home-promo p.home-promo-title {
	padding: 0;
	margin: 0;
	color: #24231D;
	font-size: 2em;
	line-height: 1.3em;
}
article .home-promo p.home-promo-text {
	padding: 0;
	margin: 0;
	color: #737268;
	font-size: 1.5em;
	line-height: 1.3em;
}


/* Home - Social */
article .social {
	border-top: 5px solid #737268;
	padding: 1em 0;
	font-size:1.5em;
	color: #737268;
}
article .social a,
article .social a:hover,
article .social a:focus {
	text-decoration:none;
}
article .social a {
	color: #737268;
}
article .social a:hover,
article .social a:focus {
	color: #D9D7C2;
}
article .social ul {
	padding-right: 0;
	list-style: none;
}
article .social li {
	border-bottom: 1px solid #737268;
	margin: 0.5em 0;
	font-size:1em;
}


/* Home - Cold War */
article .cold-war {
	background-color: #24231D;
	color: #F2F2EB;
	padding: 1em 0;
}
article .cold-war div.row {
	margin-top: 2em;
}
article .cold-war ul {
	padding-right: 20px;
	font-size:1.5em;
}
article .cold-war li {
	font-size:1em;
}
article .cold-war p:first-child {
	max-width:900px;
	margin: 0 auto;
}
article .cold-war a {
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size:1.25em;
	color: #F2F2EB;
	text-decoration:underline;
}
article .cold-war-links {
	border-right: 1px solid grey;
	border-left: 1px solid grey;
}


/* Home - Sikur Index */
article .sikurindex {
	background-color: #F2F2EB;
	color: #24231D;
	text-align: center;
	border-bottom: 5px solid #737268;
}
article .sikurindex h2 {
	font-size:2.25em;
}
article .sikurindex p {
	max-width:900px;
	margin: 1em auto;
}
article .sikurindex a {
	color: #737268;
	text-decoration:underline;
}
article .sikurindex a:hover,
article .sikurindex a:focus {
	color: #D9D7C2;
	text-decoration:underline;
}


/* Other */
#fb-like-box, .fb-like-box, .fb-like-box iframe[style], .fb-like-box span, #comments {
	width: 100% !important;
}

@media print { 
	.social-icons { display: none !important; }
}