body {
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(bl1.jpg);
	background-size:100%;
}


/*---------------------------------------------------Begin of Header ---------------------------------------------------*/

#logo{
	float: left;
}
#logo img{
	width:100%;
	max-width:405px;
}
#thumb{
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}
#thumb a img {
	margin: 5px;
	box-shadow: 0px 1px 5px #CCCCCC;
	border-radius:360px;
	border: 2px solid #FFF;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#thumb a:hover img {
	box-shadow: 0px 1px 5px #000;
	border-top-color: #ff5400;
	border-right-color: #ff5400;
	border-bottom-color: #ff5400;
	border-left-color: #ff5400;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg); /* Opera, Chrome, and Safari */
}

@media only screen and (max-width: 700px) {
#logo, #thumb{
	float: none;
	clear:both;
	text-align: center;
	margin: 0px;
}	
	
}

/*--------------------------------------------------- End of Header ---------------------------------------------------*/









/*--------------------------------------------------- This Taiko Rule Them All ---------------------------------------------------*/
section{
	box-shadow: 0px 0px 5px #CCCCCC;
	background-color: #FFF;
	text-align: center;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 20px;
	overflow: hidden;
} 
/*--------------------------------------------------- End of Taiko ---------------------------------------------------*/







/*--------------------------------------------------- Begin of Boxes Design ---------------------------------------------------*/
.box_single{
	width:auto;
	clear:both;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: auto;
	padding: 20px;
	display: inline-table;
	margin: 5px;
	background-color: #fff;
}
.box_double{
	width:427px;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: auto;
	padding: 20px;
	display: inline-table;
	margin: 5px;
}
.box_double a{
	color: #FFF;
	background-color: #F60;
	text-decoration: none;
	border-radius:100px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px #CCCCCC;
	border: 2px solid #FFF;
}
.box_double a:hover{
	background-color: #C00;
	box-shadow: 0px 1px 5px #000;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	}


.box_triple{
	max-width:267px;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: hidden;
	display: inline-table;
	text-align: left;
	font-size: 13px;
	position: relative;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 115px;
	padding-left: 20px;
	background-color: #EFEFEF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	}

.box_triple:hover{
	background-color: #CCCCCC;
}
.box_triple:hover img{
	bottom: 0px;
}
.box_triple img{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -75px;
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    box-shadow:0px -3px 3px #CCC;
	
}

	
.box_harem{
	width:267px;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: auto;
	padding: 20px;
	display: inline-table;
	margin: 5px;
	text-align: center;
}

@media only screen and (max-width: 720px) {
.box_double, .box_triple{
	display: block;
	width: auto;
	clear: both;
}

}
/*--------------------------------------------------- Begin of Boxes Design ---------------------------------------------------*/










/*---------------------------------------------------And The Infamous---------------------------------------------------*/
.form_element{
	width: 100%;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 3px;
}

#footer{
	color: #666666;
	text-align: center;
	padding: 40px;
	font-size: 13px;
}
