/*********************
 * Basic page layout *
 *********************/

/**
 * Adapted from http://www.alistapart.com/articles/multicolumnlayouts/
 * 
 *   left column width: 195px
 *   right column width: 330px
 *   center column width: 375px
 *   drop shadow width: 9px
 */

body {
    background-color: #B05600;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #F6921E;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11pt;
}

a:hover {
    text-decoration: underline;
}

#container {
    background-color: #FFFFFF;
    
    width: 375px;                       /* CC */
    border-left:   195px solid #C6C7CC; /* LC */
    border-right:  330px solid #626367; /* RC */
}

/* hack for Firefox, so that all columns are the same height */
#container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#container h2 {
    margin-bottom: 14pt;
    font-size: 11pt;
    font-family: Futura, sans-serif;
    font-weight: bold;
    line-height: 14pt;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#container p {
    margin-top: 14pt;
    margin-bottom: 14pt;
    line-height: 14pt;
    font-family: Times, serif;
    font-size: 10pt;
}

#content,
#secondary,
#gallery {
    background-image: url( /img/header_bg.png );
    background-repeat: repeat-x;
    background-position: top left;
    
    padding: 60px 35px 35px;
}

#content {
    float: left;
    width: 305px;                       /*  CC - CC padding */
    margin-right: -375px;               /* -CC              */
}

#secondary {
    float: left;
    width: 125px;                       /*  LC - LC padding */
    margin-left: -195px;                /* -LC              */
    position: relative;
}

#gallery {
    float: right;
    width: 295px;                       /*  RC - (1/2 * CC padding) */
    margin-right: -330px;               /* -RC                      */
    position: relative;
    padding-right: 0;
}

#bg {
    background-image: url( /img/shadow.png ) !important;
    background-image: url( /img/shadow.gif );
    background-position: bottom right;
    background-repeat: no-repeat;
    
    width: 900px;
    margin: 0 auto 0.25em;
    padding: 0 9px 9px 0;               /* 0 shadow shadow 0 */
}

/***********
 * Content *
 ***********/

div.hr {
    margin: 14pt;
    clear: both;
    
    height: 4px;
    background-image: url( /img/line_sm_dk2.jpg );
    background-repeat: repeat-x;
    background-position: left middle;
}

div.hr hr {
    display: none;
}

#content h2 {
    color: #929497;
}

#content p {
    color: #000000;
}

#content p img {
    float: left;
    margin-right: 0.45em;
}

/***********
 * Gallery *
 ***********/

#gallery h2 {
    color: #C5C7CC;
}

#gallery p {
    color: #C5C7CC;
    margin-right: 35px;
}

#gallery ul {
    position: relative;
}

#gallery ul li {
    display: inline;
}

#gallery ul li img {
    margin-right: 30px;
    margin-top: 15px;
}

/*************
 * Secondary *
 *************/

#logo {
    margin-top: 130px;
}

/**********
 * Footer *
 **********/

#footer {
    clear: both;
    width: 900px;
    margin: auto;
    
    color: #F6921E;
    text-align: right;
    font-family: Times, serif;
    font-size: 9pt;
    line-height: 14pt;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    font-size: 9pt;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: none;
}

address {
    float: right;
    font-style: normal;
}

address span {
    padding: 0 0.4em;
}

#limetiger {
    float: left;
    text-align: left;
}

