body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 20px;
	min-height: 100%;
    background-color: #393939;
    color: #c6c6be;
}

html{
	height: 100%;
}


a:link {
	color: #73a0c7;
    text-decoration: none;
}

a:visited {
	color: #73a0c7;
    text-decoration: none;
}

a:hover {
	color: #abc3d0;
	text-decoration: none;
}

a:active {
	color: #73a0c7;
    text-decoration: none;
}



.headline {
	font-size: larger;

	color: #eccf7f;
	margin-bottom: 10px;
}

.headline2 {
    color: #b3c763;
}

.category {
	margin: 0 0 0 0;
	text-align: justify;
}

.category .headline {
	font-size: large;
	margin-bottom: 5px;
	color: #eccf7f;
}

.videoframe {
	width: 300px;
	height: 165px;

	float: left;
}

.preview {
	float: left;
	font-style: italic;
	text-align: center;
	color: #999999;
	margin-right: 25px;
	font-size: small;
}

.space {
	height: 40px;
}

.space2 {
	height: 20px;
}


.smallspace {
	height: 10px;
}


.main {
	max-width: 800px
}

p {
	margin: 0px 8px 8px 0px;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradicoent(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

li {
	margin: 10px 0 15px 0;
}

ul {
    margin: 0px 0 30px 0;
}
