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

Project: THC
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 11/12/2009
-------------------------------------------------------------------*/

@import 'reset.css';

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

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


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    background-color: #191013;
    background-color: #210F05;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    word-spacing: 0px;
}

h1 {
    color: #093161;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    padding: 4px 0px;
}

p { padding: 8px 0px; }

#body_wrapper {
    background: url(../images/bg-main.jpg) no-repeat top center;
    margin: auto;
    width: 100%;
}

#wrapper {
    background: #191013 url(../images/wrapper.jpg) repeat-y;
    margin: auto;
    width: 980px;
}

#page_container {
    background: url(../images/bg-page.jpg) no-repeat top center;
    margin: auto;
    width: 980px;
}

#left_container {
    float: left;
    width: 370px;
}

#right_container {
    float: left;
    width: 570px;
}

.clear { clear: both; }

/*------------------------------------------------------------------
[2. Header ]
-------------------------------------------------------------------*/
#hdr {
    height: 224px;
    width: 980px;
}

#logo {
    float: left;
    width: 248px;
}

#home_icon { text-align: center; }
a.home_icon {
    display: block;
    margin: auto;
    width: 41px;
}

#hdr_img {
    float: left;
    padding: 60px 0px 0px 130px;
}

/*------------------------------------------------------------------
[3. Navigation ]
-------------------------------------------------------------------*/
#nav_main {
    float: left;
    height: 490px;
    padding-top: 38px;
    width: 200px;
}

#nav_main a { text-decoration: none; }

#nav_main img {
    border: none;
    display: block;
}

#nav_sub {
    float: left;
    padding: 80px 0px 0px 32px;
    width: 138px;
}

#nav_sub ul li {
    list-style-type: none;
    padding: 4px 0px;
}

#nav_sub ul li a {
    color: #919191;
    font-size: 14px;
    text-decoration: none;
}

#nav_sub ul li a:hover, #nav_sub ul li a.current { color: #944E1C; }

/*------------------------------------------------------------------
[4. Content ]
-------------------------------------------------------------------*/
#content {
    background: #E0E3EE repeat-y;
    min-height: 360px;
    padding: 8px 20px;
}

#content a { color: #000; }
#content a:hover { color: #666; }

#content ol, #content ul { padding-left: 16px; }
#content ol li, #content ul li { padding: 2px 0px; }

p.project_title {
    font-size: 16px;
    font-weight: bold;
}

/*------------------------------------------------------------------
[4b. Content - FtpRock Login ]
-------------------------------------------------------------------*/
#login_container {
    margin: auto;
    margin-top: 40px;
    padding: 20px 0px;
    width: 400px;
}

#login .identifier, #login .input_side {
    float: left;
    padding: 2px;
}

#login .identifier { 
    text-align: right;
    width: 140px;
}

input.text, textarea.text {
    background-color: #FFF;
    border: 1px solid #222121;
    width: 140px;
}

/*------------------------------------------------------------------
[5. Footer ]
-------------------------------------------------------------------*/
#ftr {
    background: #210F05 url(../images/footer.jpg) no-repeat;
    color: #FFF;
    font-size: 10px;
    margin: auto;
    padding: 24px 0px;
    text-align: center;
    width: 980px; 
}

/*------------------------------------------------------------------
[6. Error ]
-------------------------------------------------------------------*/
.err_msg, #errUsername, #errPassword, #errEmail {
    color: #CC0000;
    font-style: italic;
}
