@charset "utf-8";
/* CSS Document */

/* Savery Creek Outfitters  12/10/09  */


/*------------- Area behind website-----------------------*/

body {
	background: #b9c8d2 url(../images/mountain_background.jpg) fixed repeat-x bottom;
	}

#left_side_wording { /* Big game hunting verbage to left of website  */
	position: absolute;
	left: -80px;
	top: 290px;
	}

/*----------------Main div for website, topo background, and website shadows --------------------*/

#container {
	width: 877px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/topo.jpg) repeat-y;
	color: black;
	font-weight: bold;
	position: relative;
	font-family: palatino linotype;
        }
#clear {  /* Brings topo background to base of site behind floats */
	clear: both;
	}
#shadow_left {
	position: absolute;
	background: url(../images/shadow_left.png) repeat-y;
	left: -43px;
	top: 10px;
	width: 44px;
	height: 98%;
	}
#shadow_right {
	position: absolute;
	background: url(../images/shadow_right.png) repeat-y;
	right: -43px;
	top: 10px;
	width: 44px;
	height: 98%;
	}
/*----------------- Tag formatting -----------------------*/

h1 {
	margin: 0;
	margin-bottom: 5px;
	margin-top: 8px;
	}
h2 {
	margin: 0;
	margin-bottom: 8px;
	margin-top: 8px;
	}
p 	{
	font-size: 16x;
	line-height: 22px;
	}
img {
	border: none;
	}
/*------------------ Header and homepage logo link -------------------------*/

#header {
	width: 877px;
	height: 211px;
	background: url(../images/savery_header4.jpg);
	margin-left: auto;
	margin-right: auto;
	}

#header a {
	height: 182px;
	width: 877px;
	position: absolute;
	}
/*----------------------- Primary Links ----------------------------------*/

#primary_links {
	width: 877px;
	height: 45px;
	border-top: 1px solid a0a0a0;
	border-bottom: 1px solid a0a0a0;
}


/*-------------------------- Intro and slideshow -------------------------*/

#intro {
	width: 495px;
	height: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	}
#intro h1 {
	text-align: center;
	}
#intro h2 {
	text-align: center;
	}
#homepage_slideshow {
	width: 346px;
	height: 420px;
	float: left;
	margin-top: 10px;
	}
#homepage_slideshow #wording {
	margin-left: 50px;
	}
#featured_hunts {
	width: 760px;
	clear: both;
	padding-left: 15px;
	}
/*-----------------------Hunt links from homepage ----------------------------------------*/

#hunt_links {
	clear: both;
	height: 160px;
	padding-top: 0px;
	}
.hunt_link {
	float: left;
	margin-left: 15px;
	margin-right: 7px;
	}	
	
/*-------------------------- Lodge -----------------------------------------------*/

#lodging {
	clear: both;
	padding-left: 15px;
	}
#lodge_rule {	
       width: 800px;
       }
#lodge {
	float: left;
	padding-top: 10px;
	}
#lodge_description {
	float: left;
	width: 500px;
	padding-left: 10px;
	}
#lodging a {
	color: black;
	}
#lodging a:hover {
	color: #404040;
	}
/*---------------------- Bottom of Page -------------------------------------------------*/

#bottom {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 50px;
        }
#bleft {
	width: 300px;
	float: left;
	padding-bottom: 20px;
	}
#bleft h1, #bleft h2, #bleft p {
	margin: 0;
	}
#bright {
	float: left;
	padding-left: 15px;
	}

/*------------------------ Footer ----------------------------------------*/

#footer {
	width: 877px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	}
#footer p {
	font-size: 12px;
	color: #c6c0aa;
	}

/*----------------------------- Interior Pages - Text areas -----------------------------------*/

#interior_maintextarea {
        width: 832px;
	clear: both;
	padding-left: 45px;
       padding-top: 20px;
       }

#interior_maintextarea p {
      width: 760px;
      }
    
/*-----------------------------Interior Pages - Larger indent bottom section --------------------------*/
#interior #bottom {
	padding-left: 20px;
        }
        
/*--------------------------Interior Pages - Images in Hunting Sections --------------------*/

.top_hunting_image {
       float:right;
      padding-left: 25px;
      padding-bottom: 10px;
    padding-right: 25px; }
.middle_hunting_image {
      float: left;
     padding-right: 25px;
     padding-bottom: 20px;
     }

/*----------------------- Photo Galleries --------------------------------*/

#gallery_name {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#gallery_name h2 {
	margin: 0;
	padding: 0;
	}
#photo_galleries {
	padding-left: 30px;
	}
#photo_galleries a {
	color: black;
	text-decoration: none;
	}
#photo_galleries a:hover {
	text-decoration: underline;
	}
#archive {
	padding-left: 30px;
	}
#archive a {
	color: black;
	text-decoration: none;
	}
#archive a:hover {
	text-decoration: underline;
	}
		
