#page {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden; 
}
	
@media screen and (max-width: 980px) {
	#page {
		width: 100%;
	} 
}

#content {
	background-color: #FFF;
	padding-bottom: 55px; 
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative; 
}

html {
	overflow: hidden;
	overflow-y: scroll; 
}

body {
	color: #767676;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1.5px;
	background-color: #f4f4f4; 
}

body:before, 
body:after{
	display: none !important;
}

ul, ol {
	list-style-type: none; 
	margin: 0;
}

a {
	text-decoration: none;
	color: #767676;
	font-size: 16px;
	line-height: 22px; 
}

a:hover {
	color: #000; 
}

a:link,
a a:visited {
	text-decoration: none;
	border: none;
	outline: 0; 
}

#header {
  position: relative;
  overflow: visible;
  height: 85px;
  width: 100%;
  background-color: #FFF;
  z-index: 150;
  text-align: center;
  margin-bottom: 35px; }
  #header .inside {
    overflow: visible; }
    #header .inside #openMmenu {
      display: none;
      position: absolute;
      right: 10px;
      top: 20px;
      width: 40px;
      height: 30px;
      background-image: url("../images/icons/mobileMenuIcon.png");
      background-size: 100% auto; }
      @media screen and (max-width: 980px) {
        #header .inside #openMmenu {
          display: inline-block; } }
  #header .mod_navigation {
    position: relative;
    margin: 45px auto 0 auto;
    overflow: hidden;
    font-size: 12px;
    display: inline-block; }
    @media screen and (max-width: 980px) {
      #header .mod_navigation {
        display: none; } }
    #header .mod_navigation a,
    #header .mod_navigation span {
      text-decoration: none;
      color: #000;
      display: block;
      border: solid transparent 1px;
      padding: 10px 25px;
      margin: 0 10px;
      overflow: hidden;
      text-align: center;
      border-radius: 4px;
      font-size: 12px;
      line-height: 12px; }
      #header .mod_navigation a:hover,
      #header .mod_navigation span:hover {
        background-color: #e6e6e6; }
      #header .mod_navigation a.active,
      #header .mod_navigation span.active {
        border: solid #000 1px; }
    #header .mod_navigation > ul > li {
      position: relative;
      float: left;
      overflow: visible; }
      #header .mod_navigation > ul > li > a,
      #header .mod_navigation > ul > li > span {
        overflow: hidden; }
      #header .mod_navigation > ul > li > ul {
        visibility: hidden; }
      #header .mod_navigation > ul > li.submenu span:hover + ul, #header .mod_navigation > ul > li.submenu a:hover + ul, #header .mod_navigation > ul > li.trail > ul {
        visibility: visible; }
      #header .mod_navigation > ul > li ul.level_2:hover {
        visibility: visible; }

#socialHolder {
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px; }
  @media screen and (max-width: 980px) {
    #socialHolder {
      left: 20px; } }
  #socialHolder a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    margin: 0 6px; }
    #socialHolder a.fb_link {
      background-image: url("../images/icons/facebook_icon_bl.png"); }
    #socialHolder a.twitter_link {
      background-image: url("../images/icons/twitter_icon_bl.png"); }
    #socialHolder a.google_link {
      background-image: url("../images/icons/google-plus_icon_bl.png"); }

.mm-panel > li{
	position: relative;
}

.mm-panel > li > a, .mm-panel > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 16px;
}

.mm-panel > li:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-panel > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next{
	right: -450px;
}

.entry-footer,
.entry-content{
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 910px) {
	.entry-footer,
	.entry-content{
	  padding-right: 120px;
	}
}

.entry-content p{
	line-height: 22px;
	margin-bottom: 12px;
}

.entry-footer{
	margin-top: 12px !important;
}

.entry-footer .avatar{
	display: none !important;
}

.entry-title{
	line-height: 22px !important;
	margin-bottom: 12px;
	font-size: 20px;
}

.more-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

.site-main > article{
	margin-bottom: 34px !important;
}

.widget.widget_recent_entries ul li{
	margin-bottom: 12px !important;
	
}

.widget.widget_recent_entries ul li a{
	font-size: 14px;
	line-height: 16px;
}

footer#colophon {
  position: absolute;
  right: 55px;
  bottom: 0px;
  height: 50px;
  line-height: 60px;
  width: 350px;
  text-align: right; }
footer#colophon a {
    margin-left: 15px; }