/*
Theme Name: VLF
Description: Child theme for the twentytwelve theme 
Author: Mark Edmunds
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site {
   background-color: #FFFFFD; 
}

.site-header  h1{
  text-align:left;
  float:left;
}
.site-header  h2{
  text-align:right;
  float:right;
  clear:none;
  font-style:italic !important; 
}

.site-header {
  /* padding: 1.71429rem 0px; */
  padding: .7rem 0px;*/
}



.archive-meta {
	color: #757575;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


ul.dpe-flexible-posts li {
  list-style-type: none !important;
  display:inline-block;
  padding-bottom: 5px;
}

ul.dpe-flexible-posts title {
  list-style-type: none !important;
  display:inline-block;
  padding-bottom: 5px;
}

.first {
		width: 68% !important;
}

.second {
  overflow:hidden !important;
  width: 28% !important;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 1.142857143rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	font-size: 1.0rem;
}

.widget-area .widget a {
	color: #21759b !important;
}
.widget-area .widget a:hover {
	color: #757575 !important;
}

.footer-area{
  margin-bottom:3em;
}

#footer1 {
  float: left;
  overflow:hidden;
  width :25%;
}
#footer2 {
  width :25%;
  overflow:hidden;
  float: left;
}
#footer3 {
  width :25%;
  overflow:hidden;
  float: left;
}
#footer4 {
  width :25%;
  overflow:hidden;
  float: left;
}