/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

body {
	background: #ccc;
	font: 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.layout-fullwidth { background: #444; }

.widget .s,
input,
textarea,
button {
	width: 205px;
}

.header_search_box {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	color: #666666;
}

.header_search_title {
	font-weight: bold;
	color: #999999;
}

.s-h {
	border-width: 1px 1px 5px;
	color: #666666;
}

input.s-h {
    border: 1px 1px 5px solid #EEEEEE;
}
.layout-fullwidth #slides {
    background: none repeat scroll 0 0 #FFF;
    padding: 30px 0;
}

.layout-fullwidth #content {
    background: #fff !important;
}