/* general elements */
body {
  margin:5px auto 10px auto;
  padding:0;
  /*background:#EEE5C8;*/
  background:white;
  font:normal .8em verdana, Geneva, Arial, Helvetica, sans-serif;
  color:black;
}
h1 {
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
}
h2 {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
}
h1, h2, .heading {
  display:block;
  margin:0;
  background:#B33B3B url('/images/bg_headings.gif') repeat-y;
  padding:3px 5px;
  font-size:.9em;
  font-weight:bold;
  text-align:center;
  color:#fffefe;
}
h1 a, h2 a, .heading a {
  color:#fffefe;
}
h2, #column_a .heading {
  font-size:.85em;
}
.heading {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}
h3 {
  margin:0;
  padding:0 0 0 5px;
  font-size:1.3em;
}
p {
  margin:0 0 .85em 0;
}
a {
  color:#B33B3B;
}
a:hover {
  text-decoration:none;
}
hr {
  height:0px;
  display:block;
  margin:2em 0;
  border:none;
  border-top:1px black dashed;
}

/* top (logo) */
#top {
  width:950px;
  margin:0 auto 6px auto;
}

/* menu (top and bottom) */
.menu {
  clear:both;
  width:948px;
  height:28px;
  background:url('/images/bg_menu.png') no-repeat;
  margin:auto;
  padding:0;
}
.menu li {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}
.menu a {
  display:block;
  width:78px;
  height:24px;
  margin:0;
  border-right:1px solid black;
  padding:2px 0;
  line-height:25px;
  font-size:.85em;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  color:#fffefe;
}
.menu a.last {
  border-right:none;
}
.menu a:hover {
  background:url('/images/bg_menu2.png') no-repeat;
}
.menu a:active {
  background:url('/images/bg_menu3.png') center repeat-x;
}

/* main (content area) */
#main {
  clear:both;
  width:948px;
  margin:auto;
  padding:4px 0;
}

/* columns */
#column_a, #column_b, #column_c {
  float:left;
  margin:0;
}
/* column a, column c */
#column_a, #column_c {
  width:150px;
  padding:0;
}
#column_a div, #column_c div {
  position:relative; /* fixes IE Peek-A-Boo bug */
  margin:0 0 15px 0;
  border:1px solid #B33B3B;
  border-top:none;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  background:#ededed;
  padding:3px; 
  font-size:.85em;
}
#column_b h2 {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}
/* column a latest studio list */
ul#latest_studios {
  margin:0;
  padding:0;
  list-style:none;
}
ul#latest_studios li {
  margin:0 0 1.2em 0;
}
/* column b */
#column_b {
  width:638px;
  padding:0 5px;
}
#column_b h1, #column_b h2, #column_b .heading {
  text-align:left;
}
#column_b h1 a, #column_b h2 a, #column_b .heading a {
  text-decoration:none;
}
#column_b div {
  margin:0;
  padding:4px;
}
#column_b div h1, #column_b div h2 {
  background:transparent;
  color:black;
}
#column_b div h1 {
  padding:0 0 15px 0;
  font-size:1.6em;
}
#column_b div h2 {
  padding:0 0 10px 0;
  font-size:1.4em;
}
#column_b div h3 {
  padding:0 0 5px 0;
}
#column_b ul {
  margin:6px 0 25px 18px;
  padding:0;
  list-style:circle;
}
#column_b li {
  padding:7px 0;
}
/* double column (width of b + c) */
#main .double {
  width:793px;
  padding:0 0 0 5px;
}
/* triple column (width of a + b + c) */
#main .triple {
  width:948px;
  padding:0;
}

/* footer (copyright etc.) */
#footer {
  clear:both;
  width:780px;
  margin:auto;
  padding:4px 0;
  font-size:.85em;
  text-align:center;
  color:#909090;
}
#footer ul {
  margin:0 0 2px 0;
  padding:0;
}
#footer li {
  display:inline;
  margin:0;
  padding:0 4px;
}
#footer a {
  color:#909090;
}
#footer a:hover {
  text-decoration:none;
}
#footer a img {
  padding-top:6px;
}

/* universal classes */
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.indent {
  margin-left:3em;
}
.clear {
  clear:both;
}
.red {
  color:red;
}
.spacer10 {
  clear:both;
  margin:0;
  height:10px;
}
.button {
  background:#B33B3B;
  margin:2px 0;
  font-size:12px;
  font-weight:bold;
  color:#fffefe;
  cursor:pointer;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}
/* if javascript is disabled, this is a class that makes the 'a' tag look like a button */
.button_noscript {
  background:#B33B3B;
  border:2px groove gray;
  padding:2px 5px;
  font-size:130%;
  font-weight:bold;
  text-decoration:none;
  color:#fffefe;
  cursor:pointer;
}
/* for inline input or select lists */
select.inline {
  font:bold 1em arial, Helvetica, sans-serif;
  margin-top:-2px;
  vertical-align:middle;
}
/* page links */
.pagelinks a {
  padding:2px;
}

#column_b .img-framed {
  clear:both;
  margin:10px auto;
  border:3px double #ddd;
  padding:10px;
}
#column_b .img-framed img {
  display:block;
  margin:auto auto 5px auto;
}
#column_b .img-framed p {
  margin-bottom:0;
  text-align:center;
}

#column_b .float-right {
  float:right;
}

.rounded-7 {
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
}
.rounded-10 {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}