/**
 * Place your custom styles here.
 */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #456A77;
}

.navbar.container {
    max-width: 1170px;
}


.navbar-default .navbar-nav > li > a {
    color: #517b8d;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    border-left: 5px;
    border-right: 5px;
    border-top: 5px;
    border-color: #eeeeee;
    border-radius: 0 0 7px 7px;
    border-style: solid;
    margin-bottom: 0;
}

.logobar {
    height: 160px;
}

.logobar-leftimage {
    padding-top: 22px;
}

.logobar-rightimage {
    float: right;
}

.main-container {
    border-radius: 0 0 7px 7px;
    border-style: solid;
    border-color: #eeeeee;
    padding-bottom: 15px;
}

.well {
    background-color: #ffffff;
    border: 0;
}

.multi-day {
   color: #ffffff;
}

a.multi-day {
   color: #ffffff;
}

.calendar-calendar .month-view .full td.multi-day .inner div, .calendar-calendar .month-view .full td.multi-day .inner div a, .calendar-calendar .week-view .full td.multi-day .inner div, .calendar-calendar .week-view .full td.multi-day .inner div a {
	color: #ffffff;
}

#block-views-allevents-block {
   background-color: #eeeeee;
   padding: 10px;
}

#block-views-allevents-block .views-row {
   padding-bottom: 5px;

}

hr.topborder {
    display: block;
    background-color: #456A77;
    height: 25px;
    border: 0;
    padding: 0;
    margin: 0;
}

.footer {
    border: 0;
}
  

h2 {
    color: #517b8d;
    font: 165% "New Cycle",Arial,sans-serif;
    letter-spacing: -1px;
    margin: 0 0 10px;
}


a {
    background: transparent none repeat scroll 0 0;
    color: #456a77;
    font-family: Helvetica,sans-serif;
    font-size: 105%;
    font-weight: normal;
    line-height: 1.25em;
    outline: medium none;
    text-decoration: none;
} 


#searchbox {
    background-color: #eeeeee;
    border-color: #eeeeee;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 35px;
    left: 321px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 375px;
    width: 495px;
    line-height: 1;
    box-sizing: content-box;
}

#search {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #a4c3ca;
    font: 13px "trebuchet MS",arial,helvetica;
    height: 23px;
    padding: 5px 0;
    width: 380px;
}


#submit {
    background-color: #456a77;
    border-color: #456a77;
    border-radius: 3px 50px 50px 3px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    font: bold 14px Arial,Helvetica;
    height: 35px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 90px;
}

.view .date-nav-wrapper ul.pager{
	overflow: visible;
}

.view .date-nav-wrapper .date-prev  {
	background: none;
	float: left;
	text-align: left;
	left: 0;
}

.view .date-nav-wrapper .date-next {
	background: none;
}

.view .date-nav-wrapper .date-next a{
	background: none;
	border: none;
	padding: 0;
}

.view .date-nav-wrapper .date-prev a{
	background: none;
	border: none;
	padding: 0;
}

div.scroll { 
	background-color: #ffffff; 
	width: 615px; 
	height: 160px; 
	overflow:scroll; 
	border-style: solid; 
	border-color: #dddddd; 
	white-space:nowrap;
} 
