/*************************************************************
 * author: Factor1studios.com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
body {
    background: url( ../images/bg_inner_bg.jpg ) no-repeat fixed top #cbbda7;
    font: 62.5%/1 Helvetica, Arial, sans-serif;
    height: 100%;
}
a, a:visited { color: #551100; text-decoration: none; }
a:hover { color: #1d0f00; text-decoration: underline; }


/* /global elements
 *****************************************************/

/* base layout
 *****************************************************/
#contentWrap .innerBg {
    background: transparent url( ../images/bg_inner_bg.jpg ) no-repeat fixed top;
    padding: 33px 0;
    height: 100%;
    min-height: 101%;
}
.wrap {
    margin: 0 auto;
    width: 900px;
}
#branding {
    background: transparent url( ../images/bg_branding.jpg ) repeat-x 50% 0;
    height: 167px;
    overflow: hidden;
}
#navigation {
    background: #301e0d url( ../images/bg_navigation.png ) repeat-x 0 0;
}
#mainContent {
    overflow: hidden;
    padding: 12px;
}
#home #mainContent { background: transparent url( ../images/bg_home.jpg ) repeat-y 0 0; }
#sub #mainContent { background: #756246; }
#footer {
    background: #792300 url( ../images/bg_footer.jpg ) repeat 0 0;
    color: #dfd3bf;
    font-size: 1.4em;
    overflow: hidden;
    padding: 20px;
}
/* /base layout
 *****************************************************/

/* common elements
 *****************************************************/
.left { float: left; }
.right { float: right; }
.cols { overflow: hidden; }
.col { float: left; }
.print { display: none; }

a, a:visited {}

a:hover {}

/* /common elements
 *****************************************************/

/* branding elements
 *****************************************************/
#branding h1 {
    float: right;
    height: 112px;
    margin: 54px 0 0;
    width: 474px;
}
#branding h1 a {
    color: #481800;
    display: block;
    font-size: 4.5em;
    height: 97px;
    overflow: hidden;
    padding: 15px 10px 0 0;
    position: relative;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 464px;
}
#branding h1 small {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: lowercase;
}
#branding h1 span {
    background: transparent url( ../images/logo_crossroads.jpg ) no-repeat 0 0;
    cursor: pointer;
    height: 112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 474px;
}
/* /branding elements
 *****************************************************/

/* navigation elements
 *****************************************************/
#navigation .inner {
    background: transparent url( ../images/bg_navigation.png ) repeat-x 0 100%;
    line-height: 5.2em;
    min-height: 52px;
    font-size: 1.4em;
}



/*


#navigation ul { padding: 0 13px; }
#navigation li {
    display: inline;
    font-size: 1.9em;
    margin: 0 0 0 15px;
    text-transform: lowercase;
}
#navigation li.first { margin: 0; }
#navigation a {
    color: #dfd4c1;
    text-decoration: none;
}

*/
/* /navigation elements
 *****************************************************/

/* content elements
 *****************************************************/
#intro {
    border: 5px solid #b09b79;
    float: left;
}
#welcome {
    color: #f5f1ea;
    float: right;
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 0 0 0 5px;
    width: 245px;
}
#welcome h2 {
    background: #31200e url( ../images/bg_main_content_title.png ) no-repeat 0 0;
    margin: 0 0 20px;
}
#welcome h2 span,
#body h2 span {
    background: transparent url( ../images/bg_main_content_title.png ) no-repeat -245px 100%;
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    padding: 7px 10px;
}

#body {
    color: #f5f1ea;
    float: left;
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 20px 0 0 5px;
    width: 590px;
}
#body h2 {
    background: #31200f url( ../images/bg_main_content_title_sub.png ) no-repeat 0 0;
    margin: 0 0 5px;
    width: 589px;
}
#body h2 span { background: transparent url( ../images/bg_main_content_title_sub.png ) no-repeat -589px 100%; }
#body p { margin: 0 0 1.5em; }
#home ul#nav {
    clear: both;
    padding: 50px 0 30px;
    overflow: hidden;
}
#sub ul#nav {
    float: right;
    width: 247px;
}
ul#nav li { float: left; }
#sub ul#nav li { margin: 0 0 12px; }
#home #newHere, #home #locationTimes { margin: 0 20px 0 0; }
ul#nav a {
    background: #43311c;
    color: #dfd4c1;
    display: block;
    font-size: 2.2em;
    height: 97px;
    line-height: 97px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 247px;
}
ul#nav a span {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home ul#nav span { background-image: url( ../images/buttons_home.png ); }
#sub ul#nav span { background-image: url( ../images/buttons_sub.png ); }
#home #newHere a { width: 250px; }
#newHere span { background-position: 0 0; }
#home #locationTimes a { width: 331px; }
#locationTimes span { background-position: 0 -97px; }
#home #inviteFriends a { width: 254px; }
#inviteFriends span { background-position: 0 -194px; }
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer h5, #footer h6 { font-weight: normal; }
#footer h5 { float: left; }
#footer h6 { float: right; }
#footer a { color: #dfd3bf; text-decoration: none; }
/* /footer elements
 *****************************************************/
