/*------------------------------------------------------------------
[Master Stylesheet]

Project: honestalley.com
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 06/12/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header       [#hdr]
3. Navigation   [#nav_main]
4. Content      [#content]
5. Footer       [#ftr]
6. Error        [.err_msg]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html {
    margin-bottom: 1px;
    min-height: 100%;
}

body {
    background-color: #FFFFFF;
    color: #002A5C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
    word-spacing: 0px;
}

a { color: #002A5C; }
a:hover { color: #004CA8; }

h1 { 
    font-size: 32px;
    padding: 8px 0px;
}

p { 
    padding: 8px 0px;
    text-align: justify;
}

p.bold { font-weight: bold; }
p.left { text-align: left; }

p.noflash {
    font-weight: bold;
    padding: 100px 0px;
    text-align: center;
}

span.red_heading {
    color: #97022D;
    font-weight: bold;
}

#wrapper {
    background-color: #FFFFFF;
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    position: top center;
    width: 820px;
}

#background {
    background-position: top center;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------
[2. Header / #hdr ]
-------------------------------------------------------------------*/
#hdr {
    background-repeat: no-repeat;
    height: 83px;
    width: 820px;
}

#logo {
    float: left;
    height: 82px;
    width: 216px;
}

/*------------------------------------------------------------------
[3. Navigation / #nav_main ]
-------------------------------------------------------------------*/
#nav_main {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 49px;
    padding-top: 32px;
    text-align: center;
    width: 602px;
    border: 0px solid #ff0000;
}

#nav_main a, #nav_sub a {
    color: #FFFFFF;
    text-decoration: none;
}

#nav_main a:hover { color: #FF8218; }
#nav_main a.current { color: #FFCC33; }

#nav_sub {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 249px 0px 20px 355px;
}

#nav_sub a:hover { color: #FFCC33; }
#nav_sub a.current { color: #FF8218; }

#nav_left {
    float: left;
    padding: 8px 0px 0px 50px;
    width: 210px;
    border: 0px solid #ff0000;
}

#nav_left a { color: #002A5C; text-decoration: underline;}
#nav_left a:hover { color: #004CA8; }
#nav_left a.current { font-weight: bold; }

/*------------------------------------------------------------------
[4. Content / #content ]
-------------------------------------------------------------------*/
#content { }

#spacer_a {
    height: 290px;
    border: 0px solid #ff0000;
}

/*------------------------------------------------------------------
[4a. Content - Auth ]
-------------------------------------------------------------------*/
#loginform table.outer {
    font-size: 16px;
    margin: auto;
    padding: 4px;
    width: 70%;
}

#loginform table.inner { padding: 8px 0px; }

#loginform table.inner td { padding: 4px; }

/*------------------------------------------------------------------
[4b. Content - Space ]
-------------------------------------------------------------------*/
.taken {
    color: #97022D;
}

.available { color:#97022D; font-weight:bold; }

/*------------------------------------------------------------------
[5. Footer ]
-------------------------------------------------------------------*/
#ftr {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
    height: 44px;
    width: 820px;
}

#ftr p { text-align: center; }

.clear { clear: both; }

/*------------------------------------------------------------------
[6. Error ]
-------------------------------------------------------------------*/
.err_msg, #inf_user, #inf_pass {
    color: #97022D;
}

