body {
	font: 82.5% "Myriad Pro", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #4d1d2c;
	margin: 1em;
}

noscript {
	text-align: center;
	width: 1000px;
}

noscript p {
	background: #88a404;
	padding: 1em;
}

a:link, a:visited {
	text-decoration: none;
	color: #88a404;
	font-weight: bold;
}

em {
	color: #ccc;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-top: 2em;
	color: #FFF;
	background: #4d1d2c;
	padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.icon {
	margin-right: 1em;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.note {
	background: #FF0;
	padding: 1em;
}

#main {
	margin: 0 auto;
	background: #FFF;
	width: 1000px;
	padding: 1em;
	overflow: auto;
}

#title {
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #999;
}

.clips {
	width: 1000px;
	clear: both;
	margin: 0;
}

#stills {
	clear: both;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	float: left;
	margin: 0 2.5em;
	width: 176px;
}

ul li p.hd, ul li p.sd {
	float: right;
	display: inline;
	color: #fff;
	padding: 0.35em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}

ul li p.hd {
	background: #88a404;
}

ul li p.sd {
	background: #444;
}

ul li p {
	margin-top: 2px;
	text-align: justify;
}

ul li img {
	margin: 0.5em 1em 0.5em 0;
	border: 8px solid #FFF;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul li img:hover {
	-webkit-transform: rotate(-5deg) scale(1.2,1.2);
	-moz-transform: rotate(-5deg) scale(1.2,1.2);
	-o-transform: rotate(-5deg) scale(1.2,1.2);
	transform: rotate(-5deg) scale(1.2,1.2);
}
