@charset "UTF-8";
/* CSS Document */

/* COLORS */

body {
	color:#505050;
	background-color:#fff;
}

/* BASIC */


.container {
	background-color:#fff;
}


html {
	background-color:#505050;
	}

/* HEADER */

#header {
	background-image: url('../images/header.jpg');
}

#header h1 {
	color:#eee;
}

#header h1 img {
	margin-top:10px;
}

/* MAIN */


.content {

	background-color:#fff;
}


.content h2 {
	text-align:right;
	margin-top:5px;
	color:#505050;
	clear:both;
}

.content p {
	text-align:justify;
}

/* LEFT */

#left {
	
}

/* RIGHT */

#right {
	background-color:transparent;
	}

#right a {
	text-decoration:none;
	color:#06C;
	display:block;
	padding-left:5px;
	border-left:5px solid #eee;
}

#right a:hover {
	border-left:5px solid #06C;
	border-right:5px solid #06C;
	background-color:#ccc;
}

#right ul {
	list-style:none;
	margin:0;
	padding:0;
	padding:10px 0;
	background-color:#eee;
}

#right li {
	display:block;
	background-color:#eee;
	padding:0;
}

/* FOOTER */

#footer {
	background-color:#eee;
	text-align:right;
	}
	
/* FORMS */

textarea {height:150px;}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #F37021;
}

/* TABLES */

table {
	border:1px solid #06c;
	border-top:none;
}

thead th {
	background:#06c;
	color:#eee;
}

tr:hover {
	background:#e5ecf9;
}

/* PLAYER */

#player {
	border:1px solid #06C;
	padding:1px;
	background:#ccc;
}