@charset "utf-8";
@import url("sidebar.css");
/* CSS Document */


.font
{
}

body,td,th
{
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans Unicode", serif;
	color: silver;
	text-align: left;
}

body
{
	background-image: url(tech-diagonal.png), url(tech.png);
	background-repeat: repeat-x, repeat;

	margin: 20px;
	line-height: 1.2;
}

body strong,th
{
	color: #C4C4A1;
}

body li
{
	padding-bottom: 7px;	
}

h1
{
	font-size: 36px;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.9);
	color: #2C9129;
}

h2
{
	padding-top: 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	color: #299166;
}

a
{
	text-decoration: none;
	color: #0D82FF;
}

/*a:visited
{
	color: #64E324;
}*/

code
{
	margin-left: 3px;
	margin-right: 3px;
	font-size: 97%;
}

pre
{
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #7B95A6;
	
	background-color: #131313;
	padding: 5px;
	border: 1px solid #333;
	border-radius: 7px;
}

.warning-box
{
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 16px;
	
	background-color: #6C1C1C;
	padding: 5px;
	border: 1px solid #333;
	border-radius: 7px;
}

.code-keyword
{
	font-weight: bold;
	color: #339DD6;
	/*color: crimson;*/
	/*color: #179681;*/
}

.code-comment
{
	color: #85BA73;
}

.code-string
{
	color: darkviolet;
}

span.important
{
	font-weight: bold;
	color: #C00;
	/*font-variant: small-caps;*/
}

span.blue
{
	font-weight: bold;
	color: #2952CC;	
}

span.green
{
	font-weight: bold;
	color: #2E8A5C;	
}

span.grey
{
	font-weight: bold;
	color: gray;	
}

