body {
	background-color: #dadae3;
	color: #534f58;
}

a {
	color: #534f58;
	text-decoration: none;
}

input {
	border-radius: 1px;
	border: none;
	min-height: 20px;
	padding: 5px;
}
button {
	cursor: pointer;
	border-radius: 1px;
	border: none;
	min-height: 20px;
	padding: 5px;
	background-color: #534f58;
	color: #ecf0f1;
}
button:hover {
	background-color: #312f34;
}

.wrap {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #a69eb0;
	border-left: 5px solid #847e8c;
	border-right: 5px solid #847e8c;
	padding: 10px;
}

.top_h_r {
	background-color: #b7b1bf;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.logo_title_box {
	padding-top: 20px;
}

.logo_title {
	text-shadow:0 2px 4px rgba(0,0,0,.3);
	line-height: 33px;
	font-weight: bolder;
	font-size: 30px;
}
.logo_title span {
	background-color: #252727;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.search-box {
	position: relative;
	padding-top: 15px;
}

#search_input {
	line-height: 2;
	width: 100%;
	box-sizing:border-box;
}

#search_button {
    position: absolute;
    right: -1px;
    line-height: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.page_header_box {
	text-align: center;
	padding-bottom: 10px;
}
.page_header_box h1,h2,h3,h4 {
	text-shadow:0 2px 4px rgba(0,0,0,.3);
	font-weight: normal;
}

.video-box {
	margin-bottom: 10px;
	position: relative;
	background-color: #847e8c;
}

.video-thumbnail {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.video-thumbnail img {
	width: 100%;
}

.video-title {
	background-color: #847e8c;
	margin-top: -5px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.last_searched-box {
	padding: 8px;
}
.last_searched-box a {
	text-decoration: underline;
	padding: 5px;
}
.last_searched-box a:hover {
	text-decoration: none;
}

.footer-sector {
	margin-bottom: 25px;
}