@font-face {
  font-family: 'Chopin Script';
  src: url('chopin.ttf');
}
@font-face {
  font-family: 'Boris Black Box';
  src: url('boris.ttf');
}
body {
  color: white;
  background: black url('bgradient.png') repeat-x top;
  background-attachment: fixed;
  text-align: center;
  font-family: "Times New Roman", times, serif;
}
a {
  color: #cc9933;
  text-decoration: none;
}
a:visited {
  color: #cc9933;
}
a:hover {
  color: #ff9900;
}
a:active {
  color: #ffcc33;
}
img {
  border-style: none;
}
#nav {
  padding: 0px;
  margin-top: -8px;
}

#nav li a {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: -8px;
  margin-left: 4px;
  margin-right: 4px;

  line-height: 250%;
  display:inline-block;
  zoom:1;
  *display:inline;
  background: #353535 url('menushadow.png') repeat-x top;
}
#nav li a:hover {
  background-color: #252525;
  background-image: none;
  color: #ff9900;
}
#nav li a:active {
  background-color: #202020;
    background-image: none;
  color: #cc9933;
  outline: none;
}
#nav .current {
  background-color: #515151;
  background-image: none;
  color: #ff9900;
  cursor: default;
}
#nav .current:hover {
  background-color: #515151;
}
#nav ul {
list-style: none;
margin: 8px;
padding: 0px;
}
#nav li {
display: inline;
text-transform: uppercase;
}
#container {
  min-width: 800px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
}

.whitebox {
  background-color: black;
  border: 1px solid #919191;
  border-top: none;
  padding: 14px;
}
#header {
  background-color: transparent;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: left;
  cursor: pointer;
  height: 155px;
  overflow: hidden;
}
h2 {
  margin: 0px;
  font-size: 36px;
  font-weight: normal;
}
h3 {
  margin: 0px;
  font-size: 20pt;
  font-weight: normal;
}
hr {
border-style: none;
height: 20px;
background-image: url(divider.png);
background-position:  center center;
background-repeat: no-repeat;
}
#footer {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid black;
  clear:both;
  background: #303030 url('menushadow.png') repeat-x top;
}
#fader {
  height: 144px;
  font-size: 15pt;
  background-color: black;
}
.box {
  width: 100%;
  display:inline-block;
  zoom:1;
  *display:inline;
  border: 1px solid #6e6e6e;
  margin-bottom: 3px;
  vertical-align:text-top;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0px;
}
#content {
  padding-right: 260px;
  text-align: left;
  min-height: 650px;
  margin-top: 0px;
}
#rightbar {
width: 220px;
height: 70%;
float: right;
position: absolute;
top: 207px;
right: 0px;
text-align: center;
padding: 20px;
overflow: hidden;
}
.bg {
width: 100%;
height: 100%;
}
#cloudbg {
	position:absolute;
	width:100%;
	height:158px;
	top: 0px;
	z-index: -2;
	margin-left: -15px
}
#cloudbg div {
	position:absolute;
	top:0; left:0;
}
#headerphotos div {
	position:absolute;
	top:0; left:0;
}
#headerphotos {
	position:absolute;
	width:576px;
	height:158px;
	top: 0px;
	right: 0px;
	z-index: -1;
	margin-left: -15px;
	overflow: hidden;
}
#tweets {
  border: 1px solid #6e6e6e;
}
#slogan {
  font-size: 24pt;
  font-family: "Boris Black Box", "Impact", "Arial", helvetica, sans-serif;
  position: relative;
  top: -100px;
  left: 270px;
}
#productions ul {
list-style: none;
margin: 8px;
padding: 0px;
font-size: 14pt;
}
#productions .currentpp:before {
content: "> ";
}
#productions .currentpp:after {
content: " <";
}
#content img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}