/*  

Theme Name: Insidepoint
Theme URI: http://www.insidepoint.co.il
Description: Personal website.
Version: 1.0
Author: Avihay Daniel
Author URI: http://www.avihaim.co.il/

*/
@font-face {
    font-family: 'alefbold';
    src: url('alef-bold-webfont.eot');
    src: url('alef-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('alef-bold-webfont.woff') format('woff'),
         url('alef-bold-webfont.ttf') format('truetype'),
         url('alef-bold-webfont.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'alefregular';
    src: url('alef-regular-webfont.eot');
    src: url('alef-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('alef-regular-webfont.woff') format('woff'),
         url('alef-regular-webfont.ttf') format('truetype'),
         url('alef-regular-webfont.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
html, body {height: 100%;}
    
body {
	margin:0;
	padding:0;
	color: #2e2e2e;
	font-family:alefbold;
	font-size: 13px;
	background:url('images/body.png');

}

a, a:link, a:visited
{
	color: #18bbff;
	text-decoration: none;
}

a:hover {
	color: #fcaf17; text-decoration: underline;
}

p {
	margin:0 0px 0px 0;
	padding:0 0px 0px 0;
}

img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 10px 0 20px 0; padding: 5px 0; color: #fff; }
h2 { font-size: 30px; font-weight: bolder; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #fff; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #fff; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; color: #fff;}
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #fff;}
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #fff;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


#wrapper
{
	padding:0px 0px 0px 0px;
	border: solid 0px #333;
	min-height: 100%;
	background: transparent url('images/bg-header.png') repeat-x top;
}
#main {
	width: 960px;
	margin:0 auto;
	padding:0px;
	border:0px solid #333;
	padding-bottom: 283px;
}
#header {
	margin: 0 auto;
	width: 960px;
        height:155px;
	padding:0px 0px 0px 0px;
	border: solid 0px #333;
}
#site_logo
{
	float:left;
	width:195px;
	margin: 23px 0px 0px 15px;
	border: solid 0px #333;
}
#header-info{
	float:right;
	width:430px;
	height:100px;
	margin:40px 20px 0 0;
	border: solid 0px #333;
	text-align:center;
	color:#2c4467;
	font-size:30px;
	font-weight:bold;
}
#header-info h2{
	color:#2c4467;
	font-size:30px;
	font-weight:bold;
	margin:0;
}
/* main-menu */
#menu{
	width:900px;
	height:52px;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	background:url('images/menu-bg.png') no-repeat;
        border: solid 0px #333;

}

#menu ul {
	list-style: none;
	direction:rtl;
	margin: 13px 0 0 10px;
	padding:0 0px 0 0px;
	border:0px solid #333;
	display: block;
}

#menu ul li {
	float: right;
	display: inline;
}

#menu ul li a {
	color: #2b2b2b;
	display: block;
	line-height: 52px;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	font-size: 18px;
	font-weight:bold;
	border:0px solid #333;
}

#menu ul ul {
	display: none;
	z-index: 99999;
	min-width:100px;
	max-width:210px;
	position: absolute;
	margin:0px 0 0 0;
	border:0px solid #d4d4d4;
	
}
#menu ul ul li {
	width:100%;
	background: #fff;
	border-bottom:1px solid #485d7b;
}
#menu ul ul li a {
	line-height: 40px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul li a {
	display: block;
	color:#2b2b2b;
	font-weight:bold;
}
#menu li:hover > a{
	color: #485d7b;
	}
#menu ul ul :hover > a {
	color: #485d7b;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #485d7b;
}
#menu ul ul li.current_page_item > a,
#menu ul ul li.current-menu-ancestor > a,
#menu ul ul li.current-menu-item > a,
#menu ul ul li.current-menu-parent > a {
	color: #485d7b;
	background: transparent;
	padding: 0px 15px 0px 15px;
}
* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color: #485d7b;
}

#menu ul .menu-item-22 > a{
	color:#fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#menu ul .menu-item-22 > a:hover{
	color:#e59f15;
	padding: 0px 0px 0px 0px;
}
#menu ul .menu-item-23 > a{
	
}

/* end of main-menu */


/*slider*/
#Home_img
{
	margin:30px auto;
	padding:0 0px 0 0px;
	width:900px;
	height:270px;
	border:0px solid red;
}
#promo{
	margin:0 auto;
	border:0px solid red;
	width:900px;
	text-align:right;
	color:#2e2e2e;
	font-size:18px;
	font-weight:bold;
	direction:rtl;
}
#promo h3{
	text-align:center;
	color:#2e2e2e;
	font-size:40px;
	font-weight:bold;
}
#promo p{
    margin: 0 0 15px 0;
}
.lof-main-outer{
	background:transparent !important;
}
.preload{
	background:transparent !important;
}
/* end slider*/



/*home page rubrics*/
#home-extra{
	margin:0px auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
        border:0px solid #333;
	color:#2e2e2e;
	direction:rtl;
	font-size:15px;
}
#home-extra h3{
	color:#2e2e2e;
	font-size:22px;
	font-weight:bolder;
	line-height: 1.3em;
	padding:10px 0 0 0;
}
#home-extra h4{
	color:#676767;
	font-size:18px;
	font-weight:bolder;
	line-height: 1.3em;
	margin:0px;
}
#home-extra a{
	color:#0da4d9;
	font-size:14px;
	font-weight:normal;
	border:0px solid #333;
	margin:0px 0px 0px 0px;
}

#our-advantages
{
	float:left;
	width:280px;
	height:200px;
	overflow:hidden;
	border:0px solid #333;
	margin:40px 0px 0px 0px;
}

#our-solutions{
	float:right;
	width:280px;
	height:200px;
	margin:40px 0px 0 0;
	border:0px solid #333;
	text-align:right;
}

#our-work{
	float:right;
	overflow:hidden;
	width:280px;
	height:200px;
	border:0px solid #333;
	margin:40px 25px 0px 0px;
}
.featured_post_more_link{
	padding:0 10px 0 15px;
}
/*end home page rubrics*/


#content {
	margin:18px auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
        border:0px solid red;
}

#page-content{
	margin:0 auto;
	width: 900px;
        border:0px solid red;
	font-size:15px;
	font-weight:normal;
	line-height:1.5em;
	text-align:right;
	direction:rtl;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}


.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignleft {
	margin-bottom: 5px;
	margin-right: 0px;
	float:left;
}

blockquote{
	margin:0px;
	padding:15px 30px 15px 30px;
	border:0px solid #2baee0;
	font-style:italic;
}

.wp-post-image{
	margin-bottom: 0px;
	margin-right: 10px;
	float:left;
	background:#f7fbff;
	padding:0px 0px 0px 0px;
	border:0px solid #cde2f2;
}
.attachment-concepts-thumbnail{
	margin:0 0 30px 0;
}
#page-content h1{
	color:#2e2e2e;
	font-size:40px;
	margin:30px 0 30px 0;
	text-align:center;
}
#page-content h2{
	color:#2e2e2e;
	font-size:22px;
	margin:10px 0 10px 0;
}
#page-content h3{
	color:#676767;
	font-size:18px;
	margin:10px 0 10px 0;
}
#page-content h4{
	color:#676767;
	font-size:16px;
	margin:10px 0 10px 0;
}
#page-content h5{
	color:#676767;
	font-size:14px;
	margin:0;
}
#page-content h6{
	color:#676767;
	font-size:12px;
	margin:0;
	font-style:italic
}
#page-content ul{
	padding:0;
	margin:0 0 0 30px;
}
#page-content li{
	list-style: disc;
	padding: 0 0 5px 0px;
	margin: 0px 0 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#page-content a{
	color:#485d7b;
}
#page-content a:hover{
	color:#18bbff;
	text-decoration:underline;
}
#page-content .post{
	border-bottom:dashed 1px #d0e4f3;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	float:left;
	width:680px;
}
#page-content input, select, textarea { 
	width: 220px;
    height: 25px;
    padding: 3px;
    border-radius: 3px;
    resize: none;
    line-height: 5px;
    direction: rtl;
}
#page-content input[type="text"], textarea {
	padding:7px;
	border-radius:3px;
	resize:none;
	line-height:15px;
}
#page-content input[type="text"] {
	width:220px;
	height:25px;
	padding:3px;
	border-radius:3px;
	resize:none;
	line-height:5px;
	direction:rtl;
}
	
#page-content input[type="submit"], input[type="reset"] {
	color:#fff;
	background:#3e3e63;
	width:64px;
	height:28px;
	float:left;
	margin:0;
}
#page-content input[type="submit"]:hover, input[type="reset"]:hover {
	color:#fff;
	background:#2c4467;
}
#page-content .wpcf7-form textarea {
	width:212px;
	height:50px;
	overflow:auto;
	margin-bottom:0px;
	direction:rtl;
	font-size:14px !important;
	}

#page-content div.wpcf7 .watermark {
    color: #7e7d91 !important;
}

#footer {
	padding: 0px 0px 0px 0px;
	border: 0px solid #333;
	background:#1e2f41 url(images/footer-pattern.png) repeat-x top;
	height:283px;
	width:100%;
	position: relative;
	margin-top: -300px;
	clear:both;
}
#bottom_holder{
	width:960px;
	margin:0 auto;
	border:0px solid #222;
	color:#989899;
}
#menu-holder{
	float:right;
	width:500px;
	border:#454240 0px solid;
}
#bottom_copy{
	margin:0 auto;
	padding:5px 0 5px 0px;
	border:#454240 0px solid;
	width:940px;
	color:#cccccc;
	font-size:10px;
}
#bottom_copy a{
	color:#999;
	font-size:12px;
}
#bottom_copy a:hover{
	color:#666;
	font-size:12px;
	text-decoration:none;
}
#footer-info{
	float:right;
	width:400px;
	height:100px;
	margin:40px 0px 0 0;
	border: solid 0px #333;
	text-align:center;
	color:#2c4467;
	font-size:30px;
	font-weight:bold;
}
#footer-info h2{
	color:#18bbff;
	font-size:30px;
	font-weight:bold;
	margin:0;
}
#bottom_menu{
	float:right;
	margin:50px 0 10px 5px;
	padding:0px 0 5px 8px;
	border:red 0px solid;
	width:500px;
	height:15px;
	color:#989899;
	font-size:8px;
}
#bottom_menu ul{
	padding:0px;
	list-style:none;
	text-align:right;
}
#bottom_menu li{
	padding:0px 5px 0 5px;
	height:10px;
	display: inline;
	border-left:#485d7b 1px solid;
}
#bottom_menu a{
	color:#485d7b;
	font-size:14px;
	font-weight:bold;
}
#bottom_menu a:hover{
	color:#2e2e2e;
	text-decoration:none;
}
#footer-contact{
	float:left;
	margin:5px 0 0 10px;
}
#footer-contact h2{
	color:#2c4467;
	font-size:18px;
	text-align:right;
	margin:0;
}
#logo-holder{
	float:left;
	border:#454240 0px solid;
	width:340px;
}
#bottom_logo{
	float:left;
	margin:10px 0 0 15px;
	border:#454240 0px solid;
}

/*-------------forms------------------*/
/* Form defaults */
input, select, textarea { 
	font-size:10px !important;
	vertical-align:middle;
	font-weight:normal;
	outline:none;
	font-family:alefbold;
}
input[type="text"], textarea {
	padding:7px;
	border-radius:3px;
	resize:none;
	line-height:15px;
	}
input[type="text"] {
	width:130px;
	height:10px;
	padding:3px;
	border-radius:3px;
	resize:none;
	line-height:5px;
	direction:rtl;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	border:none;
	height:35px;
	cursor:pointer;
	margin-right:0px;
	display:inline-block;
	padding:0px 5px 0px 0;
	text-decoration:none;
	border-radius: 3px;

	}
input[type="submit"]:hover, input[type="reset"]:hover {
	border-radius: 3px;
	background:#2e2e2e;
	}
input, select, textarea { 
	background: #e5e5e5;
    border: 1px solid #cbcbcb;
    color: #404040;
}
input[type="text"], textarea {
	background:#e5e5e5;
	border:1px solid #cbcbcb;
	color: #404040;
	}
input[type="submit"], input[type="reset"] {
	color:#fff;
	background:#1e95c7;
	width:64px;
	height:28px;
	float:left;
	margin:0;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	color:#fff;
	text-shadow:0 1px #3e3e63;
	}
	div.wpcf7 .watermark {
    color: #7e7d91 !important;
}

/* Contact form */
.wpcf7-form p.field {
	margin-bottom:5px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	width:183px;
	}
.wpcf7-form p.field small {
	color:red;
	}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.wpcf7-form textarea {
	width:110px;
	height:70px;
	overflow:auto;
	margin-bottom:0px;
	direction:rtl;
	}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	}
span.wpcf7-form-control-wrap {
	display:block;
	}
.wpcf7-not-valid-tip {
	display: none;
	width:220px !important;
	height: 25px !important;
	position:absolute;
	direction:rtl;
	}
.wpcf7-not-valid {
  border: 1px solid red !important;
  direction:rtl;
}
div.wpcf7-response-output {
	margin-left:0 !important;
	margin-right:0 !important;
	direction:rtl;
	}



/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and aligment in all browsers
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

