/* ------------------------------------------------ */
/* This is the colors CSS configuration file for -- */
/* the Nomad Studios website ---------------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* Body properties -------------------------------- */
/* ------------------------------------------------ */
body {
background-color: #ffffff;
color: #000000;
background-image: url('images/bg.png');
background-position: center;
background-repeat: repeat;
background-attachment: fixed;
}

/* ------------------------------------------------ */
/* Div properties --------------------------------- */
/* ------------------------------------------------ */
div#page {
text-align: left;
}

div#banner {

}

#snavwrapper {
border-width: 0px 2px 0px 2px;
border-style: solid;
border-color: #000000;
}

#location {
border-width: 0px 2px 0px 2px;
border-style: solid;
border-color: #000000;
}

#contentwrapper {

}

#meat {
background-color: #ffffff;
border-width: 0px 2px 0px 2px;
border-style: solid;
border-color: #000000;
}

.ptitle h3 {
color: #008000;
}

div.content {
border-bottom: dashed #aaaaaa 1px;
}

div.heading {
background-image: url('images/ptitle.png');
background-color: #008000;
}

div.cheading {
background-color: #008000;
}

div.charity {
border: solid 1px #008000;
}

div.float_right {
border-left: #aaaaaa 1px solid;
}

div#foot {
background-color: #ffffff;
}

#floc {
border-width: 0px 2px 0px 2px;
border-style: solid;
border-color: #000000;
}

#fnavwrapper {
border-width: 0px 2px 2px 2px;
border-style: solid;
border-color: #000000;
}


/* ------------------------------------------------ */
/* List properties -------------------------------- */
/* ------------------------------------------------ */
#snavwrapper ul {
background-color: #008000;
color: #ffffff;
}

#snavwrapper ul li a {
background-color: #008000;
color: #ffffff;
border-color: #ffffff;
}

#snavwrapper ul li a:hover {
background-color: #00C000;
color: #ffffff;
}

/* ------------------------------------------------ */

#location ul {
background-color: #eeeeee;
color: #404040;
border-bottom: 1px solid #aaaaaa;
}

#location ul li {
display: inline;
list-style-type: none;
}

#location ul li a {
color: #aaaaaa;
}

#location ul li a:hover {
color: #800000;
}

/* ------------------------------------------------ */

#fnavwrapper ul {
background-color: #008000;
color: #ffffff;
}

#fnavwrapper ul li a {
background-color: #008000;
color: #ffffff;
border-color: #ffffff;
}

#fnavwrapper ul li a:hover {
background-color: #00C000;
color: #ffffff;
}

/* ------------------------------------------------ */

#floc ul {
background-color: #eeeeee;
color: #404040;
border-top: 1px solid #aaaaaa;
}

#floc ul li {
display: inline;
list-style-type: none;
}

#floc ul li a {
color: #aaaaaa;
}

#floc ul li a:hover {
color: #800000;
}


/* ------------------------------------------------ */
/* Text properties -------------------------------- */
/* ------------------------------------------------ */
a {
color: #800000;
}