﻿/*		File:	tahltanindex.css
		tahltah outfitters index page
*/

body {margin:-20px 0 0 0;background:#b4cc8f;color:#555;}
div#container {
	position: relative;
	width: 85%;
	max-width: 1050px;
	width: expression(document.body.clientWidth > 1050 ? "1050px" : "auto" );
	margin: 0 auto;
	padding: 0 10px;
	background: none;
	border: none;
}
p, td {margin:0;font-family:tahoma;font-size:12px;}
/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {margin-top:0; font-size: 1.5em; }
/* alignment classes */
.float-left { float:left;}
.float-right { float:right;}
.align-right { text-align:right;}
.align-center { text-align:center;}
/* text classes */
.small {font-size:85%;}
.line-normal {line-height:1.0em;}

/* outfitter best in wilderness guiding box */
div#wildernessguiding {width:425px;border:3px solid #000000;padding:3px;}
div#thebest {padding:3px;background:#000;text-align:center;}
div#wildernessguiding {position:relative;top:40px;left:-50px;}
p#principals {margin-bottom:5px;font-size:16px;color:#fc6;}
p#experience {font-family:Arial Black, Jokewood;font-size:20px;color:#fff;}
/* page tools */
p#contact {text-align:right; position:relative;top:-5px;}
img.tools {width:18px;height:18px;margin-right:5px;vertical-align:middle;border:none;}

/* hunting pics and site links */
table#packtrain {width:100%;height:250px;margin:0 auto;border:3px solid #000;}
table#packtrain td {width:33%;border:3px solid #000000;}
table#packtrain td#sheep {background:url('images/home/packtrain.jpg') center no-repeat;}
table#packtrain td#boat {background:url('images/home/lakescene.jpg') center no-repeat;}
table#packtrain td#mixed {background:url('images/home/stonesheep.jpg') center no-repeat;}
table#hunts {width:100%;height:150px;margin:0 auto;border:3px solid #000;}
table#hunts td {width:20%;border:3px solid #000000;}
table#hunts td#goat {background:url('images/home/sheephunt.jpg') center no-repeat;}
table#hunts td#fish {background:url('images/home/moosehunt.jpg') center no-repeat;}
table#hunts td#caribou {background:url('images/home/caribouhunt.jpg') center no-repeat;}
table#hunts td#other {background:url('images/home/gallery.jpg') center no-repeat;}
table#hunts td#about {background:url('images/home/about.jpg') center no-repeat;}
table#huntlinks {width:100%;margin:10px auto;}
table#huntlinks td {width:20%;text-align:center}

/* hyperlinks */
a {color:#708059;text-decoration:none;}
a:hover {color:#121212;font-weight:400;}

/* Site footer, copyright and assembled information *************** */
div#fullfooter {width:100%; margin:10px auto; padding:5px 0;border-top:1px dotted #b4cc8f; clear:both;}

/* dropin content box - 2008 season sold out */
div#dropin {position:absolute;visibility:hidden;top:100px;right:200px;width:200px;height:185px;color:#555555;}
div#dropin {border:3px solid #000000; background:url('images/overlay1.png') repeat;}
div#dropin {background:#b4cc8f;}
div#dropin {padding:10px;text-align:left;}
div#dropin p.dropintxt, div#dropin span.dropintxt {color:#555555;}