html, body {
	margin:0px;
	padding:0px;
	min-height:100%;
	height:100%;
}

body {
	background-color: #EEE;
	font-family: "segoe ui", sans-serif;
	background-image: url("img/bga.jpg");
	background-repeat: repeat;
	font-size: 14px;
	
	/* scrollbar in IE*/
	scrollbar-base-color: #CBCBCB;
	scrollbar-3dlight-color: #CBCBCB;
	scrollbar-highlight-color: #CBCBCB;
	scrollbar-track-color: #3B3B3B;
	scrollbar-arrow-color: #EE9900;
	scrollbar-shadow-color: #3B3B3B;
	scrollbar-dark-shadow-color: #3B3B3B;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
::-webkit-scrollbar-thumb {
  background: #CBCBCB;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-thumb:hover {
  background: #EEE;
}
::-webkit-scrollbar-thumb:active {
  background: #EE9900;
}
::-webkit-scrollbar-track {
  background: #3B3B3B;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
  background: #555555;
}
::-webkit-scrollbar-track:active {
  background: #555555;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

::-moz-selection { /* Code for Firefox */
    color: #CBCBCB; 
    background: #505050;
}

::selection {
    color: #CBCBCB; 
    background: #505050;
}

#header-wrapper {
	height: 75px;
	background-color: #222;
	background: linear-gradient(#3B3B3B, #282828); /* Standard syntax */
	margin: 0 auto;
	text-align: left;
	color: #EEE;
	padding: 0;
	width: 100%;
	min-width: 1160px;
	border-bottom: 1px solid #202020;
	/*position: fixed;
	z-index: 3;*/
}

#header {
	margin: 0 auto;
	width: 1140px;
}

#body-wrapper {
	width: 1140px;
	margin: 0 auto;
}

#eyecatch-wrapper {
	background-image: url("img/bgb.jpg");
	width: 100%;
	min-width: 1160px;
	border-bottom: 2px solid #EE9900;
}

#eyecatch {
	margin: 0 auto;
	width: 1140px;
	color: #CBCBCB;
}

#eyecatch h2 {
	margin: 0;
	padding-top: 15px;
}

#eyecatch a {
	color: #CBCBCB;
}

#eyecatch a:hover {
	color: #EE9900;
}

.eyecatch-img {
	text-align: left;
	margin-left: 0px;
	background-image: url("eyecatch.png");
	background-size: cover;
	width: 350px;
	height: 200px;
}

.eyecatch-type {
	position: relative; top: 170px;
	text-align: left;
	height: 30px;
	background-color: rgba(125,125,125,0.8);
	padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
}

.eyecatch-content {
	position: relative; top: -200px; left: 380px;
	width: 594px;
	text-align: left;
	height: 180px;
	padding: 10px;
	color: #FFF;
}

#navigator {
	color: #202020;
	width: 1140px;
	margin: 0 auto;
	padding: 10px;
}

#navigator a {
	color: #505050;
	text-decoration: none;
}
#navigator a:hover {
	color: #202020;
	text-decoration: underline;
}

#content {
	width: 760px;
	background-color: #EEE;
	color: #202020;
	margin: 0;
	padding: 30px 30px;
	min-height: 500px;
	
	word-wrap: break-word;
	float: left;
	-webkit-box-shadow: 0px 0px 8px #555;
	-moz-box-shadow: 0px 0px 8px #555;
	box-shadow: 0px 0px 8px #282828;
	
}

#content h3 {
	color: #202020;
}
#content h2 {
	margin: 0 -5px;
	padding: 2px 5px 4px 5px;
	color: #CBCBCB;
	background-color: #3B3B3B;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
}
#content h2 a {
	color: #CBCBCB;
	text-decoration: none;
}
#content h2 a:hover {
	color: #EE9900;
}

.content-comments {
	margin-left: -5px;
	font-size: 12px;
	float: left;
	
}
.content-comments img{
	vertical-align: -2px;
	margin: 0px 5px;
}
.content-comments a {
	color: #282828;
	text-decoration: none;
}
.content-comments a:hover {
	color: #EE9900;
}

.content-info{
	font-size: 12px;
	margin-right: -5px;
	text-align: right;
	float: right;
}
.content-info img{
	vertical-align: -2px;
	margin: 0px 5px;
}
.content-info a {
	color: #282828;
	text-decoration: none;
}
.content-info a:hover {
	color: #EE9900;
}

.content-entry {
	margin-top: 30px;
	font-size: 14px;
	clear: both;
}
.content-entry a {
	color: #282828;
	text-decoration: none;
}
.content-entry a:hover {
	color: #EE9900;
}

.content-nav {
	margin: 0 -5px;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	width: 100%;
	height: 18px;
}

.content-nav a {
	color: #282828;
}
.content-nav a:hover {
	color: #EE9900;
	text-decoration: none;
}

.newer {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.older {
	float: right;
	text-align: right;
	margin-top: 0px;
}


#content2{
	width: 1080px;
	background-color: #EEE;
	color: #202020;
	margin: 0;
	padding: 30px 30px;
	min-height: 500px;
	
	word-wrap: break-word;
	float: left;
	-webkit-box-shadow: 0px 0px 8px #282828;
	-moz-box-shadow: 0px 0px 8px #282828;
	box-shadow: 0px 0px 8px #282828;
}

#content2 h2 {
	margin: 0;
	padding: 0;
	color: #282828;
	font-size: 24px;
	font-weight: normal;
}

#content2 h3 {
	margin: 0;
	padding: 0;
	color: #282828;
	font-size: 18px;
	font-weight: normal;
}

#content2 p,ul {
	font-size: 14px;
	color: #000;
	list-style-type: square;
	list-style-position: outside;
}

#content2 ul{
	padding-left: 20px;
}
#content2 a {
	color: #505050;
	text-decoration: none;
}
#content2 a:hover {
	color: #EE9900;
}

#footer-wrapper {
	width: 100%;
	height: 30px;
	background-color: #222;
	padding: 0px;
	margin-top: 30px;
	float: left;
	border-top: 2px solid #3B3B3B;
}
#footer {
	line-height: 30px;
	text-align: left;
	color: #EEE;
	margin: 0px auto;
	width: 1140px;
	font-size: 14px;
}
#footer a {
	color: #CBCBCB;
	text-decoration: none;
}

#footer a:hover {
	color: #EE9900;
}