
/**
*	General styles
*/

a 
{
	color: #3b5999;
}

a:visited 
{
	color: purple;
}

a:hover
{
	color: orange;
}

a img 
{
	border: none;
}

div.links a
{
	text-decoration: none;
}

body 
{
	color: #111;
	font-family: sans-serif;
	font-size: 100%;
}

h1,
div#sidebar h3
{
	color: #3b5999;
	font: bolder 1.6em/1.6em sans-serif;
	margin-top: 0.8em;
	margin-bottom: 0em;
}

div#sidebar h3
{
	line-height: 1.2em;
	margin-top: 0.3em;
}

h1 a, 
div#sidebar h3 a
{
	color: #3b5999;
	text-decoration: none;
}

h1 a:hover, 
div#sidebar h3 a:hover
{
	color: orange;
}

h2,
h1.home
{
	color: #cc3300;
	font: bolder 1.1em/1.6em sans-serif;
	margin-top: 0.9em;
	margin-bottom: 1.1em;
}

h2 a 
{
	color: #7CB900;
}

h3 
{
	color: #3b5999;
	font: bolder 1em/1.6em sans-serif;
	margin-top: 0.35em;
	margin-bottom: 0.45em;
}

img 
{
	border: none;
	vertical-align: bottom;
}

img.photo 
{
	border: solid 1px #ccc;
	padding: 1px;
}

p,
ul 
{
	color: #333;
	font: 0.9em/1.6em sans-serif;
	margin-top: 0.8em;
	margin-bottom: 1.6em;
}

ul 
{
	margin: 0em 0em 1.6em 0em;
	padding-left: 0em;
}

li 
{
	list-style: none;
	margin-left: 0em;
	margin-bottom: 0.4em;
	padding-left: 0em;
}

p.author,
p.date 
{
	color: #666;
	margin: 0em;
}

p.image 
{
	line-height: normal;
}

/**
*	Layout
*/

html 
{
	background: #f7f6ee url(/img/bg.jpg) top center;
}

body 
{
	margin: 0em;
	padding: 0em 0em 1em 0em;
}

div#page 
{
	background: #f8f7f3 url(/img/bg-light.jpg) top center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 49.4em;
	z-index: 2;
}

div#header
{
	background: #f7f6ee url(/img/bg.jpg);
	padding-top: 1.7em;
}

div#logo
{
	background: url(/img/tab-left.jpg) no-repeat top left;
	padding-left: 2.7em;
}

div#logo div
{
	background: url(/img/tab-right.jpg) no-repeat top right;
	padding-right: 2.7em;
	padding-top: 1.1em;
	width: 158px;
}

div#logo div.home
{
	width: 197px;
}

div#logo div.home img
{
	margin-top: 0.7em;
}

div#logo img
{
	margin-top: 0.2em;
	position: relative;
	top: 2px;
}

div#page-content
{
	float: left;
	padding: 0.6em 2.7em 0em 2.7em;
	width: 44em;
}

div#content
{
	float: left;
	padding-right: 1.7em;
	width: 27em;
}

div#sidebar
{
	float: left;
	width: 15.3em;
}

div#footer
{
	clear: left;
	padding: 1em 2.7em 1em 2.7em;
}

div#footer ul 
{
	margin: 0em;
}

div#footer ul li 
{
	display: inline;
	list-style: none;
}

img#basil 
{
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 1;
}

/**
*	Homepage
*/

div#recipe-categories ul 
{
	float: left;
	font-weight: bolder;
	margin-bottom: 0em;
	padding-right: 0.5em;
	width: 13em;
}

/**
*	View Category page
*/

div.recipe-preview 
{
	float: left;
	margin-bottom: 1em;
	padding-right: 0.5em;
	width: 13em;
}

div.recipe-preview h3 a
{
	text-decoration: none;
}

/**
*	View Recipe page
*/

div.recipe h1
{
	margin-top: 0.6em;
}

div.recipe h1 img
{
	border: solid 1px #ccc;
	margin-bottom: 2px;
}

div.recipe h2,
div.recipe h3 
{
	margin-bottom: 0em;
}

div.recipe p 
{
	margin-top: 0em;
}

div.recipe li
{
	margin-bottom: 0em;
}

/**
*	CakePHP
*/

table.cake-sql-log
{
	position: relative;
	z-index: 2;
}

