/* TYPOGRAPHY.CSS */

/* --- Basic Styles --- */

body {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.75em;
font-size: 75%;
text-decoration: none;
outline: none;
border: none;
color: #343434;
}

a {
color: #5e864f;
text-decoration: none;
}

a:hover, a.current {
color: #a0cf8d;	
text-decoration: none;
}

a img {
border: none;
outline: none;
text-decoration: none;
}

p {
color: #343434;
margin-bottom: 1.5em;	
}

h1 {
color: #524638;		
font-weight:bold;
font-size: 1.85em;
line-height: 1.5em;
margin-bottom: .5em;
}

#container_message h1 {
margin-top: 40px;
margin-bottom: 20px;
text-align: center;
font-size: 1.8em;
border: none;	
}

h2 {
color: #524638;		
font-weight:bold;
font-size: 1.55em;
line-height: 1.5em;
margin-bottom: .5em;
}

h3 {
color: #524638;	
font-weight: bold;
font-size: 1.45em;
line-height: 1.25em;
margin-bottom: .75em;
}

#sidebar h3.contact {
color: #ece9d1;	
font-weight: bold;
font-size: 1.65em;
line-height: 32px;
height: 32px;
}

h4 {
color: #524638;
font-weight: bold;
font-size: 1.25em;
line-height: 1.25em;
}

ul {
list-style-type: none;
}

/* --- Header Text --- */

#header_text p {
color: #f0ebd7;
margin: 66px 0 0 0px;
font-size: 1.5em;
font-weight: normal;
text-align: right;
}

#container_message p {
text-align: center;	
} 

/* --- Sidebar Button --- */

#sidebar_btn a {
line-height: 48px; 
color: #FFFFFF;
font-weight: normal;
font-size: 2em;
text-align: center;
}

#sidebar_btn a:hover {
color: #FFFFFF;
}

/* --- Sidebar --- */

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
color: #cfc788;	
}

#sidebar p {
color: #FFFFFF;	
}

#sidebar ul {
color: #FFFFFF;	
}

/* --- Contact Area --- */

#contact_inner a {
color: #a0cf8d;
}

#contact_inner a:hover {
color: #c2e8b3;
text-decoration: underline;	
}

/* --- Footer --- */

#footer p.address {
font-size: .95em;
}

#footer p.copyright {
font-size: .95em;
}

#footer p.footernav {
font-size: .95em;
}

#footer p.address a, #footer p.copyright a, #footer a.current {
color: #7bac68;
text-decoration: underline;	
}

#footer p.address a:hover, #footer p.copyright a:hover, #footer a:hover {
color: #a0cf8d;
text-decoration: underline;	
}

#footer p {
color: #FFFFFF;
}

#footer a {
color: #FFFFFF;
text-decoration: none;	
}

