/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

@media only screen and (max-width: 600px) {
#population {
top: 0 !important;
}
}

.woocommerce #sidebar{display:none}


#featured article header h1,
#featured article header h1 a {
  line-height: 1.2;
  color: #fff !important;
}

#featured article header .featured-meta .post-author a {
  color: #ababab !important;
}

#featured article header .featured-meta li a {
  color: #fff !important;
}


body.archive .post.first-post header h1,
body.search .post.first-post header h1,
body.page-template-template-blog-php .post.first-post header h1,
body.archive .page.first-post header h1,
body.search .page.first-post header h1,
body.page-template-template-blog-php .page.first-post header h1,
body.archive .post.first-post header h1 a,
body.search .post.first-post header h1 a,
body.page-template-template-blog-php .post.first-post header h1 a,
body.archive .page.first-post header h1 a,
body.search .page.first-post header h1 a,
body.page-template-template-blog-php .page.first-post header h1 a {
  line-height: 1em;
  color: #fff !important;
}

body.archive .post.first-post header .post-meta li a,
body.search .post.first-post header .post-meta li a,
body.page-template-template-blog-php .post.first-post header .post-meta li a,
body.archive .page.first-post header .post-meta li a,
body.search .page.first-post header .post-meta li a,
body.page-template-template-blog-php .page.first-post header .post-meta li a {
  color: #fff !important;
}

#pvs_search {
float: left;
margin: 0px 10px 800px 0px;
}

/*

.entry ol ul li {
}
.entry ol li {
}

*/


.entry ol li {
list-style-type: decimal;
}

sup,
sub {
	height: 0 !important;
	line-height: 1 !important;
	vertical-align: baseline !important;
	_vertical-align: bottom !important;
	position: relative !important;
	font-size: 70% !important;
}

sup {
	bottom: 1ex !important;
}

sub {
	top: .5ex !important;
}

#featured {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 0;
  min-height: 150px;
  background: url(images/ico-loader.gif) no-repeat center center;
}
article.post,
article.page {
  overflow: auto;
  margin: 0 0 2em;
  /* 3.1 Images */

}
article.post .excerpt,
article.page .excerpt {
  margin: .1em 0 0;
}
.entry, .entry p {
font: 300 13px/1.5em 'Bitter', arial, sans-serif;
color: #000000;
}
