/*
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. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#header {
	padding: 28px 0px;	height: 195px;
}

a.dsq-widget-thread {
font-weight: normal !important;
}

li.dsq-widget-item {
margin: 10px 0px !important;
}

.dsq-widget-meta{
 display: none;
}

.srr-style-none .srr-item {
padding: 0px !important;
}

.post-meta a, .post p.tags a, .post-entries a {
 color: #662222 !important;
}

abbr {
  border: none;
  cursor: default;
}

.widget a {
 color: #000;
}

.widget ul li a {
line-height: 18px;
}

.dsq-postid
{
 color: red;
}

.sil-active-discussions li 
{
	list-style-type: none;
}

.postViews
{
	display: inline-block;
	padding-left: 5px;
}

.post-meta
{
	display: inline-block;
}

/* MOBILE STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the mobile layout of your site */
@media only screen and (max-width: 767px) 
{
	/* Mobile styles go below this line */

	#header {
	  padding: 0px;
	}
	
}