/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
#youTube {
    margin-top: -9px;
    position: absolute;
    margin-left: 850px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.currenteee{
	background: #d1d1d1; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); 
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); 

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

iframe{
    margin: 25px;
    border: 1px solid black;
    width:420px ;
    height:345px;
}
 /*   top: 0;
  
    
    cursor: pointer;
    
}
#ll li:hover{background: none}
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; text-align: justify;}
body { margin-top: 10px; background-image: url(../img/blue3.jpg); background-repeat: repeat-x; /*background-position: top;*/ background-color: #0452A0;}


/*
    

      div.middle{ position:absolute;  left:100px; top:0px; height:100%; right:100px; background-color:yellow; }
    
    
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #1975A3; color: #fff; text-shadow: none; }
::selection { background: #1975A3; color: #fff; text-shadow: none; }





/* =============================================================================
   Links
   ========================================================================== */

a:hover { text-decoration: underline;}
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

.footerWrapper a { color: #FFFFE0;  text-decoration: none;}
.footerWrapper a:visited { color: #FFFFE0; text-decoration: none;}
.footerWrapper a:hover { text-decoration: underline;}
.footerWrapper a:focus { outline: thin dotted; }

/*
a:link { color: #696969; text-decoration: none;}
a:active {	text-decoration: none;	color: #E9E9E9;}
*/


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Ariel Roth
   ========================================================================== */


h1 {
	font-size: 36px;
	color: #FEFEFE;
}

h2 {
	font-size: 24px;
	text-shadow: -1px 0 1px  #1975A3;
	color: #1975A3;
}

h3 {
	font-size: 18px;
	color: #1975A3;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dashed;
	border-top-color: #1975A3;
	border-bottom-color: #1975A3;
	border-bottom-width: 1px;
}

h4 {
	font-size: 16px;
	color: #424242;
    border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dashed;
	border-top-color: #424242;
	border-bottom-color: #424242;
	border-bottom-width: 1px;
}
h5 {
	font-size: 14px;
    color: #6B6B6B;
}
h6 {
	font-size: 12px;
}

	
.page {
	margin-top: 0px;

}


.shadows {text-shadow: -0.5px 0.5px 0.5px #1975A3;}
.clear {clear: both;display: block;	overflow: hidden;visibility: hidden; width: 0;	height: 40px;}


header {margin: auto; width: 960px;}

.container {
	display: block;
	/*width: 100%;*/
	margin-top: 0px;
	position: relative;
 }
.logo {
	width: 960px;
	text-align: left;
	padding-top: 3px;
	margin-bottom: 3px;
    background-image: url(../img/logo/logo-aim-final-small.png);
    background-repeat:no-repeat;
    background-position:right ;
    
}

.logo1 {
    width: 960px;
    text-align: left;
    padding-top: 3px;
    margin-bottom: 3px;
    background-image: url(../img/logo/logo-aim-final-small.png);
    background-repeat: no-repeat;
    background-position: right;
}

li {margin-bottom:7px;}
    
.logo h1 {
	font-size: 59px;
	text-align: left;
	text-shadow:  6px 6px 2px #1975A3;
	filter: dropshadow(color=#999699, offx=2, offy=3);
	color: #FBFBFB;
	padding-top: 15px;
	/*line-height: 70%;*/
  } 

.logo1 h1 {
	font-size: 59px;
	text-align: left;
	text-shadow:  6px 6px 2px #1975A3;
	filter: dropshadow(color=#999699, offx=2, offy=3);
	color: #FBFBFB;
	padding-top: 15px;
	/*line-height: 70%;*/
  } 
#nav {
	float: left;

}
#nav {
	margin: auto;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #8b8b8b;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a));
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a);
	border: solid 1px #6d6d6d;
	width: 960px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#nav .current a, #nav li:hover > a {
	background: #d1d1d1; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); 
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); 

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; 
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; 

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#nav ul {
	background: #ddd; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); 
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); 

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

#main {background-color: #ffffff;overflow:auto; margin: auto; width: 960px;height:max-content;  margin-top: 0px;}
#main1 {background-color: #ffffff;overflow:auto; margin: auto; width: 960px;height:max-content; }
#main h1 {text-shadow: 0 1px 0 #ffffff;}


article {float: left; width: 600px;	padding: 0.5em 1.5em; }
.mypicture {height: 188px; width: 188px; background-image: url(../sara__kraus.jpg); background-repeat: no-repeat; margin: auto; border: 4px solid #1975A3; margin-right: 15px;}
.ercpicture {height: 188px; width: 188px; background-image: url(../img/sarit/Picture1.jpg); background-repeat: no-repeat; margin: auto; margin-right: 15px;}
aside {float: left; width: 200px; position: relative;}

.students 
{
   width: auto; 
}
/*


figure {
	float: left;
}






*/
/* ===footer==========================================================================*/
footer {
	width: 100%;
	float: left;
	height: 160px;
	background-image: url(../img/background_repeat.jpg);
	background-repeat: repeat;
    
	-moz-box-shadow:0px 0px 3px #000000;
	-webkit-box-shadow:0px 0px 3px #000000;
	box-shadow:0px 0px 3px #000000;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
    bottom: auto;
    
}
.top {
	height: 20px;
	width: 100%;
	box-shadow: 0 45px 60px -50px #000000;
	background-image: url(../img/bg-item.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #424242;
   
}
#footercontent {
	width: 960px;
	height: 60px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.container #footercontent li {
	font-family: Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	text-align: left;
	text-indent: 5px;
	display: inline;
	padding: 1em;
	margin-top: 5px;
}
/* ===end footer==========================================================================*/
/*

	
}
.thumb {
	width: 310px;
	float: left;
	position: relative;
}
.thumbinail img {
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D2D2D2;
	background-color: #EAEAEA;
	float: left;
	display: inline-block;
	height: 45px;
	width: 75px;
	
}
ul.thumbinail {
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
	margin: 5px;
		}
		ul.thumbinail li{
	list-style:none;
	float:left;
	padding:3px;
	-moz-box-shadow:0px 0px 2px #555555;
	-webkit-box-shadow:0px 0px 2px #555555;
	box-shadow:0px 0px 2px #555555;
	-moz-border-radius: 5px;
	margin: 5px;

		}
		ul.thumbinail li a{
		display:block;
		}
		ul.thumbinail li a img{
		display:block;
		}
		ul.thumbinail li a:hover img{
		-ms-transform: scale(1.3) rotate(15deg);
		-moz-transform: scale(1.3) rotate(15deg);
		-webkit-transform: scale(1.3) rotate(15deg);
		-o-transform: scale(1.3) rotate(15deg);
		transform: scale(1.3) rotate(15deg);
		}



.feature {
	margin: auto;
	width: 960px;
	padding: 1em;
	clear: both;
	height: 30px;
	width: 70px;
}
.clear {
	clear: right;
	float: left;
	position: relative;
	visibility: hidden;

}

*/
.address {
	font-family: arial;
	color: #818181;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    /*box-shadow: 0 45px 60px -50px #000000;*/

}
.address tr {padding:4px;}
.address td {padding:4px; color: black; font-weight:normal;}
.social {float: left; width: 280px; margin-top: 16px; background-image: url(../img/social_bg.png); background-repeat: no-repeat; background-position: -5px bottom; }
/*
label {
 padding-right:10px
}




.adv img {
	float: left;
	

}
a:hover img.imagedropshadow {
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-moz-border-radius: 10px;
.copy {
	margin: auto;
	height: 15px;
	width: 960px;
}
.containerWrap .copy {
	color: #EAEAEA;
}
.containerWrap .copy a {
	color: #FFFFFF;
}
.containerWrap .copy a:hover {
	color: #FF3F00;
}

.shad {color: #FEFEFE;}
*/
.shadows {color: #CECECE;}

/* =============================================================================*/



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


#resentNews { margin-top: 76px; border: 4px solid #1975A3; height: 500px; overflow: auto;}
#resentNews ul { padding: 0 15px 0 40px;}
#resentNews h2 { padding-left: 15px;}

#mainRightSide{ overflow: hidden;margin: auto;width: 960px;height: max-content; left: 1225px;width: 300px; }


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; /*border: 0;*/ text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0;}
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

