#siteName {
    float: left;
    margin: 2.8em 5.4em 0 0;
    width: 386px;
}

#menu {
    padding: 26px 0 5px 11px;
    float: left;
    border-left: 1px solid #C1E835;
}

#menu a {
    font-size: 10px;
    color: #777;
    display: block;
    padding: 7px 0;
}

#header_right {
    float: right;
    margin-top: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    width: 313px;
    padding: 0;
}

div#events {
    margin-bottom: 20px;
}

div#events span.title {
    font-weight: bolder;
    font-size: 16px;
    color: #669cce;
}

div#events>div {
    margin-top: -5px;
    margin-bottom: 13px;
    margin-right: 0px;
    padding: 11px 10px;
    background-color: #005AAD;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

div#events a#numevents {
    color: #669CCE;
    font-size: 24px;
    display: block;
}

div#events a#numevents:hover {
    color:#fff;
}

div#events .accesses {
    color: #7FACD6;
    padding: 10px 0 0 0;
}

div#events .accesses a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

div#events .accesses a:hover {
    color:#ff9933;
}

div#events .accesses span {
    padding: 0 2px;
    color: #00B1E6;
}

#header #suggest {
    background-color: #00B1E6;
    width: auto;
    padding: 5px 12px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font: bold 11px arial,sans-serif;
    color: white;
}

#header #suggest:hover {
    background-color:#ff6600;
}

#search {
    margin-top: 20px;
}

#search span.title {
    font-weight: bolder;
    font-size: 16px;
	color: #cfe7a0;
}

#header #searchForm {
    margin: -5px 0 0 0;
    text-align: left;
	background: #BCDE7A;
    padding: 14px 0px 14px 9px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#header #searchForm input {
    vertical-align: middle;
    font-size: 1.2em;
    width: 247px;
    height: 18px;
    padding: 2px;
	border: 2px solid #8DBE48;
    color: #777;
}

#header #searchForm input[type=text] {
    margin-right: 9px;
}

#header #searchForm input[type=submit] {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
    border: none;
    background: url(../images/ui.png) no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-position: -56px 0;
    color: #333;
    font-size: 62.5%;
    margin: 0;
    vertical-align: middle;
    float: none;
}
