html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-family:inherit;vertical-align:baseline;}

body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;vertical-align:middle;}
caption,th,td{text-align:left;vertical-align:middle;}

q,blockquote{quotes:"" "";}

q:before,q:after,blockquote:before,blockquote:after{content:"";}

a img{border:none;}

body {
    margin-top: 150px;
    margin-bottom: 40px;
    padding-right:20px;
    font-size: 13px;
    font-family: serif;
    width:2100px;
}

section, article {
    display: block;
}

#cases {
    padding-right:20px;
}

article {
    float: left;
    margin-left: 16px;
    line-height: 1.2;
    border-bottom: 32px solid transparent;
	width: 480px;
}

img {
    display: block;
    margin-bottom: 8px;
}

h1 {
    font-weight: bold;
}

h1, p {
    margin-left: 8px;
}

a {
    text-decoration: none;
    color: #888;
}

img {
	height: 320px;
}

.pdf-status {
    margin-top: 1em;
}

.pdf-status.running {
    opacity: 1;
    -webkit-animation: running 500ms ease-in-out 0 infinite alternate;
}

@-webkit-keyframes running {
    0% {
        color: rgba(0,0,0,1);
    }
    100% {
        color: rgba(0,0,0,.2);
    }
}

.upcoming {
	width:480px;
	height:318px;
	border:1px dashed black;
    margin-bottom: 8px;
    margin-right:2px;
}

.torrent {
	width:60px;
	height:60px;
	
	margin: 130px auto;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#777777')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#777777');

	//background: -moz-linear-gradient(top, #7d7e7d 0%, #000 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#000)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top, #7d7e7d 0%,#000 100%);

	border: 2px solid #000;

	background-color:#000;
	
	font-size: 13px;
    font-family: 'Arial', sans;
    font-weight:bold;
    color:#fff;
}

.torrent:hover {
	cursor:pointer;
}

#torrentlist {
	width:480px;
	overflow:hidden;
}

#torrentlist ul {
	width:480px;
	font-size: 12px;
    font-family: serif;
    border-top: 1px solid #efefef;
    margin-top:3px;
}

#torrentlist ul li {
	padding: 6px 0px 10px 8px;
}

#torrentlist ul li.highlight {
	background-color:#efefef;
}

#torrentlist a {
	color:#000;
}

#torrentlist a:hover {
	text-decoration:underline;
}

.torrentindex {
	display:block;
	font-size: 8px;
	margin: 4px 0 0 0;
}

#label {
	display:block;
	width:106px;
	float:left;
	margin:16px 0 0 12px;
}

.torrent img {
	width:48px;
	height:48px;
	margin: 6px 0 0 6px;
}