/* Begin Typography & Colors */
body {
  font-size: 82%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", "Osaka", 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}

/* Begin Structure */
#page {
  postiion: relative;
  margin: 0 auto;
  padding: 0;
  width: 936px;
  text-align: left;
  color: #222222;
  background-color: #ffffff;
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/05/bgline.gif");
  background-repeat: repeat-y;
}

#header {
  width: auto;
  height: 180px; 
  margin: 0; 
  padding: 0; 
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/05/ulfes2008.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}

#header h1, #header p, #header dl {
  text-indent: -9999px;
}
#header h1 a {
  display: block;
  width: 940px;
  height: 180px;
}

#content {
  clear: both;
  float: left;
  margin: 0;
  padding: 20px 20px 20px;
  width: 560px;
  height: auto;
  min-height: 500px;
  overflow: hidden;
}

#optional {
  float: left;
  padding: 20px 20px;
  width: 155px;
  height: auto;
}

#rightside {
  float: left;
  padding: 20px 10px 0 10px;
  width: 100px;
  height: auto;

}

#sidebar {
  float: right;
  padding: 0 0 0 20px;
  width: 340px;
  height: auto;
  border-left: 1px solid #222222;
}

#footer {
  padding: 0;
  margin: 0 auto;
  width: auto;
  clear: both;
  border: none;
}

.post {
  margin: 0 0 40px;
  text-align: justify;
}

/* End Structure */

/* Site Navigatiion */
ul#sitenavigation {
  margin: 0 0 3em;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  list-style-position: outside;
  background-color: #cc0000;
}
ul#sitenavigation li {
  float: left;
  margin: 0;
}
ul#sitenavigation li a {
  display: block;
  width: 117px;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}

/* End Site Navigation */

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

hr {
  clear: both;
  display: none;
}

small {
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3, h4 {
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  text-transform: capitalize;
  margin: 0 0 5px;
}
h2 {
  font-size: 1.4em;
  color: #555555;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.4;
}
h2.vis {
  font-size: 1.4em;
  color: #cc0000;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.4;
}
h3 {
  font-size: 1.35em;
  color: #cc0000;
  margin: 1em 0 0.5em;
}
h4 {
  font-size: 1.3em;
  color: #333333;
  margin: 2em 0 0.5em;
}
h4.newstitle {
  font-size: 1.3em;
  color: #ffffff;
  background-color: #cc0000;
  margin: 0.5em 0 5px;
  padding: 2px;
}
h5 {
  font-size: 1.2em;
  color: #990000;
  margin: 0 0 5px;
}
h6 {
  font-size: 1.0em;
  color: #cc0000;
  margin: 0 0 5px;
}

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  color: #222222;
}
h2 a, h2 a:visited {
  color: #555555;
}
h3 a, h3 a:visited {
  color: #cc0000;
}
a, a:link, a:visited {
  color: #cc0000;
  text-decoration: none;
}
a:hover, h2 a:hover, h3 a:hover {
  color: #c0c0c0;
}

a img {
  border: none;
}

p.description {
  font-size: 1em;
  margin: 0 0 1em;
}

.post p {
  font-size: 1.2em;
  line-height: 1.5;
}

p.postmetadata {
  clear: both;
  color: #666666;
  font-size: 1em;
  text-transform: uppercase;
}
p.postmetadata a {
  color: #999999;
}
p.postmetadata a:hover {
  color: #ae873a;
}
.post hr {
  display: block;
}

.postmetadata {
  clear: left;
}

.alt {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
}

.commentmetadata {
  font-weight: normal;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 500px;
  margin: 1em;
}
tr {
}
th {
  border: 1px solid #666666;
  font-size: 1.1em;
  font-weight: bold;
/*
  color: #ffffff;
  background-color: #cc0000;
*/
  text-align: center;
  padding: 2px;
}
th span.tablecap {
  font-size: 10px;
  font-weight: normal;
}
td {
  border: 1px solid #c0c0c0;
  font-size: 1em;
  font-weight: normal;
  padding: 2px;
  text-align: center;
}

dl {
  margin: 0.5em 0 1em;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}
dd {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.3;
}

table.timeTable caption {
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding: 2px;
}
table.timeTable th {
  width: 165px;
}
table.normal th {
  border: 1px solid #666666;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #555555;
  text-align: center;
  padding: 2px;
}
table.on-season th {
  border: 1px solid #666666;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #cc0000;
  text-align: center;
  padding: 2px;
}


p.ticketDesc {
  font-size: 1em;
  line-height: 1.2;
}

div.ticketVendor {
  width: 470px;
  height: auto;
  margin: 1em;
  padding: 1em;
  border: 1px solid #c0c0c0;
}
div.ticketVendor h5.store {
  font-size: 1.2em;
  line-height: 1.2;
  color: #990000;
  margin: 0 0 3px;
}
dl.ticketInfo {
  margin: 1em 0 0;
}

dl.ticketInfo:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  zoom: 1;
}

dl.ticketInfo dt {
  clear: both;
  width: 130px;
  float: left;
  margin: 0 1em 0 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1em;
  color: #444444;
}
dl.ticketInfo dd {
  float: left;
  width: 300px;
  margin: 0 0 1em;
  font-size: 1.1em;
  color: #444444;
}
dl.ticketInfo dt a, dl.ticketInfo dd a {
  color: #444444;
  text-decoration: underline;
}
dl.ticketInfo dt a:hover, dl.ticketInfo dd a:hover {
  color: #cc0000;
}

#rightside, #rightside h2, #rightside h3 {
  color: #ffffff;
}

#rightside ul {
  margin: 0 0 2em;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
#rightside ul li {
  line-height: 1.2;
}

#footer {
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
  background-color: #ffffff;
}

#footer ul#support {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  text-align: center;
}
#footer ul#support li {
  display: inline;
  margin: 0 0.5em;
  line-height: 1.2;
}
#footer ul#support li.break {
  display: block;
}
#footer address {
  clear: both;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 0.8em;
  font-style: normal;
  color: #666666;
}


/* End Typography & Colors */


/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none outside;  
} 

html>body .entry li {
  margin: 0;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
  padding: 0;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul  {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

#sidebar ul li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul {
  margin: 0 0 0 10px;
}

ul ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px; 
  text-align: center;
}

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

#commentform #submit {
  margin: 0;
  float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  text-align: center;
  width: 100%;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
  
#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}


/* End Calendar */

/* Begin Images */
p img {
  padding: 0;
  line-height: 1;
  border: 1px solid #000000;
}

p.noborder img {
  padding: 0;
  line-height: 1;
  border: none;
}
p.photoLeft {
  float: left;
  width: auto;
  height: auto;
  margin-right: 1em;
  margin-bottom: 1em;
}
p.photoRight {
  float: right;
  width: auto;
  height: auto;
  margin-right: 1em;
  margin-bottom: 1em;
}

p.caption {
  font-size: 11px;
  line-height: 1.4;
  margin: 0 0 1em;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* End Images */


/* Begin Various Tags & Classes */
.center {
  text-align: center;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* flv */
ul.flv {
 margin: 0 0 2em 0;
 padding: 0 0 2em 0;
}
ul.flv:after {
 content: ".";
 display: block;
 visibility: hidden;
 height: 0.1px;
 font-size: 0.1em;
 line-height: 0;
 clear: both;
 zoom: 1;
}
ul.flv li {
 float: left;
 padding-right: 5px;
}

/* special custom layout */
div#maincontent {
  float: right;
  width: 400px;
  height: auto;
  padding-left: 10px;
  border-left: 1px solid #c0c0c0;
}
div#recentlist {
  float: left;
  width: 130px;
}
div#recentlist ul {
  margin: 2em 0 0;

  padding: 0;
  list-style-position: inside;
}
div#recentlist ul li {
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* h2 categories */

h2#post-3, h2#latest, h2#post-34, h2#post-5, h2#post-6, h2#post-8, h2#post-40, h2#special, h2#post-21, h2#post-60, h2#post-45, h2#post-77, h2#post-96, h2#post-128{
  display: block;
  width: auto;
  height: 85px;
  text-indent: -9999px;
}
h2#post-3 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-ticket.gif");
  background-repeat: no-repeat;
}
h2#latest {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-latest.gif");
  background-repeat: no-repeat;
}
h2#post-34, h2#post-60, h2#post-77, h2#post-128 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-livestage.gif");
  background-repeat: no-repeat;
}
h2#post-5 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-movie.gif");
  background-repeat: no-repeat;
}
h2#post-6 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-present.gif");
  background-repeat: no-repeat;
}
h2#post-8 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-access.gif");
  background-repeat: no-repeat;
}
h2#post-45 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-enquete.gif");
  background-repeat: no-repeat;
}
h2#special, h2#post-21, h2#post-96 {
  background-image: url("http://www.ulfes.com/2008/wp-content/uploads/2008/06/pt-special.gif");
  background-repeat: no-repeat;
}

/* spry tabbed */
.TabbedPanels {
  margin: 0 0 2em;
  padding: 0px;
  float: left;
  clear: none;
  width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
  margin: 0px;
  padding: 0px;
}

.TabbedPanelsTab {
  position: relative;
  top: 1px;
  float: left;
  padding: 4px 10px;
  margin: 0px 1px 0px 0px;
  font: bold 0.7em sans-serif;
  background-color: #DDD;
  list-style: none;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
}

.TabbedPanelsTabHover {
  background-color: #CCC;
}

.TabbedPanelsTabSelected {
  background-color: #ffffff;
  border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
  color: black;
  text-decoration: none;
}

.TabbedPanelsContentGroup {
  clear: both;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  background-color: #ffffff;
  height: 100%;
}

.TabbedPanelsContent {
  padding-left: 15px;
}

.TabbedPanelsContentVisible {
}

