@import "reset.css";
html {
	overflow-y: scroll;
}
body {
	background: #EBEBEB url('../images/background.jpg') repeat-x top center;
}
img {
    border: none !important;
}
#hk-skyline {
	background-image: url('../images/skyline_backround.png');
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #FFF url('../images/top.png') no-repeat top left;
	
}


/* Header
-------------------------------------------------------------- */
#hk-header {
	position: relative;
}
#hk-header * {
	margin: 0;
	padding: 0;
}
#hk-header #hk-seachbox {
	position: absolute;
	top: 5px;
	right: 0;
}
#hk-header input {
	margin-left: 5px;
	padding: 2px;
}
#hk-header .button {
	background-color: #FAFAFA;
	padding: 1px;
	color: #666;
	border: solid 1px #CCC;
}
#hk-header .button:hover {
	border-color: #333;
	color: #333;
}
#hk-header #hk-page-title {
	border-top:5px solid #B62A2F;
	background: #f00 url('../images/header.png') no-repeat scroll bottom left;
	color:#FFF;
	border-left: solid 1px #dabebe;
	border-right: solid 1px #dabebe;
	height:120px;
	position:relative;
	font-family:"Georgia",serif;
	font-style:italic;
	font-weight:normal;
	font-size: 38px;
	line-height: 40px;
	clear: both;
}

/* Navigation
-------------------------------------------------------------- */
#hk-navigation {
	float: right;
	width: 620px;
	padding-top: 20px;
}
#hk-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	margin-left: -15px;
	text-align: right;
}
#hk-navigation ul li.level1 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
	margin: 40px 0px 0 0px;
	*margin: 40px 3px 0 3px;
}
#hk-navigation ul li.level1 a {
	background-color: #ffbebe;
	color: #9b0001;
	display: block;
	height: 24px;
	line-height: 22px;
	padding: 0 10px;
	text-decoration: none;
	font-family:"Lucida Grande",sans-serif;
	font-size:12px;
	font-weight:bold;
	border: solid 1px #ee716f;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#hk-navigation ul li.level1 a:hover {
	background-color: #fe9903;
	color: #FFF;
}

#hk-navigation ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	padding: 0;
	margin: 0;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	margin-left: -1px;
	width: 150px;
}

#hk-navigation ul ul li.level2 .li a {
	display: block;
	font-size: 11px;
	height: auto;
	line-height: 20px;
	padding-bottom: 1px;
	margin: 0;
	color: #ffe8e8;
	font-weight: normal;
	background-color: #B62A2F;
	border: none;
     -moz-border-radius: 0px; /* FF1+ */
  -webkit-border-radius: 0px; /* Saf3+, Chrome */
          border-radius: 0px; /* Opera 10.5, IE 9 */
}

#hk-navigation ul ul li.level2 .li a:hover {
	color: #FFF;
	background-color: #901d1b;
}

/* Post Content
-------------------------------------------------------------- */
#hk-main {
	float: left;
	width: 700px;
	overflow: hidden;
	padding: 0 10px 0 9px;
	border-left: solid 1px #DDD;
	background-color: #FFF;
}
#hk-main a {
	color: #444;
}
#hk-main a:hover {
	color: #111184;
}

/* Table of content */
#hk-content h1 {
	background: #FFF url('../images/icon.png') no-repeat center left;
	text-indent: 38px;
}
#hk-content h1 a {
	
}
#hk-content div.toc {
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	*margin-top: 20px;
}
#hk-content #toc__header {
	background-color: #FFF;
	border: #4E5368 solid 1px;
	padding: 5px 10px;
	margin: 0;
}
#hk-content #toc__inside {
	background-color: #FFF;
	margin-top: 1px;
	border: #4E5368 solid 1px;
}
#hk-content p {
	margin-bottom: 1.5em;
}

#hk-content table.inline {
	background-color: #fff;
	border-spacing: 0px;
	border-collapse: collapse;
}
#hk-content table.inline th {
	padding: 5px;
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
}
#hk-content table.inline td {
	padding: 5px;
	border: 1px solid #8cacbb;
}

#hk-page-info {
	margin-top: 50px;
	font-size: 12px;
	text-align: right;
}
#hk-page-actions .button {
	float: right;
	margin-left: 5px;
}
#hk-page-actions input.button {
	font-size: 11px;
	background-color: #FFF;
	color: #999;
	border: solid 1px #EEE;
}
#hk-page-actions input.button:hover {
	border-color: #CCC;
	color: #666;
	cursor: pointer;
}
/* Sidebar 
-------------------------------------------------------------- */
#hk-sidebar {
	width: 220px;
	float: right;
	padding: 0 9px 0px 10px;
	background-color: #FFF;
	border-right: solid 1px #DDD;
}
#hk-sidebar h5 {
	background-color: red;
	color: white;
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
	font-size: 13px;
	padding: 2px;
	text-indent: 10px;
     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */

}
#hk-sidebar h5 a, #hk-sidebar h5 a:hover {
	background-color: red;
	color: white;
	text-transform: capitalize;
}
#hk-sidebar .level5 {
  margin-top: -5px;
}
#hk-sidebar a {
	text-decoration: none;
	border: none;
	color: #111184;
}
#hk-sidebar a:hover {
	background-color: #ffe151;
	color: #111184;
}
#hk-sidebar #hk-wiki-actions {
	margin-top: 1em;
}
#hk-sidebar #hk-wiki-actions a { 
	color: #999;
	display: block;
	float: right;
	clear: both;
	font-size: 11px;
}
#hk-sidebar #hk-wiki-actions a:hover {
	color: #000;
	background-color: #EEE;
}

/* Footer
-------------------------------------------------------------- */
#hk-footer {
	clear: both;
	overflow: hidden;
	background-color: red;
	padding: 10px;
  border-top: solid 10px #FFF;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-bottom-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-bottom-radius: 5px;
}
#hk-footer p {
	float: left;
	color: white;
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
	font-size: 14px;
	margin: 0;
}
#hk-footer p a {
	color: #FFF;
}
#hk-footer #hk-wiki-actions {
	float: right;
}
#hk-footer #hk-wiki-actions .button {
	float: right;
	margin-left: 5px;
}

.mediacenter {
    border: none !important;
}

