/* kdev.us */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #FFFFFF;
	font: normal 0.75em sans-serif,Lucida Sans Unicode;
	margin: 20px 0;
	text-align: center;
	font-weight:lighter;
}

ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #FFFFFF;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font: normal 1.6em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}


/* header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #FFFF;
	float: left;    font-family: Lucida Sans Unicode;
	font-weight: bolder ;
	font-size: 1.9em;
	font-variant:small-caps;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu2 a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-top: 1px solid #1A1A1A;
	color: #FFFF;
	float: left;    font-family: Lucida Sans Unicode;
	font-weight: bolder ;
	font-size: 1.2em;
	font-variant:small-caps;
	padding-top: 4px;
	width: 90px; height: 36px;
	height: 25px;
	text-indent:5px;
	}
	.altex  {
	color: #FFFF;    font-family: Lucida Sans Unicode;
	font-weight: bolder ;
	font-size: 1.5em;
	font-variant:small-caps;
	text-indent:5px;
	}
	.altoo  {
	color: #FFFF;    font-family: Lucida Sans Unicode;
	font-size: 1.3em;
	text-indent:15px;
	}
	.altre  {
	color: #FFFF;    font-family: Lucida Sans Unicode;
	font-size: 1.2em;
	text-indent:1px;
	text-align:left;

	}
	.altq  {
	color: #FFFF;    font-family: Lucida Sans Unicode;
	font-size: 14px;
	}
	.xtext {
	color: #FFFF;    
	font-family: Lucida Sans Unicode;
	font-style: normal;
	font-style: bold;
	font-size: 1.0em;
	}
	.desx {
	color: #white;    font-family: Lucida Sans Unicode;
	font-size: 16px;

	}
  @font-face {    font-family: Lucida Sans Unicode;
    font-style:  normal;
    font-weight: 700;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #888;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;    font-family: Lucida Sans Unicode;
}
.content h1 {
	color: #888;    font-family: Lucida Sans Unicode;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #888;
	padding: 5px;
} 

