/* Enter Your Custom CSS Here */

/*---------------Body------------------------*/
body {
  background: #F2F2F2 url('http://arkhh.fi/wp-content/uploads/2014/06/bg.jpg') repeat scroll 0% 0%;
}

/*---------------Fonts----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

/*---------------Widgets---------------------*/
.widget-wrap h4 {
    word-wrap: break-word;
    font-weight: 300;
}

.widget-wrap p {
  color: #474747;
}

/*---------------Site container-------------*/
.site-container {
  padding: 0 20px;
//  background-color: #fff;
//  border-radius: 18px;
}

.big_container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
}

/*---------------Blog pages----------------*/
.entry-header {
display: inline !important;
}

.single_footer_line {
  border-bottom: 1px dotted #858585;
}

.entry {
margin-bottom: 10px;
}

/*---------------Header--------------------*/

.site-title {
  font-family: 'Roboto', sans-serif; 
  font-weight: 500;
}

.site-description {
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
}
/*.site-header {
  background-color: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.nav-primary {
  background-color: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}*/

/*---------------Linkkipalkki--------------*/
.omega-nav-menu > li:first-child a {
    padding-left: 20px;
}

.current_page_item {
  background-color: #e2e2e2;
  border-radius: 18px;
}

.nav-primary .wrap {
  border:none;
}

#tinynav1 {
  background-color: #fff;
  color: #000;
  border-radius: 18px;
}

select {
  border: none;
}

/*--------------Sivut----------------------*/
.entry-content a {
  color: #333 !important;
  border-bottom: 1px dotted #333;
}

/*--------------Sivuotsikko----------------*/
.entry-header {
  display: none;
}

/*-------------Sivujen otsikkokuva---------*/
.header_kuva {
  margin:0 0 30px 0;
}

img {
    border-radius: 18px;
}

/*------------Footer-----------------------*/
.footer-widgets {
border-top: 1px dotted #858585;
}

.site-footer {
border-top: 1px dotted #858585;
}

.site-footer a {
border-bottom: 1px dotted #858585;
}