/* palomarSky.css - a blue style sheet */
/* Mod: 3 Dec 2014, 8:00 CET */

/* These rules control main body elements */

body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#1C1C1C;
	font-size: 11.5pt;
	color: #1C1C1C;
	font-weight: normal;
	line-height: normal;
}

table {
	width: 100%;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;	
	font-size: 11.5pt;
	color: #1C1C1C;
}

.main {
	background-color: #FFFFFF;
}

.home, .main {
	max-width: 1100px;
	margin: 0px auto;
}

.top {
	background-color: #00174D; /* Annie's blue */
	background-image: url(/palomar/images/sky.jpg);
	padding-left: 14px;
	padding-right: 0px;
	text-align: center;
	height: 83px;
	
}

/* These rules control main body links */

a {
	text-decoration: none;
	color: #002172; /*original, but may be too dark/close to text*/
} 

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #697CAD;
}


/* These rules control the menu */

td.left {
	background-color:#7587AD;
	width: 118px;
	min-width: 118px;
	padding-top: 104px; /* Turn this on with Doctype */
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px;
	text-align: right;
	vertical-align: top;
}

nav ul, nav ul li { 
	text-indent: 0; 
	margin: 0; 
	padding: 0;
	list-style: none;
}

nav ul li { 
	padding-top: 7px; 
	padding-bottom: 7px;
	line-height:normal;
}

li.menu, a.menu, p.menu {
	font-size: 10pt;
	color: #333;
	font-style: normal;
}

li.submenu, a.submenu {
	font-size: 9pt;
	color: #333;
}

li.ssubmenu, a.ssubmenu {
	font-size: 9pt;
	color: #363636;
	font-style: italic;
}


/* These rules control main content cell */

td.content {
	//background-color: #FFFFFF;
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 20px;
	vertical-align: top;
}


/* These rules control header placement and titles */

h1, h2, h3, h4 {
	color: #002172;
	line-height: normal;
}

h1 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 20pt;
}
.variant1 {
	margin-top: 10px;
	font-style: italic;
	margin-bottom: 20px;
}

h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16pt;
}

.variant2  {
	margin-top: 50px;
	margin-bottom: 20px;
}

h3 {
	font-size: 13.5pt;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0;
}

h4 {  
//	font-size: 11.5pt;
	font-size: 12pt;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 0;
}

h5 {
	color:#697CAD; 
	font-size: 11.5pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: 400;
}

.announcement {
	text-align: center;
	color:#697CAD;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #999;
	line-height: normal;
}

a.anchor:target {
	outline: none;
}

a.anchor:hover {
	text-decoration: none;
}


/* These rules control contents box */

.contents {
	max-width: 300px;
	min-width: 100px;
	width: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 44px;
	padding-right: 24px;
	background-color: #F3F3F3;
	margin-top: 0px;
	border: solid 1px #CCC;
}

.contents li, .contents p {
	padding-left: 0px;
	font-size: 10.7pt;
	color: #2C2C2C;
	line-height: normal;
}


/* These rules control paragraphs */

p {
	font-size: 11.5pt;
	color: #1C1C1C;
	font-weight: normal;
}

p, li {
	line-height: 1.3;
}

.r-padded {
	padding-right: 40px;
	
}

.l-padded {
	padding-left: 40px;
	
}

.serif {
	font-style:italic;font-family:Georgia,serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
  top: -0.5em;
}
 
sub {
  bottom: -0.25em;
}


/* These rules control lists */

ol, ul {
	font-size: 11.5pt;
	color: #1C1C1C;	
	padding-top: 0;
	padding-bottom: 0;	
}

.square {
	list-style-type: square;
}

.dot {
	list-style-type: disc;
}

.unnumbered {
	list-style-type: none;
}

.letter {
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}

li {
	padding-top: 3pt;
	padding-bottom: 3pt;
	color: inherit;
}


/* These rules control tabular options */

.short, .short td {
	width: auto;		
}

.padded {
	padding: 30px;
}

.data-c {
	width: auto;
	min-width: 400px;
	max-width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	font-size: 11.5pt;
}

.data-l {
	width: auto;
	min-width: 280px;
	max-width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	font-size: 11.5pt;
}


tr.bar {
	border-bottom: solid 1px;
	border-color: #999;
}



/* These rules control images, image links, captions */

img {
	display: block;
}

a span.expand, a span.expandw {
	background: url('lightbox/img/expand.png') right center no-repeat; 
	margin: -36px 10px 0 10px; 
}

a span.external { 
	background: url('lightbox/img/external.png') right center no-repeat;
	margin: -36px 6px 0 10px; 
}

a span.expand, a span.expandw, a span.external { 
	display: block; 
	height: 36px; 
	position: relative; 
	z-index: 100; 
	opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  	transition: opacity 0.4s;
}

a:hover span.expand, a:hover span.external { 
	display: block; 	
	opacity: 0.65; 
	filter: alpha(opacity=65); 
} 

a:hover span.expandw { 
	display: block; 	
	opacity: 0.95; 
	filter: alpha(opacity=95); 
} 

.gallery, .gallery2 {
	margin-bottom: 12px;
	margin-right: 12px;
}

.thumbnail, .cover, .gallery, .gallery2 {
	background-color: #F3F3F3;
	border: solid 1px #CCC;
	padding: 4px;
}

.cover {
	padding: 0px;
	padding-bottom: 4px;
}

.crop {
	overflow:hidden;
	height:150px;
}

.gallery {
	min-height: 140px;	
	min-width: 180px;
}

.gallery img, .crop img {
	max-width: 254px;
	min-width: 180px;  	
	width:100%;
}

.gallery2 {
	min-height: 100px;	
	min-width: 130px;
}

.gallery2 img {
	max-width: 200px;
	min-width: 130px;  	
	width:100%;
}

p.caption, p.caption2 {
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
	padding: 4px;
	padding-top: 8px;
	line-height: normal;
	color: #333;
}

p.caption2 {
	padding-left: 0px;
	padding-right: 0px;
}

.floatright, .cover {
	margin-right: 6px;
}

.floatright {
   width: auto;
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
	//margin-top: 3px;
}

.floatleft {
	width: auto;
	float: left;	
	margin-right: 50px;
	margin-bottom: 20px;
	//margin-top: 3px;
}

a.save {
	cursor: pointer;	
}

a.save:after {
	font-family:  FontAwesome;
	content: "\f019";
	text-decoration: none;
	font-style: normal;
	float: right;
	padding-left: 8px;
}



/* These rules control horizontal bars */

hr {
	max-width: 1080px;
	border: 0;
	height: 1px;
	background-color: #999;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr.thick {
	height: 6px;
}

hr.short {
	height: 1px;
	background-color: #333;
	margin-top: 15px;
	margin-bottom: 13px;
	margin-left: 40px;
}

hr.dashed {
   border-top: 1px dashed; 
   color: #333; 
   background-color: #7587AD;
	color: #333;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 70px;
}

hr.dotted {
   border-top: 1px dotted; 
   color: #333; 
   background-color: #7587AD;
	color: #333;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 90px;
}

/* These rules control references */

.references {
	display:none;
}

.references li, .references li a.anchor {
	font-size: 10pt;
}

.references li { 
	position: relative; 
	left: 0px;
	list-style-type: none;
}

.references li a.anchor { 
	position: absolute; 
	left:-40px;
	cursor: text;
}

.references li a.anchor:after {
	content: " [" attr(id) "]   ";
	color: initial;
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.13em;
}

.references li a.anchor:target:hover:before {
   font-family: FontAwesome;
	content: " \f176";
	color: initial;
	font-size: 80%;
	position: absolute;
	vertical-align: baseline;
	bottom: 0.1em;
	left: -0.7em;}


.references li a.anchor:target {
   background-color: #D6DFF5;
	outline: none;
	cursor: pointer;
}

.flip {
	font-size: 80%;
	color: #697CAD;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.02em;
}

.flip:hover {
	text-decoration:underline;
	cursor: pointer;
}


/* These rules control the footer */

td.attribution {
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 20px;
	padding-top:20px;
	vertical-align: bottom;	
}

p.attribution {
	font-size: 9pt;
	color: #666;
	font-style: italic;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: normal;

}

td.bottom {
	background-color: #00174D; /* Annie's blue */
	background-image: url(/palomar/images/sky.jpg);
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.footer, a.discl {
	font-size: 9pt;
	color: #999;
	line-height: normal;
}

.footer {
	margin: 8px;
}

a.navigation {
	font-size: 10pt;
	color: #999;
	line-height: normal;
}

a.navigation .fa { 
	padding: 10px 7px 0px 7px; 
	font-size: 14pt; 
	position: relative;
	vertical-align: baseline;
	bottom: -2px;
}

//a.navigation .fa-google-plus { 
//	bottom: -4px;
//}

/* Extra, block quote */

blockquote {
  //background: #f9f9f9;
  //border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0px;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0px;
  margin-left: 0.25em;
  vertical-align: -0.6em;
}

blockquote p {
  display: inline;
}