/*  CSS layout and menu bar: thanks to CSSplay for free templates   */

body {
	background-color: #020202;
	color: #ddd;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 16px;
	color:#FFBF00
}

h3 {
	font-size: 18px;
	color:#fff;
}

h4 {
	font-size: 16px;
	color:#FFBF00
}


p, ol {
	line-height: 180%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a{
	color: #FFBF00
}

a:hover {
	color: #FFFFFF;
}

a img{
	border-style: none;
}

/* Header */
#header {
	background: url("layout/header.png") repeat-x left top;
	vertical-align: bottom;
	height: 179px;
	min-width:960px;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #FFB71C;
	font-size: 44px;
}

#header p {
	padding: 65px 0 0 10px;
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	min-width:960px;
	margin: 0 auto;
}

/* Content */
#contenta{
	float: left;
	min-width: 300px;
	margin: 0;
	margin-bottom: 30px;
}

#content {
	float: left;
	width: 78%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#cont {
	text-align:center;
}

.post {
	padding: 20px 0px 0 0px;
}

.posta {
	font-size:16px;
}

.postb {
	margin-left:15px;
	font-size:14px;
}

.postc {
	margin-left:30px;
	font-size:12px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

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

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0F0F0F;
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left: 0px;
	width: 200px;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	background: url("layout/knightSidebar.png") no-repeat;
	/*border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/

}

#sidebar ul {
	margin: 0;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0px 0px 0px;
}

#sidebar li li {
	/*border-bottom: 1px dotted #363B3F;
	background: url(graphics/img03.gif) no-repeat 0px 40%;*/
	padding: 0 0 0px 5px;
}

#sidebar h2 {
	margin-left: 2px;
	height: 25px;
	padding: 5px 0px 0px 13px;
	background: url(graphics/sidebarHBG.png) left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#sidebar h2 a {
	background: url(graphics/img03.gif) no-repeat left 50%;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}

#line {
	clear: both;
	height: 40px;
	width: 500px;
	margin: 0 auto;
	border-top: 5px solid #999999;
	text-align: center;
}

#linea {
	clear: both;
	height: 20px;
	width: 500px;
	margin: 0 auto;
	border-top: 2px solid #999999;
}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	background: #222;
}

#footer p {
	padding-top: 40px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

/* Robot Class */
.robot{
	border-bottom: 3px groove #999999;
	min-height:320px;
}

.robot2{
	border-bottom: 3px groove #999999;
}

.robot img{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.robot ul{
	line-height: 180%;
}

/* Side Navigation */

.menu {
  text-align:left;
  position:relative;
  padding-bottom:10px;
  }
.menu a, .menu a:visited {
  display:block;
  padding-left:5px;
  padding-right:5px;
  }

.menu a span {
  display:none;
  }
.menu a:hover span.left,
.menu a:hover span.right {
  display:block;
  position:absolute;
  height:0;
  width:0;
  overflow:hidden;
  }

/*Top Navigation*/
#menuBG{
	background:url(graphics/menubg.png) repeat-x;
	min-width:960px;
}

#menu2 {
	padding:0;
	margin:0 auto;
	list-style:none;
	height:28px;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	background:url(layout/knightMenu.png) no-repeat;
	border-bottom:1px solid #fff;
	border-top:3px solid #000;
	min-width:960px;
	}

#menu2 li.top {
	display:block;
	float:left;
	z-index: 0;
	}

#menu2 li a.top_link {
	display:block;
	height:25px;
	float: left;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	padding:0 20px 0 10px;
	color:#fff;
	text-decoration:none;
	z-index: 100;
	}

#menu2 li a.top_link:hover {
	color:#FFBF00;
	border-color:#FFBF00;
	}

#menu2 li:hover > a.top_link {
	color:#FFBF00;
	border-color:#FFBF00
	}

#menu2 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu2 a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
	}

#menu2 a {
	z-index:200;
}
#menu2 li:hover {
	position:relative;
	z-index:200;
	}

/* keep the 'next' level invisible by placing it off screen. */
#menu2 ul,
#menu2 :hover ul ul,
#menu2 :hover ul :hover ul ul,
#menu2 :hover ul :hover ul :hover ul ul,
#menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}

#menu2 :hover ul.sub {
	left:0;
	top:25px;
	white-space:nowrap;
	width:120px;
	height:auto;
	z-index:300;
	padding-top:5px;
	background:url(navgraph/trans.gif);
	}

#menu2 :hover ul.sub li {
	display:block;
	float:left;
	width:100%;
	height:25px;
	}

#menu2 :hover ul.sub li span {
	display:block;
	height:25px;
	float:left;
	width:90px;
	font-weight:normal;
	}

#menu2 :hover ul.sub li b {
	display:block;
	height:25px;
	float:left;
	width:30px;
	font-weight:normal;
	}

#menu2 :hover ul.sub li a {
	display:block;
	position:relative;
	font-size:12px;
	height:25px;
	width:120px;
	margin-right:-30px;
	line-height:25px;
	text-indent:10px;
	color:#fff;
	text-decoration:none;
	background:url(navgraph/trans.gif);
	}



#menu2 :hover ul.sub li span a:hover {
	color:#FFBF00
	}

#menu2 :hover ul.sub li:hover > span a {
	color:#FFBF00
	}

#menu2 :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul :hover ul :hover ul{
	left:115px;
	top:0;
	white-space:nowrap;
	width:120px;
	z-index:400;
	height:auto;
	}

#menu2 :hover ul.wide {
	width:150px;
	}

#menu2 :hover ul.wide li span {
	width:120px;
	}

#menu2 :hover ul.wide li a {
	width:150px;
	}

#menu2 :hover ul.narrow {
	width:90px;
	}

#menu2 :hover ul.narrow li span {
	width:60px;
	}

#menu2 :hover ul.narrow li a {
	width:90px;
	}

#menu2 :hover ul.narrow :hover ul,
#menu2 :hover ul :hover ul.narrow :hover ul,
#menu2 :hover ul :hover ul :hover ul.narrow :hover ul,
#menu2 :hover ul :hover ul :hover ul :hover ul.narrow :hover ul{
	left:85px;
	}

#menu2 li > span {
	background: url(navgraph/tab-midleft.png);
	}

#menu2 li > b {
	background: url(navgraph/tab-midright.png)	}


#menu2 li.fly > b {
	background: url(navgraph/tab-midright-sub.png)	}

#menu2 li.subtop > span,
#menu2 li.flytop > span {
	background:url(navgraph/tab-topleft.png);
	}

#menu2 li.subtop > b {
	background:url(navgraph/tab-topright.png);
	}

#menu2 li.flytop > b {
	background:url(navgraph/tab-topright-sub.png);
	}

#menu2 li.subbot > span,
#menu2 li.flybot > span {
	height:35px;
	background:url(navgraph/tab-botleft.png);
	}

#menu2 li.subbot > b {
	height:35px;
	background:url(navgraph/tab-botright.png);
	}

#menu2 li.flybot > b {
	height:35px;
	background:url(navgraph/tab-botright-sub.png);
	}