/* BASIC STYLES */
*
{
  font-size: 100.01%;
  line-height: 1.2;
}
html, body
{
  height: 100%;
}
body
{
  font-family: "Times New Roman", Georgia, "New Century Schoolbook", serif;
  color: #111;
  text-align: center;
  background: #fff;
}
html, body,
h1, h2, h3, h4, h5,
div, p, span, 
ul, ol, li
{
  padding: 0;
  margin: 0;
}
img
{
  border: none;
}
#container
{
  text-align: left;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
body > #container
{
  height: auto;
  min-height: 100%;
}
.clear
{
  clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 1px;
  display: block;
}
#w
{
  margin: 0 auto;
  width: 960px;
  height: 20px;
}
#pic
{
  width: 358px;
  height: 224px;
  position: absolute;
  bottom: 40px;
  right: 0;
  background: transparent url(../img/logo_nii.jpg) right bottom no-repeat;
}

/* HEADER */
#header
{
  font-size: .5em;
  width: 100%;
  height: 120px;
  position: relative;
  background: #000 url(../img/top.jpg) left top no-repeat;
}
#header h1
{
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  width: 261px;
  height: 76px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 18px;
}
#header h1 a
{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#header h1 span
{
  display: block;
  width: 261px;
  height: 76px;
  position: relative;
  padding-top: 25px;
  opacity: 0;
}
#header h1 span.over
{
  position: absolute;
  left: 3px;
  top: 5px;
  padding-top: 0;
  background: transparent url(../img/title.png) left top no-repeat;
  background-size: 254px 65px;
  opacity: 1;
}
#osu-logo
{
  position: relative;
  top: 10px;
  left: 10px;
}
#osu-logo a
{
  display: block;
  width: 83px;
  height: 98px;
  background: transparent url(../img/osu-logo.svg) no-repeat;
  background-size: 83px 98px;
  color: #ffcb3f;
  text-decoration: none;
}

/* NAV */
#nav
{
  text-transform: uppercase;
  font-size: .75em;
  width: 100%;
  padding: 12px 0;
}
#nav a
{
  color: #111;
  text-decoration: none;
  margin: 0 22px;
  display: block;
}
#nav a:hover,
#nav li.sel a
{
  color: #a75b01;
}
#nav ul
{
  padding: 0 0 0 17px;
  overflow: hidden;
  zoom: 1;
}
#nav li
{
  display: block;
  float: left;
  list-style-type: none;
  border-right: 1px solid #111;
}
#nav li.noline
{
  border: none;
}

/* CONTENT */
#content_wrap
{
  width: 960px;
  overflow: hidden;
  min-height: 380px;
}
#menu
{
  color: #111;
  font-size: .8em;
  text-transform: uppercase;
  width: 200px;
  float: left;
  margin-top: 28px;
  overflow: hidden;
}
#menu a
{
  color: #111;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#menu a:hover
{
  color: #a75b01;
  border-top: 1px solid #ffbd2c;
  border-bottom: 1px solid #ffbd2c;
}
#menu span
{
  line-height: 23px;
  display: block;
  float: left;
  width: 100%;
  padding-left: 29px;
}
#menu span.io
{
  text-transform: capitalize;
  padding-left: 0px;
  margin-top: -7px;
}
#menu a:hover span
{
  color: #a75b01;
  background: #fff8e9;
}
#menu ul
{
  width: 190px;
  margin-left: 10px;
  overflow: hidden;
  zoom: 1;
}
#menu li
{
  float: left;
  width: 100%;
  list-style-type: none;
}
#content
{
  font-size: 1.1em;
  margin-left: 212px;
  position: relative;
  z-index: 30;
  padding: 23px 60px 55px 0;
}
#content a
{
  color: #a75b01;
}
#content h2
{
  color: #a75b01;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ffbd2c;
  margin-bottom: 23px;
  padding-bottom: 6px;
}
#content ol,
#content ul
{
  padding-left: 30px;
  padding-bottom: .9em;
}
#content ul
{
  padding-left: 25px;
}
#content ol li
{
  padding-bottom: 5px;
}
#content ul li
{
  list-style-type: none;
  list-style-image: url(../img/li.jpg);
}
#content ul.event li
{
  padding-bottom: .6em;
}
#content p
{
  padding: 0 35px .9em 0;
}

/* WHEREABOUTS */
#whereabout
{
  font-size: .9em;
  color: #777;
  width: 200px;
  max-height: 350px;
  overflow: hidden;
  position: absolute;
  bottom: 58px;
  left: 10px;
}
#whereabout a
{
  text-decoration: none;
  color: #777;
}
#whereabout a:hover
{
  color: #a75b01;
}
#whereabout b
{
  font-weight: bold;
}
#whereabout div
{
  padding-bottom: 10px;
}
#whereabout p.mail
{
  padding-top: 6px;
}

/* SOTR */
#content_wrap .sotr
{
  font-size: 1em !important;
} 
#content_wrap .sotr a
{
  color: #a75b01;
  text-decoration: underline;
  background: url(../img/arr.jpg) no-repeat 100% 100%;
  margin-top: 10px;
  padding-right: 10px;
}
#content_wrap .sotr h2
{
  font-size: 1.8em;
}
#content h4
{
  color: #a75b01;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.3em;
}
#content h5
{
  font-size: 1.2em;
  padding-bottom: 22px;
  font-weight: normal;
  clear: both;
}
#content_wrap .sotr ol
{
  padding-left: 28px;
  padding-bottom: 0px !important;
}
#content .status,
#content .desc1,
#content .desc2,
#content .desc3,
#content p.link
{
  margin-left: 30px;
}
#content .status p,
#content .desc1 p, 
#content .desc2 p,
#content p.link 
{
  padding-bottom: 0;
  padding-top: 0;
}
#content p.link 
{
  padding-bottom: 7px;
}
#content p.top
{
  margin-top: 50px;
} 
#content .status
{
  padding-bottom: 15px;
}
#content .desc1
{
  padding-bottom: .9em;
}
#content .desc2
{
  padding-bottom: .9em;
}
#content .foto
{
  margin-left: 20px;
  zoom: 1;
  overflow: hidden;
  padding-bottom: 15px;
}
#content .foto p
{
  padding-bottom: 0;
}
.foto h3
{
  font-size: 1.5em;
  font-weight: normal;
  margin-left: 138px;
  padding: 9px 0 14px;
}
.foto h3 span
{
  text-transform: uppercase;
  display: block;
  line-height: 22px;
}
.foto div
{
  float: left;
  padding: 9px;
  border: 1px solid #ffbd2c;
}
.foto img
{
  display: block;
}
#content .foto p
{
  margin-left: 138px;
  padding-bottom: 0;
}
.bigfoto
{
  padding-bottom: .9em;
}
.bigfoto img
{
  display: block;
  padding: 5px;
  border: 1px solid #ffbd2c;
}

/* FOTO */
#content .photo_cont,
#content .photo_line
{
  clear: both;
  overflow: hidden;
  position: relative;
  bottom: 0px;
  padding-bottom: 20px;
  width: 730px;
}
#content .photo_line
{
  width: 530px;
}
#content .photo_cont img,
#content .photo_line img
{
  display: block;
  float: left;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #ffbd2c;
} 

/* FOOTER */
#footer
{
  color: #616161;
  text-align: left;
  height: 39px;
  width: 960px;
  overflow: hidden;
  border-top: 1px solid #d7d7d7;
  position: relative;
  z-index: 10;
  clear: both;
  margin: -40px auto 0;
}
#footer a
{
  color: #616161;
  text-decoration: none;
}
#footer a:hover
{
  color: #a75b01;
}
#footer p
{
  font-size: .7em;
  padding: 13px 0 0 10px;
}

/* For OPERA */
@media all and (-webkit-min-device-pixel-ratio:10000),
  not all and (-webkit-min-device-pixel-ratio:0) {
  body, html { height: auto; min-height: 100%; }
}