body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fefdfc url(images/paper.jpg) repeat;
}

body.login {
	background: #000 url(images/background_1.png) repeat;
	text-align: center;
}

body.login img {
	border: none;
	margin: 40px 0 60px 0;
}

div.logincontainer {
	margin: 30px;
}

div.logincontainer input {
	padding: 0 4px;
	margin-left: 12px;
	width: 210px;
	height: 35px;
	font-size: 20px;
}

ul {
	margin-top: 5px;
	margin-left: 17px;
	list-style: square inside;
}

div#sidebar {
	width: 200px;
	margin: 6px 28px 6px 6px;
	display: block;
	float: left;
	min-height: 400px;
}

div#sidebar img {
	border: none;
	margin: 0;
	padding: 0;
}

div#sidebar h2 {
	margin: 24px 0 6px 2px;
}

div#sidebar ul {
	list-style: none inside;
	margin: 4px 4px 6px 16px;
	padding: 0;
}

div#sidebar ul li {
	margin: 0;
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

div#start {
	display: block;
	height: 100%;
	padding-top: 116px;
	vertical-align: middle;
}

div#start h1, div#start h2 {
	margin: 12px 0 16px 0;
}

div#start input {
	margin: 0;
	vertical-align: middle;
	line-height: 35px;
	border: 2px solid #330000;
	height: 35px;
}

div#start input.searchfield {
	width: 500px;
	font-size: 20px;
	padding: 0 5px;
}

div#start input.button {
	background: none;
	margin-left: 4px;
	padding: 0 12px;
	font-size: 18px;
}

div#content {
	display: inline-block;
}

div.recipe {
	display: block;
	background-color: #fff;
	width: 630px;
	margin: 7px 10px 10px 0;
	padding: 10px;
	border: 1px solid #000;
}

table.editcategory {
	margin-top: 16px;
}

table.move {
	margin: 0;
}

td.label {
	font-size: 12px;
}

div.recipeoptions {
	font-size: 12px;
}

table.editbuttons {
	width: 100%;
	margin: 8px 0;
}

table.editbuttons td {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0 0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

table.editbuttons td form {
	margin: 0; 
	padding: 0;
}

div.footer {
	clear: both;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

p {
	margin: 8px 0 8px 0;
}

p.source {
	margin: 24px 0 0;
	padding: 6px 0 3px;
	font-size: 10px;
	width: 50%;
	border-top: 1px solid #000;
}

p.description {
	font-size: 16px;
}

p.notice {
	margin: 14px 0 6px 0;
}

p.hint {
	margin-top: 16px;
	font-size: 11px;
}

pre.ingredients {
	margin: 4px 0 4px 0;
	font-family: Arial, Helvetica,sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

div.preparation {
	margin: 4px 0 4px 0;
}

h1 {
	font-size: 20px;
	margin: 6px 0 0 0;
}

h2 {
	font-size: 16px;
	margin: 12px 0 0 0;
	padding: 0;
}

a {
	color: #660000;
	text-decoration: none
}

a:hover, a:active {
	text-decoration: underline
}

a:active {
	color: #cc0000;
}

table.result {
	min-width: 500px;
	max-width: 720px;
	margin: 16px 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #330000;
}

table.result tr.odd {
	background-color: #fbfaf9;
}

table.result tr.even {
	background-color: #eeece9;
}

table.result td {
	vertical-align: top;
	margin: 0;
	padding: 3px 5px;
}

table.result th {
	background-color: #330000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0;
	text-align: left;
}

td.title a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

td.title a:hover {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}

td.options {
	font-size: 11px;
}

table.result td.description, table.result td.cat {
	padding: 5px 0;
	font-size: 11px;
}

th {
	font-size: 14px;
	text-align: right; 
	padding-top: 2px;
	padding-right: 6px;
	vertical-align: top;
}

th.vmiddle {
	vertical-align: middle;
}

input.title {
	height: 35px;
	font-size: 20px;
	font-weight: bold;
}

#description, #ingredients {
	padding: 4px;
}

#description {
	font-family: Arial,Helvetics,sans-serif;
	font-size: 16px;
}

input#save {
	margin-top: 12px;
}

.fullwidth {
	width: 860px;
}

a.cke_button:hover, a.cke_button_off:hover, a.cke_button_disabled:hover {
	text-decoration: none;
}