@charset "utf-8";

body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #f4efdd url(images/arrowhead-woodcut-large.gif) top center no-repeat;
	color: #2d2d2d;
	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 */
	font-size: 90%;
	line-height: 17px; font-size: 11px; text-decoration: none 
}

#container {
	width: 87.2em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background: #fff;
	margin: 0;
	padding: 4px 0 0 0; 
	text-align: center;
}


 #mainContent {
  	margin: 0 35em 0 6px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding:20px 30px 0 0;
} 

 #sidebar1 {
	/*background:url(images/sidebar_bg.jpg) #fff 10px 18px no-repeat;*/
	float: right; 
	width: 40%; /* since this element is floated, a width must be given */
	border-left: solid 1px #ddd;
	height: 60%;
	padding: 36px 0 0 0; /* top and bottom padding create visual space within this div */
}

 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 42px;
	display:block;
}

 p.prvGetaway {
	height: 105px;
	background-color:#eee;
	border-bottom: #ccc solid 1px;
	width:330px;
	margin-bottom:50px;
	
}

 p.allPrvGets {
	
	padding: 4px 0 4px 0px;
	margin-top:-50px;
	margin-bottom:66px;
	border-bottom: #ccc dotted 1px;
	font-size:9px;
	width:330px;;
	height: 20px;
}

p.allPrvGets img {
margin-top: -4px;	

}

p.prvGetaway img {
margin-top: 4px;	

}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


#mainContent a, #sidebar1 a {
	
	color: #b28000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
text-decoration:underline;	
}





.blurb {
	font-size: 100%;
	font-style: italic;
	margin-top:-17px;
	padding-bottom:20px;
	border-bottom: 2px #dddddd dotted;
	width:90%;
}

h1 {
font-size:190%;
margin-top:20px;
}

.location {
	
	font-size:86%;
}

h2 {
	font-size:150%;
	font-weight:600;
	margin-top:-10px;
	margin-bottom:20px;
	
}

h3 {
	font-size:120%;
	font-weight:600;
	margin-top: 10px;
	margin-bottom: 26px;
	display:block;
}

/*h3 > a {
font-size:75%;	
}
*/

.ffwDate {
	font-weight: bold;
	color: #607731;
}
.fltleft {
	float: left;
	margin-right: 10px;
	
	
}
.thumb {
	padding:4px;

}



.btmBorder {
	border-bottom: 1px solid #CCC;
}

.lastWeek {
	background-color:#eee;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


 #footer {

    margin-top: 22px;
    padding: 24px;
    padding-bottom: 10px;
    padding-left: 17px;
    display: block;
    background-color: #000;
    margin-bottom: 0px;

}
 #footer p {
	margin: 0; 
	
}

 #footer .update {
        color: #fff;
        font-size: 9px;
       
        margin-top: 26px;
    }


#footer #footer_nav {
        padding-left: 0px;
        
    }

#footer_nav .logo {
            color: #fff;
            width: 53px;
			float:left;
            margin-right:8px;
        }   

#footer .experience {
            color: #fff;
            float:right;
        }

#footer_nav ul {
            display: block;
            margin-bottom: -10px;
			
        }

#footer_nav ul li {

            display: inline;
            margin-right: 10px;
			
            }

#footer_nav ul li a {

                    color: #fff;
                    text-decoration: none;
                    font-size: 10px;
					line-height:10px;
                }


					
#footer_nav ul li a:hover {
    text-decoration: underline;
                    }