﻿body
{
	font-size: 12px;
	font-family: Verdana;
	background-color: black;
	color: #ffffff;
	background-image: url(images/jambg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

::-moz-selection
{
	background: darkgray;
	color: #7aa62f;
}

::selection {
	background:darkgray;
	color:#7aa62f;
}

code::-moz-selection {
	background: #535353;
	color:#9dd63c;
}

code::selection {
	background: #535353;
	color:#9dd63c;
}

a:link, a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: silver;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a:hover, a:active, a:focus
{
	color: red;
}


#container {
	background: url(img/page_bg.gif) top right repeat-y;
	width: 250px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: url(img/header.gif) top right no-repeat;
	height: 78px;
}

#content {
	background: url(img/page_bottom.gif) bottom right no-repeat;
	padding: 0 10px 25px 33px;
}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

p b{
	color: #4FA3DA;
	font-weight: bold;
	font-size: 1.1em;
}

p i {
	font-size: 1.1em;
	font-style: normal;
	color: #7AA62F;
}

b.date {
	color: #535353;
	margin-left: 5px;
}

a.big {
	font-size: 1.1em;
}

code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	background: #EBEBEB;
	color: #535353;
}

code b {
	color: #4fa3da;
	font-weight: normal;
}

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

li {
	margin-top: 4px;
}

div.wrapper {
	background-color: #EBEBEB;
}

code.long {
	display: block;
	padding: 3px;
	margin: 0 4px;
}

a.demo {
	-moz-outline-style: none;
	display: block;
	height: 12px;
	width: 38px;
	float: left;
	background: url(img/demo.gif) top left no-repeat;
	margin-right: 2px;
	cursor: pointer;
}

#content div {
	margin: 0;
	padding: 0;
	height: 306px;
}

.stretcher
{
	background: black;
	
}

.copy {
	border-right: silver thin solid; 
	border-top: silver thin solid; 
	border-left: silver thin solid; 
	border-bottom: silver thin solid; 
	width: 768px; 
	background-color: black;
}

.maindiv {
	float: right;
	margin-top: 9px;
	margin-right: -6px;
	display: block;
	width: 600px;
	height: 14px;
	background: url(img/copy.gif) top left no-repeat;
}

.copy:hover {
	background-position: bottom left;
}

.copy span {
	display: none;
}
