/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #444444;
	font-size: 13px;
	background-image: url(../images/background.png);
	background-position: top;
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .8);
}

a {
	color: #555555;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

img {
	border: none;
	outline: none;
	display: block;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

p.last {
	margin-bottom: 20px;
}

#container {
	width: 600px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}

#player {
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .7);
        
        box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .7);
}

#left {
	width: 400px;
	float: left;
	margin-top: 110px;
}

#right {
	width: 419px;
	float: right;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #999999;
}

#right #video {
	margin-bottom: 20px;
}

#right #content {
	width: 290px;
	float: left;
}

#right #content p.last {
	margin-bottom: 25px;
}

#right #progress {
	float: right;
	display: inline;
}

#right #progress img {
	display: inline;
}

#footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
}

.form_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#give {
	display: none;
}

.donate {
	background: #52b152; /* Old browsers */
	background: -moz-linear-gradient(top,  #52b152 0%, #008a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52b152), color-stop(100%,#008a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52b152 0%,#008a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52b152 0%,#008a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52b152 0%,#008a00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52b152 0%,#008a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	text-shadow: none;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	position: relative;
	top: -8px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

.donate:hover {
	text-decoration: none;
}



