/*
Theme Name:     Oh Really
Theme URI:      http://namakoteam.com/
Description:    Theme for namakoteam. Child of Oh
Author:         Trevor Wilson
Author URI:     http://namakoteam.com/
Template:       oh
Version:        1.0.0
*/

@import url('../oh/style.css');

#header {
	border-bottom: 0;
}

.no-sidebars #header .inner {
	border-bottom: 1px solid #DDD;
}

a {
	color: #ED1515;
}

body {
	font-size: 14px;
	line-height: 22px;
}

.widget li::before {
	content: '';
}

.widget li {
	position: relative;
	border-left: 1px solid #666;
	padding-left: 4px;
	margin-bottom: 8px;	
	font-size: 12px;
}

.widget li:hover {
	text-decoration: none;
	background-color: #eee;
}

.widget li:hover a {
	text-decoration: none;
}
