*, :after, :before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  color: #7E7E7E;
  background: url(/public/img/base/background_top.png) no-repeat center top;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #049EC5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
.clearfix {
  *display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.fb_button {
  background-color: #5f78ab;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  border: 1px solid #29447e;
  padding:3px 10px;
  border-radius: 4px;
}

/* header */

#header {
  width: 810px;
  margin: 76px auto 0;
}

@media (min-width: 1024px) {
  #header {
    width: 960px;
  }
}

#logo {
  float: left;
  margin-bottom: 20px;
}
#logo a {
  display: block;
  width: 218px;
  height: 92px;
  background: url(/public/img/base/logo.gif) no-repeat;
  text-indent: -3000px;
}
#advertise {
  float: right;
  width: 500px;
  height: 90px;
}

#menu {
  clear: both;
  height: 31px;
  padding: 0 15px;
  background: #c6e6ee;
  border-radius: 9px;
  margin-bottom: 20px;
}

#tabbar {

}
#tabbar li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

#tabbar li a {
  display: block;
  width: 105px;
  height: 31px;
  text-indent: -3000px;
  background-image: url(/public/img/menu/menu.png);
  overflow:hidden;
}

#home_tab a{    background-position:0 0;}
#home_tab a:hover {    background-position:-80px 0;}
#home_tab .select {    background-position:-40px 0;}

#home_tab a{    background-position:0 0;}
#home_tab a:hover {    background-position:0 -80px;}
#home_tab .select {    background-position:0 -40px;}

#signup_tab a{    background-position:-120px 0;}
#signup_tab a:hover {    background-position:-120px -80px;}
#signup_tab .select {    background-position:-120px -40px;}

#myshows_tab a{    background-position:-240px 0;}
#myshows_tab a:hover {    background-position:-240px -80px;}
#myshows_tab .select {    background-position:-240px -40px;}

#explore_tab a{    background-position:-360px 0;}
#explore_tab a:hover {    background-position:-360px -80px;}
#explore_tab .select {    background-position:-360px -40px;}

#creators_tab a{    background-position:-480px 0;}
#creators_tab a:hover {    background-position:-480px -80px;}
#creators_tab .select {    background-position:-480px -40px;}

#navigation {
  float: right;
  font-size: 13px;
  padding-top: 7px;
  width: 318px;
  overflow: hidden;
  white-space: nowrap;
  text-align:right;
}

/* contents */

#contents_bg {
  width: 100%;
  background: url(/public/img/base/background_bottom.png) no-repeat center bottom;
}
#contents {
  width: 810px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #contents {
    width: 960px;
  }
}

#contents_body {
  padding: 35px 50px 45px;
  background: #fff;
  background: #fff url(/public/img/base/contents_bg.png) repeat-x bottom;
  background: linear-gradient(to top, #efefef 15px, #fff 263px);
  border-radius: 15px;
}

/* common parts */
.alert {
  color: #C09853;
  line-height: 135%;
  margin: 1em 0;
  padding: 8px 35px 8px 14px;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px;
}
.alert p{
  maring:1em 0;
}

/* footer */

.adsense {
  width:810px;
  margin: 10px auto;
  padding:30px 0;
  text-align: center;
  background-color:#FFFFFF;
  border-radius:15px;
}

@media (min-width: 1024px) {
  .adsense {
    width: 960px;
  }
}

#footer {
  width: 810px;
  margin: 20px auto 0;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}
#footer p {
  font-size: 13px;
  margin-bottom: 10px;
}
