/* Cord Project Styles
-------------------------------------------------- */
html {
  background-color: #000000;
}

body {
	margin: 0px;
	color:#b3b3b3;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
}

h1 {

}

#container{
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}

#watch {
	float: left;
	padding-right: 30px;

}

#content {
	padding-top: 76px;
	text-align: left;
}

.title {
	color: #ffffff;
  font-size: 2em;
}

.tinytype {
	color: #737373;
	font-size: .7em;
  line-height: 0.5em;
}

.badge {
	margin-top: 20px;
}

/* CSS for narrow screens */
@media (max-width: 640px) {


#container{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	#watch {
	float: none;
	padding-right: 0px;

}

#content {
	padding-top: 0px;
	text-align: center;
}

}


/* LINK STYLES */

a:link, a:visited, a:active{
		color: #737373;
	text-decoration: none;
}

h1 a:link{
	text-decoration: underline;
		color: #ffffff;
}


a:hover {
	color: #ffffff;
}
