html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
}

h1.head {
  display: block;
  height: 161px;
  background: url(images/rapscript_header.jpg) no-repeat;
}

h1 span, h2 span, #language-switch span, #tellfriends span {
  display:none;
}

h2.head {
  text-align: right;
  margin-top: -50px;
}

/*********** Language Switch ***********/

#language-switch .en{
  background-image: url("images/flag_en.gif");
}

#language-switch .de{
  background-image: url("images/flag_de.gif");
}

#language-switch .es{
  background-image: url("images/flag_es.gif");
}

#language-switch .fr{
  background-image: url("images/flag_fr.gif");
}

#language-switch {
  -moz-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  -webkit-transform:rotate(3deg);
  -khtml-transform:rotate(3deg);
  transform:rotate(3deg);
  padding:0;
  position:absolute;
  right:-69px;
  top:232px;
  width:85px;
}

#language-switch li, #tellfriends li{
  list-style: none;
}

#language-switch a{
  width: 73px;
  height: 75px;
  display: block;
  margin: 6px;
  background-position: right;
  -moz-box-shadow: 0 0 6px grey;
  -o-box-shadow: 0 0 6px grey;
  -webkit-box-shadow: 0 0 6px grey;
  -khtml-box-shadow: 0 0 6px grey;
  box-shadow: 0 0 6px grey;
}

#language-switch a:hover, #language-switch a.active{
  background-position: left;
}

/*********** Tell your friends ***********/

#tellfriends .post-on-twitter{
  background-image: url("images/twitter.png");
}

#tellfriends .post-on-facebook{
  background-image: url("images/facebook.png");
}

#tellfriends .post-on-myspace{
  background-image: url("images/myspace.png");
}

#tellfriends {
  padding:0;
  position:absolute;
  right:-58px;
  top:2em;
  width:50px;
}

#tellfriends a{
  width: 48px;
  height: 48px;
  display: block;
  margin: 6px;
}

/*********** Page ***********/

#page {
  width: 810px;
  margin: 0 auto 4em;
  position: relative;
}

#player {
  position: relative;
  width: 800px;
  height: 450px;
  text-align: center;
  border: solid 5px #000000;
  margin-top:2em;
  background-color: white;
  overflow: hidden;
  -moz-border-radius:17px 17px 17px 17px;
  -o-border-radius:17px 17px 17px 17px;
  -webkit-border-radius:17px 17px 17px 17px;
  -khtml-border-radius:17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;
}

#player iframe {
  width: 100%;
  height: 100%;
  border-style: none;
  overflow: hidden;
}

#welcometext{
  width:400px;
  text-align: justify;
  float: left;
  position: relative;
}

#twitter_div{
  margin-bottom:1em
}

#twitter_div > a{
  float:right;
}

#twitter_update_list{
  list-style:none;
  padding:0;
}

#twitter_update_list li{
  padding: .6em 0;
}

#twitter_update_list li:hover{
  background-color: #F7F7F7;
}

#twitter_update_list li a{
  display:block;
  color:grey;
}

img {
  float: right;
}

a,img {
  border: none;
}

#comments {
  width: 44%;
  float: right;
  background-color: #CCCCCC;
  margin: 2em 0 1em 1em;
  padding: 1em;
  display: none;
}

#right-side {
  text-align: left;
  width: 335px;
  float: right;
}

#right-side object,
#right-side iframe{
  -moz-box-shadow: 0 0 30px grey;
  -khtml-box-shadow: 0 0 30px grey;
  -o-box-shadow: 0 0 30px grey;
  -webkit-box-shadow: 0 0 30px grey;
  box-shadow: 0 0 30px grey;
}

.guestbook{
  width: 400px;
  float: left;
}

.guestbook_form label {
  display: block;
  font-size: 85%;
  color: grey;
  margin: 0.75em 0 0.5em 0;
}

.guestbook_form img {
  float: left;
  margin: 0.5em 0.5em 0 0;
}

.guestbook_form textarea {
  width: 100%;
  border: 1px dashed grey;
}

#comm_name{
  width: 100%;
  border: 1px dashed grey;
}

#comm_entries {
  padding: 0;
  margin: 0;
  border-top:1px dashed grey;
}

#comm_entries li{
  border-bottom:1px dashed grey;
  list-style:none outside none;
  padding:0.6em 0;
}
#comm_entries li:hover{
  background-color: #F7F7F7;
}

.rs-comment-content{
}

.rs-comment-meta{
  color:gray;
  display:block;
  font-size:85%;
}

#scriptinaction {
  margin-top: 1em;
}

#scriptinaction p {
  font-size: 85%;
}
