/* ========================================= */
/* General */
body {
	font: 12px   'Palatino Linotype', Georgia, Times New Roman, Serif;
	background: #f0ddcc;
	margin: 0px 5px 0px 5px;
	color: #231306;
}

p { 
	color: #34200f; 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #796147;
	text-decoration: none;
}

a:visited {
	color: #ad967d;
	text-decoration: none;
}

a:hover, a:active {
	color: #ad967d;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

/* ========================================= */
/* Layout */

#logo {
    display: none;
}

#container {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 1050px;
    background-image: url(/template/img/background.jpg);
    margin: 0px auto; /* Right And Left Margin Widths To Auto */
    text-align: left; /* Hack To Keep IE Windows Happy */
    padding-bottom: 10px;
}

#contentContainer {
	color: #34200f;
	margin-top: 370px;
	width: 700px;
	float: left;
	text-align: left;
	padding-top: 0px;
}

#contentContainer #content {
	color: #34200f;
	line-height: 2.0em;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-left: 100px;
	width: 700px;
}

#sidebarContainer {
	width: 230px;
	float: left;
	text-align: right;
	padding-top: 27px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	line-height: 2.0em;
}

#pre-footer {
    width: 1050px;
    margin: 0px auto; /* Right And Left Margin Widths To Auto */
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
        width: 1050px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	font-size: 10px;
	color: #522f13;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: #b3a595 solid 1px;
}

footer a {
	color: #866f57;
}

footer a:hover {
	color: #ad967d;
	text-decoration: underline;
}

/* ========================================= */
/* Navigation */

nav {
	text-align: left;
	margin-top: 450px;
	margin-left: 60px;
	line-height: 24px;
	text-transform: lowercase;
	font-size: 13px;
}

nav .current {
	height: 26px;
	background-repeat: no-repeat;
	position: static; 
	background-image: url(/template/img/button2.jpg);
	font-size: 14px;
	text-indent: 10px;
	font-style: italic;
	color: #efddca;
	
}

/* Parent - Level 0 */

nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

nav li { 
}

nav a {
	display: block;
	color: #4a2608;
	text-decoration: none;
}

nav a:hover {
	color: #796147;
}

/* Child - Level 1 */

nav ul ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

nav ul ul li { 
}

nav ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

nav ul ul a:hover {
	background: transparent;
}

/* ========================================= */
/* Headers */

h1 {
	text-align: center;
        text-transform: lowercase;
	color: #1b1819;
	font-size: 24px;
	margin-bottom: 3px;
}

h2 {
	color: #1b1819;
        font-family: "Cambria,serif";
	font-size: 20px;
	margin-bottom: 3px;
}

h3 {
	color: #1b1819;
        font-family: "Cambria,serif";
	font-size: 16px;
	margin-bottom: 3px;
}

h4 {
	color: #1b1819;
        font-family: "Cambria,serif";
	font-size: 14px;
	margin-bottom: 3px;
}

h5 {
	color: #1b1819;
        font-family: "Cambria,serif";
	font-size: 12px;
	margin-bottom: 3px;
}

/* SMALL SCREENS ---------------------------------------------------- */

@media only screen and (max-width: 800px) {
	
.copyright {
	float: none;
}

#container {
    padding: 0;
    background: #f0ddcc;
    width: 90%;
}

#contentContainer {
    padding: 0;
	margin: 0px;
	width: 100%;
        float: none;
}

#contentContainer #content {
    padding: 0;
	margin: 1em;
	width: 100%;
	line-height: 1.5em;
}

#sidebarContainer {
    padding: 0;
	width: 100%;
	float: left;
	text-align: right;
}

nav {
    margin: 1em;
}
nav li {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
}

#pre-footer {
    display: none;
}
footer {
    width: 90%;
    height: 100%;
}
#logo {
    display: block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 553px;
    height: 106px;
    background-image: url(/template/img/logo.png);
}

}
@media only screen and (min-width:801px) and (max-width: 1050px) {
    #container {
        width: 100%
    }
    #contentContainer {
        width: 66%;
    }
    #contentContainer #content {
        width: 90%;
    }
    #pre-footer {
        display: none;
    }
}
