body {
	background: #9BC778;
}

#doc2 {
	margin: 10px 0;
}

.container {
	margin: auto;
	width: 960px;
	border: 1px solid;
}

#content {
	background: #fff;
}

#header {
	height: 130px;
	background: #fff url(/img/header.gif) no-repeat;
	border-bottom: 1px solid #ccc;
}

#mascot {
	position: absolute;
	z-index: 10;
}

#headerLogin {
	float: right;
}

#headerLogin a {
	text-decoration: none;
	color: green;
}

.error-message {
	color: red;
	font-size: 1em;
}

#headerLogin a:hover {
	text-decoration: underline;
}

#footer {
	background: #000;
	text-align: right;
	padding: 5px 15px 10px 15px;
	font-size: .8em;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#headerLogin li {
	display: inline;
	margin-right: 20px;
}

#RecipeSearchForm {
	float: right;
	margin: 40px 15px 0 0;
}

#RecipeSearchForm input, #RecipeEditForm input, #RecipeDeleteForm input, #RecipeAddForm input {
	border: 1px solid #999;
	padding: 2px;
}

.SearchField {
	background: #ffffcc;
}

.SearchButton {
	background: #9BC778;
	color: #fff;
	font-weight: bold;
}

#recipeEdit, #recipeAdd {
	padding: 10px 25px;
	margin: 0 15px;
	width: 350px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #ffffcc;
	float: left;
}

#recipeEdit input, #recipeAdd input {
	margin-bottom: 20px;
}

#recipeImages {
	width: 400px;
	float: left;
	padding: 10px 0;
}

#recipeImages table {
	border: 1px solid #ccc;
	width: 100%;
	color: #999;
	margin-bottom: 5px;
}

#recipeImages td {
	padding: 5px;
}

#mainNav {
	position: relative;
	left: 580px;
	top: 91px;
}

#mainNav li {
	display: inline;
	margin: 0 0 0 7px;
	font-size: 1.3em;
	background: #ccc;
	padding: 3px 10px;
}

#mainNav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#tag_cloud {
	padding: 10px;
	background: #ffffcc;
}

#recent_recipes {
	background: #fff;
	width: 769px;
	padding: 10px;
	float: left;
}

.indexh3, .recipeh3 {
	color: #999933;
	font-size: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid #999933;
	text-align: left;
}

.formLabel {
	color: #999933;
	font-size: 1.3em;
	padding-bottom: 2px;
}

.formSub {
	color: #999;
	padding-bottom: 5px;
}

#tag_cloud a {
	color: green;
	text-decoration: none;
}

#tag_cloud a:hover {
	text-decoration: underline;
}

#mainNav a:hover {
	text-decoration: underline;
}

.recipeIndex {
	margin: 10px;
}

.recipeIndex td {
	padding: 10px 10px 0 0;
}

.recipe_container, .user_container {
	border: 1px solid;
}

.user_container img {
	float: left;
}

.recipe_view_container {
	margin-top: 5px;
}

.recipe_info, .user_info {
	color: #fff;
	position: absolute;
	text-align: left;
	background: url(/img/blackbar.png);
	padding: 3px 0;
}

.user_info {
	width: 140px;
	position: absolute;
	margin-top: 118px;
}

.recipe_info {
	width: 240px;
	margin-top: -35px;
	margin-bottom: 13px;
}

.recipe_info a, .user_info a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.recipe_info a:hover, user_info a:hover {
	text-decoration: underline;
}

.recipe_info h3, .recipe_info p, .user_info h3, .user_info p {
	padding: 0 7px;
}

.recipe_info p, .user_info p {
	font-size: .85em;
	color: #ccc;
}

.indexRecipeIndex {
	margin: 0 10px;
}

.indexRecipeIndex td {
	padding: 10px 10px 0 0;
}

#index_promo {
	background: #e9e9e9;
	height: 250px;
}

#tweets {
	width: 250px;
	background: #ffffcc;
	font-size: 12px;
	float: right;
	padding: 0 7px;
	height: 250px;
	overflow: auto;
}

#tweets p {
	font-size: 12px;
}

#tweets img {
	margin-right: 10px;
}

#tweets h4 {
	margin-top: 3px;
	color: green;
}

.tweet {
	float: left;
	width: 190px;
	margin-bottom: 7px;
	border-bottom: 4px solid #f3f3c0;
}

#tag_list {
	float: left;
	margin-left: 7px;
	width: 117px;
}

#tag_list a {
	color: green;
	text-decoration: none;
}

#tag_list a:hover {
	text-decoration: underline;
}

#ingredients, #method {
	float: left;
	padding: 10px;
}

#ingredients {
	width: 235px;
	margin-left: 152px;
	color: #888;
}

#ingredients ul li {
	list-style: disc;
	margin-bottom: 15px;
}

#method {
	width: 340px;
}

#method ol, #ingredients ul {
	margin-left: 30px;
}

#method ol li {
	list-style: decimal;
	margin-bottom: 7px;
}

.caption {
	width: 481px;
	background: url(/img/blackbar.png);
	padding: 3px 10px;
	position: absolute;
	float: left;
}

.caption a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.caption a:hover {
	text-decoration: underline;
}

.caption p {
	color: #ccc;
	font-size: .85em;
}

#recipe_image {
	border: 1px solid #000;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
}

#alt_images {
	float: left;
	margin-left: 5px;
}

#recipe_desc {
	clear: both;
	padding: 5px;
	color: green;
	font-size: 1em;
	line-height: 1.4em;
}

#recipe_desc img {
	border: 1px solid black;
}

.recipe_desc_blurb {
	width: 575px;
	float: left;
	border: 1px solid #aaa;
	padding: 10px;
}

.recipe_desc_user {
	float: left;
	margin-right: 13px
}

.recipe_desc_user h3 {
	position: absolute;
	margin-top: -24px;
	color: #fff;
	background: url(/img/blackbar.png);
	width: 131px;
	padding: 3px 5px;
}

#ads {
	float: left;
	background: #ffff00;
	width: 160px;
}

.recipe_desc_user a {
	color: #fff;
	text-decoration: none;
}

.recipe_desc_user a:hover {
	text-decoration: underline;
}

.user_arrow {
	position: absolute;
	margin-left: 146px;
	margin-top: 24px;
}

.user_arrow img {
	border: none;
}

.user_links {
	width: 90px;
	float: left;
	margin-left: 10px;
}

#users_recipes {
	width: 475px;
	float: left;
	padding: 10px;
}

h3.userName {
	font-size: 1.2em;
	margin: 10px 0;
}

#user_info {
	background: #ffffcc;
	width: 250px;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
}

.user_container {
	float: left;
}

form#UserRegisterForm {
	padding: 10px;
	width: 330px;
	background: #ffffcc;
	float: left;
	margin-right: 15px;
}

form#UserRegisterForm label {
	clear: both;
	float: left;
	width: 140px;
	text-align: right;
	margin-top: 12px;
	color: green;
	font-weight: bold;
}

form#UserRegisterForm input {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

form#UserRegisterForm input#register {
	float: right;
	border: 1px solid green;
	padding: 3px;
	margin: 10px 5px;
}
