@charset "utf-8";
/* CSS Document */

.info {
	width: 1010px;
	margin: auto;
}

.image {
	float:right;
	display: block;
	height: auto;
	width: 500px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #000;
}
.tweet {
	float:right;
	display: block;
	height: auto;
	width: 494px;
	height:auto;
	background-color: #000;
	padding: 3px;
}
.tweet p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0CF;
	display: block;
	margin: 0px;
	height: 30px;
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: normal;
	padding-top: 5px;
}
.text {
	background-color: #FFF;
	display: block;
	float: left;
	width: 455px;
	color: #000;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-right-width: 2px;
	border-right-style: double;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: left;
}
.text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-decoration: underline;
}
.links {
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 0px;
	color: #09F;
	display: block;
	float: right;
	text-align: right;
	margin: 0px;
	width: 300px;
	height: auto;
}
.links ul {
	margin: 0px;
	padding: 3px;
}
.links ul li {
	list-style-type: none;
	font-size: x-large;
	text-decoration: none;
}
.links ul li a {
	text-decoration: none;
	color: #09F;
}
.links ul li a:hover {
	color: #FFF;
	text-shadow:1px 1px #000;
}
.links ul li a:clicked {
	color: #00F;
}

.video-right {
	float:right;
	display: block;
	height: auto;
	width: 480px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #000;
	background-color: #000;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

.video-right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-decoration: underline;
	color: #FFF;
}
.video-left {
	float:left;
	display: block;
	height: auto;
	width: 462px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #000;
	background-color: #000;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFF;
}

.video-left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-decoration: underline;
	color: #FFF;
}

.video-bar {
	display: block;
	height: auto;
	width: 990px;
	color: #FFF;
	background-color: #000;
	clear: both;
	float: left;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

.video-bar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-decoration: underline;
	color: #FFF;
}
