@charset "utf-8";
/*-----------------------------------------------------------------------------------------------*/
/*                         CSS RESET (MODIFIED VERSION OF YAHOO UI CSS RESET)                    */
/*-----------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

img {
	border: none;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background:#660000 ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p { padding-top: 1em; }
em { font-style:italic;}
strong {font-weight:bold;}
.thrColLiqHdr #container {
	width: 780px;  
	margin: 10px auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #ffcc66;
	background-image: url(../images/headerBG1.jpg);
	background-repeat: repeat-y;
} 
.thrColLiqHdr #header h1 {
	margin: 0 0 0 30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:1.5em;
	word-spacing: 1em;
}
#subtitle {
	font-size:.6em;
	word-spacing: 0em;
	
}
.authorName {
	word-spacing: 0;
	font-family: "Courier New", Courier, monospace;
}
.pageTitle {
	position:absolute;
	left: 46%;
	top: 112px;
	color: #FFCC33;
	font-style:italic;
}
a {
	color:#FFCC66;
	text-decoration:none;
	
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.5em;
}

dt {margin-top: 15px;}
#booklinks {
	width: 100%;
	text-align:center;
}
.aligncenterspaceout {
	padding: 10px 0 5px 0;
	text-align:center;
	word-spacing: .2em;
	letter-spacing: .2em;
	line-height: 1em;	
}
.thrColLiqHdr #footer {
	color:#FFFF00;
	text-align:center;
	vertical-align:middle;
	font-size: .6em;	
	background-image: url(../images/footerBG1.jpg);
	background-repeat: repeat-y;
	height: 55px;
} 

.thrColLiqHdr #footer a {
	color: #FFCC00;
}
.thrColLiqHdr #footer a:hover {
	color: #FFFFFF;
}

a span { display: none; }
a:hover span { 
	display:block; 
	position: relative;
	width: 400px;
	text-decoration: none; 
	top: 10px; 
	left: 0;
	padding: 5px 50px 5px 5px; 
	margin: 5px 0 5px 0; 
	z-index: 100;      
	background: #E6E6FA; /*lavender*/
	/*background-image:url(../images/scallopshell50.png);*/
	/*background-repeat:no-repeat;*/
	/*background-position:right;*/
	color:#CC6633; 
	border: 1px dotted #c0c0c0;   
}

#blog {
float:right;
}
#menu8, #blog {
	width: 140px;
	margin:  0 0 0 0 ;
	border-style: solid;
	border-color: #656556;
	border-width: 1px;
	font-size: 1em;
	}
	
#menu8 li a, #blog a {
	color: #670000;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited, #blog a:link, #blog a:visited {
	color: #670000;
	display: block;
	background:  url(../images/menu-pink90Fixed.png);
	padding: 8px 0 0 40px;
	}
	
#menu8 li a:hover, #blog a:hover {
	color: #474739;
	background:  url(../images/menu-pink90Fixed.png) 0 -32px;
	padding: 8px 0 0 40px;
	}
#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu8 img {
    border: none;
}
.iconsleft {
	width: 80px;
	height:32px;
	color:#CC9933;
	margin: 30px 0 20px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size: 1em;
}
.iconsleft a , .iconsleft a:visited {
	display:block;
	width: 80px;
	height:32px;
	padding-top: 10px;
	background: url(../images/black50-000000.png);
	color:#ffcc66;
	text-decoration:none;
}
.iconsleft a:hover, .iconsleft a:active {
	display:block;
	width: 80px;
	height:32px;
	padding-top: 10px;
	background: url(../images/grey50-999999.png);
	color:#CC9933;
	text-decoration:none;
}
#gallery {
	display:block;
	width: 80px;
	height:32px;
	color:#CC9933;
	margin: 40px 0 20px 0;
	text-align:center;
	font-weight:bold;
	font-size: 1em;
}
#gallery a , #gallery a:visited {
	display:block;
	width: 80px;
	height:32px;
	padding-top: 10px;
	background: url(../images/black50-000000.png);
	color:#ffcc66;
	text-decoration:none;
}
#gallery a:hover, #gallery a:active {
	display:block;
	width: 80px;
	height:32px;
	padding-top: 10px;
	background: url(../images/grey50-999999.png);
	color:#CC9933;
	text-decoration:none;
}


#gallery ul {
	margin-left: 0;
}

#gallery li {
	list-style: none;
	margin-left: 0;
}

.fade{
	color: #F5DEB3; /*wheat*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position:absolute;
	top: 270px;
	left: 48%;
}

.fade p{
	font-weight: 700;
	margin-bottom: 2em;
	padding: 20px;
	text-align: left;
	width: 75%;
	background-image: url(../images/black50-000000.png);
	background-repeat:repeat;
}
.fade p strong{
	font-weight: 600;
}
#titleScallopshell {
	margin-right: 20px;
}
#layoutTable {
	width: 780px;
	background-image: url(../images/posterBG1.jpg); 
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#leftColumn {
	width: 90px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#centreColumn {
	width: 540px;
	vertical-align:top;
	padding: 50px 10px 10px 10px; 
}

#rightColumn {
	vertical-align: top;
	padding-top: 60px;
	width: 150px;
}
.bodyText {
	color: #FFCC66;
	background-image: url(../images/black50-000000.png);
	background-repeat:repeat;
	margin-top: 15px;
	padding: 5px 5px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	width:492px;
} 

.bodyText a { text-decoration:underline; }
.bodyText a:hover { text-decoration:none; color: #FFFFFF;}
a.announcement:hover {text-decoration:none; color: #FFFFFF;}
#windowContainer {
	overflow: auto; 
	height:500px; 
	width:520px; 
}
ol { list-style: upper-alpha; margin-left: 15px;}
ol li{ list-style:outside; list-style-type:decimal;}
ul { margin: 10px 10px 10px 10px;}
dl {margin: 10px 10px 10px 10px;}
dt {margin: 5px 0px 0px 10px;}
dd {margin: 5px 0px 20px 10px;}

.bodylist{ margin-bottom: 15px;}

ul a { 
	text-decoration: underline;
	color: #F5DEB3; /*wheat*/
}
ul a:hover { color: white;}
.discbullets { 
	list-style-image: none;
	list-style: disc;
	margin-left:55px; 
}
.shellbullets {
	list-style-image:url(../images/scallopshell30.png);
	list-style-type:square;
	
}
.printHiddenText {visibility:hidden; height: 1px;}

#news {
padding: 10px 0 0 5px;
color: #CCCC99;
font-size: .9em;
font-style:italic;
}

.hiddenAnchor { visibility: hidden;}

.galleryHeading { margin: 10px 0 10px 30px;}
.eventDate {color: #FFFF99;}
.msg_head:hover {
color:white;
cursor:pointer; cursor:hand;
}