/* **** Hitchco style sheet **** */

/* Universal style rule */
*{
	/* Temporary borders */
	/* border:dashed 1px #f00; */
	/* Block all browser default margins and padding */
	margin:0;
	padding:0;
}

body {
	background-color: #fff0db;
    background-image: url(../images/bground3.jpg);
    background-repeat: repeat;
	background:#fff0db url(../images/bground3.jpg) repeat;
	font-family: 'times new roman', georgia, verdana, sans-serif;
    color:#800000;
}
#wrapper {
	width:45em;
    margin: 0 auto 0 auto; /* Set right and left to auto for centering */
}

/************* Header / Branding division styles ****************/
#branding {
	/* position:relative;*/ /* Make branding a positioned element, but don't move it */
	height:6em;
	padding:.25em;
	/* border:solid thin #0f0; */
}
#brandingright {
	/* for company info on right end of branding bar */
	/* margin-left:18em; use this w/o holiday link*/
	margin-left:2em; 
	height: 6em;
	/* width:25em; use this w/o holiday link*/
	padding-top:1em; /* vertically center text */
	text-align:center;
}
#brandingmiddle,
#brandingmiddle a {
	/* this div is for holding link to holiday page */
	float:left;
	margin-left:.5em;
	height: 6em;
	padding-top:1em; /* vertically center text */
	text-align:center;
	font-size:1.2em;	
	color:#f00;
}

#branding h1 {
	font-size:1.5em;
}
#branding img {
	display:block; /* Fixes the mysterious image gap */
	float:left;
	padding:.25em;
}
#branding p {
	font-size:1.25em;
	text-align:center;
}

/* ************ Navbar division styles *************** */
#navbar {
	height:1.6em;
	background:#D2691E url(../images/bkgrd_unselected2.jpg) repeat-x center;
} 
#navbar a, 
#navbar a:link, 
#navbar a:visited {
	/* Applies to navbar links, unvisited and visited */
	text-decoration:none;
	font-family:Verdana, Geneva, Arial, Sans-Serif;
	font-size:.8em;
	color:#000;
	background:#D2691E url(../images/bkgrd_unselected2.jpg) repeat-x center;
	display:block;
	height:2em;
	width:9em; 
	border-right:solid 1px #ddd;
	text-align:center;
	line-height:2em;
	outline-style:none;
}
#navbar a:hover, 
#navbar a:active, 
.homepage #nav-home a,
.tourspage #nav-tours a,
.eventspage #nav-events a,
.aboutuspage #nav-aboutus a, 
.contactuspage #nav-contactus a,
.linkspage #nav-links a {
	/* Navbar hover and active links */
	background:#F8C15F url(../images/bkgrd_selected2.jpg) repeat-x center;*/
	color:#000;
}
#navbar ul {
	list-style-type:none; /* Remove bullets from ul in the navbar */
}
#navbar li {
	/* List items in the navbar */
	float:left;
	position:relative; /* Required for drop-down menus */
}
/* ***** Navbar Drop-down menu styles ****** */
#navbar li ul {
	position:absolute;
	z-index:100;
	visibility:hidden;
}
#navbar li:hover ul,
#navbar li a:hover ul { /* IE6 hack */
	visibility:visible; /* Make drop-down visible on navbar hover */
	top:1.45em; /* this is for IE6 & firefox to place drop down correctly */
	left:0; /* this is for IE6 to place drop down correctly */
}
#navbar li:hover ul li a, 
#navbar li a:hover ul li a { /* IE6 hack */
	/* Applies to links on the drop-down menu */
	background:#D2691E url(../images/bkgrd_unselected2.jpg) repeat-x  center;
	color:#000;
	text-align:left;
	display:block;
	width:10em;
	padding:0 0 0 1em;
	height:auto;
}
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover { /* IE6 hack */
	/* Hover on drop-down menu links */
	background:#F8C15F url(../images/bkgrd_selected2.jpg) repeat-x center;
	color:#000;
}
#navbar table {
	/* IE6 hack applies to its table drop-down */
	margin:-1px;
	border-collapse:collapse;
	position:absolute;
	top:0.5em;
	left:0;
	z-index:100;
}
/* ******** Content styles ********** */
#content {
	/* background-color:#fff; */
	color:#800000;
	padding:5px 10px;
}
#content p {
	line-height:1.5em;
}
#content p.title {
    font-size: 1.5em;
    font-weight:bold;
    text-align: center;
    margin: 0 auto .2em auto;
    line-height:.9em;
}
#content img {
	padding: 5px;
}
#footer {
	text-align:center;
	}
/* *********Events page styles *********** */
#lefteventscolumn, 
#righteventscolumn {
	text-align:center;
} 
#lefteventscolumn {
	float:left;
	width:22.5em;
	margin-top: 5px;
	/* background-color:#aaa; */
	} 
#righteventscolumn {
	margin: 5px 0 0 22.5em;
	/* background-color:#555; */
}
#rates {
	clear:left;
}
#leftratescolumn,
#rightratescolumn {
	padding:0 2em;
}
#leftratescolumn {
	float:left;
	width:22.5em;
	height:6em;
	margin-top: 5px;
}
#rightratescolumn {
	margin: 5px 0 0 22.5em;
}

/* ********* global styles ********** */
.credits {
    /* this is used under photos to credit the photographers */
    font-size: .7em;
    margin-top:0;
  }
 a:link {
    color: #0000cc;
    text-decoration: underline;
    font-weight: normal;
  }
a:visited {
    color:#000066;
    text-decoration:underline;
    font-weight:normal;
  }
a:hover {
    color:	#8b4513;	
    text-decoration:underline;
    font-weight: normal;
}
a:active {
    color:#000066;
  }
dt {
    line-height:1.5em;
  }
dd {
    font-size: .9em; 
    padding:0 0 2em 0;
  }
dd a:link {
    color: #0000cc;
    text-decoration: none;
    font-weight: normal;
  }
dd a:visited {
    color:#000066;
    text-decoration:none;
    font-weight:normal;
  }
dd a:hover {
    color:#0000cc;		
    text-decoration:underline;
    font-weight: normal;
}
dd a:active {
    color:#000066;
  }  
h2 {
	font-size:1.25em;
}
h3 {
	font-size:1.15em;
}

p.center {
    text-align: center;
  }
  .med {
    font-size: 1.25em;
  }
p.title {
    font-size: 1.5em;
    font-weight:bold;
    text-align: center;
    margin: 0;
    line-height:.5em;
}
.pucenter {
    text-align:center;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 0;
  }
.small {
    font-size: .8em;
  }
ul {
    font-size: 1.1em;
  }
li {
    font-size: .9em;
  }
li.square {
    font-size: .9em;
    list-style-type: square;
  }
li.disc {
    font-size: .9em;
    list-style-type: disc;
  }
li.circle {
    font-size: 1.1em;
    list-style-type: circle;
  }

#leftcolumn,
#rightcolumn {
	padding:.2em;
}

#leftcolumn {
	float:left;
	width:19em;
	margin-top: 5px;
	} 
#rightcolumn {
	margin: 5px 0 0 20em;
}

