@charset "utf-8";

/*============================================================
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
  :title "style.css";
  :shortdesc "AUGM in OITA 2010 for Web Layout";
  :created "2009-12-09";
  :release [:revision "0.2"; :modified "2009-12-30"];
  :author [:name "K. Tsuru"] .
==============================================================*/



@import url(./ip/style.css);

:root {
  background-color: white;
  background-image: none;
}
body {
  font-family: "Lucida Grande", sans-serif;
  background: url(./images/AUGMO2010-bg.png) no-repeat top center;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
#container {
  position: relative;
  width: 960px;
  height: 960px;
  margin: 0 auto;
}

/*============================================================
  情報パネルの位置
==============================================================*/
#event { /* イベント情報パネル */
  position: absolute;
  top: 450px;
  left: 40px;
}
#about-event { /* イベント詳細パネル */
  position: absolute;
  top: 320px;
  left: 20px;
  width: 400px;
}
#boardnav { /* リストパネル */
  position: absolute;
  top: 560px;
  right: 40px;
}
#guest { /* 参加ゲストパネル */
  position: absolute;
  top: 200px;
  left: 250px;
}
#usergroups { /* 参加ユーザーグループパネル */
  position: absolute;
  top: 300px;
  left: 250px;
}
#support { /* 協賛および後援パネル */
  position: absolute;
  top: 30px;
  left: 250px;
}
#event {
  margin: 0;
  width: 300px;
  z-index: 1;
  *background-color: black;
  background-color /*\**/: black\9;
}
#event > dl {
  font-weight: normal;
}
/* !guest element */
.board {
  position: relative;
  -webkit-border-image: url(./images/guest-bg.png) 2 2 5 2;
  -moz-border-image: url(./images/guest-bg.png) 2 2 5 2;
  border-width: 2px 2px 5px 2px;
  width: 300px;
  padding: 30px 10px 20px;
  z-index: 1;
}
.board > * {
  margin-bottom: 1em;
}
.board > *:last-child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
.board h1 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: -20px;
  left: 100px;
  padding: 5px 10px;
  border: 1px solid #a3a3a2;
  -webkit-border-image: url(./ip/images/scotch-tape.png) 2 8 2 5;
  -moz-border-image: url(./ip/images/scotch-tape.png) 2 8 2 5;
  border-width: 2px 8px 2px 5px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 1px 1px white;
}
#guestlist img {
  position: absolute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#guestlist span {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  padding-left: 30px;
}
#registButton {
  clear: both;
  -moz-border-image: url(./ip/images/regist-button.png) 2 10 2 10;
  *background-color: #ccc;
  background-color /*\**/: #ccc\9;
}

dt[class*="slide"] {
  background: url(./ip/images/arrow-up-down.png) right 15px no-repeat;
}
#about-event.float-panel > h1 {
  margin-top: 0;
}
.float-panel {
  padding: 20px;
  border: solid 1px #bbb;
  width: 460px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
  -webkit-transition: -opacity 0.0s ease-out;
  -moz-transition: -opacity 0.0s ease-out;
}
.float-panel > *:not(h1) {
  margin: 1em 0;
}
.float-panel > *:last-child {
  margin-bottom: 0;
}
.show a {
  z-index: 100;
}
.float-panel > h1, #about-event > h1 {
  font-size: 22px;
  margin-left: 8px;
  margin-bottom: 1em;
}
.float-panel > ul, .listButton {
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.float-panel > ul > li:first-child, .listButton > li:first-child {
  border-top: none;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
.float-panel > ul > li:last-child, .listButton > li:last-child {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}

.listButton a {
  background-image: url(./images/list-arrow.png);
}
.button{
  background:#222 url(./images/overlay-button.png) repeat-x 0 0;
  display:inline-block;
  zoom: 1;
  *display: inline;
  padding:5px 15px 6px;
  color:#fff !important;
  font-size:13px;
  font-weight:bold;
  line-height:1;
  text-decoration:none;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
  text-shadow:0 -1px 1px rgba(0,0,0,0.25);
  border-bottom:1px solid rgba(0,0,0,0.25);
  position:relative;
  cursor:pointer;
  overflow:visible;
  width:auto
}
button::-moz-focus-inner{
  border:0;
  padding:0
}
.button:hover{
  background-color:#111;
  color:#fff
}
.button:active{
  top:1px
}
.super.button span{
  display:block;
  padding:4px 15px 6px;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  border-top:1px solid rgba(255,255,255,.2);
  line-height:1
}
.green.button{
  background-color:#91bd09;
}
.green.button:hover{
  background-color:#749a02;
}
.super.button{
  background-image:url(./images/super-button-overlay.png);
  font-size:13px;
  padding:0;
  border:1px solid rgba(0,0,0,.25);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
}
*:not(li) > a[id*="Button"] {
  float: right;
  overflow: hidden;
}
#openButton {
  margin-bottom: 10px;
  margin-right: 10px;
}
#guestlist li {
  position: relative;
}
#guestlist li em {
  position: absolute;
  top: -10px;
  left: -250px;
  width: 200px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px;
  display: none;
  background-color: rgba(0,0,0,.7);
  *background-color: black;
  background-color /*\**/: black\9;
  color: white;
  border: 3px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
  z-index: 100;
}
#footer {
  margin-bottom: 0;
}
