@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	margin-left: 0;
	width: 100%;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.museum_head {
	background-image: url(patna-museum.jpg);
	height: 100%;
	width: 100%;

}
.museum_body1 {
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	margin-top: 4px;
	padding: 4px;

}
.museum_body2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: xx-large;
	font-weight: bolder;
	text-shadow: 0px 0px 2px #000000;
}
.museum_body3 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding: 4px;
}
.museum_body4 {
}
.museum1 {
	font-size: 1.5em;
}
.museum2 {
	-webkit-box-shadow: 0px 0px 20px #FF3300;
	box-shadow: 0px 0px 20px #FF3300;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-shadow: 0px 0px 1px #000000;
}
.museum3 {
	font-size: 1.5em;
}
.museum_slides {
	position: fixed;
	z-index: 11111;
	width: 35px;
	float: none;
	height: 30%;

}
.museum_footer {
}
.mainpage {
	z-index: 1200;
	display: block;
	position: fixed;
	width: 90%;
}
.museum_banner {
	position: fixed;
	z-index: 900;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	clear: both;
}
.centenary_banner {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	position: fixed;
	z-index: 1999;
}
.pm_title {

}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.museum_head {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.museum_body1 {
}
.museum_body2 {
}
.museum_body3 {
}
.museum_body4 {
}
.museum1 {
}
.museum2 {
}
.museum3 {
}
.museum_slides {
	position: fixed;
	z-index: 1111;
	width: 35px;
	height: 30px;
}
.museum_footer {
}
.mainpage {
	position: fixed;
	z-index: 900;
	width: 60%;
	top: 10px;
	margin-right: 20%;
	margin-left: 20%;
}
.museum_banner {
clear: both;
margin-left: 0;
}
.centenary_banner {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	position: fixed;
	z-index: 1999;
}
.pm_title {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.museum_head {
}
.museum_body1 {
}
.museum_body2 {
	padding: 1%;
	width: 99%;
}
.museum_body3 {
}
.museum_body4 {
	margin: 10px;
}
.museum1 {
}
.museum2 {
	font-weight: bolder;
	font-size: xx-large;
}
.museum3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.museum_slides {
	position: fixed;
	z-index: 1111;
	width: 79px;
	height: 60px;
}
.museum_footer {
}
.mainpage {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.museum_banner {
	width: 80%;
	clear: both;
	margin-right: 10%;
	margin-left: 10%;
	overflow: hidden;
}
.centenary_banner {
	position: fixed;
	width: 70%;
	top: 0px;
}
.pm_title {

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
