@CHARSET "ISO-8859-1";

/*** Overrides ***/
div#masthead {
	color: silver;
    
	padding: 0px;
	text-align: center;
}
div#navBar{
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11.9em;
}
/*** menu width above ***/
div#content{
	float:none;
	width: auto;
	
	padding: 0px;
}
div#sisters {
	color: white;
	font-weight: bold; 
}
div#siteInfo {
	color: black;
	align: center;
	font-weight: bold; 
}
a:hover, a:active {
	color: #FF0000;
}
h4{
 color: #334d55;
}

@font-face {
  font-family: WaltFont;
  src: url('/TOUR/images/WaltFont.eot'); /* IE */
  src: url('/TOUR/images/WaltFont.eot?iefix') format('eot'),
       url('/TOUR/images/WaltFont.woff') format('woff'),
  	   url('/TOUR/images/WaltFont.ttf') format('truetype');
}
.my_CSS3_class {
  font-family: WaltFont;
  
}


/*** New Styles ***/
body {

    background:url(images/bgmain.jpg) no-repeat; background-size: 100% auto; background-color: white;
}


body.TOUR 
{
       background:url(images/bg_tour.jpg) no-repeat; background-size: 100% auto; background-color: white;
}

body.FAQ 
{
       background:url(images/bg_FAQ.jpg) no-repeat; background-size: 100% auto; background-color: white;
}

div#body {
	position: relative;
}

div.forumHype {
font-size: 11pt;

}

div#body {
	position: relative;
}
div.mainblock {
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-color: #CBE1F8;
	border-width: 2px;
	border-style: solid;
	background-color: white;
	margin-bottom: 10px;
	overflow: hidden;
}
div.mainblock > div {
	padding: 1ex 1em;
	margin: 0px;
	background-color: #CBE1F8;
	overflow: auto;
}
div.mainblock h1 {
	font-weight: bold;
	font-family: WaltFont;
	font-size: 275%;
	color: #006699;
	text-align: center;
}
div.mainblock p {
	color: black;
}
div.mainblock blockquote {
	border: 1px solid black;
	background-color: #D0D0D0;
	padding: 0px;
	margin: 1ex 3em;
}

div#navBar ul.sub > li > a {
	padding-left: 2em;
}
dt {
	font-weight: bold;
}
div.book, div.BCD {
	margin: 1em;
	border: 1px solid black;
	padding: 1ex;
	background-color: #DFDBD3;
}
div.book > h3, div.BCD > h3 {
	text-align: center;
}
div.book > a, div.BCD > a {
	display: block;
	float: left;
	margin-right: 1em;
}
div.book > a > img, div.BCD > a > img {
	border: 3px solid;
}
div.clear {
	height: 0px;
	clear: both;
}
p.reviews {
 text-align: center;
}
p.reviews > img {
	border: 1px solid black;
}
p.gallery {
	text-align: justify;
	line-height: 110%;
}
p.gallery img {
	border: 2px solid;
	margin: 0px 3px;
}
table.artists {
	border: 1px solid black;
	border-spacing: 3px;
	margin: 1ex;
}
table.artists td {
	background-color: #E0E0E0;
	padding: 2px;
}
table.artists th {
	background-color: #D0D0D0;
	padding: 2px;
}
div.THZ {
	display: inline-block;
	margin: 0px 1em;
	text-align: center;
}

img.test {
  /* Responsive images (ensure images don't scale beyond their parents) */

  /* Part 1: Set a maxium relative to the parent */
  max-width: 100%;

  /* IE7-8 need help adjusting responsive images */
  width: auto\9;

  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  height: auto;

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

