@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(http://www.checkowski.com/images/bg_streak_alt.jpg);
	background-repeat:repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	
	margin:0px;
}

#qt_page_content {
	position:absolute;
	text-align:center;
}

.qt-post {
	width:640px;
}

.qt-title {
	font-size:30px;
	font-weight:bold;
	letter-spacing:-.05em;
	color:white;
	
	margin-top:10px;
	text-align:left;
	clear:both;
}


.qt-title a {
	color:white;
	text-decoration:none;
}

.qt-title a:hover {
	color:white;
}

.qt-subtitle {
	font-size:17px;
	font-weight:bold;
	letter-spacing:-.05em;
	color:white;
	
	margin-top:10px;
	text-align:left;
	clear:both;
}


.qt-subtitle a {
	color:white;
	text-decoration:none;
}

.qt-subtitle a:hover {
	color:white;
}

.qt-menu {
	color:white;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-.05em;
	
	text-align:left;
}

.qt-menu a {
	color:#336699;
	text-decoration:none;
}

.qt-menu a:hover {
	
	color:#FC0;
}

.reel-title {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-.05em;
	color:white;
	
	margin-top:10px;
	text-align:center;
	clear:both;
	
}

.reel-title a {
	color:white;
	text-decoration:none;
	
}

.reel-title a:hover {
	color:#FC0;
}

.reel-subtitle {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-.05em;
	color:#336699;
	text-align:center;
	clear:both;	
}

.project {
	text-align:center;
	padding-top:5px;
	padding-bottom:20px;
}

.project img {
	border:none;
}

.project .title {
	font-size:14px;
	color:white;
	font-weight:bold;
	letter-spacing:-.03em;
	text-align:center;
	
}

.project .subtitle {
	font-size:12px;
	color:#336699;
	font-weight:normal;
	letter-spacing:-.03em;
	text-align:center;
	
}