/* cmsms stylesheet: BlueCity_BlueCity modified: Sunday, April 30, 2017 11:19:22 PM */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #4166C7;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #4166C7;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #4166C7;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #5C5B5B;
	background: #fff;
}
div#pagewrapper {
width:960px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #fff;
	color: black;
}
/* top banner*/
div#top
{
	background: #fff url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/bluecity_top.jpg) no-repeat left top;
	width:880px;
	height:45px;
	font-size:18px;
	font-weight: bold;
	padding:15px 50px 0px 30px;
	color:#fff;
	line-height: 1.6em;

display:block;
float:left;
border-bottom:3px solid #fff;
}

div#header {
	height: 55px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	background: #fff;
}
div#header h1 a {
	background: url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/bluecity_logo.jpg) no-repeat left top;
	display: block;
	height: 55px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/bluecity_logo.jpg) no-repeat left top;
}
div#header h2 {
	float: left;
	line-height: 1.2em;
	font-size: 1.8em;
	margin: 25px 65px 0px 5px;
	color: #f4f4f4;
}

div#header h2 a
{
color:#0D3094;
text-decoration: none;
display:block;
float:left;
}

div#header h2 a:hover
{
text-decoration: none;
}
div.breadcrumbs {
	padding: 0em 0em 0.5em 1em;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 350px;
	text-align: right;
	padding: 30px 5px 2px 0;
	margin: 0;
}

input.search-button {
	border: 1px solid #CCC;
	height: 20px;
	margin-left: 5px;
	padding: 0px 15px 2px 15px;
	cursor: pointer;
}
div#content {
	margin: 0pc;
	padding: 0px;
	background: url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/bluecity_content.jpg) repeat-y 0 0;
display:block;
float:left;
width:960px;
color: #333;
}
div.back1 {
width:731px;
	padding:10px;
	background: url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/bluecity_back1.jpg) repeat-x 0 0;
display:block;
float:left;
}

div#main {
	padding: 10px 15px;

}
div#sidebar {
	width: 206px;
	margin: 0px;
	padding: 0px;
	background: #4166C7;
display:block;
float:left;
}

div#footer {

color:#fff;
	background: #908E8E;
	padding: 0;
	clear: both;
width:960px;
height:38px;
float:left;
text-align:center;
display:block;

}

div#footer p {
width:960px;
	font-size: 0.8em;
	padding: 0;
	text-align: center;
	margin: 8px 0 0 0;
color:#fff;
vertical-align:middle;
text-align:center;
height:26px;
display:block;
float:left;

}

div#footer p a {
	color: #FFF000;
}

div#footer img
{
vertical-align:middle;
display:inline;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #5C5B5B;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #5C5B5B;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #5C5B5B;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #5C5B5B;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #5C5B5B;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* cmsms stylesheet: BlueCity_CSSMenu_Horizontal modified: Sunday, April 30, 2017 12:35:17 PM */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
	margin:0;
	padding: 0;
	height: auto;
margin-bottom:3px;
display:block;
float: left;
}
.clearb {
	clear: both;
}
#menuwrapper {
	background-color: #908E8E;
	height: auto;
	width: 960px;
	margin: 0;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
}
ul#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
ul#primary-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
	width: 220px;
	margin-left: 0px;
	margin-top: 1px;
	float: none;
	position: relative;
	padding-top:5px;
}

ul#primary-nav li a {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	padding: 7px 25px 7px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {
	color: #FFF;

}

ul#primary-nav li li a.menuactive {
	background: transparent;
color:#000;
}

ul#primary-nav li a.menuactive {
	font-weight: bold;
	color: #FFDD00;
	background: #4166C7  url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/parent.gif) no-repeat 94% center;
}
ul#primary-nav li a.menuactive:hover {
	color: #fff;
	font-weight: bold;
}
#primary-nav li li a.menuparent span {
	display: block;
	background:  url(https://plasma-gate.weizmann.ac.il/uploads/BlueCity/parent2.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {

	text-align: left;
	margin: 0px;
	position: relative;
	padding: 0 3px 6px 15px;
	font-weight: normal;
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;

}
ul#primary-nav li ul {

	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
	opacity: 0.95;

}

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {

	background:  #0D3194;
	color: #000
}
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}

#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

#menu_vert span.first
{
display:block;
width:172px;
}

#primary-nav ul ul li.menuparent ul {
	display: none;
}
#primary-nav ul ul li.menuparent:hover ul {
	display: block;
}
/* cmsms stylesheet: BlueCity_News modified: Sunday, April 30, 2017 12:35:17 PM */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 0;
/* border set here */
/* sets it off from surroundings */
color:#fff;

}

div#news a
{
color:#FFFC00;
}

div#news p
{
padding-left:10px;
padding-bottom:0px;
margin-bottom:0px;
}

div#news h2 {
	line-height: 2.4em;
/* you can set your own image here */
	color: #f5f5f5;
border-left: 0px;
border-bottom: 3px solid #fff;
border-right: 0;
font-size:12px;
padding-left:10px;
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}

.NewsSummarySummary p
{
margin-left:-10px;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* cmsms stylesheet: BlueCity_Accessibility_and_cross_browser_tools modified: Sunday, April 30, 2017 12:35:17 PM */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(/uploads/BlueCity/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(/uploads/BlueCity/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(/uploads/BlueCity/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
