/* !Style resets */
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

/* !Global styles */
.valign {
    vertical-align: middle;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.shadowed-btn {
    margin-left: -3px;
}

/* !Page styles */
html {
    height: 100%;
}

body {
    background: white url('/images/site/background.jpg') top center repeat-x fixed;
    height: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    color: black;
}

#shadow {
    width: 100%;
    height: 100%;
    background: transparent url('/images/site/bgnd-page.png') top center repeat-y;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.container {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

/* !Header (short and long)
    [Short was used on the cool original homepage
    that I designed (no longer cool!). And, long
    is used on the default page templates.]
*/
#header {
    display: block;
    height: 129px;
    background-color: #fffef0;
}

#header.header-long {
    height: 200px;
    background-position: center center;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.header-long #logo {
    top: 0px;
    left: 0px;
    background-color: #fffef0;
    height: 170px;
    width: 230px;
    text-align: center;
    padding-top: 30px;
}

.header-long #logo img {
    margin-top: 10px;
}

.header-image {
    width: 988px;
    height: 200px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#header-bar {
    width: 940px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1em;
    z-index: 99;
}

#search {
    width: 224px;
    height: 37px;
    background-color: #f1efd1;
    padding-top: 3px;
    padding-left: 6px;
    white-space: nowrap;
}

#search #keywords {
    background-color: white;
    width: 149px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e2e0ca;
    text-indent: 8px;
}

#login {
    list-style: none;
    margin-left: 1px;
    position: relative;
}

#login li {
    display: inline;
}

#login a {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 10px 0 20px;
    color: white;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    background: url('/images/site/icon-arrow.png') 8px center no-repeat #8dc63f;
}

#login ul {
    background-color: #8dc63f;
    position: absolute;
    top: 40px;
    right: 0px;
    width: auto;
    padding: 10px 10px 0 10px;
    z-index: 99;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    display: none;
}

#login:hover ul {
    display: block;
}

#login ul li {
    display: block;
}

#login #login-menu {
    padding: 0;
    font-size: 1em;
}

#login-menu li {
    width: 150px;
    border-bottom: 1px solid #74b21f;
    padding: 10px 0;
    text-indent: 10px;
}

#login ul a {
    display: inline;
    background: none;
    line-height: normal;
    height: auto;
    text-transform: none;
    padding: 0px;
    text-align: left;
    font-size: 1.1em;
    white-space: nowrap;
}

#login p {
    padding-bottom: 6px;
}

#login label {
    background-color: #74b21f;
    font-size: 11px;
    color: white;
    padding: 1px 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;
}

#login input[type="text"],
#login input[type="password"] {
    width: 150px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #252525;
    padding: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #74b21f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#login input[type="text"]:focus,
#login input[type="password"]:focus {
    border-color: rgba(255, 255, 255, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

#login input[type="image"] {
    margin-right: -4px;
}

/* !Nav */
#nav {
    height: 40px;
    background: url('/images/site/bgnd-nav.gif') left center repeat-x;
    list-style: none;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0px 10px;
    width: 920px;
}

#nav li {
    display: inline-block;
    line-height: 40px;
    padding: 0 7px;
    position: relative;
}

#nav li a {
    color: white;
    padding-bottom: 9px;
}

#nav > li.current-page-item a {
    border-bottom: 5px solid #8dc63f;
}

#nav li.has-children > ul {
    display: none;
    position: absolute;
    z-index: 10;
    background: black;
    padding: 5px 0;
}

#nav li.has-children:hover > ul {
    display: block;
}

#nav li.has-children > ul li {
    display: block;
    width: 170px;
    padding: 7px;
    line-height: 1.2em;
}

#nav li.has-children > ul li a {
    border-bottom: none;
}

/* !Members Sun Nav */
#members-nav {
    font-size: 1.3em;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 170%;
    list-style: none;
}

#members-nav.content li {
    margin-left: 20px;
}

#members-nav.content .current-page-item {
    border-left: 5px solid #8dc63f;
    padding-left: 5px;
    margin-left: 10px;
}

#members-nav .current-page-item a {
    color: black;
    font-weight: 600;
}

/* !Banner */
#slides {
    width: 940px;
    height: 260px;
}

#slides, .slides_container,
.slides_container > div {
    width: 940px;
    height: 260px;
}

.slide-caption {
    position: absolute;
    left: 100px;
    top: 40px;
    color: white;
    width: 460px;
}

.slide-caption h2 {
    font-weight: 300;
    font-size: 2.2em;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 10px;
}

#slides .prev, #slides .next {
    display: block;
    width: 37px;
    height: 67px;
    position: absolute;
    top: 130px;
    text-indent: -99px;
    overflow: hidden;
    z-index: 99;
}

#slides .prev {
    background: transparent url('/images/site/banner-prev.png') center center no-repeat;
    left: 20px;
}

#slides .prev:hover {
    left: 18px;
}

#slides .next {
    background: transparent url('/images/site/banner-next.png') center center no-repeat;
    right: 20px;
}

#slides .next:hover {
    right: 18px;
}

/* !Content */
#content-home,
#content {
    background-color: #fffef0;
    padding: 15px 0;
}

#content-home .column1 {
    width: 380px;
    margin-left: 20px;
}

#content-home .column2 {
    width: 220px;
    margin-left: 20px;
    margin-top: -5px;
}

#content-home .column3 {
    width: 280px;
}

#content .column1 {
    width: 599px;
    padding-right: 20px;
    margin-left: 20px;
    border-right: 1px solid #f1efd1;
}

#content .column2 {
    width: 280px;
}

#content .fullwidth {
    margin-left: 20px;
}

/* !Nav - Footer */
#nav-footer {
    height: 40px;
    background-color: #363636;
    list-style: none;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0px 10px;
    width: 920px;
    margin-bottom: 20px;
}

#nav-footer li {
    display: inline;
    line-height: 40px;
    padding: 0 10px;
}

#nav-footer li a {
    color: white;
    padding-bottom: 9px;
}

#nav-footer li.designer {
    float: right;
}

#nav-footer li.designer a {
    color: #555;
}

#nav-footer li.designer a:hover {
    color: #999;
}

/* !Sponsors */
#sponsors {
    text-align: center;
    padding-bottom: 30px;
}

#sponsors h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
    padding-bottom: 20px;
}

#sponsors ul {
    list-style: none;
    line-height: 40px;
}

#sponsors li {
    display: inline-block;
    margin: 0px 15px;
}

/* !Breadcrumb */
#breadcrumbs {
    font-size: 1.2em;
    font-weight: 400;
    display: inline;
    background-color: #f1efd1;
    line-height: 60px;
    padding: 10px;
    position: relative;
    top: -10px;
}

#breadcrumbs a {
    text-decoration: none;
    padding-right: 17px;
    background: url('/images/site/breadcrumb.png') no-repeat right 5px;
    margin-right: 8px;
    color: #000;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .last {
    color: #000;
}
