@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(/css/images/bkg.jpg) repeat-x 0 -50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #4A5157;
}
h1, h2, h3 {
	text-transform: lowercase;
	color: #292929;
}
h1 {
	letter-spacing: -1px;
	font-size: 30px;
}
h2 {
	font-size: 24px;
	color: #292929;
}
h3 {
	font-size: 13px;
	color: #292929;
}
p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #6e0000;
	text-decoration: underline;
}
img {
	border: none;
}
	/* Logo */
#logo {
	height: 97px;
	margin: 0 1em;
}
hr {
	display: none;
}
#logo h1 {
	float: left;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 25px 37px 0 10px;
}
#logo h2 {
	float: right;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding: 48px 10px 0 0;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
	/* Menu */
#menu {
	height: 50px;
	margin: 0 1em;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a, .active {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .active a, .active {
	background: #EC0000 url(/css/images/red.gif) repeat-x left bottom;
}
	/* Page */
#bg {
/*	background: url(/css/images/1.jpg) repeat-x scroll 1em 1px;*/
}
#page {
	margin: 0 1em;
}
#content {
	float: left;
	width: 100%;
}
#content h1 {
	padding-left: 33px;
	background: url(/css/images/star.gif) no-repeat left center;
	margin: 1em 0 .8em;
}
#content .content {
	padding-left: 32px;
}
	/* Posts */
.post h1.title {
	padding-left: 33px;
	background: url(/css/images/star.gif) no-repeat left center;
}
.post h2.title {
	padding-left: 33px;
	background: url(/css/images/star.gif) no-repeat left center;
	margin: 1em 0 .8em;
}
.post .title a {
	text-decoration: none;
	color: #292929;
}
.post .entry {
	padding-left: 32px;
}
.post ul, .post ol {
	margin-left: 3em;
}
.post ul {
	list-style-type: square;
}
.post ol {
	list-style-type: decimal;
}
a img.si {
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#lten {
	display: inline;
}
#la {
	float: left;
	display: inline;
	margin-right: 15px;
}
form {
	border: 1px solid #d9d9d9;
	padding: 10px;
	font-size: .8em;
}
form input {
	border: 1px solid #707070;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 120%;
}
form input.btn {
	background-color: #f00;
	padding: 2px 6px;
	color: #fff;
	margin-top: 10px;
}
#flm {
	background: url(/images/film.jpg) no-repeat;
	width: 428px;
	height: 90px;
	padding-top: 11px;
	padding-left: 34px;
	margin-bottom: 15px;
	display: inline;
	float: right;
}
.imlnks {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
	font-size: .8em;
}
.th {
	margin-right: 2px;
}
#bimg {
	border: 1px solid #d9d9d9;
	padding: 1px;
}
#ssm {
	position: relative;
	display: inline;
	right: 197px;
	bottom: 165px;
	border: 1px solid #d0d1cb;
	padding: 1px;
}
#showim {
	display: block;
	margin-top: 2em;
	margin-bottom: 1em;
}
.advrt {
	display: inline;
	float: right;
	margin-left:1em;
}
.btmlnks {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}
.btmlnks a {
	padding-right: 1.5em;
}
#bkm {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
#bkm a {
	padding-right: 4px;
}
#bkm img {
	display: inline;
}
#bgimg img {
	padding: 1px;
	border: 1px solid #b3b1b4;
}
	/* Footer */
#footer {
	padding: 2em 0;
	background: url(/css/images/b.bkg.gif) no-repeat left top;
	font-size: 12px;
}
#footer p {
	text-align: left;
	padding-left: 2em;
}