/* Where all the lights are bright */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

/* Has the background image for the diagonal stripes on the right. */

html  { background-color: #e1ecee; background-image: url(medias/right_side.gif); background-repeat: repeat-y; background-position: right top }

/* Has the background image for the diagonal stripes on the left. */

body  { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif, Times, "Times New Roman", serif; background-image: url(medias/left_side.gif); background-repeat: repeat-y; margin: 0 }

/* Banner across top of page that says the name of the whole site */

#main-title  { color: #ffffff; font-size: 0.7em; font-weight: bold; background-color: #265057; text-align: left; letter-spacing: 5px; margin: 0 110px; padding-top: 8px; padding-right: 50px; padding-bottom: 8px; border-top: 1px solid #000000; border-bottom: 1px solid #000000 }

/* To create the main image near the top of the page. */

#header-image {
background-color: #336a74;
background-image: url(medias/header_image.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 177px;
border-top: 2px #ff4700 solid;
border-bottom: 2px #ff4700 solid;
margin-left: 110px;
margin-right: 110px;
}

/* For the main navigation bar for the site. */

#navbar    { color: #265057; font-size: 10px; font-weight: bold; background-color: #265057; text-align: center; word-spacing: 4px; margin: 0 110px; padding-top: 8px; padding-bottom: 8px; border-bottom: 2px solid #ff4700 }

#navbar a:link, #navbar a:visited  { color: #ffffff }

#navbar a.current {
color: #ff4700;
}

#navbar a:hover  { color: #ff4700; text-decoration: none }

/* For the pullquote or other text directly under the navigation bar. */

#headline     { font-size: 0.65em; line-height: 1.5em; background-color: #e1ecee; text-align: justify; margin-right: 110px; margin-bottom: 0; margin-left: 110px; padding-top: 0; padding-right: 50px; padding-left: 50px }

/* For the byline on the pullquote. */

p.byline          { font-size: 15px; font-family: Times; font-style: italic; font-weight: bold; line-height: 1.3em; font-stretch: normal; text-align: left; word-spacing: 1px; letter-spacing: 2px; margin-top: 40px; margin-bottom: -5px }

h1   { color: #000000; font-size: 0.8em; font-weight: normal; background-color: #e1ecee; letter-spacing: 5px; margin-top: 0; margin-right: 110px; margin-left: 110px; padding: 23px 0 3px 50px; border-bottom: 1px solid #ff4700 }
h3   { color: #000000; font-size: 1.2em; font-weight: normal; background-color: #e1ecee; letter-spacing: 1px; margin-top: 0; margin-right: 10px; margin-left: 10px; padding: 23px 0 3px 50px  }
h4   { color: #000000; font-size: 1.5em; font-weight: normal; background-color: #e1ecee; letter-spacing: 1px; margin-top: 0; margin-right: 5px; margin-left: 5px; border-bottom: 1px solid #ff4700; text-align: center }
h5   { color: #000000; font-size: 1.2em; font-weight: normal; background-color: #e1ecee; letter-spacing: 1px; margin-top: 0; margin-right: 10px; margin-left: 10px; padding: 23px 0 3px 50px ; border-bottom: 1px solid #ff4700 }

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text   { font-size: 0.7em; line-height: 1.8em; background-color: #e1ecee; margin-right: 110px; margin-bottom: 0; margin-left: 110px; border-top: 0 none }
#main-text-2   { font-size: 1em; line-height: 1.8em; background-color: #e1ecee; margin-right: 10px; margin-bottom: 0; margin-left: 10px ; border-top: 0 none; text-align: justify }

#main-text p   { text-align: justify; margin-right: 50px; margin-left: 50px }

h2  { color: #000000; font-size: 1em; font-weight: normal; letter-spacing: 5px; margin-top: 0; margin-right: 50px; margin-left: 50px; padding-top: 10px; padding-right: 0; padding-bottom: 3px; border-bottom: 1px solid #000000 }
p, ul, ol { margin-top: 17px; margin-bottom: 0 }
ol, ul {
margin-left: 75px;
margin-right: 75px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ff4700;
}

a:hover {
text-decoration: underline;
}

/* Styles for the footer at the bottom of the page */

#footer  { color: #ffffff; font-size: 9px; font-family: Verdana; font-weight: bold; background-color: #ff4c00; text-align: center; margin-top: 20px; margin-bottom: 0; padding-top: 8px; padding-right: 50px; padding-bottom: 8px; border-top: 1px solid #000000; border-bottom: 1px solid #000000 }

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover { text-decoration: underline }