/*
Theme Name: LimaPallet
Description: Child theme for "MyCuisine"
Template: MyCuisine
Author: Shelly Cole for 123 Design Studio
Author URI: http://www.123designstudio.com/
*/

@import url(../MyCuisine/style.css);

/* MyCuisine Parent Styles Overrides */

/*
light greenish: #A7A27E;
burgundy: #521A19;
brownish: #814C3A;
greyish: #97907F;
blackish: #110C09;
*/

table { margin-top:30px;}

body { color: #110C09; font: 12px/18px Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { color: #521A19; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #521A19; }

.border{border:solid 1px #97907F; padding:3px;}

.home-block { color:#110C09; }

span.hours_of_work { color:#110C09; }

.home-block h3.title { color:#521A19;}

.home-block h4.title a { color:#521A19; }

h4.widgettitle, h2.category_name { color:#521A19; }

#sidebar h4.widgettitle { color:#521A19; }

.fake-section{ color:#521A19; font-size:1.3em; }



/* @group Profiles */

#your-profile .personal-options,
#your-profile .name .username,
#your-profile .social,
#your-profile .admin  {
	display: none !important;
}

#your-profile h3 {
	font-size: 1.3em;
}

#your-profile table {
	margin-bottom: 2em;
}

#your-profile legend span {
	display: block;
	position: relative;
	top: -11px;
	padding-bottom: 10px;
}

#your-profile label {
	font-weight: normal;
	color: #555;
}

#your-profile .description {
	display: block !important;
	font-style: italic;
	margin: 0 15px;
}

#your-profile #pass-strength-result {
	float: none;
	margin: 0 auto 5px auto;
}

#your-profile label .description {
	display: inline;
	font-style: italic;
	margin: 0;
}

#your-profile input[type="text"], #your-profile input[type="password"], #your-profile select, #your-profile textarea {
	width: 100% !important;
	border: 1px solid #888;
}

#your-profile table {
	width: 100%;
}

#your-profile .required {
	font-weight: bold;
	color: #a10000;
	margin: 0 3px 0 -8px;
}

/* @end Edit Profiles */

.float-left{float:left; padding:0px 5px 0px 0px;}