@import url("images.css");

body {

	margin: auto;
	background-color: #FFF;
	background-image: url(), url(bl3.jpg), url(bl2.jpg);
	background-position: top, bottom, bottom;
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-size: auto, auto, 100%;
	background-position:bottom;
	background-attachment: scroll, scroll, fixed;
	overflow-x:hidden;
}


/*---------------------------------------------------Begin of Header ---------------------------------------------------*/
header{
	max-width:1050px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
	}
#logo{
	float: left;
}
#logo img{
	width:100%;
	max-width:400px;
}
#thumb{
	float: right;
	margin-top:70px;
}
#thumb a img {
	-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;
	margin-right: 5px;
	margin-left: 5px;
}
#thumb a img:hover {
	opacity:0.5;
}

@media only screen and (max-width: 700px) {
#logo, #thumb{
	float: none;
	clear:both;
	text-align: center;
	margin-top:25px;
}	
header{
	margin-right: 25px;
	margin-left: 25px;
	}	
}

/*--------------------------------------------------- End of Header ---------------------------------------------------*/









/*--------------------------------------------------- This Taiko Rule Them All ---------------------------------------------------*/
section{
	box-shadow: 0px 0px 5px #000;
	width:auto;
	max-width:1050px;
	margin:auto;
	clear: both;
	background-image: url(bl7.png);

	border-bottom-right-radius:20px;
	display: table;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	box-sizing:border-box;
} 
/*--------------------------------------------------- End of Taiko ---------------------------------------------------*/







/*--------------------------------------------------- Begin of Boxes Design ---------------------------------------------------*/
.box_single{
	width:auto;
	clear:both;
	overflow: auto;
	display: block;
}
.blankbox{
	padding: 20px;
	margin: 5px;
	display: table-cell;
	width: 30%;
	position: relative;
	}
.blankbox ul{
	padding-left: 0px;
	}
.blankbox ul li{
	list-style-type: none;
	text-decoration: none;
}
.blankbox ul li a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #999;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
}
.blankbox td a{
	color: #39C;
	text-decoration: none;	
}
.blankbox ul li a:hover, .blankbox ul li .current, .blankbox td a:hover{
	color: #FFF;
	background-color: #3a627b;
}

.blankbox .toplink{
	position: absolute;
	bottom: 30px;
	right: 140px;
}

.shadowbox{
	box-shadow: 0px 0px 5px #CCCCCC;
	padding: 20px;
	margin: 5px;
	display: block;
}

.shadowbox ul{
	list-style-image: url(li1.png);
	padding-left: 30px;
}

.shadowbox ul li{
	color: #333;
	margin-bottom: 5px;
}
.shadowbox ol li{
	color: #333;
	margin-bottom: 40px;
}

.shadowbox a{
	color: #333;
	-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;
	text-decoration: none;
}
.shadowbox a:hover{
	background-color: #FC3;
	}

.box_index_below{
	width:28%;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: auto;
	display: inline-table;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(readmore.png), -webkit-linear-gradient(bottom, #FFF 0%, #D4D4D4 100%);
	background-image: url(readmore.png), linear-gradient(to top, #FFF 0%, #D4D4D4 100%);
	background-image: url(readmore.png), -ms-linear-gradient(bottom, #FFF 0%, #D4D4D4 100%);
	background-image: url(readmore.png), -moz-linear-gradient(bottom, #FFF 0%, #D4D4D4 100%);
	background-image: url(readmore.png), -o-linear-gradient(bottom, #FFF 0%, #D4D4D4 100%);
	background-image: url(readmore.png), -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #D4D4D4));
	margin: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	


	

	

@media only screen and (max-width: 900px) {
section, .shadowbox, blacnkbox, .box_index_below{
	width:auto;
	display: block;
	padding: 10px;
	box-shadow:0px 0px 0px #FFF;
}
.blankbox .toplink{
	display: none;
}
}
/*--------------------------------------------------- Begin of Boxes Design ---------------------------------------------------*/



/*---------------------------------------------------And The sitemap---------------------------------------------------*/
#sitemap{
	color: #FFFFFF;
	clear: both;
	margin: auto;
	margin-top:25px;
	max-width:1050px;
	background-color: #69C;
	border-top-left-radius:20px;

	max-height:50px;
	overflow: hidden;
	cursor:pointer;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
#sitemap .boxes{
	display:table-cell;
	width:33%;
	color: #FFF;
	font-size: 14px;
	padding-right: 40px;
	padding-left: 40px;
	}
#sitemap .boxes a{
	color: #9CC;
}
#sitemap .boxes a:hover{
	color: #9FC;
}
#sitemap:hover{
	background-color:#3a627b;
	}
#sitemap:focus, #sitemap:hover{
	max-height:9999px;
	height:auto;
	outline:none;
	background-color:#3a627b;
	}
@media only screen and (max-width: 900px) {
	#sitemap{
		display:none;
		visibility:hidden;
		}
}


/*---------------------------------------------------And The Infamous---------------------------------------------------*/


#footer{
	color: #999999;
	text-align: center;
	padding: 20px;
	font-size: 11px;
	clear: both;
	background-image: url(bl3.jpg);
}
