/* EMBEDDED */



/* ELEMENTS */

* {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

html, body {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #4d4d4d;
  background-color: #020202;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

img {
  border: none;
}

p {
	font-size: 14px;
	line-height: 160%;
}

a,
a:link,
a:visited,
a:focus,
a:active {
  color: #4d4d4d;
  text-decoration: underline;
}

a:hover {
	background-color: #00ff80;
}

p a:hover {
	text-decoration: underline;
}

table {
  border: none;
  border-collapse : collapse;
}

table td, table th {
  padding : 0;
}

ul {
  list-style-type: none;
}

/* OBJECTS */

div#intro,
div#news {
	width: 100%;
  height: 100%;
	float: left;
	clear: both;
}

div.center {
	width: 1000px;
	margin: 0px auto;
}

div#intro table,
div#intro td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

a.logo {
	width: 815px;
	height: 110px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background-image: url(img/bg_intro.png);
	background-repeat: no-repeat;
	background-position: top center;
}

a.logo:hover {
  background-color: transparent;
}

a.arrow-down {
	width: 64px;
	height: 64px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background-image: url(img/bg_arrow-down.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 120px;
}

a.arrow-down:hover {
	background-color: transparent;
	background-position: bottom center;
}

div.video-list {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}

div.video-item {
  width: 320px;
  margin: 20px 5px;
  display: inline-block;
}

span.video-title {
  font-weight: bold;
  color: #ffffff;
}

div.news-stream {
	width: 100%;
  float: left;
  clear: both;
    margin-top: 100px;
}

div.dpSocialTimeline_layout,
div.dpSocialTimeline_divider {
	display: none;
}

div.dpSocialTimeline_item {
	width: 300px !important;
	padding: 10px;
	margin: 5px;
	text-align: left;
	background-color: #ffffff;
}

div.dpSocialTimelineContent {
	width: 300px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.dpSocialTimelineContent a.img_link {
	width: 310px;
	margin: -5px 0px 0px -5px;
	display: block;
}

div.dpSocialTimelineContentFoot {
	width: 300px;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px 3px 10px;
	margin: 0px 0px -10px -10px;
	background-color: #00ff80;
}

div.news-stream-follow {
	width: 100%;
	float: left;
	clear: both;
	margin: 50px 0px;
	font-size: 46px;

}

div.news-stream-follow a {
	color: #ffffff;
	text-decoration: none;
}

div.news-stream-follow a:hover {
	color: #00ff80;
	text-decoration: underline;
	background-color: transparent;
}
