/*
Theme Name: CriminalRecords
Theme URI: http://www.criminal-records.de/wordpress
Description: Theme dissection example
Version: 1.0
Author: Nils Penner
Author URI: http://www.tus2.de/
*/

html,body {
	height: 100%;
	padding:0;
	margin:0;
	font-family: Georgia;
	font-size:11px;
	background-color: #000;
}

a:link {
	font-size:13px;
	font-weight:bold;
	border-style: none;
	text-decoration: none;
	color: #D21313
}
a:visited {
	font-size:13px;
	font-weight:bold;
	border-style: none;
	text-decoration: none;
	color: #D21313
}

a:hover {
	font-size:13px;
	font-weight:bold;
	border-style: none;
	text-decoration: none;
	color: #FFFFFF
}

#page {
	background-color: #000000;
	text-align: left;
	}

#content {
	width: 600px;
	height: 100%;
	font-family: Courier New;
	color: #FFF;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	}
	
#moviecontainer {
	background-color: #FFF;
	position:fixed;
    bottom:0px;
	height: 100%;
	background-position: bottom;
	vertical-align: bottom;
}

#menu {
	text-align: right;
}

#catposts {
	font-size:13px;
}

.logo {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.movie {
	position:absolute;
	bottom:0;
	left:0;
}

.navi {
	float: left;
}

.flash {
	height:100%;
	background-color: #FFF;
	position: fixed;
	bottom: 0px;
	margin-left: 170px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 13px;
	line-height: 16px;
}

li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
h1, h2 {
	font-size: 13px;
	color: #4C91B4;
	font-weight: bold;
	}
	
#headline {
	font-size: 22px;
	color: #4C91B4;
	font-weight: bold;
	}
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.alignend {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.alignend {
	clear: right
	}
/* End Images */