/*
Theme Name: Bimkom
Theme URI: http://underscores.me/
Author: Amazing
Author URI: http://www.amazing.co.il
Description: Theme for Bimkom.org
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #262626;
	text-align: justify;
	line-height: 25px;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}

/* == Language selector bar == */

#lang {
	text-align: right;
	padding: 2px 0;
	font-size: 18px;
}

#lang a {
	color: #000;
	text-decoration: none;
}

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

/* == Header Image ==*/

#header {
	padding-top: 1px;
	height: 149px;
	background: url(images/header_en.jpg) top left no-repeat;
	position: relative;
}

#header h1 a {
	font-family: Tahoma, Geneva, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 15px;
	left: 40px;
	height: 115px;
	width: 105px;
}

/* == Nav Menu == */

#nav {
	font-family: Tahoma, Geneva, sans-serif;
	background: #000;
	color: #b6c946;
	margin: 0;
	line-height: normal;
	padding: 1px 0 0 0;
	list-style: none;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	height: 41px;
	text-align: center;
	letter-spacing: 1px;
}

#nav a {
	color: #b6c946;
	text-decoration: none;
}


#nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 29px;
	padding: 12px 15px 0 15px;
	position: relative;
}

#nav li:hover {
	background: #333;
}

#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 5px;
	background: #000;
	white-space:nowrap;
	z-index: 9999999999;
}

#nav li:hover > ul {
	display: block;
}

#nav li ul ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100%;
	top: 0px;
	background: #000;
}

#nav ul li {
	text-align: left;
	display: block;
	height: auto;
	padding: 5px 10px;
	position: relative;
}

/* == Home Page Flash Slider == */

#slide {
	height: 120px;
	margin-top: -8px;
	margin-bottom: 8px;
}

/* == Main Content Wrap == */
#main {
	border-right: 222px #dae4a2 solid;
	margin-bottom: 8px;
}

/* == Content Area == */
#content {
	width: 730px;
	float: left;
}

#content .welcome {
	background: #e5d0ba;
	border: 1px  #c3c3c3 solid;
	padding: 30px;
	margin-bottom: 8px;
}

#content .welcome p {
	margin: 0;
	padding: 0;
}

#content .boxes {
	width: 740px;
}


#content .boxes .box {
	vertical-align: top;
	margin: 0 4px 8px 0;
	height: 230px;
	width: 359px;
	border: 1px #d3d3d3 solid;
	-wekit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #ecefe5;
	background-image: -ms-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAEDE2), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #EAEDE2 0%, #FFFFFF 100%);	
	text-align: center;
}


#content .boxes .box h2 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 15px 0;
	font-weight: normal;
	font-size: 18px;
}


#content .boxes .box h2 a {
	color: #000;
}

#content .boxes .box h2 a:hover {
	text-decoration: none;
}

#content .post {
	padding: 40px;
	border: 1px #d3d3d3 solid;
	-wekit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;	
	background: #eaede2;
	margin-bottom: 8px;
}

#content .post h2 {
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
	font-size: 18px;
}

#content h2.pagetitle {
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	font-size: 28px;
	font-weight: normal;
	color: #af4b2d;
}

#content .post h2 a {
	color: #af4b2d;
}

#content .post .entry-content.hasimage {
	width: 415px;
}

#content .post img {
	float: right;
	margin-left: 20px;	
}

/* == Sidebar == */

#sidebar {
	width: 182px;
	padding: 20px;
	float: right;
	text-align: left;
	margin-right: -222px;
	color: #273025;
	font-size: 13px;
}


#sidebar h4 {
	margin: 15px 0;
	font-size: 15px;
}


#sidebar .widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #C2D265 solid;
}

#sidebar .widget:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#searchform {
	overflow: hidden;
}

#searchform .text {
	width: 100px;
	padding: 3px;
}

#newsletter {
	overflow: hidden;
}

#newsletter .sure {
	display: block;
	height:1px;
	margin-left: -200px;
}

#searchform .submit, #newsletter .submit {
	background: #dae4a2;
	color: #465843;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow:  		0px 2px 2px rgba(0, 0, 0, 0.4);
	border: 1px #c5ccb5 solid;
	padding: 4px 10px 3px 10px;
	cursor: pointer;
}

#newsletter {
}

#newsletter p {
	margin: 10px 0;
}

#newsletter .text {
	width: 170px;
	padding: 3px;
}

/* == Footer == */

#footer {
	padding: 20px;
	background: #e8ecde;
	color: #576041;
	font-size: 12px;
	margin-bottom: 20px;
	
}

#footer a {
	color: #576041;
	text-decoration: none;
}

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

#footnav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footnav li {
	display: inline-block;
	zoom: 0;
	*display: inline;
	padding: 0 5px;
	border-left: 1px #576041 solid;
}

#footnav li:first-child {
	border-left: none;
}

#credits {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#credits li {
	display: inline-block;
	zoom: 0;
	*display: inline;
	width: 33%;
}

#credits li.second {
	text-align: center;
}

#credits li.third {
	text-align: right;
}

/* == Random & Misc. == */

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	color: #24417B;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.despace {
	margin-top: -8px;
}

.single_post_imge {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* == Comments == */

.form-allowed-tags {
	display: none;
}

.comment-form-comment label {
	display: block;
}

ol.commentlist {
	margin: 0;
	padding: 0 0 0 20px;	
}

ol.commentlist li {
	padding: 5px;
	margin-bottom: 8px;
	border: 1px #d3d3d3 solid;
	-wekit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #ecefe5;
	background-image: -ms-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAEDE2), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #EAEDE2 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #EAEDE2 0%, #FFFFFF 100%);	
}

.comment-form-comment

/* == Navigation Links == */

.site-navigation {
	margin-bottom: 8px;
}

.site-navigation .nav-previous {
	float: left;
}

.site-navigation .nav-next {
	float: right;
}

/* == Sub Page List == */
#subpages {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subpages li a {
	margin-bottom: 8px;
	display: block;
	background: #e8ebe0;
	padding: 15px;
	border: 1px #cfcfcf solid;
	font-size: 18px;
	color: #292929;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#subpages li a:hover {
	text-decoration: none;
	border-color: #292929;
}

#pagewrap {
	width: auto;
	background: #eff2e9;
	border: 1px #dedede solid;
	padding: 40px 70px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

blockquote {
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	margin: 0;
	padding: 50px 0 0 0;
	font-style: italic;
	margin-left: 320px;
	position: relative;
}

blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\201C";
	font-size: 120px;
	color: #666;	
	line-height: normal;
}

@media print { 
	
 	#lang, #header, #nav, #sidebar, #footer, #share, .breadcrumbs {
 		display: none !important;
 	}	
 	
 	#wrap {
 		background: none;
 		width: auto;	
 	}
 	
 	#main {
 		background: none !important;
 		border: none !important;
 		margin: 0 !important;
 	}
 	
 	#content {
 		width: auto !important; 	
 		margin: 0 !important;
 	}
}
