/* Add here all your css styles (customizations) */
.content-sp {
  padding-top: 10px;
  padding-bottom: 40px;
}

body.dark.boxed-layout {
    box-shadow: 0px 0px 5px #191919;
    background: url('/img/site/bg_20141124.png') repeat scroll 0% 0% transparent;
        background-color: transparent;
        background-image: url('/img/site/bg_20141124.png');
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
}

a {
    color: #72C02C;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    color: #72C02C;
}

/*Navbar Brand*/
.header .navbar-brand { 
	z-index: 1;
	top: -10px;
	height: 100%;
	position: relative;
	padding: 0 10px 3px;
}

.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
    text-transform: none;
}

/*Navbar Menu*/
.header .navbar-default .navbar-nav > li > a {
	text-transform: none;
}

.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
    border-bottom: 2px solid #72C02C;
}

.header .dropdown-menu {
    border-color: #72C02C -moz-use-text-color #687074;
}


h1 {
    font-family: 'PT Sans', sans-serif;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
}

h2.address {
    font-family: 'PT Sans', sans-serif;
    margin: 1px 0px;
}

h4 {
    font-family: 'PT Sans', sans-serif;
    margin: 1px 0px;
}

h5 {
    font-family: 'PT Sans', sans-serif;
    margin: 1px 0px;
}

h1.first_page {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    line-height: 18px;
    margin: 5px 0px;
}

h2.first_page {
    color: #777;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin: 2px 0px;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #72C02C;
}

hr {
    margin: 5px 0px;
}

.small_actual {
    font-size: 12px;
    line-height: 0.231;
}


span.actual_time {
    color: #777;
    display: block;
    font-size: 12px;
}

.link-list a {
    font-size: 11px;
    text-transform: none;

a.announce {
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
        -moz-text-decoration-color: -moz-use-text-color;
        -moz-text-decoration-line: none;
        -moz-text-decoration-style: solid;
}
