.recipes h1, .recipes h2 {
margin:10px 0;font-size:28px;
}
#recipe-list {
	border:1px solid #bbb;
}
#recipe-list div {
	padding:.5em 0;
	border-top:1px dashed #ccc;
}
#recipe-list div:first-child,#recipe-list .header {
	text-align:center;
	font-weight:bold;
	border:none;
}
#recipe-list span {
	display:inline-block;
	width:32%;
	vertical-align:middle;
	text-align:center;
}
#recipe-list .name {
	text-align:left;
}
label {
	display:inline-block;
	width:30%;
	margin-top:.2em;
	font-size:1em;
}
input[type="text"],input[type="password"],input[type="file"],select {
	display:inline-block;
	font-size:1em;
}
.error {
	color:#f00;
}
.add label {
	width:auto;
	margin-top:1em;
	font-size:1em;
}
.title label {
	display:inline-block;
	margin-top:.2em;
	width:30%;
}
input[type="checkbox"] {
	margin:1em 1em 1em 0;
}
.recipes h2 a {
	color:#6D3328;
	text-decoration:none;
}
.share {
	margin:1em 0;
}
.share input {
	margin-top:1em;
}
.comment .name, .photo .name  {
	font-size:1.3em;
}
.comment div {
	padding:0 1em;
}
.categories {
	list-style-type:none;
}
.categories li {
	display:inline-block;
	width:115px;
	height:115px;
	float:left;
	padding:0 .5em .5em 0;
}
.account {
	width:25em;
}
.account label,.login label {
	clear:both;
	float:left;
	width:40%;
}
.account input[type="text"], .account input[type="password"],.login input[type="text"], .login input[type="password"] {
	float:right;
	width:40%;
	margin-top:.2em;
}
.account input[type="submit"],.login input[type="submit"] {
	clear:both;
	float:right;
	margin:.2em 0;
}
.login p {
	clear:both;
}
.recipes h4 {
	margin:1em 0;
}
li.add, li.remove {
	margin-top:1em;
}
#right_column ul,#right_column ol {
	list-style-type:none;
}
.recipes ol {margin: 20px 0 20px 30px;}
.recipes ol  li{margin: 1em 0;}