/***************************
 RESET BROWSER DEFAULTS 
***************************/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, fieldset, form, label, legend{
margin:0;
padding:0;
border:0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}
/**********************
GENERAL LAYOUT
*********************/
body{
background:url(background01.jpg) top left repeat #d7ccac;
background-attachment:fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #525049;
font-size:.875em;
}
#wrapper{
width:960px;
margin:0 auto;
}
/****************
HEADER
*****************/
header{
height:180px;
background:url(headright.png) right no-repeat;
}
header h1{
padding:30px 0 0 20px;
font-family: 'IM Fell English', arial, serif;
font-size:4em;
font-weight:normal;
color:#c0b79d;
text-shadow:0 2px 1px #4f4f4f;
}
header a{
text-decoration:none;
color:#c0b79d;
}
header h1 a:hover, header h1 a:focus{
text-shadow:0 2px 3px #4f4f4f;
}
header h1 span.tag{
display:block;
line-height:.25em;
font-size:40%;
color:#b2aa91;
text-shadow:none;
}
/****************** 
SKIP NAV 
so that people browsing without a mouse can avoid having to go through the navigation every time they visit a page
******************/
#access{
text-align:center;
padding:0 0 0 10px;
}
#access a{
position:absolute; 
left:-9999em; /*moves the links off the page and not visible they are in focus*/
width:200px; 
z-index:999; 
display:block;
}
#access a:focus{
left:20px; /*moves the links back onto the page*/
top:20px; 
font-size:90%;
color:#fff; 
background-color:#6a6a6a;
padding:10px; 
font-weight:bold; 
text-decoration:underline;
}

/*****************
NAVIGATION
*****************/
nav{
text-align:center;
margin-top:-35px;
}
nav ul{
list-style: none;
font-size: 100%;
padding:5px 0;
}
nav li {
display:inline;
position: relative;
margin:0 15px;
text-transform:lowercase;
letter-spacing:-1px;
font-size:1.2em;
text-shadow: 0 -1px 0 #898475;
}
nav a{
color:#6a6451;
text-decoration:none;
}
nav a:active, nav a:hover, nav a:focus{
color:#516a59;
text-shadow:none;
}
nav a:focus{
text-transform:uppercase;
}
/****************
CONTENT
*****************/
#content{
border-top:1px solid #b5af9b;
padding:20px 10px 20px 10px;
}
#content p{
line-height:1.4em;
margin-bottom:10px;
}
#content h1, #content h2, #content h3, #content h4{
color:#747266;
font-family: 'IM Fell English', arial, serif;
font-weight:normal;
}
#content h1{
font-size:2.1em;
text-shadow: 0 -1px 0 #898475;
margin-top:10px;
}
#content h2{
font-size:1.8em;
margin:30px 0 0 0;
}
#content h3{
font-size:1.6em;
margin:30px 0 0 0;
}
#content a:link, footer a:link{
color:#943f3f;
}
#content a:visited, footer a:visited{
color:#6e3a3a;
}
#content a:active, footer a:active, #content a:hover, footer a:hover, #content a:focus, footer a:focus{
color:#5c6e3a;
text-decoration:none;
}
/*images within text*/
div.dummy04 img, div.dummy05 img {
width:100%;
height:100%;
border:0;
}
div.dummy04 {
float:left;
height: 150px;
width: 100px;
margin:10px 15px 5px 0;
padding:0;
background-image:url("dummy04.jpg");
} 
div.dummy05 {
float:right;
height: 150px;
width: 100px;
margin:10px 15px 5px 0;
padding:0;
background-image:url("dummy05.jpg");
} 
div.dummy04 a, div.dummy04 a:link, div.dummy04 a:visited, div.dummy05 a, div.dummy05 a:link, div.dummy05 a:visited{
display:block;
}
div.dummy04 img, div.dummy05 img {
width:100px;
height:150px;
border:0;
-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 4px;
-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 4px;
box-shadow: rgba(0, 0, 0, .55) 0 1px 4px;
}
div.dummy04 a:hover img, div.dummy04 a:focus img, div.dummy05 a:hover img, div.dummy05 a:focus img {
visibility:hidden;
}

article#pics{
margin:20px 0;
}
article#pics ul{
list-style-type:none;
padding:15px 0 10px 0;
}
article#pics ul li{
display:inline;
position: relative;
padding:5px 5px;
}
article#pics img{
margin:10px 0 10px 0;
padding:10px;
background:#cfcac0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 6px;
-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
box-shadow: rgba(0, 0, 0, .55) 0 1px 10px;
}
article#pics a:active img, article#pics a:hover img, article#pics a:focus img{
-webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
 transition: transform 1s ease-in;
}
article#pics p{
line-height:1em;
margin-bottom:0;
font-size:.8em;
color:#7e7c73;
}
/**************
FOOTER
****************/
footer{
width:90%;
max-width:1200px;
margin:0 auto;
padding:10px 50px 20px 50px;
font-size:.85em;
}
footer p{
font-size:2em;
font-family: 'Reenie Beanie', arial, serif;
margin-bottom:12px;
line-height:1.1em;
}
footer a:active, footer a:hover, footer a:focus{
color:#5c6e3a;
text-decoration:none;
}
/****************
BASE
****************/
section#base{
text-align:center;
margin-bottom:20px;
}
#base p{
font-size:.9em;
color:#7e7c73;
}
#base a{
color:#7e7c73;
}
#base a:active, #base a:hover, #base a:focus{
text-decoration:none;
}
#base a:focus{
text-transform:uppercase;
}