@CHARSET "ISO-8859-1";

/*
reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
end reset
*/

body
{
	min-width:850px;
}


h1
{
	font-weight:bold;
	font-size:32px;
	opacity:.99;
	z-index:5;
}
#logo h2
{
	font-family:"Lucida Console", Monaco, monospace;
	padding-top:12px;
	font-size:24px;
	/*color:#939393;*/
	color:rgb(255,215,0);
	z-index:5;
	opacity:.99;

}
#logo h1
{
	font-family:"Lucida Console", Monaco, monospace;
	padding-top:2px;	
	color:#d3d3d3;
}
@media (min-width : 320px)
{
body 
{ 
	font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
	background: no-repeat center center fixed;
	background-color:black; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	padding:0;
	border:0;
	margin:0;
}
}


@media (max-width : 320px)
{
body
{
	background:none;
}
}

#logo
{
	display:block;
	text-align:center;
	z-index:5;
}

#head
{
	width:100%;
	min-width:850px;
	position:absolute;
	top:0;
	left:0;
	height:120px;
	background-color:#680000;
	opacity:.8;
	float:left;
	z-index:auto;
}

#nav
{
	width:100%;
	min-width:850px;
	margin-top:16px;
  height:auto;
	text-align:center;
	padding:7px 0;
	padding-top:8px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-color:#c70029;
	border-bottom-color:#c70029;
	border-top-style:solid;
	border-bottom-style:solid;
	opacity:.99;
	z-index:5;
}

#nav a
{
  height:auto;
}

#nav li.notlast
{
	display:inline;
	padding:8px 20px;
  padding-bottom:6px;
	border-left-width:1px;
	border-style:solid;
	border-color:#c70029;
	color:white;
	z-index:5;
	opacity:.99;
  vertical-align:middle;
}
#nav li.last
{
	display:inline;
	border-left-width:1px;
	border-style:solid;
	border-color:#c70029;
	padding:6px 80px;
	z-index:5;
	opacity:.99;
}

#nav li.notlast:hover
{
	background-color:#7a0019;
}

#nav li.last:hover
{
	background:none;
}

#robnav
{
	position:relative;
	top:-14px;
	width:100%;
	min-width:840px;
	height:17px;
	text-align:center;
	margin:0;
	padding:0;
	opacity:.99;
	z-index:5;
	font-size:14px;

	
}
#robnav li
{

	display:inline;
	padding:6px 8px;
	padding-top:5px;
	border-left-width:1px;
	border-style:solid;
	border-color:#333333;
        color:white;
        z-index:5;
        opacity:.99;
}
#robnav li.first
{
	display:inline;
	border-left-width:1px;
	border-left-style:none;
	border-left-color:grey;
	z-index:5;
	opacity:.99;
}

#robnav li#sel
{
	color:rgb(255,215,0);
}

#robnav li:hover
{
	background-color:black;
}

#robnav li#sel:hover
{
	background:none;
}

#umnpos
{
	height:1px;
	width:calc(50% + 250px);
	float:left;
}

#umn
{
	float:left;
	margin-top:-120px;
	z-index:5;
	opacity:.99;
}

#left-button
{
	height:50px;
	width:50px;
	text-align:center;
	position:relative;
	top:2px;
	left:2px;
	border-radius:25px;
	background:rgba(0,0,0,.7);


}

#left-button p
{
	padding-top:12px;
	color:white;
	font-size:20px;
	font-stretch: ultra-condensed;
}

#left-button-cont
{
	clear:both;
	height:54px;
	width:54px;
	border-radius:27px;
	float:left;
	margin-top:235PX;
	margin-left:10px;
	background-color:white;
	opacity:.7;
	z-index:5;
}

#left-button:hover
{
	background:rgba(0,0,0,1);

}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid white; 
	margin-left:18px;
	margin-top:3px;
}

#right-button
{
	height:50px;
	width:50px;
	text-align:center;
	position:relative;
	top:2px;
	left:2px;
	border-radius:25px;
	background:rgba(0,0,0,.7);
	opacity:.99;
	z-index:5;

}

#right-button p
{
	padding-top:12px;
	color:white;
	font-size:20px;
	font-stretch: ultra-condensed;
	opacity:.99;
	z-index:5;
}

#right-button-cont
{
	height:54px;
	width:54px;
	border-radius:27px;
	background-color:white;
	opacity:.7;
	z-index:20;
	float:right;
	margin-top:235px;
	clear:none;
	margin-right:10px;
	z-index:5;
}

#right-button:hover
{
	background:rgba(0,0,0,1);

}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid white; 
	margin-left:21px;
	margin-top:3px;
    opacity:.99;
	z-index:5;
}


#news
{
	position:absolute;
	top:200px;
	height:auto;
	left:10%;
	width:400px;
	color:#E8E8E8;
	background: rgba(0,0,0,0.7);
	text-align:center;
	border-radius:7px;
	opacity:.99;
	z-index:1;
}

#news h2
{
	font-size:25px;
	font-weight:bold;
	padding:20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: rgb(255,215,0);
	width:300px;
	margin:0 auto;
	color:#E8E8E8;
}

#news h1
{
}

#news p#heading
{
	font-weight:bold;
	color:#E8E8E8;
}

#news p
{
	max-width:1000px;
	padding:0 20px;
	margin:6px auto;
	padding-top:10px;
	text-align:left;
	color:#E8E8E8;
}

#news a#lnk_art
{
	float:right;
	color:rgb(255,215,0);
	padding:5px;
	padding-bottom:10px;
}

#desc
{
	position:absolute;
	padding:20px 0;
	margin:auto;
	text-align:center;
	width:100%;
	min-width:850px;
	height:auto;
	color:#E8E8E8;
	background: rgba(0,0,0,0.7);
	/* border-radius:15px; */
	z-index:-2;
}
#desc h1
{
}
#desc p
{
	max-width:800px;
	min-width:800px;
	padding:0;
	margin:6px auto;
	padding-top:10px;
	color:#E8E8E8;
}
#desc a
{
	
}

#shown
{
	position:static;
	height:auto;
	bottom:0;
	padding:0;
}
#notshown
{
	position:relative;
	top:0;
	height:auto;
}
/*.descAq #notshown
{
	bottom:-985px;
}

.descAd #notshown
{
	bottom:-1605px;
}

.descEr #notshown
{
	bottom:-2480px;
}

.descEx #notshown
{
	bottom: -1058px;
}

.descuV
{
	bottom:-1955px;
}

.descHy
{
	bottom:-1420px;
}

.descLop
{
	bottom:-1790px;
}

.descUMNSc
{
	bottom:-5410px;
}*/

#round
{
	postion:absolute;
	top:10px;
	margin:0 auto;
	width:80px;
	height:80px;
	border-radius:40px;
	border-color:rgba(255,215,0,0.9);
	border-width:1px;
	border-style:solid;
	/*background-color:rgba(255,215,0,0.9);*/
	color:rgba(255,215,0,0.9);
	opacity:.99;
	z-index:-1;
}

a
{
	text-decoration:none;
}

#desc #round h2
{
	font-size:20px;
	padding-top:23px;
	font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
	text-align:center;
}

#desc #round:hover
{
	color:black;
	background-color:rgba(255,215,0,0.86);
	border-color:black;
}

#desc h3
{
	text-align:center;
	font-size:25px;
	color:#E8E8E8;
	font-weight:bold;
	padding:20px 0;
	padding-top:40px;
} 

#left-round
{
	position:absolute;
	
}
#right-round
{
	position:absolute;
}

#gallery
{
	max-width:800px;
	margin:0 auto;
}

.gal
{
	max-width:800px;
	margin:0 auto;
}

#desc #img1
{
	height:230px;
	text-align:center;
	display:inline-block;
	margin:20px;
	background-color:black;
}
#desc #img2
{
	height:230px;
	text-align:center;
	display:inline-block;
	margin:20px;
	background-color:black;
	clear:both;
}

#desc img:hover
{
	opacity:.5;
}

#desc img.gif:hover, #desc img.nobig:hover
{
	opacity:1;
}


#test
{
	position:absolute;
	width:100%;
	height:100px;
	bottom:0;
	left:0;
	opacity:.99;
	z-index:-2;
}

#spaceAd
{
	height:120px;

}

#spaceAq
{
	height:95px;
}

#spaceEr
{
	height:105px;
}

#fadrrr
{
	background-color:black;
	height:100000px;
	width:1000000px;
	excess:hide;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}

span#pub, div#publications p
{
  text-align:left;
}
p#wiki
{
  padding-top:4px;
  padding-left:6px;
}
a#wiki_link
{
  color:white;
  padding-left:6px;
}
a#wiki_link:hover
{
  color:gold;
}
a#wiki_link:active
{
  color:white;
}

