/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

#footer {
    margin-bottom: 50px;
	}

#footer .widgets {
   background: #eeece1;
}

#footer .widgets .column:first-child, #footer .widgets .column:first-child #widget_rss {
   width: 410px;
}

#footer .widgets .column:first-child, #footer .widgets .column:first-child #widget_rss a {
   color: #454343;
   text-align: justify;
}

/* #footer .widgets .column:first-child, #footer .widgets .column:first-child #widget_rss li {
   color: #454343;
   padding: 5px
   border-bottom: 10px solid #454343;
}
*/

#footer .copyright { height: 170px; padding: 25px 25px 0; }

#footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	border-top: 1px solid #dbdad8;
	line-height: 1em;
	background: none;
	position: relative;
}

#footer ul li{
	padding: 8px 0 9px 0;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #dbdad8;
	line-height: 1em;
	background: none;
}

#logo {
    margin: -90px 0 0 -3px;
    position:absolute;
    z-index:1000
      }

#header {
    border-bottom: 1px solid #e8e8e8 ;
    margin-bottom: 60px;
    margin-top: -30px;
	}

#menu

.dropdown ul li a {
	font-size:		14px;
	}

.dropdown a {
    font-size: 15px;
    padding:5px 20px;
	}

#portfolio h3.title a {
 	width:140px;
 	}

#heading {
    background: #73c2ed; /* #b6d86a */
	}

#footer {
    background: #f2f2f2; /* #eeece1 */
	}

/*
#footer a {color: #a6a6a6; text-decoration:none;}
#footer a:hover {color:#00b050;}
*/

.news_widget { margin-left: 0px; }

.news_widget li a { font-size: 20px; font-family:Georgia, serif; }

.news_widget li p { font-size: 18px; font-weight: light; line-height: 23px; }

.print-button {
font-weight: bold;
text-decoration: underline;
}

@media print {
  .entry {
    font-size: 16px !important;
  }

  #menu,
  #hellobar-wrapper,
  #heading,
  #sidebar,
  #comments,
  #footer .widgets,
  .print-button,
  #dd_ajax_float,
  #areadability {
    display: none !important;
  }

  #wrapper {
    border: none;
  }

  #content {
    margin-top: 10rem;
  }

  .post_content,
  .entry {
    float: none;
    margin: auto;
    width: 100%;
  }
}