/*****************************/
/* Tabasco css file         */
/***************************/
html, body {
	background: #ffffff none;
	margin:auto;
	padding:auto;
	color:#000000;
}

/*****************************/
/* Layout                  */
/***************************/
#page {
	width:100%;
	background:none;
}
#wrapper {
	border-top:none;
	position:relative;
}
h1,
#user,
#join,
#navigation,
#side-recipe,
#side-forum,
h3,
a.print,
#review,
#reviews,
#bottom,
#footer {
	display:none;
}
#main {
	width:100%;
	margin:0;
	border:none;
	background: none;
}
#main #recipe {
	border-top:5px solid #990000;
	border-bottom:5px solid #990000;
	padding:3em 0;
}
#main #recipe .image,
#main #recipe .content {
	width:auto;
	margin:0;
	padding:0;
}
#main #recipe .image {
	width:40%;
}
#main #recipe .image img{
	border:2px solid #990000;
}
#main #recipe .content {
	width:60%;
}
#main #recipe .content h4,
#main #recipe .content strong {
	color:#990000;
}

#main div.rounded {
	background: none;
}
#main div.rounded .container{
	background: none;
}	
