html {
  background: url(images/pph.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

h1 {
  font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 2em;
	color: red;
  margin: 10px 10px 0;
}

h1 a {
	text-decoration: none;
	color: red;
}

h2 {
  font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 2em;
	color: #000;
  margin: 10px 10px 0;
}

h3 {
  font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #000;
  margin: 10px 10px 0;
  text-align: left;
}

h4 {
  font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
	color: red;
  margin: 10px 10px 10px 10px;
  text-align: center;
}

h5 {
  font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
	color: #808080;
  margin: 10px 10px 10px 10px;
  text-align: center;
}

p {
  font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #000;
  margin: 0px 10px 0px 15px;
}

blockquote {
  font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #001;
    font-style:italic;
  margin: 0px 30px;
}

showdate {
  font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #001;
  margin: 0px 10px;
}

largetype {
  font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #001;
}

imgborder {
   padding:1px;
   border:1px solid #000;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
  margin: 0px 10px 0px 0px;
}

.quot {
  font-size: 1.6em;
	font-family: Georgia, Garamond, serif;
	color: #808080;
  margin: 10px 10px 10px 40px;
}


img {
  margin: 10px;
}

iframe {
  margin: 10px 20px 10px 10px;
}

#header {
  position: absolute;
  font-size: 0.8em;
  top: 10px;
  right: 10px;
}

p a {
	color: #990033;
}

h4 a {
	color: #990033;
}

h5 a {
	color: #990033;
}

caption, tfoot, thead, th, tr, td {
	border: 1px solid black;
}

strong { font-weight: bold; }

.list P {
  font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
	color: #BA0000;
  margin-top: 5px;
  text-align: left;
}



.tablehide tr {
	border: 0;
}
.tablehide td {
	border: 0;
}

.tableshow tr {
  border-color: #848484;
}
.tableshow td {
  border-color: #848484;
}

table {
  margin-left: 10px;
	border-collapse: collapse;
}

/*************************/
/*       wrapper         */
/*************************/

#wrapper { 
  width: 880px;
  margin: 0 auto;
  background-color:#fff;
  position: relative;
}


/*************************/
/*       content         */
/*************************/

#content {
  font-size: 0.75em;
  position: relative;
  margin: 30px 0px 0px 0px;
  width: 600px;
  line-height: 1.5em;
  float: left;
  /* border: 1px solid red; */
}

#content li{
  margin: 0px 0px 0px 30px;
}

#content h2 {
	font-size: 1.5em;
	color: red;
	font-weight: normal;
}

#content h3 {
	font-size: 1.2em;
	color: red;
	font-weight: normal;
}

#content img {
	/* float: left; */
    /* border: 1px solid black; */
	/* margin-right: 15px; */
}

#content p a:hover {
	color: #000;
}

#content h4 a:hover {
	color: #000;
}

#content h5 a:hover {
	color: #000;
}

#content form {  
  padding: 20px;  
}

#lcontent {
  float: left;
  width: 360px;
  /* border: 1px solid blue; */
}

#rcontent {
  float: right;
  width: 220px;
  /* border: 1px solid green; */
}

.imgright {
  float: right;
}

.imgright h4{
  clear: both;
}

.imgright h5{
  clear: both;
}

.cast {
  float: left;
  width: 130px;
}


/*************************/
/*       button          */
/*************************/

.btn {
  display: block;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #d93434;
  padding: 5px 20px 5px 20px;
  margin: 20px 5px 5px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #a1a1a1;
  text-decoration: none;
  cursor: pointer;
}

.spacer {
  margin: 10px 30px;
  text-align: center;
  /* border: 1px solid red; */
}

#calbtn {
  display: inline;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #d93434;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px 0px 15px 5px;
}


/*************************/
/*         menu          */
/*************************/

/* remove the bullets, padding and margins from the lists */
#menu {
	position: absolute;
	top: 90px;
	right: 0px;
  font-size: 1.6em;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  width: 860px;
  background:#808080;
  }

#menu ul{
  list-style-type:none;
  padding:0;
  margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
  float:left;
  position:relative;
  z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
  position:absolute;
  border-collapse:collapse;
  z-index:80;
  left:-1px;
  top:25px;
}

/* style all the links */
#menu a, #menu :visited {
  display:block;
  font-size:0.5em;
  width:160px;
  padding:7px 0;
  color:#fff;
  background: #808080;
  text-decoration:none;
  margin-right:1px;
  text-align:center;
}
/* style the links hover */
#menu :hover{
  color:#444;
  background:silver;
}

/* hide the sub level links */
#menu ul ul {
  visibility:hidden;
  position:absolute;
  width:149px;
  height:0;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
  visibility:visible;
}

/*************************/
/*        sidebar        */
/*************************/

#sidebar {
  font-size: 0.75em;
  position: relative;
  width: 260px;
  float: right;
  line-height: 1.3em;
}
#sidebar h2 {
	font-weight: bold;
	padding: 7px;
	color: #000;
	margin: 45px 10px 10px 0px;
	border: 1px solid #808080;
	text-transform: uppercase;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  -ms-border-radius:  10px; 
  -o-border-radius:  10px; 
  border-radius:  10px; 
  border-width:  3px; 
	font-size: 1.1em;
    border-color: #e60000;
}
#sidebar p {
	padding-bottom: 1em;
}
#sidebar p a {
	color: #990033;
}
#sidebar p a:hover {
	color: #000;
}

/*************************/
/*        footer         */
/*************************/

#footer p {
	clear: both;
	position: relative;
	font-size: 0.7em;
	background-color: #808080;
	margin: 15px 10px 10px 10px;
	padding: 10px;
	color: #fff;
	text-align: center;
}

/*************************/
/*        tooltip        */
/*************************/

#tt {position:absolute; display:block; background:url(tooltip/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(tooltip/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(tooltip/images/tt_bottom.gif) top right no-repeat; overflow:hidden}
