@charset "utf-8";
/*
Title:        Greenbrook Montessori stylesheet
Author:       D Edwards-Onoro, Lireo Designs, http://www.lireo.com
Created:      6 November 2008
Last Updated: 27 January 2009 

colors: main text: #3b1308;
    headings, green: #136734;
    purple top border, nav: #8149c4;
    dark purple nav hover: #604385;
    light yellow: #fefdc4;
    orange: #fb8c18;

*/

/* css reset */
body, div, h1, h2, h3, h4, dl, dt, dd, ul, ol, li, 
blockquote, table, th, td {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 100%; 
    line-height: 1.4; 
    color: #3b1308; 
}
body, p, ul, ol, li, dl, dd, dt, img {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background-color: #fff;
    background-image: url(../../images/bodyBG.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 0;
    color: #3b1308; /*#336666; */
    font: 100.01% arial, helvetica, sans-serif;
}


/*= containers */
#wrapper {
    /* background-color: #ffffff; */
    font-size: 90%;
    margin: 15px auto;
    width: 775px;
}
#header {
    min-height: 135px;
}
#banner {
    background-color: #fffef9;
    /* background-image: url(../../images/photo-collage-group.jpg); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    height: 144px;
}
#nav {
    background: transparent; 
    clear: both;
    margin: 5px 0 40px 0;
    width: 100%; /* width and float needed to contain child floats, was overflow:auto, but issues appeared in Opera and Safari */
    float: left;
}
#sidecol1 {
    float: left;
    margin-top: 10px;
    width: 185px;
}
#subnav {
    background-color: #fff;
    background-image: url(../../images/side-top.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin: 10px 0 20px 0;
    /* min-height: 200px; */
    width: 164px;
}
#content {
    margin: 0 0 0 200px;
    padding: 1px 0 0 0;
}
#footer {
    background-color: #fff;
    background-image: url(../../images/footerBG.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 0;
    border-top: 5px solid #ff8a15;
    clear: both;
    margin-top: 40px;
    min-height: 150px;
    padding: 0;
    width: 100%;
}
#footer-content {
    line-height: 1.5;
    margin: 0 auto;
    padding: 20px 0;
    width: 775px;
}
#footer-info {
    font-size: 80%;
    float: left;
    padding-top: 10px;
    width: 440px;
}
#footer-contact {
    font-size: 80%;
    float: right;
    width: 250px;
}

/*= links */

a img {
    border: none;
    vertical-align: bottom;
}
a {
    color: #003399; /* #8149c4; */
}
a:hover {
    background-color: #fb8c18;
    color: #000; 
    text-decoration: none;
}


/*= skip to content */
#offset {
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#offset ul li a:focus, 
#offset ul li a:active {
    display: block;
    top: 5010px;
    left: 5010px;
    overflow: visible;
    width: 10em;
}


/*= headings */
h1, h2, h3, h4, h5, h6 {
    color: #136734;
    font-size: 140%;
    letter-spacing: .5px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}
h2 {
    font-size: 125%;
    margin-top: 20px;
}
h3 {
    font-size: 110%
}
h4 {
    font-size: 100%
}
#sidecol1 h2 {
    font-size: 105%;
    margin: 10px 0 10px 10px;
}


/*= header */
#brand {
    width: 300px;
    float: left;
    display: block; 
}
#brand img {
    display: block;
    padding-top: 5px;
}
#brand span {
    font-size: 1.3em;
    position: absolute;
    left: -5000px;
}
#utility {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
#utility li {
    background: url(../../images/right.gif) no-repeat bottom right;
    float: left;
    margin-right: 5px;
    padding: 0 8px 0 0;
}
#utility a {
    background: url(../../images/left.gif) no-repeat bottom left;
    color: #ccc;
    display: block;
    float: none;
    font: bold 95% "Trebuchet MS", arial, helvetica, sans-serif;
    line-height: 1.3;
    padding: 0px 5px 5px 10px;
    text-decoration: none;
}
#utility a:hover {
    color: #fff;
    text-decoration: underline;
}


/*= navigation */

#nav ul {
    float: left;
    list-style: none;
    margin: 5px 0 0 0;
}
#nav li {
    display: inline; 
    float: left;
    font: bold 105% "Trebuchet MS", arial, helvetica, sans-serif;
    letter-spacing: 1px;
}
#nav ul a {
    display: block;
    margin: 0;
    padding: 10px 15px 10px 15px;
    line-height: 1.4; /* 3.4em; */
}
#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
    color: #ccc; /*#ffffcc; */
    text-decoration: none; 
}
/* #nav a:hover {
    color: #ffffff;
    cursor: default;
    background: #337300;
} */
#nav a:hover{
    background: #fb8c18; 
    color: #fff;
    cursor: pointer;
    text-decoration: underline; 

}
#nav li.current a {
    background-color: #fb8c18;
    color: #ffffff;
    cursor: default;
    text-decoration: underline; 
}
#nav li.current a:hover {
    cursor: default;
}


/*= text styling */
#subnav ul {
    background-color: #e5e5e5;
    background-image: url(../../images/side-bottom.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position:  bottom left;
    list-style-type: none;
    margin-top: 20px;
    min-height: 50px;
    padding-bottom: 80px;
}
#subnav li {
    border-top: 1px solid #a5b7c9;
    border-left: 1px solid #b8c1c7;
    border-right: 1px solid #b8c1c7;
    padding: 2px;
}
#subnav a {
    color: #5B7082; 
    display: block;
    margin-left: 4px;
    text-decoration: none;
    padding-left: 10px;
}
#subnav a:hover,
#subnav a:focus,
#subnav a:active,
#subnav .current{
    background-color: transparent;
    background-image: url(../../images/subnav-arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
    color: #5d302d;
    text-decoration: underline;
}
#sidecol1 blockquote,
#content blockquote {
    background-color: transparent;
    background-image: url(../../images/quote-small.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 2%;
    font: italic 110% Georgia, "Times New Roman", Times, serif; 
    line-height: 1.5;
    margin: 10px 0;
    padding: 10px 10px 0 10px;
}
#sidecol1 blockquote {
    clear: both;
}
p.author-quote {
    color: #136734;
    font-style: italic;
    margin: 0 10px 25px;
    padding: 0;
    text-indent: 2.3em;
}
hr {
    border-color: #666;
    border-style: dotted outset solid;
    border-width: 1px 0 0;
    display: block;
    margin: 0 0 20px;
    height: 0;
}
/* #sidecol1 div.hr,
#content div.hr {
    background: transparent url(images/horizontal-rule.gif) no-repeat scroll center center;
    border: 0 none;
    display: block;
    height: 30px;
    margin: 0;
}
#content div.hr {
    background: transparent url(images/horizontal-rule.gif) no-repeat scroll center center;
} */
p {
    margin: 0 0 15px 0;
}
#sidecol1 p {
    margin-left: 10px;
}
#content ul {
    list-style-type: square;
    padding: 0 30px;
}
#sidecol1 form {
    margin: 5px 10px 30px 10px;
}
#sidecol1 input {
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
#content ol {
    padding: 0 30px;
}
#content ol li {
    padding-bottom: 10px;
}
#content a:hover img {
    background-color: transparent;
    display: block;
}


/*= footer styling */
#footer-contact img {
    float: right;
    margin: 0 0 20px 0;
}
div.vcard {
    clear: both;
    float: right;
    margin: 10px 0;
    padding: 0;
    text-align: right;
    width: 300px;
}
#footer ul {
    display: inline;
    list-style: none;
}
#footer ul li {
    display: inline;
    margin: 10px 0 0 0;
    padding: 0;

}
#footer ul li a {
    border-left: 1px solid #000;
    color: #000;
    line-height: 1em;
    
    padding: 0 .5em;
    text-decoration: underline;
}
#footer ul li a {
    border-left: 1px solid #000;
    color: #000;
    line-height: 1em;
    padding: 0 10px 0 5px;
    text-decoration: underline;
    margin-right: -5px;
}
#footer li a.first {
    border-left: none;
}
#footer p {
    padding-left: .5em;
}	
#footer p a,
div.vcard a {
    color: #000;
}
#footer li a:hover,
#footer li a:focus, 
#footer li a:active,
#footer p a:hover,
#footer p a:focus,
#footer p a:active,
div.vcard a:hover,
div.vcard a:focus,
div.vcard a:active {
    background: #fb8c18;
    color: #000000;
    text-decoration: none;
}


/*= contact form */
#content form {
    margin: 2em 0em 3em 0px;
}
#feedback {
    display: block; 
}
#feedback fieldset {
    margin: 0 0 3em 0;
    padding: 0 1em 1em 1em;
    width: 30em; 
}
.formbox {
    background-color: #fcf7f4;
    border: 1px solid #9fb296;
    display: block;
    margin-bottom: 1em;
    width: 250px;
}
#feedback legend {
    color: #136734;
}
#feedback label{
    color: #136734;
    font-weight: bold;
    margin-bottom: 1em;
}
#feedback h2 {
    font-size: 1em;
    margin-top: 5px;
}
.group {

    margin-bottom: 10px;
}
.group label {
    display: inline;
    padding: 0 20px 0 3px;
}
.submit {
    color: #2d6164;
    margin-top: 1em;
    width: 10em;
    cursor: pointer;
}
#feedback input:focus,
#newsletter input:focus { 
    background-color: #fefdc4;
    border: 1px solid #104C68;
}
#content p.warning {
    background-color: transparent;
    background-image: url(../../images/alert.gif); 
    background-attachment: scroll;
    background-position: 2% 30%;
    border: 1px dashed #cc0000;
    color: #cc0000;
    font-weight: normal;
    font-size: 85%;
    padding: 10px 10px 10px 50px;
    width: 470px;
}
.error {
    font-size: 85%;
    font-weight: normal;
    color: #cc0000;
    display: block; 
    border: 1px dashed #cc0000;
    line-height: 1.5;
    width: 250px;
    margin-bottom: .5em;
    padding: 0 .2em;
}
.note {
    font-weight: normal;
    font-size: 85%;
}



/*= floats */
.right {
    border: 1px solid #000;
    float: right;
    margin: 5px 0 2px 10px;
}
.left {
    border: 1px solid #000;
    float: left;
    margin: 5px 10px 2px 0;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatleft {
    float: left
}
.floatright {
    float: right;
}
.imgright {
    float: right;
    margin: 0 0 10px 5px;
}
.imgleft {
    float: left;
    margin: 0 5px 10px 0;
}
.imgborder {
    background-color: #ddd;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    border: 1px solid #ccc;
    margin: 3px 10px 10px 10px;
    padding: 4px;
}



