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

Project: Fischer Landscape, LLC.
Author: Scott Lively <scott@livelywebdesign.com>
Version: 1.1
Last change: 05/06/08 [updated comments]
-------------------------------------------------------------------*/

/**************************************************************************************************
// GENERAL
**************************************************************************************************/
html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    line-height: 16px;
    word-spacing: 0px;
    letter-spacing: 0px;
    text-align: left;
    color: #222222;
    background-color: #FFFFFF;
}

h1 {
    padding: 2px 0px;
    font-weight: normal;
    font-size: 22px;
}

h2 {
    padding: 1px 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: #D30B16;
}

h3 {
    padding: 1px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

p {
    padding: 3px 0px;
}

a {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #D30B16;
}

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

#wrapper {
    position: top center;
    width: 768px;
    height: 100%;
    margin: auto;
}

#logo {
    float: left;
    width: 260px;
    height: 152px;
}

/**************************************************************************************************
// OTHER GENERAL
**************************************************************************************************/
div.dotted {
    border-top: 1px solid #CDCDCD;
    padding-bottom: 6px;
}

img.block {
    display: block;
}

p.right_link {
    text-align: right;
    font-size: 12px;
}

span.title {
    font-weight: bold;
    color: #D30B16;
}

/**************************************************************************************************
// NAVIGATION
**************************************************************************************************/
#nav_main {
    float: right;
    width: 504px;
    height: 74px;
    background-image: url(../images/nav_main_bg.jpg);
    background-repeat: no-repeat;
}

#nav_main a {
    text-decoration: none;
}

#sub_nav {
    margin-top: 2px;
    padding: 8px 0px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #CDCDCD;
}

#sub_nav a {
    padding: 0px 2px;
}

/**************************************************************************************************
// CONTENT LEFT
**************************************************************************************************/
#left_container {
    float: left;
    width: 350px;
    padding-top: 10px;
}

.left_content {
    padding-left: 42px;
    background-image: url(../images/left_wrapper.jpg);
    background-repeat: repeat-y;
}

/**************************************************************************************************
// CONTENT RIGHT
**************************************************************************************************/
#right_container {
    float: right;
    width: 414px;
}

#pic_frame {
    width: 342px;
    height: 244px;
    padding: 40px 0px 0px 54px;
    background-image: url(../images/pic_frame_bg.jpg);
    background-repeat: no-repeat;
}

.right_content {
    padding-left: 62px;
    background-image: url(../images/right_wrapper.jpg);
    background-repeat: repeat-y;
}

/**************************************************************************************************
// ABOUT
**************************************************************************************************/
#timefor_container_1, #timefor_container_2 {
    width: 334px;
    height: 60px;
    padding: 4px;
    border-bottom: 1px solid #DEDEDE;
}

#calendar {
    float: left;
    width: 60px;
    height: 60px;
    background-image: url(../images/calendar.gif);
    background-repeat: no-repeat;
}

#calendar p.month {
    padding: 7px 0px 0px 8px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
}

#calendar p.day {
    padding: 7px 0px 0px 19px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#timefor_title {
    float: left;
    width: 270px;
    padding-top: 2px;
}

#timefor_title p {
    padding: 2px 4px;
}

#timefor_container_2 {
    font-size: 12px;
}

#timefor_thumb {
    float: left;
    width: 60px;
    height: 60px;
    padding-left: 2px;
}

#timefor_intro {
    float: left;
    width: 260px;
    line-height: 15px;
}

#timefor_intro p {
    padding: 0px 8px;
}

/**************************************************************************************************
// SERVICES, PHOTOS
**************************************************************************************************/
.list_container {
    width: 302px;
    height: 70px;
    margin-top: 0px;
    padding: 6px 4px;
    font-size: 12px;
    border-bottom: 1px solid #DEDEDE;
}

.list_thumbnail {
    float: left;
    width: 93px;
    height: 70px;
}

.list_intro {
    float: left;
    width: 200px;
    padding: 0px 4px;
    font-size: 12px;
}

.list_intro p {
    padding: 0px;
}

#photo_slideshow {
    width: 300px;
    height: 225px;
    margin: 12px 0px;
    border: 3px double #ABABAB;
}

#photo_slideshow p {
    padding-top: 105px;
    text-align: center;
    font-size: 12px;
}

/**************************************************************************************************
// CONTACT
**************************************************************************************************/
.contact_form {
    width: 258px;
    padding: 4px 0px;
}

input.text, textarea.text {
    width: 258px;
    border-color: #666666;
    border-width: 2px 1px 1px 2px;
}

p.info_msg {
    padding: 100px 0px;
    text-align: center;
    font-size: 18px;
}

/**************************************************************************************************
// VALIDATION
**************************************************************************************************/
#inf_name, #inf_phone, #inf_email {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: #D30B16;
}

/**************************************************************************************************
// FOOTER
**************************************************************************************************/
#bottom_background {
    width: 100%;
    height: 27px;
    padding-top: 10px;
    background-image: url(../images/bg_bottom.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

#credit {
    padding-top: 4px;
    text-align: center;
}    
    
.clear {
    clear: both;
}