/**
* editor.css for Culinary Theme - http://csftw.com
* All rights reserved.
*
*/
/*
*	Customise the standard HTML
*
*/

a img { border: 0; }

a:hover {
	color: #DC5252;
	text-decoration: underline;
}

abbr				{ }

acroynm			{ }

address {
	line-height: 120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #c4884c;
	font-style: normal;
	font-weight: bold;
}

address			{ }

cite				{ }

em					{ }

form { margin: 0; }

h1 {
	margin: 10px 0 6px 0;
	font-size: 18px;
}

/* Page Headings */
h1, h2, h3, h4, h5, h6 { color: #003466; }

h2 {
	font-size: 2.154em;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	margin-bottom: 19px;
}

h2 strong {
	color: #c2bd9d;
	font-size: 0.464em;
	line-height: 1em;
	display: block;
}

h3 {
	color: #726f5c;
	font-weight: normal;
	font-size: 28px !important;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 26px;
}

h4 {
	margin: 10px 0 0 0;
	font-size: 1em;
}

h5 {
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin: 3px 0 0 0;
	font-size: 0.75em;
}

hr { color: #DC5252; }

li { padding-bottom: 0px; }

p {
	margin: 0;
	padding-top: 5px;
}

p a { background: transparent; }

strong { color: #003466; }

table {
	border-collapse: collapse;
	border: 0;
}

.important	{
	font-weight: bold;
	color: #f00;
}