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

Project: Chocolate Perks
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 01/22/09
-------------------------------------------------------------------*/

@import 'reset.css';

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

1. Body
2. Header
3. Navigation
    a. Main         [#nav_main]
    b. Controller   [#nav_main_b]
    c. Action       [#nav_sub]
    d. Breadcrumbs  [#nav_breadcrumbs]
4. Content      [#content]
    a. Forms (Newsletter Subscribe, Contact, Login)
    b. Cafe
    c. Catering
5. Footer       [#ftr]
6. Error
-------------------------------------------------------------------*/


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

body {
    background-color: #FFFFFF;
    color: #663600;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    word-spacing: 0px;
}

h2 {
    font-size: 12px;
    font-weight: bold;
}

a { color: #663600; }
a:hover { color: #000000; }

p { padding: 6px 0px; }

textarea { border: 1px solid #663600; }

#top_background {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-top.jpg);
    background-repeat: repeat-x;
}

#wrapper {
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    width: 972px;
}

#main_container {
    background-image: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    height: 100%;
    margin: auto;
    min-height: 584px;
    width: 972px;
}


.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.orange { color: #F5911F; }

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

#hdr_left {
    float: left;
    height: 153px;
    width: 450px;
}

#hdr_right {
    float: right;
    height: 153px;
    width: 522px;
}

#page_title {
    height: 54px;
    padding-left: 402px;
}

#logged_in {
    height: 20px;
    padding: 34px 20px 0px 0px;
    text-align: right;
    border: 0px solid #ff0000;
}

/*------------------------------------------------------------------
[3a. Navigation - Main ]
-------------------------------------------------------------------*/
#nav_main {
    height: 138px;
    padding: 0px 31px;
}

#nav_main ul li {
    float: left;
    height: 134px;
    list-style-type: none;
    width: 182px;
}

#nav_main ul li img, #nav_main ul li a img { display: block; }

/*------------------------------------------------------------------
[3b. Navigation - Main B ]
-------------------------------------------------------------------*/
#nav_main_b {
    font-size: 14px;
    height: 16px;
    padding: 6px 0px 4px 20px;
    border: 0px solid #ff0000;
}

#nav_main_b ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 10px;
}

#nav_main_b ul li a {
    color: #EEDEC7;
    text-decoration: none;
}

#nav_main_b ul li a:hover, #nav_main_b ul li a.current  { color: #D6AF78; }

/*------------------------------------------------------------------
[3c. Navigation - Sub ]
-------------------------------------------------------------------*/
#nav_sub {
    font-size: 14px;
    height: 16px;
    padding: 4px 0px 4px 20px;
}

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

#nav_sub ul li a { text-decoration: none; }
#nav_sub ul li a.current  { color: #000000; }

/*------------------------------------------------------------------
[3d. Navigation - Breadcrumbs ]
-------------------------------------------------------------------*/
#nav_breadcrumbs {
    color: #663600;
    height: 35px;
    font-size: 11px;
    margin-right: 12px;
    padding: 14px 0px 0px 30px;
}

/*------------------------------------------------------------------
[4. Content ]
-------------------------------------------------------------------*/
#content {
    padding: 0px 8px;
    text-align: justify;
}

#content_left {
    float: left;
    width: 394px;
}

#content_right {
    float: left;
    width: 528px;
}

#content_area {
    background-image: url(../images/content-wrapper.jpg);
    background-repeat: repeat-y;
    padding: 12px;
}

#menus_area {
    background-image: url(../images/content-wrapper.jpg);
    background-repeat: repeat-y;
    padding: 12px;
}

#menus_area tr {
    padding: 4px 0px 0px 10px;
    text-align: center;
}

#menus_area td {
    padding-left: 10px;
    text-align: center;
}

/*------------------------------------------------------------------
[4a. Content - Forms (Newsletter Subscribe, Contact) ]
-------------------------------------------------------------------*/
#newsletter div.identifier, #contact div.identifier, #auth div.identifier {
    float: left;
    height: 20px;
    padding: 4px;
    text-align: right;
    width: 50px;
}

#contact div.identifier { width: 35%; }
#auth div.identifier { width: 32%; border: 0px solid #ff0000; }

#newsletter div.input_side, #contact div.input_side, #auth div.input_side { 
    float: left;
    height: 20px;
    padding: 4px;
    width: 154px;
}

#contact div.input_side { width: 61%; }
#auth div.input_side { width: 63%; border: 0px solid #0000ff; }

#newsletter div.input_side input { 
    height: 18px;
    width: 150px;
    border: 1px solid #663600;
}


/*------------------------------------------------------------------
[4b. Content - Cafe ]
-------------------------------------------------------------------*/
#cafe_container {
    background-image: url(../images/pages-cafe/home-main-bg.jpg);
    background-repeat: no-repeat;
    min-height: 480px;
    width: 956px;
}

#cafe_left {
    float: left;
    padding-left:41px;
    width: 380px;
}

#specials_container {
    background:url(../images/pages-cafe/sign-wrapper.jpg) repeat-y;
    color: #7E4400;
    font-family: Georgia, Times, serif;
    padding: 0px 58px 0px 73px;
    width: 222px;
    border: 0px solid #ff0000;
}

#specials_container p { padding: 6px 0px; }

#cafe_right {
    float: right;
    width: 532px;
}

#cafe_header { padding-left:45px; }

#cafe_slideshow_container { padding: 21px 0px 4px 147px; }
#cafe_slideshow { height: 200px; width: 325px; }

#cafe_slideshow_about_history_container { padding: 1px 0px 4px 47px; }
#cafe_slideshow_about_history { height: 400px; width: 300px; }

#cafe_newsletter { padding: 0px 0px 0px 120px; }

#cafe_page_title {
    height: 63px;
    padding-left: 50px;
}


/*------------------------------------------------------------------
[4c. Content - Catering ]
-------------------------------------------------------------------*/
.catering_list {
    list-style-type: none;
    padding: 12px 0px 0px 100px;
}


/*------------------------------------------------------------------
[5. Footer ]
-------------------------------------------------------------------*/
#tag {
    color: #F2AD5C;
    font-size: 22px;
    height: 24px;
    padding: 12px 42px 0px 0px;
    text-align: right;
}

#pre_ftr {
    margin: auto;
    width: 972px;
}

#ftr {
    color: #653600;
    font-size: 11px;
    height: 83px;
    margin: auto;
    margin-bottom: 34px;
    text-align: center;
    width: 1024px;
}

#nav_ftr { padding: 4px 0px 2px 0px; }

#nav_ftr a {
    color: #653600;
    padding: 0px 8px;
    text-decoration: none;
}

#nav_ftr a:hover { color: #F4901E; }

.clear { clear: both; }

/*------------------------------------------------------------------
[6. Error ]
-------------------------------------------------------------------*/
.err_msg, #errName, #errEmail, #errUsername, #errPassword {
    color: #C31F38;
}

