﻿/* 	-- CSS for SixBulletsMovie.com by Jon Kline	-- 
	-- This is the default.CSS encoded UTF-8	--
*/

body
	{
	background-color: #000000;
	color: #dddddd;
	font-family: verdana, arial, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}

h1
	{
	color: #990000;
	margin-bottom: 1px;
	font-family: "Lucida Console", raavi, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

h2
	{
	color: #990000;
	margin-bottom: 1px;
	margin-top: 3px;
	font-family: "Lucida Console", raavi, verdana, arial, sans-serif;
	font-size: medium;
	}

h3
	{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Console", raavi, verdana, arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	font-size:10pt;
	}

h4
	{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 1px;
	}

h5
	{
	font-size: 10pt;
	font-color: #333333;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
code
	{
	font-size: 8pt;
	letter-spacing: 0em;
	}

.floatleft
	{
	float: left;	
	margin: 3px;
	}

.nofloat
	{
	float: none;
	}

.floatright
	{
	float: right;
	margin: 3px;
	}

a:link
	{
	color: #dddddd;
	}

a:visited 
	{
	color: #dddddd;
	}

a:hover 
	{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	}

a:active 
	{
	color: #ffffff;
	}

#logo
	{
	float: none;
	padding-right: 200px;
	padding-left: 200px;
	border: 0px solid black;
	}
#logo:hover
	{
	border: 0px solid black;
	}
	
#plain
	{
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #ffffff;
	}

#plain:hover
	{
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #ffffff;
	}

.footer
	{
	text-align: right;
	vertical-align: bottom;
	height: 2em;	
	}

.bottom
	{
	text-align: right;
	vertical-align: bottom;
	font-size: xx-small;
	width: 14em;
	background-color: #222222;
	opacity: .75;
	filter: alpha(opacity=75)
	}

.header
	{
	text-decoration: none;
	color: #ff0000
	}

.main
	{
	height: 100%;
	width: 800px;
	background-image: url(../images/sixbullets_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: bottom left;
	font-size: x-small;
	}

.navbar
	{
	vertical-align: top;
	filter: alpha(opacity=80);
	opacity: .80;
	height: 3em;
	padding: 1px;
	margin: 0px;
	}
#top
	{
	height: 90px;
	text-align: left;
	}

#center
	{
	vertical-align: top;
	text-align: left;
	letter-spacing: 0em;
	padding: 0px;
	}

#updates
	{
	vertical-align: top;
	height: 2em;
	}

.right
	{
	background-color: #222222;
	vertical-align: top;
	text-align: right;
	font-size:10pt;
	}

table
	{
	table-layout: fixed;
	}
.one
	{
	width: 180px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	}
.two
	{
	width: 580px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.three
	{
	width: 200px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.four
	{
	width: 200px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.inset
	{
	opacity: .75;
	filter: alpha(opacity=75);
	background-color: #222222;
	font-size:xx-small;
	padding: 0;
	margin: 0;
	}

input
	{
	font-size: 8pt;
	}

#bottom
	{
	text-align:left;
	position: absolute;
	left: 660px;
	width: 160px;
	font-size: 8pt;
	vertical-align:bottom;
	}
ul
	{
	margin:0px;
	padding:10px;
	}
ul>li
	{
	list-style:none;
	}


/* --end CSS-- */