
/* ---------- Basic Layout Styles ----------- */

html,body,#page  {
    height: 100%;
    margin: 0;
}
#page-wrapper {
    min-height: 100%;
    min-width: 960px;
}
#header {
    background: #fff;
}
#header #logo {
    position: absolute;
    top: 20px;
    padding-right: 20px;
    border-right: 1px solid #000000;
}
#header #name-and-slogan {
    position: absolute;
    top: 28px;
    left: 230px;
}
#header div.section,
#main{
    /*width: 960px;*/
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#navigation {
    background: #2e2e2e;
    border-bottom: 4px solid #e51f1c;
    height: auto;
    min-height: 36px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}


#navigation .region-navigation {
    margin: 0 auto;
    /*max-width: 960px;*/
    max-width: 1050px;
}


.front #main-wrapper {
    padding-bottom: 30px;
    background: #f6f6f6 url(../images/layout/bg-site-home.jpg) no-repeat top center;
}
#main-wrapper {
    /*padding-bottom: 30px;*/
    background: #f6f6f6 url(../images/layout/bg-site.jpg) no-repeat top center;
}
#main-wrapper #main-content{
    min-height: 300px;
    padding-bottom: 20px;
}
#main-wrapper #footer{
    background: #f6f6f6 url(../images/layout/footer-top-border.png) repeat-x 0 0;
    margin-left: auto;
    margin-right: auto;
}

#page-title {
    /*width: 960px;*/
    width: 1050px;
    margin: 0 auto;
    line-height: 1.5em;
}

#content-top {
    margin-bottom: 20px;
}

/** custom news, event and staff node pages **/
.node-type-news #main #content #block-system-main > .content,
.node-type-staff #main #content #block-system-main > .content {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 25px 20px 10px 20px;
}
.node-type-event #main #content #block-system-main > .content{
  padding: 25px 20px 10px 20px;
}

#content {
    display: inline;
    float: left; /* LTR */
    position: relative;
}
#sidebar-second {
    /*display: inline;*/
    float: right; /* LTR */
    position: relative;
}
#sidebar-second {
    width: 310px;
    overflow: visible;
}
.one-sidebar #content {
    width: 640px;
}
.one-sidebar #content.full {
    /*width: 960px;*/
    width: 1050px;
}
.one-sidebar #content #sidebar-second{

}
.one-sidebar #content #sidebar-second .section{
    padding: 0;
    overflow: visible;
}
.one-sidebar #content #sidebar-second .section .region{
    overflow: visible;
}
.no-sidebars #content {
    /*width: 960px;*/
    width: 1050px;
    float: none;
}


#content-bottom {
    background: #d7d7d7;
    padding: 20px 0;
    /*border-top: 1px solid #cdcdcd;*/
    box-shadow: 0 0 10px #999999 inset;
}
#content-bottom > .section {
    /*width: 960px;*/
    width: 1050px;
    margin: 0 auto;
}

#footer p{
    margin-bottom: 0;
}

#main-wrapper #footer{
  background: none repeat scroll 0 0 #2e2e2e;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}