@import url("/css/content.css");

/* www.kwadacha.com Layout Styles */
.printonly {
position: absolute;
left: -999em;
}

html, body {
margin: 0;
padding: 0;
min-height: 100%;
}
body {
background: #fce7a8 url(/layout/mountains-bg.gif) no-repeat bottom;
font: 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333;
}
.page {
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 120px;  /* Leave space at page bottom for mountain bg */
}
#header {
position: relative;
width: 100%;
min-width: 770px;
height: 83px;
margin: 0 auto;
background: #e1422d url(/layout/header-bg.jpg) repeat-x bottom;
}
#logo {
position: absolute;
left: 50%;
margin: 0 0 0 -385px;
}
#header-corner {
position: absolute;
right: 0;
bottom: 0;
width: 40px;
height: 83px;
background: url(/layout/header-corner.jpg) no-repeat right bottom;
}
#header h1 {
position: absolute;
bottom: -0.2em;
left: 50%;
margin: 0 0 0 -200px;
padding: 0;
line-height: 1em;
font: normal 240% "Arial Black", Arial, Helvetica, sans-serif;
color: #fff;
text-transform: uppercase;
}
#middle {
position: relative;
width: 770px;
margin: 32px auto 0;
padding: 0;
border: solid 1px #fce7a8;
}
#main {
position: relative;
top: 1.5em;
left: 190px;
width: 550px;
overflow: hidden;
margin: 30px 0 0 0;
padding: 0 15px 40px;
min-height: 300px;
background: #fff;
}
h1#page-title {
display: block;
margin: 0 -15px 15px;
padding: 1.5em 15px 0;
background: #8bb33d;
color: #fff;
font-size: 200%;
font-weight: bold;
line-height: 70%;
letter-spacing: 2px;
text-transform: uppercase;
}
#leftnav {
position: absolute;
top: 1.5em;
left: 0;
width: 190px;
min-height: 190px;
margin: 30px 0 0 0;
padding-bottom: 24px;
background: #facb3e url(/layout/menu-corner.gif) no-repeat left bottom;
}
#topnav {
position: absolute;
top: 0;
left: 0;
margin: 0 0 0 185px;
height: 1em;
}
#navbar-wrapper {
position: absolute;
top: 1.5em;
left: 0;
width: 770px;
height: 30px;
margin: 0;
background: #37622d url(/layout/navbar-bg.jpg) repeat-x bottom;
}
#navbar {
width: 770px;
height: 30px;
margin: 0;
background: url(/layout/navbar-corners.jpg) no-repeat 750px 0px;
}
#navbar-left {
float: left;
width: 20px;
height: 30px;
background: url(/layout/navbar-corners.jpg) no-repeat -20px 0px;
}
#footer {
clear: both;
position: relative;
width: 550px;
margin-left: 190px;
padding: 15px;
background: #fff;
}
#footer, #footer p, a.login {
color: #999;
text-decoration: none;
}
a.login:hover {
color: #facb3e;
}
a.login:active {
color: #8BB33D;
}
a#totop {
display: block;
margin-bottom: 1em;
padding: 1px 6px;
background: #467b3a;
color: #fff;
font-weight: bold;
text-decoration: none;
}
a#totop:hover {
color: #facb3e;
}
.clear {
clear: both;
}


/* WIDE TEMPLATE */
#middle .wide {
left: 0;
width: 740px;
margin-left: 0;
}

/* HOME PAGE */
#middle .home {
left: 0;
width: 740px;
margin: 30px 0 0 0;
padding: 15px 15px 40px;
min-height: 200px;
}
#home-top {
position: relative;
display: block;
width: 375px;
min-height: 173px;
margin: 0 0 0 180px;
background: #FAD258;
padding-left: 185px;
}
#home-top div.content {
padding: 5px 5px 5px;
}
#logo-hm {
position: absolute;
top: 0;
left: -180px;
}

#home-lft,
#home-mid,
#home-rt {
float: left;
width: 240px;
margin-right: 10px;
}
#home-rt {
margin-right: 0px;
}
#middle .home-footer {
width: 740px;
margin-left: 0px;
}


/* NAVIGATION */
/* Top Menu */
#nav-text2 a {
display: block;
float: left;
color: #336633;
font-weight: bold;
margin: 0;
padding: 0 5px;
text-decoration: none;
}
#nav-text2 a:hover {
color: #facb3e;
}
#nav-text2 a.nav-text-current {
color: #8BB33D;
}
#nav-text2 span {
display: block;
float: left;
width: 10px;
height: 20px;
background: url(/layout/bullet-topnav) no-repeat center center;
}

/* Main Menu */
#nav-text1 {
width: 580px;
margin: 0 0 0 185px;
padding: 0;
}
#nav-text1 span {
display: block;
float: left;
width: 10px;
height: 30px;
background: url(/layout/bullet-nav) no-repeat center center;
}
#nav-text1 a {
display: block;
float: left;
margin: 0;
padding: 10px 5px 5px;
color: #fff;
font-size: 1em;
line-height: 1em;
font-weight: bold;
text-decoration: none;
}
#nav-text1 a:hover {
color: #facb3e;
}
#nav-text1 a.nav-text-current {
color: #facb3e;
}

/* Sub-Menu */
#subnav, #subnav ul, #subnav li {
list-style: none;
width: 190px;
margin: 0;
padding: 0;
}
#subnav a,  #subnav span {
display: block;
width: 170px;
margin: 0;
padding: 2em 10px 0.4em;
line-height: 1em;
font-size: 130%;
font-weight: bold;
text-decoration: none;
background: #b9cf4d;
border-bottom: solid 1px #fce39d;
}
#subnav a:visited {color: #336633;}
#subnav a:hover {
color: #fff;
background: #b9cf4d;
}
#subnav ul a, #subnav ul span {
display: block;
margin: 0;
padding: 0.5em 10px;
background: #facb3e;
font-size: 100%;
}
#subnav ul ul a, #subnav ul ul span {
display: block;
width: 160px;
padding-left: 20px;
font-size: 90%;
background: url(/layout/bullet-topnav) no-repeat 10px;
}
#subnav ul ul ul a, #subnav ul ul ul span {
width: 150px;
padding-left: 30px;
background: url(/layout/bullet-topnav) no-repeat 20px;
}
a.subnav-current, span.subnav-current {
color: #fff;
}
#subnav ul ul a.subnav-current, #subnav ul ul span.subnav-current {
background: #8bb33d url(/layout/bullet-nav) no-repeat 10px;
}
#subnav ul ul ul a.subnav-current, #subnav ul ul ul span.subnav-current {
background: #8bb33d url(/layout/bullet-nav) no-repeat 20px;
}


/* Site Map */
#sitemap1 li, #sitemap2 li {
font-weight: bold;
list-style: none;
margin-top: 1em;
}
#sitemap1 li li, #sitemap2 li li {
font-weight: normal;
list-style: disc;
margin-top: 0em;
}
#sitemap2 {margin-bottom: 0;}


/* kwadacha.com Module Styles */

/* CALENDAR OF EVENTS */
table.events-table {
margin: 1em 0 0;
width: 100%;
border-collapse: collapse;
background: #fff;
}
.events-table td, .events-table th {
margin: 0px;
padding: 2px;
vertical-align: top;
border: solid 1px #999;
}
td.events-months, td.events-arrow-month {
text-align: center;
vertical-align: middle;
border: solid 1px #fff;
border-bottom-color: #d43726;
}
span.events-current-month {
color: #facb3e;
font-weight: bold;
}
td.events-months a, td.events-arrow-month a {
text-decoration: none;
}
td.events-arrow-year, td.events-header {
text-align: center;
vertical-align: middle;
padding: 0 4px;
color: #fff;
border: solid 1px #b32016;
border-bottom-color: #999;
background: #b32016 url(/layout/smallbar-bg.jpg) repeat-x left top;
}
td.events-header h2 { /* month and year */
text-align: center;
margin: 0;
padding: 0.3em;
color: #fff;
}
td.events-arrow-year a {
text-decoration: none;
color: #fff;
}
td.events-arrow-year a:hover {
color: #facb3e;
}
th.events-subheader { /* days of the week */
margin: 0px;
padding: 2px;
}
th.events-subheader p { /* days of the week */
color: #B32016;
font-weight: bold;
text-align: center;
margin: 0;
}
.events-empty-day {
width: 14%;
height: 6em;
}
.events-day {
width: 14%;
height: 6em;
}
td.events-current-day {
width: 14%;
height: 5em;
background: #fce7a8;
font-weight: bold;
}
td.events-event-day {
width: 14%;
height: 6em;
font-weight: bold;
}
p.events-title {
font-size: 85%;
font-weight: normal;
text-align: left;
line-height: 1.2em;
margin-bottom: 0.6em;
}

/* EVENTS LIST */
h1.events-categories {
color: #333;
font-size: 100%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0;
padding: 1em 0 0;
}
/* detail view */
h3.events-title {
color: #B32016;
font-size: 120%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 0 0.5em;
padding: 0.6em 0 0.1em;
border-bottom: 1px solid #B32016;
}
span.events-date {font-weight: bold;}
span.events-location {font-weight: bold;}

/* EVENTS SMALL LIST */
.events-small-list {
border: solid 1px #b32016;
border-top-width: 0px;
padding: 10px;
}
h2.events-small-list-category {
color: #fff;
font-size: 95%;
margin: -10px -10px 0.5em;
padding: 0.1em 10px;
background: #b32016 url(/layout/smallbar-bg.jpg) repeat-x left top;
}
h3.events-small-list-title {
font-size: 100%;
font-weight: normal;
letter-spacing: 0;
text-transform: none;
padding: 1em 0 0;
}

/* EVENTS SMALL CALENDAR */
.events-small-table {
width: 15em;
border-collapse: collapse;
}
.events-small-table td {
height: 1.8em;
margin: 0px;
padding: 2px;
text-align: center;
vertical-align: middle;
border: solid 1px #999;
}
table.events-small-table td a {
display: block;
}
td.events-small-arrow-month {
text-decoration: none;
background: #b32016 url(/layout/smallbar-bg.jpg) repeat-x left top;
border: solid 1px #B32016;
border-top-color: #d43726;
border-bottom-color: #999;
}
td.events-small-arrow-month a {
color: #fff;
text-decoration: none;
}
td.events-small-arrow-month a:hover {
color: #facb3e;
}
td.events-small-header {
background: #b32016 url(/layout/smallbar-bg.jpg) repeat-x left top;
border: solid 1px #B32016;
border-top-color: #d43726;
border-bottom-color: #999;
}
td.events-small-header p { /* month and year */
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0px;
padding: 0px;
}
th.events-small-subheader { /* weekday headings */
border: solid 1px #999;
margin: 0px;
padding: 2px;
color: #B32016;
text-transform: uppercase;
text-align: center;
}
td.events-small-current-day {
font-weight: bold;
background: #fce7a8;
font-weight: bold;
}
td.events-small-event-day {
font-weight: bold;
}

/* EVENTS RSS */
div.events-rss {padding: 1em 0;}


/********* FORMs ********/
.form-title {
color: #B32016;
font-size: 120%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 0 0.5em;
padding: 0.6em 0 0.1em;
border-bottom: 1px solid #B32016;
}
.form {
margin: 0;
padding: 10px;
background: #feda7a;
}
.form td {padding: 2px 4px 2px 0px;}
.form-tdtext {width: 20%;}
.form-tdreq {width: 6px;}
.form-required, .form-tdreq {color: #B32016;}
span.form-required {font-size: 125%;}
.form-tdinput {width: 80%;}
.form-input {
width: 50%; 
padding: 1px 2px;
border: solid 1px #999;
margin-bottom: 0.5em;
}
.form-textarea {
width: 70%; 
border: solid 1px #999;
}
.form-submitbtn, .form-resetbtn {
font-size: 90%;
color: #fff;
font-weight: bold;
height: 2em;
margin: 0.5em 0;
padding: 0px 3px;
background: #467b3a;
border-color: #467b3a;
}


/***** NEWS MODULE *****/
.news {
border: solid 1px #b32016;
border-top-width: 0px;
padding: 10px;
}
h2.news-category, .news-archive h2 {
color: #fff;
font-size: 95%;
margin: -10px -10px 0.5em;
padding: 0.1em 10px;
background: #b32016 url(/layout/smallbar-bg.jpg) repeat-x left top;
}
.news-date {
display: block;
float: left;
width: 6em;
}
.news-headline {
clear: both;
}
.news-archive-link {display: block;}
h3.news-title {
color: #B32016;
font-size: 120%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 0 0.5em;
padding: 0.6em 0 0.1em;
border-bottom: 1px solid #B32016;
}
div.news-rss {}


/*PHOTO GALLERY*/
table.photos-album-table {width: 100%;}
table.photos-album-table td.photos-album {
margin: 0px;
padding: 5px 10px 10px;
background: #feda7a;
vertical-align: top;
text-align: left;
}
h2.photos-album-header {
text-align: left;
margin: 0px -10px 10px;
padding: 0px 10px 2px;
border-bottom: 1px solid #fff;
}
div.photos-album-photobox {
width: 40%;
margin-right: 10px;
display: block;
float: left;
text-align: center;
}
.photos-album-thumbnail {
border: 0px;
margin-bottom: 4px;
border: 1px solid #fff;
}
a:hover .photos-album-thumbnail {
border: 1px solid #facb3e;
}
div.photos-album-textbox {
width: 50%;
margin-top: 10px;
text-align: left;
display: block;
float: left;
}
.photos-album-lastupdated {
font-size: 85%;
}

/* Pop-up Window */
#photos-view-body {
background: #fff url(/layout/navbar-bg.jpg) repeat-x;
margin: 0px;
padding: 4px;
text-align: center;
}
.photos-view-button {
text-align: center;
line-height: 1.5em;
margin: 0 4px 1em;
vertical-align: middle;
}
.photos-view-slidenav .photos-view-button {
float: left;
}
.photos-view-button a, .photos-view-button a:visited {
color: #fff;
font-weight: bold;
text-decoration: none;
text-transform: capitalize;
display: block;
float: none;
text-align: center;
vertical-align: middle;
margin: 0px;
}
.photos-view-button a:hover {
color: #facb3e;
}
.photos-fulllink {
text-align: center;
font-size: 85%;
margin: 0 auto 1em;
padding-top: 0.2em;
}
#caption {
text-align: left;
margin-top: 1.5em;
padding: 5px 10px 20px;
background: #feda7a;
}
h2.photos-phototitle {
text-align: left;
margin: 0px -10px 10px;
padding: 0px 10px 2px;
border-bottom: 1px solid #fff;
}

/* Thumbnail View */
.thumbnail {
margin: 0px;
padding: 10px 10px 20px;
background: #feda7a;
vertical-align: top;
text-align: left;
}
h2.thumbnail-album-title {
text-align: left;
margin: 0px -10px 10px;
padding: 0px 10px 2px;
border-bottom: 1px solid #fff;
}
table.thumbnail-table {
width: 100%;
}
table.thumbnail-table td.thumbnail-pic {
padding: 4px 4px 10px;
vertical-align: top;
text-align: center;
}
td.thumbnail-pic img {
border: 1px solid #fff;
margin-bottom: 4px;
}
p.photos-phototitle {font-size: 85%;}
td.thumbnail-pic a:hover img {
border: 1px solid #facb3e;
}


/**** SEARCH MODULE ****/
.search-description {}
input.search-query {
font-size: 90%;
color: #333;
width: 12em;
margin: 0px;
padding: 1px 2px;
border: 1px solid #999;
}
.search-button-site, .search-button-other {
font-size: 90%;
color: #fff;
font-weight: bold;
background: #467b3a;
border-color: #467b3a;
height: 2em;
margin: 2px 1px 0px;
padding: 0px 3px;
}
div.search-header-info {margin-top: 1em;}
div.search-query {}
div.search-query-pages {}
div.search-query-runtime {display: none;}
div.search-query-time {display: none;}
div.search-links {}
div.search-limits {display: none;}
div.search-stopwords {display: none;}

div.search-result {margin: 1em 0 0;}
div.search-number {font-weight: bold; float: left; margin-right: 0.5em;}
div.search-title {margin-left: 1em;}
div.search-rank, div.search-rank strong {font-weight: normal; font-size: 90%;}

div.search-meta {display: none;}
div.search-header {}
div.search-value {}

span.search-highlight{
font-weight: bold;
}
a:link span.search-highlight {
text-decoration: underline;
}
a:visited span.search-highlight {
text-decoration: underline;
}
a:hover span.search-highlight, a:active span.search-highlight {
text-decoration: none;
}