html,body {
	height: 100%;
	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 {
	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);
	transform:rotate(3deg);
	padding:0;
	position:absolute;
	right:-69px;
	top:232px;
	width:85px;
}

#language-switch 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;
	box-shadow: 0 0 6px grey;
}

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

/*********** 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;
	-moz-border-radius:2%;
	-o-border-radius:2%;
	-webkit-border-radius:2%;
	border-radius:2%;
}

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

#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{
	-moz-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%;
}