/* CSS for Lecter.org */

body
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc9900;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.hor
{
	margin-top: 0;
	margin-bottom: 0;
}

small { font-size: 14px; }

h1
{
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
	margin: 0;
	text-shadow: #9B6800 3px 4px 4px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
	margin: 0;
}

a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
}

#imgborder
{
	border: 1px solid #cc9900;
	padding: 0px;
	hover: border: 1px solid #FFC800;
}

.title
{
font-size: 12px;
}
.bigtitle
{
font-size: 18px;
}
.date
{
font-size: 14px;
}
.comment
{
font-size: 12px;
text-align: left;
}

.iptc
{
	font-size: 8px;
	color: #cc9900;
}

.exif
{
	font-size: 8px;
	color: #cc9900;
}

.tableborder
{
	border-color: #cc9900;
	border-width: thin;
	border-style: solid;
	margin: 10pt;
	padding: 0;
	background-color: #222222;
	text-align: center;
}

form { margin: 0; }

#wrapper
{
	width: 600px;
	margin: 0 auto;
}

#tophead
{
	clear: both;
	padding: 8px;
	border: 1px solid #cc9900;
	width: 581px;
	margin-left: 0 auto;
	background-color: #222222;
}

#leftcol
{
	float: left;
	width: 200px;
}

#centercol
{
	float: left;
	width: 200px;
}

#rightcol
{
	float: left;
	width: 200px;
}

.leftcolumn
{
	margin: 0 auto;
	padding: 8px;
}

.centercolumn
{
	margin: 0 auto;
	padding: 8px;
}

.rightcolumn
{
	margin: 0 auto;
	padding: 8px;
}

#menu
{
	font-size: 18px;
	position: fixed;
	bottom: 8px;
	left: 8px;
}

#footer
{
	position: fixed;
	bottom: 8px;
	right: 8px;
}

#counter
{
	position: absolute;
	bottom: -25px;
	border: 1px solid #cc9900;
	padding: 0px;
	cursor: crosshair;
	left: 47%;
}
