/**
 * Theme Name: C-Economy Customized
 * Theme URI: http://www.c-economy.org
 * Description: A child theme customized for C-Economy
 * Version: 0.1.1
 * Author: C-Economy
 * Author URI: http://www.c-economy.org
 * Tags: C-Economy
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: expound
 * Text Domain: expound
 */
@import url("../expound/style.css");

a {
	text-decoration: none;
}

a:hover {
	color: red;
	font-weight: bold;
}

.navigation-main a:hover {
	color: magenta;
}

#site-title-text {
	float: left;
	display: inline-block;
	padding-left: 10px;
}

#head-search {
	float: right;
	margin-right: 14px;
	height: 48px;
	padding-top: 20px;
}

#searchform .button {
	text-shadow: none !important;
	border: none;
	height: 32px;
	width: 32px;
	padding: 0px 0px 15px 0px;
	background-color: transparent;
	background-image: url(/wp-content/themes/ce/img/search.png);
	background-position: 100%;
	background-repeat: no-repeat;
	border-radius: 0;
}

.site-content article {
	border-bottom: solid 0px #dddddd;
	padding-bottom: 10px;
}

.comments-area {
	margin-top: 10px;
}

.comments-area #respond {
	padding-top: 10px;
}
