body {
margin:0;
background:url(../layout/background.jpg) #ddd7c4;
color:#222;
}


#background-top {
background:url(../layout/header-bg.jpg) repeat-x;
height:200px;
}

.header {
background:url(../layout/header-bg.jpg) repeat-x #543926;
height:190px;
margin-bottom:15px;
}

.header-photo {}

.content {position:relative; z-index:99;}

.header h1 {
margin:5px;
margin-top:40px;
left:360px;
color:#ece9e0;
font-size:72px;
font-weight:normal;
line-height:1.1;
text-shadow: -1px -1px 1px rgba(0,0,0,.6);
font-family:Georgia;
}
.header h1 small {font-size:48px;}

/*-- left navigation ----*/

.nav {
width:238px;
margin-left:38px;
margin-right:30px;
}

.nav ul {
list-style:none;
padding:0;
margin: 30px 1px 24px;
}

.nav li a {
display:block;
color:#380505;
font-size:20px;
line-height:1;
padding:4px;
margin-left:10px;
text-decoration:none;
}

.nav li a:hover {
background:#7b0808;
color:white;
}

/*-- sub categories --*/
.nav ul ul {
margin:0px;
margin-left:36px;
border:solid 1px #987;
border:none;
list-style:circle outside;
}

.nav ul ul li a {
font-size:18px;
}


/*----------- General Text Formatting -------------*/

h1, h2, h3, h4, h5, h6 {
color:#333;
margin:.2em 0;
line-height:1.1;
}

h1 {
font-size:56px;
font-weight:normal;
line-height:1;
}

h2 {font-size:34px; font-weight:normal;}

p {

line-height:1.4;
font-size:14px;
margin:.5em auto;
}

hr {margin:25px auto 22px;}
h2 + hr {margin-top:8px;}

.box {
border:solid 1px #654;
background:#cba;
padding:6px 16px;
margin-bottom:10px;
}

iframe {
border:inset 2px #eee;
}



/*-------------------- EZ-Directory ----------------*/



#directory-listing {
color:#444;
}

#category-info h2 {font-size:14px; margin:0; color:#211; font-family:Arial;}

#category-info h2:before {
content:"Category: ";
color:#776a60;
}

.description p{
font-size:18px;
padding: 0px 10px;
margin:0;
color:#333;
}

.image-container {
background:#e8e8e0;
border:solid 1px #d8d8d0;
background:url(../layout/no-image.png) no-repeat center;
}

span.name {
padding:0 10px;
}

td.contact-info {
font-size:14px;
}

td.list-separator {
display:block;
background:#eee; 
border:none;
height:1px;
width:100%;
line-height:1;
}

.buttons-row { display:none; padding:0; height:1px;}

/*--- page navigation ---*/
#multiple-paging-indicator {
font-size:16px;
}

#curr-page-number {
display:inline-block;
padding:5px 10px;
background:#760808;
color:white;
}

#multiple-paging-indicator a {
display:inline-block;
padding:5px 8px;
background:#0B3F61;
color:white;
margin:2px 0;
text-decoration:none;
}

#multiple-paging-indicator a:hover {
background:black;
color:white;
}

/*----- global header solution ------*/

#global-header #directory{
margin-left:440px;
width:700px;
}

#global-header .nav {
float:left;
}



/*------ media query solution ---*/ 
@media screen and (max-width:800px) {

  #background-top {background:none; height:150px;}
  .header {height:120px; border-bottom: solid 8px #560808; }
  .header h1 {font-size:36px; margin-left:20px;}
  .header h1 small {font-size:26px;}
  .header-photo {display:none;}

}