/* Theme Name: Child WooTheme Version: 1.0 Description: Child theme for WooThemes. Author: WooThemes Author URI: http://www.woothemes.com Template: headlines */   @import url("../headlines/style.css");

#top {
	background-color: white !important;
}

a:link, a:visited {
	color: red;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	color: red;
}

.widget ul, .widget div, .widget p {
	/* display: none; */
	padding: 0 7px 10px;
}

.entry a.btn, input.submit {
	background: red url(images/bg-button.png) no-repeat scroll center 0;
	border: none;
}

#cat-nav #search { width: 130px !important; }
#cat-nav #search input { width: 130px !important; }
