* {
	font: 12px/14px arial;
	padding: 0;
	margin: 0;
	color: #FDFDFD;
}

html {
	overflow: auto;
}

body {
	width: 100%;
	background: #000;
}

a {
	outline: none;
}

ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content-wrapper {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	min-height: 100%;
}

#top {
	padding: 13px 30px;
	color: #666;
	height: 14px;
	vertical-align: middle;
}

#clock {
	float: left;
	color: #666;
}

#top-menu {
	float: right;
	color: #666;
}

#top-menu a {
	text-decoration: none;
	color: #666;
}

#top-menu a:hover {
	text-decoration: underline;
}

#header {
	height: 300px;
}

#header-img {
	height: 296px;
	width: 676px;
	border: 2px solid #1D1D1D;
	float: left;
	background: url(image/header/1.jpg);
}

#header-logo {
	height: 296px;
	width: 296px;
	border: 2px solid #243512;
	float: left;
	background: url(image/header/logo.jpg);
}

#menu {
	height: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	height: 20px;
}

#menu li {
	float: left;
	padding: 0 15px;
	height: 20px;
}

#menu a {
	text-decoration: none;
	font: italic bold 1.5em/1.5em arial;
	color: #bbb;
	outline: 0;
	height: 20px;
	display: block;
}

#menu a:first-child {
	padding: 0;
}

#menu a:hover {
	color: #5F932C;
}

#content {
	float: left;
	width: 620px;
	min-height: 400px;
	border: 2px solid #181818;
	background: #1D1D1D;
	padding: 28px;
	color: #868686;
	margin-bottom:40px;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 28px;
	min-height: 400px;
	border: 2px solid #181818;
	background: #141414;
	margin-bottom:40px;
}

#footer {
	position:fixed;
	left:0;
	bottom:0px;
	text-align:center;
	padding: 13px 30px;
	color: #666;
	width: 100%;
	background-color:black;
}

#footer a {
	text-decoration: none;
	color: #B7B7B7;
}

#footer a:hover {
	text-decoration: underline;
}

#content h2 {
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #3A4C52;
	margin-bottom: 2px;
}

#content h2 + small {
	display: block;
	margin-bottom: 10px;
}

#content h2 a {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	/* color: #0061B0; */
	/* color: #DFDA00; */
	color: #F29200;
	font-style: italic;
}

#content .post h2 a:hover {
	text-decoration: underline;
}

#content .entry h2 {
	border: 0;
	margin-bottom: 10px;
}

#content ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* The Menu */
#menu ul {
	height: inherit;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	position: relative;
	height: 20px;
	float: left;
	border-right: 1px solid black;
}

#menu ul li a {
	height: inherit;
	display: block;
	padding: 0 5px;
	cursor: pointer;
	background: black;
	white-space: nowrap;
}

#menu ul ul {
	top: 20px;
	left: 15px;
	visibility: hidden;
	position: absolute;
	height: auto;
	border: 1px solid black;
	background: black;
}

#menu ul ul ul {
	top: -1px;
	left: 100%;
}

#menu ul :hover ul { visibility: visible; }
#menu ul :hover ul ul {	visibility: hidden; }
#menu ul ul :hover ul {	visibility: visible; }
#menu ul ul :hover ul ul { visibility: hidden; }

#menu ul ul li:first-child {
	border: 0;
}

#menu ul ul li {
	border: 0;
	display: block;
	border-top: 1px solid black;
	float: none;
	width: auto;
}

#menu ul ul li a {
	height: 100%;
	font-style: none;
	font-weight: bold;
	font-size: 1em;
	* min-width: 110%;
}

/* End of The Menu */
