* {
	margin:0;
	padding:0;
}

@font-face { font-family: Verdana; scr: url('/~ppzphy7/public_html/webpages/scripts/Verdana.ttf');}

@media (max-width:500px) {
body {
	font-family:Verdana,sans-serif;
	color:rgb(100,100,100);
	height:100%;
	width:100%;
}
a {
	text-decoration: underline;
	color:rgb(100,100,100)
}
#white {
	color:rgb(255,255,255);
}
#menu{
	z-index:10;
	position:fixed;
	margin-top:0;
	margin-left:0;
	height:100px;
	background:rgb(0,145,77);
	width:100%;
	padding:0;
}
#menu img {
	position:fixed;
	padding:13px 20px;
}
#menu h {
	position:fixed;
	right:20px;
	color:rgb(255,255,255);
	font-size:13pt;
	padding:16px 0px;
	font-weight:bold;
	/*font-weight:700;*/
	text-align:right;
}
#menu button {
	position:fixed;
	left:0px;
	top:100px;
	width:100%;
	height:30px;
	background:rgb(0,145,77);
	border:none;
	box-shadow:none;
	font-family:Verdana;
	color:rgb(255,255,255);
	font-size:12pt;
}
#menu #gather {
	float:right;
	margin-right:20px;
}
#menu #gather a{
	display:none;
        text-decoration:none;
        font-size:12pt;
	background:rgb(255,255,255);
}
#home {
	position:fixed;
	left:0;
	top:130px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#people {
	position:fixed;
	left:0;
	top:170px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#research {
	position:fixed;
	left:0;
	top:210px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#seminars {
	position:fixed;
	left:0;
	top:250px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#applications {
	position:fixed;
	left:0;
	top:290px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#links {
	position:fixed;
	left:0;
	top:330px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#findus {
	position:fixed;
	left:0;
	top:370px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#scrollimg {
    background-repeat: no-repeat;
    background-position: center;
	text-shadow: -1px -1px 0 #000,
		     1px -1px 0 #000,
		     -1px 1px 0 #000,
		     1px 1px 0 #000;
	z-index:1;
	position:absolute;
	top:130px;
	background-color:rgb(0,0,0);
	height:400px;
	width:100%;
	color:rgb(255,255,255);
}
#scrollimg #ttitle {
	position:absolute;	
	top:20px;
	font-size:20pt;
	font-weight:bold;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
#scrollimg #tstitle {
	font-size:12pt;
	font-style:italic;
}
#scrollimg #tt {
	font-family:Verdana,sans-serif;
	position:absolute;
	width:100%;	
	height:200px;
	margin-top:230px;
	padding:0 10px;
	text-align:right;
	box-sizing:border-box;
}
#imgback {
    z-index:0;
    position:absolute;
    top:100px;
    height:430px;
    width:100%;
    background:rgb(0,0,0);
}
.de {
	background-image:url(/~ppzphy7/images/dark_energy_really_small.jpg);
}
.dm {
	background-image:url(/~ppzphy7/images/dark_matter_really_small.jpg);
}
.mod {
    background-image:url(/~ppzphy7/images/modified_gravity_really_small.png);
}
.cmb {
	background-image:url(/~ppzphy7/images/cmb_really_small.jpg);
}
.lab {
    background-image:url(/~ppzphy7/images/lab_really_small.jpg);
}
.ft {
	background-image:url(/~ppzphy7/images/field_theory_really_small.jpg);
}
.inf {
	background-image:url(/~ppzphy7/images/inflation_really_small.jpg);
}
#top{
        margin-top:10px;
        float:left;
        width:100%;
        font-weight:bold;
}
#events{
	position:absolute;
	top:550px;
        height:auto;
        width:90%;
	background:rgba(6,84,52,0.2);
        padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#news{
	position:absolute;
	top:1150px;
        height:auto;
        width:90%;
	background:rgba(11,186,0,0.2);
        padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#pub {
	position:absolute;
	top:850px;
	height:auto;
	background:rgba(0,145,77,0.2);
	width:90%;
	padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#extra {
	position:absolute;
	top:820px;
	height:auto;
	background:rgba(6,84,52,0.2);
	width:90%;
	padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#bottom {
   	position:absolute;
	top:1000px;
	height:20px;
	background:rgb(255,255,255);
	width:100%;
	margin-left:0%;
}
#three {
      display:none;
}
table{
    table-layout:fixed;
	padding:10px 0;
}
td {
	padding:5px 0;
    padding-right:5px;
}
#reveal {
  display:none;
}
.box {
    padding: 10px;
    border: solid 1px #555;
    background-color: rgb(255,255,255);
    width: 150px;
    max-width:400px;
    margin: 0 auto;
}
.lifted-corners {
    box-shadow: 0px 10px 8px rgba(0,0,0,0.6);
    position: relative;
	margin-bottom:20px;
}
.lifted-corners:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0px;
    background-image: radial-gradient(center bottom, ellipse farthest-side, rgb(180, 180, 180) 80%, rgba(180, 180, 180, 0) 100%);
}
#bigemail {
    display:none;
}
#wrap {
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;
    -ms-word-break:break-all;
}
}

@media (max-width:910px) and (min-width:500px) {
body {
	font-family:Verdana,sans-serif;
	color:rgb(100,100,100);
	height:100%;
	width:100%;
}
a {
	text-decoration: underline;
	color:rgb(100,100,100)
}
#white {
	color:rgb(255,255,255);
}
#menu{
	z-index:10;
	position:fixed;
	margin-top:0;
	margin-left:0;
	height:100px;
	background:rgb(0,145,77);
	width:100%;
	padding:0;
}
#menu img {
	position:fixed;
	padding:13px 20px;
}
#menu h {
	width:100px;
	position:fixed;
	color:rgb(255,255,255);
	font-size:13pt;
	padding:16px 0;
	left:210px;
	font-weight:bold;
}
#menu button {
	position:fixed;
	right:50px;
	height:100px;
	background:rgb(0,145,77);
	border:none;
	box-shadow:none;
	font-family:Verdana,sans-serif;
	color:rgb(255,255,255);
	font-size:12pt;
}
#menu #gather {
	float:right;
	margin-right:20px;
}
#menu #gather a{
	color:rgb(100,100,100);
	display:none;
        text-decoration:none;
        font-size:12pt;
	background:rgb(255,255,255);
}
#home {
	position:fixed;
	left:0;
	top:100px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px
}
#people {
	position:fixed;
	left:0;
	top:140px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px
}
#research {
	position:fixed;
	left:0;
	top:180px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#seminars {
	position:fixed;
	left:0;
	top:220px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#applications {
	position:fixed;
	left:0;
	top:260px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#links {
	position:fixed;
	left:0;
	top:300px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#findus {
	position:fixed;
	left:0;
	top:340px;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}
#scrollimg {
	background-repeat: no-repeat;
    background-position: center;
	text-shadow: -1px -1px 0 #000,
		     1px -1px 0 #000,
		     -1px 1px 0 #000,
		     1px 1px 0 #000;
	z-index:1;
	position:absolute;
	top:100px;
	height:400px;
	width:100%;
	color:rgb(255,255,255);
}
#scrollimg #ttitle {
	position:absolute;	
	top:20px;
	margin-left:30px;
	font-size:20pt;
	font-weight:bold;
	width:45%;
}
#scrollimg #tstitle {
	font-size:12pt;
	font-style:italic;
}
#scrollimg #tt {
	font-family:Verdana,sans-serif;
	position:absolute;
	width:300px;	
	height:200px;
	margin-top:250px;
	right:30px;
	text-align:right;
}
#imgback {
    z-index:1;
    position:absolute;
    top:100px;
    height:400px;
    width:100%;
    background:rgb(0,0,0);
}
.de {
	background-image:url(/~ppzphy7/images/dark_energy_small.jpg);
}
.dm {
	background-image:url(/~ppzphy7/images/dark_matter_small.jpg);
}
.mod {
    background-image:url(/~ppzphy7/images/modified_gravity_small.png);
}
.cmb {
	background-image:url(/~ppzphy7/images/cmb_small.jpg);
}
.lab {
    background-image:url(/~ppzphy7/images/lab_small.jpg);
}
.ft {
	background-image:url(/~ppzphy7/images/field_theory_small.jpg);
}
.inf {
	background-image:url(/~ppzphy7/images/inflation_small.jpg);
}
#top{
        margin-top:10px;
        float:left;
        width:100%;
	font-weight:bold;
}
#events{
	position:absolute;
	top:520px;
        height:auto;
        width:90%;
	background:rgba(6,84,52,0.2);
        padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#news{
	position:absolute;
	top:1120px;
        height:auto;
        width:90%;
	background:rgba(11,186,0,0.2);
        padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#pub {
	position:absolute;
	top:820px;
	height:auto;
	background:rgba(0,145,77,0.2);
	width:90%;
	padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#extra {
	position:absolute;
	top:820px;
	height:auto;
	background:rgba(6,84,52,0.2);
	width:90%;
	padding:0 10px;
	margin-left:5%;
	box-sizing:border-box;
}
#bottom {
   	position:absolute;
	top:1000px;
	height:20px;
	background:rgb(255,255,255);
	width:100%;
	margin-left:0%;
}
.h{
  overflow:visible;
  white-space:nowrap;
}
#en {
    display:none;
}
table{
	padding:10px 0;
}
td {
	padding:5px 0;
    padding-right:10px;
}
#reveal {
  display:none;
}
a:hover + #reveal {
  display:block;
}
.box {
    padding: 10px;
    border: solid 1px #555;
    background-color: rgb(255,255,255);
    width: 150px;
    max-width:400px;
    margin: 0 auto;
}
.lifted-corners {
    box-shadow: 0px 10px 8px rgba(0,0,0,0.6);
    position: relative;
	margin-bottom:20px;
}
 
.lifted-corners:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0px;
    background-image: radial-gradient(center bottom, ellipse farthest-side, rgb(180, 180, 180) 80%, rgba(180, 180, 180, 0) 100%);
}
#smallemail {
    display:none;
}
}

@media (min-width:910px) {
body{
	font-family: Verdana,sans-serif;
	color:rgb(100,100,100);
	height:100%;
	width:100%;
}
button{
	display:none;
}
#menu{
	z-index:10;
	position:fixed;
	margin-top:0;
	margin-left:0;
	height:100px;
	background:rgb(0,145,77);
	width:100%;
	padding:0;
}
#menu img {
	position:fixed;
	padding:13px 20px;
}
#menu h {
	width:100px;
	position:fixed;
	color:rgb(255,255,255);
	font-size:13pt;
	padding:16px 0;
	left:210px;
	font-weight:bold;
}
#menu #gather {
	float:right;
	margin-right:20px;
}
#menu #gather a{
        color:rgb(255,255,255);
	line-height:100px;
        text-decoration:none;
	text-align:left;
        font-size:12pt;
	padding:0 10px;
}
#imgback {
	z-index:1;
	position:absolute;
	top:100px;
	height:400px;
	width:100%;
	background:rgb(0,0,0);
}
#scrollimg {
	background-repeat: no-repeat;
    background-position: center;
	text-shadow: -1px -1px 0 #000,
		     1px -1px 0 #000,
		     -1px 1px 0 #000,
		     1px 1px 0 #000;
	z-index:1;
	position:absolute;
	top:100px;
	height:400px;
	width:100%;
	color:rgb(255,255,255);
}
#scrollimg #ttitle {
	position:absolute;	
	top:20px;
	margin-left:30px;
	font-size:20pt;
	font-weight:bold;
	width:45%;
}
#scrollimg #tstitle {
	font-size:12pt;
	font-style:italic;
}
#scrollimg #tt {
	font-family:Verdana,sans-serif;
	position:absolute;
	width:300px;	
	height:200px;
	margin-top:250px;
	right:30px;
	text-align:right;
}
.de {
	background-image:url(/~ppzphy7/images/dark_energy.jpg);
}
.dm {
	background-image:url(/~ppzphy7/images/dark_matter.jpg);
}
.mod {
    background-image:url(/~ppzphy7/images/modified_gravity.png);
}
.cmb {
	background-image:url(/~ppzphy7/images/cmb.jpg);
}
.lab {
    background-image:url(/~ppzphy7/images/lab.jpg);
}
.ft {
	background-image:url(/~ppzphy7/images/field_theory.jpg);
}
.inf {
	background-image:url(/~ppzphy7/images/inflation.jpg);
}
a {
	text-decoration: underline;
	color:rgb(100,100,100)
}
#white {
	color:rgb(255,255,255);
}
#events{
	position:absolute;
	top:520px;
        height:auto;
        width:45.5%;
	background:rgba(6,84,52,0.2);
        padding:0 10px;
	margin-left:3%;
	box-sizing:border-box;
}
table{
	padding:10px 0;
}
td {
	padding:5px 0;
    padding-right:10px;
}
#top{
        margin-top:10px;
        float:left;
        width:100%;
	font-weight:bold;
}
#news{
	position:absolute;
	top:520px;
        height:auto;
        width:45.5%;
	background:rgba(11,186,0,0.2);
        padding:0 10px;
	margin-left:51.5%;
	box-sizing:border-box;
}
#pub {
	position:absolute;
	top:820px;
	height:auto;
	background:rgba(0,145,77,0.2);
	width:45.5%;
	padding:0 10px;
	margin-left:3%;
	box-sizing:border-box;
}
#extra {
	position:absolute;
	top:820px;
	height:auto;
	background:rgba(6,84,52,0.2);
	width:45.5%;
	padding:0 10px;
	margin-left:51.5%;
	box-sizing:border-box;
}
#bottom {
   	position:absolute;
	top:1000px;
	height:20px;
	background:rgb(255,255,255);
	width:100%;
	margin-left:0%;
}
#en {
  display:none;
  
}
#reveal {
  display:none;
}
a:hover + #reveal {
  display:block;
}
.box {
    padding: 10px;
    border: solid 1px #555;
    background-color: rgb(255,255,255);
    width:150px;
    max-width:400px;
    margin: 0 auto;
}
.lifted-corners {
    box-shadow: 0px 10px 8px rgba(0,0,0,0.6);
    position: relative;
	margin-bottom:20px;
}
 
.lifted-corners:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0px;
    background-image: radial-gradient(center bottom, ellipse farthest-side, rgb(180, 180, 180) 80%, rgba(180, 180, 180, 0) 100%);
}
#smallemail {
    display:none;
}
}


