/* ----------------------------------------------------
 * Four Sisters Housing Co-operative Global Style Sheet
 * created:        21-Nov-2010
 * updated:        11-Feb-2014
 * CSS Validated:  11-Feb-2014
 *
 *
 * colors:
 * h1                   #6c6423 (dark olive)
 * h2,h3                #97852e (olive-brown)
 * body bg              #729A4D (light green)
 * page wrapper bg      #FFF;
 * main content text    #605012 (dark brown)
 * nav_wrapper bg       #fbf6de
 * sidebar border       #dbd7c9        
 
 * #main_nav a          #AA9F78
 * #main_nav span       #AA9F78
 
 * #housing_charges th  #d7cda5
 ----------------------------------------------------- */


/* -------------- 
   ---- HTML ----
   -------------- */
html {
overflow: scroll; /* force vertical scroll bar in Firefox */ 
}

body {
font-family: Verdana, Geneva, sans-serif;
background: #729A4D url("../images/bg/bg_body_repeat.jpg");
}

a {
text-decoration: none; 
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-variant: small-caps;
}

h1 {
font-size: 1.4em;
color: #6c6423;
padding-bottom: 10px;
margin-left: -25px;
}

h2, h3 {
font-size: 1.0em;
color: #97852e;
margin-left: -15px;
padding: 0;
}

img {
border: none; 
}

p {
margin: 0 0 0 .8em;  
}

ul {
margin-top: 5px; 
}


/* ------------------ 
   ---- SECTIONS ----
   ------------------ */

/* --- page_wrapper --- */
#page_wrapper {
margin: 30px auto 15px auto;  
min-width: 940px;
max-width: 1100px;
padding-right: 10px;
background-color: #FFF;
background-image: url("../images/bg/bg_page_repeat.jpg");
background-repeat: repeat-y;
background-position: top right;
}

/* --- header --- */
#header {
margin: 0;
padding: 0;
height: 150px;
position: relative;
background-image: url("../images/bg/bg_header_repeat.jpg");
background-repeat: repeat-x;
}

#header #header_text_img {
margin: 35px 0 0 440px;
}

#header #header_bg_top_left {
width: 440px;
height: 340px;
background-image: url("../images/bg/bg_header_top_left.jpg");
background-repeat: no-repeat;
position: absolute;
top: -20px;
left: -15px;
z-index: 20; /* positions #header_bg_top_left & #main_nav on top of #nav_wrapper */
}

#header #bg_header_top_right {
height: 25px;
width: 35px;
background-image: url("../images/bg/bg_header_top_right.jpg");
background-repeat: no-repeat;
position: absolute;
top: 0;
right: -10px;
}


/* --- nav_wrapper --- */
#nav_wrapper {         /* Provides nav background color & relative positioning for */
margin-top: 10px;      /* nav_flower. */
display: inline-block; /* Expands height with content without specifying height, */
width: 100%;           /* gives absolutely postioned element positioning context. */    
overflow: visible;
position: relative;
background-color: #fbf6de;
}

/* --- content_wrapper --- */
#content_wrapper {
clear: left; /* clear navbar float */
padding: 125px 30px 10px 50px;
}

/* --- sidebar --- */
#sidebar {
width: 200px;
margin-top: 15px;
padding: 0 0 10px 15px;
float: right;
font-size: 0.9em;
line-height: 150%;
color: #605012;
border-left: 1px dashed #dbd7c9;

position: relative;
z-index: 20; 
}

#sidebar ul {
list-style-position: inside;
margin: 0;
padding: 0;
}

#sidebar li {
padding-bottom: 15px;
}

#sidebar h3 {
margin: 0 0 15px 0;
font-size: 1.4em;
font-weight: bold;
color: #564608;
}

#sidebar p.img_caption {
font-size: 0.9em;
line-height: 110%;
text-align: center;
margin-bottom: 10px; 
}

/* --- main_content --- */
#main_content {
margin-right: 250px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1.1em;
line-height: 160%;
color: #605012;
position: relative;
z-index: 20;
}

#main_content p {
text-align: left;
margin: 0 0 .7em 0;
}

/* main_content: lists */
#main_content ul {
list-style-type: none;
}

#main_content ul li {
list-style-image: url(../images/bullets/bullet.png);
padding-left: 6px;
line-height: 135%;
margin-bottom: 0.8em;
}

#main_content li ul {
margin-top: 5px; 
}

#main_content li ul li {
list-style-image: none;
list-style-type: circle;
padding: 0;
margin-bottom: 5px;
}

/* --- footer --- */
#footer {
clear: both;
background-color: #FFF;
border-top: 1px dotted #DDD;
position: relative;
background-image:url("../images/bg/bg_footer_repeat.jpg");
background-repeat: repeat-x;
background-position: left bottom;  
}

#footer #bg_footer_bottom_left {
width: 25px;
height: 35px ;
background-image: url("../images/bg/bg_footer_bottom_left.jpg");
position: absolute;
bottom: 0;
left: 0;  
}

#footer #bg_footer_bottom_right {
height: 35px;
width: 35px;
background-image: url("../images/bg/bg_footer_bottom_right.jpg");
position: absolute;
bottom: 0;
right: -10px;  
}

#footer p {
margin: 0;
padding-bottom: 10px;
text-align: center;
font-size: 1.2em;
line-height: 3em;
color: #b0a67d; 
}


/* ---------------
   ---- PAGES ----
   --------------- */

/* --- index.php --- */
#collage {
display: block;
margin: 25px auto 20px auto;
width: 640px;
height: 451px;
}

/* --- about_us --- */

/* FAQ */
ul#faq li {
list-style-image: none;
margin-left: -20px;
padding-left: 0;
margin-bottom: 1.1em;
}

#faq li.faq_q {
margin-bottom: 2px !important;  
}

#faq li.faq_q span {
font-weight: bold;
background-color: #f4ac5b; 
width: 1.4em;
text-align: center;
border: 1px solid #6c6423;
display: inline-block;
margin-right: 2px; 
}


#faq li.faq_a span {
font-weight: bold;
background-color: #86ae61; 
width: 1.4em;
text-align: center;
border: 1px solid #6c6423; 
display: inline-block;
margin-right: 2px; 
}

/* --- reach_us.php --- */
#contact_info {
margin-bottom: 10px;
}

#contact_left {
float: left;
width: 45%;
}

#contact_right {
width: 45%;
margin-left: 46%;
}

#office_address, #application_address, #contact, #office_hours, #map  {
margin-bottom: 25px;  
}

#contact_info p, #contact_info table {
margin-left: 20px;
line-height: normal;
font-size: .9em;
}

#contact_info table {
border-collapse: collapse;  
}

#map {
margin-top: 5px;
margin-left: 20px;
border: 1px solid #CCC;
width: 380px;
height: 350px; 
}

/* office hours table */
#office_hours table {
width: 380px;
border-collapse: collapse;
margin-top: 8px;
margin-left: 20px;
border: 1px solid #CCC;
background-color: #fefeea;
}

#office_hours td {
padding: 5px 10px;
text-align: right; 
}

#office_hours tr.odd_row {
background-color: #ecf1a5;
}

#office_hours td.day {
text-align: left; 
padding-left: 15px;
padding-right: 5px;
}

#office_hours td.small_txt {
font-size: .8em;
line-height: 110%;  
}


/* --- apply.php --- */
#apply_address, #attention {  /* application address */
border: 1px solid #CCC;
margin: 10px 10px 10px 0px;
padding: 10px 15px; 
background-color: #fbf6de; 
text-align: left !important;
font-family: Arial, Helvetica, sans-serif;
line-height: 130%;
}

#apply_address {
width: 17em;  
}

#attention {
margin-top: 0;  
}

#apply_address p, #attention p {
margin: 5px 0; 
}


/* housing charges table */
table#hc {
margin: 8px 0 20px 0;
border-collapse: collapse;
border: 1px solid #CCC;
background-color: #fefeea;
font-size: 0.9em;
font-family: Arial, Helvetica, sans-serif;
}

#hc th {
background-color: #d7cda5;
font-size: 0.8em;
}

#hc tr, #hc td {
border: 1px solid #bbb;
}

#hc th, #hc td {
padding: 2px 5px;
}

#hc td {
text-align: right; 
}

#hc tr.odd_row {
background-color: #ecf1a5;
}

#hc .accessible {
vertical-align: middle;
}

#hc .col_1 {
border-right: none;
}

#hc .col_2 {
border-left: none;
}

#hc .col_3 {
padding-right: 20px;
}

#hc .col_4 {
padding-right: 25px;
}

#hc .col_5 {
padding-right: 35px;
}

#hc .col_6 {
text-align: center;
}

#hc tr#last_row {
background-color: #c3c87d;
}

#hc #last_row .col_3 {
border-left: none;
}

#hc #last_row .col_4 {
font-size: 0.9em;
text-align: center;
padding-right: 5px; 
}

#hc td#date {
font-size: 0.9em;
text-align: center;
}

/* --- four_sisters_images --- */
#back {
font-size: 0.9em; 
}

#photo {
margin: 0 auto 20px auto; 
}

#error {
color: #999;
text-align: center;  
}


/* -------------------- 
   ---- Navigation ----
   -------------------- */

/* main_nav */
#nav_img {
width: 245px;
height: 201px;
background-image: url("../images/flowers/nav_flower.jpg");
background-repeat: no-repeat;
position: absolute;
right: -84px;
bottom: -190px;
z-index: 10;
}

ul#main_nav {
float: left;
list-style-type: none;
margin: 0 0 0 400px;
padding: 0 0 0 28px;
background: url("../images/bg/bg_nav_left.jpg") top left no-repeat;
position: relative;
top: 0;
left: 0;
overflow: visible;
z-index: 20;  /* positions #header_bg_top_left & #main_nav on top of #nav_wrapper */
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/* font-family: Georgia, "Times New Roman", Times, serif; */
}

#main_nav li {
float: left;
line-height: 2.1em;
}

#main_nav a, #main_nav li span {
color: #AA9F78;
font-size: 1.1em;
text-decoration: none;
padding: 0px 12px;
display: block;
/* letter-spacing: -1px; */
}

#main_nav a:link, #main_nav a:visited {
color: #AA9F78;  
}

#main_nav a:hover {
color: #665d3c;
text-decoration: none;
}

#main_nav a:active {
color: #d1aa1d;
}

#main_nav li span {  /* current page */
color: #44871c;
}

/* content links */
#content_wrapper a:link, a:visited {
color: #d15409;
}

#content_wrapper a:hover {
border-bottom: 1px solid #539011;
}

#content_wrapper a:active {
color: #4b7f14;
}

.email_img {
padding-top: 2px; 
}

/* PDF & external links */
.pdf_link {
background-image: url(../images/icons/pdf_icon.gif);
background-repeat: no-repeat;
background-position: center right;
padding-right: 20px;
}

.ext_link {
background-image: url(../images/icons/ext_lnk_icon.gif);
background-repeat: no-repeat;
background-position: center right;
padding-right: 15px;
}


/* ---------------------------- 
   ---- Flotsam and Jetsam ----
   ---------------------------- */
.bold, .important {
font-weight: bold; 
}

.align_ctr {
text-align: center !important; 
}

.important {
color: #F00;
font-style: italic; 
}
