/* main definitions */

html,body	{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../img/layout/bg_body.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 100%;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

div#main	{
	background-color:#242424;
	background-image: url(../img/layout/bg_content.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
	margin: 75px 15% 0px;
	min-height: 87%;
	min-width: 630px;
}

div#header	{
	background-image: url(../img/layout/bg_header.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 130px;
	color: #ffffff;
	font-weight: bolder;
}

div#date_header {
	position: relative;
	text-align: right;
	top: 60px;
	padding-right: 15px;
}

div#menu	{
	font-size: 10px;
	font-weight: bolder;
	position: relative;
	text-align: center;
	top: 80px;
}

a.menu			{ color: #242424; }
a.menu_select	{ color: #ff0000; }
a.menu:hover	{ color: #ffffff; }

div#content	{
	color: #ffffff;
	height: 65%;
	padding: 20px 5%;
}

div#footer {
	color: #242424; 
	height: 25px;
	text-align: center; 
	font-size: 9px;
}

img.thumb {	
	border: 2px solid #ffffff; 
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}
img.thumb:hover {	border: 2px solid #ff0000; }

img#logo {
	position: absolute;
	margin-top: -35px;
	margin-left: 15px;
	z-index: 50;
}

/* Pages */

div#title	{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0px;
}

div#subtitle	{
	color: #8b8b8b;
	font-size: 12px;
	font-style: italic;
	margin: 10px 15px 20px;
}

div#updates	{
	padding-left: 20px;
	padding-bottom: 15px;
}

div.descr	{
	height: 50px;
	position: relative;
	left: 60px;
	top: -60px;
	margin-bottom: -40px;
}

div.news	{
	margin-top: 10px;
}

div.date	{
	color: #ffffff;
	width: 100px;
	background-image: url(../img/layout/void.gif);
}

div.line	{
	background-image: url(../img/layout/line.gif);
	background-position: center;
	background-repeat: repeat-x;
	height:14px;
	width: 90%;
}

div#counter {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

/* About Me */

div#about	{
	margin: 15px 50px;
}

td.left	{
	color: #FF0000;
	font-weight: bold;
}

td.right	{
	padding-left: 15px;
}

/* Guestbook */

body#sign	{
	color: #ffffff;
	background-color: #242424;
	background-image: url(../img/layout/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow: hidden;
}

form#signForm	{
	padding-top: 25px;
	background-image: url(../img/layout/bg_content.gif);
	background-position: top;
	background-repeat: repeat-x;
}

div.entry	{
	margin-bottom: 20px;
}

div.author	{
	color: #FF0000;
	font-weight: bold;
	margin-right: 15px;
	float: left;
}

div.comment	{
	margin: 5px 0px 20px 15px;
}

div.label	{
	float: left;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	width: 95px;
	text-align: right;
	padding-right: 10px;
}

#author	{
	background-color: #000000;
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 222px;
	height: 19px; 
}

#comment	{
	background-color: #000000;
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 400px;
	height: 170px; 
}

.open	{
	width: 121px;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	vertical-align: middle;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#submit	{
	width: 100px;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	vertical-align: middle;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	float: left;
	margin-left: 130px;
}

#reset {
	width: 100px;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	vertical-align: middle;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	float: right;
	margin-right: 130px;
}

/* Raven */

div.issue	{
	float: left;
	text-align: center;
	width: 100px;
}

label	{ display: block; }

.issue a { color: #fffff; }

.issue img { border: 2px solid #ffffff; }


/* Error Pages */

div.error {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

/* Links */

dt a { font-weight: bold; }

/* lightbox stuff */

#lightbox{
	background-color:#000000;
	padding: 10px;
	border: 1px solid #FFFFFF;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: -8px; right: 5px; width: 15px; height: 15px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/layout/overlay.png); z-index: 100; }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/layout/overlay.png", sizingMethod="scale");
}
