/*
Theme Name: Nemchik
Theme URI: http://nemchik.com/
Description: K2 customizations for nemchik.com
Author: Eric Nemchik
Author URI: http://nemchik.com/
Template: k2
*/

#header {
	background-color: #5f5f5f;
	height:185px;
}

.headermenu {
	width:100%;
	margin:0;
}

.headermenu > ul {
	margin: 0 auto;
	left:50%;
	position:relative;
}

.headermenu > ul > li {
	right:50%;
	position:relative;
}

.page .entry-title {
	display: none;
}

body.columns-one #widgets-top > div,
body.columns-one #widgets-bottom > div {
	width: 45%;
}

#widgets-bottom {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
}

#widgets-bottom .widget_search {
	margin-top: 0px !important;
}

#widgets-bottom .widget_meta {
	text-align: right;
	padding: 4px 0;
}

#widgets-bottom .widget_meta .widget-title {
	display: none;
}

#widgets-bottom .widget_meta ul, .widget_meta ul li {
	white-space: nowrap;
	list-style: none;
	display: inline;
}

#widgets-bottom .widget_meta ul li a {
	border-left: 1px solid #444;
	padding: 4px;
}

#widgets-bottom .widget_meta ul li:first-child a {
	border-left: 0;
}

#widgets-bottom .widget_meta ul li > a[href="http://wordpress.org/"],
#widgets-bottom .widget_meta ul li > a[title~="RSS"] {
	content: "";
	display: none;
}

.dsq-brlink {
	display: none;
}

