@charset "utf-8";
/* /css/objects.css */

/* ---------------- global layout ---------------- */

#wrapper-outer {
    display: table-row-group;
    /* width: 980px; */
/*    border: solid #999 thin;*/
}

#header {
    display: table-row;
    /*width: 100%;*/
    height: 170px;
/*    border: solid #F44 thin;
	text-align: right;*/
}

#breadcrumb {
/*	position: relative; */
	text-indent: 10px;
/*	top: 180px;
	left: 10px;*/
	font-size: 9pt;
	display: table-row;
}

#wrapper-inner{
    display: table;
/*  width: 100%;
    border: solid #4F4 thin;*/
}

#col-left {
    display: table-cell;
    width: 200px;
    padding: 4px 0 0 0;
    vertical-align: top;
/*    border: solid #44F thin;*/
}

#col-middle {
    display: table-cell;
    width: 760px;
    padding-left: 12px;
/*    border: solid #4FF thin;*/
}

#col-left-middle {
    display: table-cell;
    width: 960px;
/*    border: solid #4FF thin;*/
}

#col-right {
    display: table-cell;
    width: 0px;
/*    border: solid #F4F thin;*/
}

#footer {
    display: table-row;
    /*width: 100%;*/
    height: 50px;
/*    border: solid #444 thin;*/
}

/* --------------- TEMPLATE ELEMENTS ---------------- */

#logo {
    position: relative;
    left: 20px;
    top: 20px;
    width: 200px;
}

#logo img {
    border: 0;
}

#header-banner {
    position: absolute;
    left: 267px;
    top: 20px;
}

#nav-ul, #nav-sub-ul {
    position: absolute;
    margin-left: 4px;
    width: 960px;
}

#nav-ul {
	top: 128px;
}

#nav {
    width: 960px;
}

#sub-nav {
	width: 960px;
	margin: auto auto;
}

#nav-sub-ul {
	top: 158px;
	font-weight: bold;
}

#search {
    position: absolute;
    left: 20px;
    top: 90px;
}

#form-search {
    display: inline;
}

#label-search {
    vertical-align: bottom;
}

#form-input-search {
    width: 130px;
}

#form-btn-submit {
  width: 13px;
  height: 11px;
  border: 0;
  background:  transparent  url(../img/search-button.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
}

#panel-heading {
	background: #ec1f27 url(../img/panel-section-bg1.png) no-repeat top;
}

#panel-heading2 {
        margin-top: 10px;
	background: #ec1f27 url(../img/panel-section-bg1.png) no-repeat top;
}

#calendar {
	margin: 2px 0 0 15px;
	padding: 0 0 10px 0;
	font-size: 1.1em;
}

#calendar td {
	width: 20px;
}

#panel-article-whatson, #panel-article-whatson.li {
    background: #779acb;
    padding: 0 3px 0 9px;
    color: white;
    line-height: 1.4em;
    font-size: 0.9em;
    list-style-type: none;
}


#copyright {
	margin: 20px 0 0 210px;
	font-size: 0.8em;
	color: #888;
}