/*------------------------------------------------------------------
[Splash Intro Stylesheet]

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

@import 'reset.css';

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

1. Body
2. Header       [#hdr]
3. Content      [#content]
4. Footer       [#ftr]
-------------------------------------------------------------------*/


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

body {
    background-color: #FFFFFF;
    color: #5C2223;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: left;
    word-spacing: 0px;
}

a { color: #5C2223; } 

#wrapper {
	background-image: url(../images/splash2/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    height: 736px;
    margin: auto;
    width: 930px;
}

/*------------------------------------------------------------------
[2. Header ]
-------------------------------------------------------------------*/
#hdr_container {
	position: relative;
	width: 930px;
	height: 357px;
}

#press {
    font-weight: normal;
    font-variant: normal;
    height: 61px;
    left: 0px;
    line-height: 16px;
    padding: 96px 20px 0px 60px;
    position: absolute;
    top: 0px;
    width: 270px;
}

#press ul li { padding: 5px 0px; }
#press ul li a { text-decoration: none; }

#slideshow_container {
    height: 326px;
    padding: 31px 43px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 517px;
}

#logo {
    height: 200px;
    position: absolute;
    top: 285px;
    width: 546px;
}

/*------------------------------------------------------------------
[3. Content ]
-------------------------------------------------------------------*/
#calendar_container {
    float: left;
    height: 74px;
    padding: 305px 0px 0px 56px;
    width: 234px;
    border: 0px solid #0000ff;
}

#directions_container {
    float: left;
    height: 99px;
    padding-top: 280px;
    text-align: center;
    width: 148px;
    border: 0px solid #0000ff;
}

#tenants_container {
    float: left;
    height: 317px;
    padding: 62px 36px 0px 0px;
    text-align: right;
    width: 456px;
    border: 0px solid #0000ff;
}

/*------------------------------------------------------------------
[4. Footer ]
-------------------------------------------------------------------*/
#ftr {
    font-size: 11px;
    line-height: 14px;
    margin: auto;
    width: 900px;
}
