/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration:none;
}

body {
	margin:0;
	padding:0;
	font-family:'Lucida Sans',Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333;
}

#logo {
	float:left;
}

ul {
	list-style:none;
}

#nav {
	margin-top:30px;
	margin-left:30px;
	padding-top:30px;
	font-weight:bold;
	float:left;
	width:550px;
}

li {
	display:inline;
}

#nav li {
	height:35px;
	padding-left:10px;
	padding-right:30px;
	border-left:1px solid #333;
	padding-top:15px;
}

#container {
	width:850px;
	padding:0;
}

#top-menu {
	text-align:right;
}

#top-menu li {
	float:right;
	padding:0 10px;
	border-left:1px solid #333;
}

#content {
	clear:both;
	float:left;
}

#ads {
	margin-left: 860px;
	width: 130px;
}

#sidebar {
	text-align:center;
	width: 225px;
	float:left;
}

#sidebar li {
	display:block;
	border-bottom:1px solid #ccc;
}

#sidebar ul {
	color:#09f;
	padding:0 20px;
}

#category h2 {
	width: 225px;
	height: 55px;
	text-indent:-9000px;
	background:url(../image/categories.jpg) no-repeat top center;
}

.contentcontainer {
	width: 600px;
	border-bottom:1px solid #fff;
}

.contentcontainer h2{
	width: 600px;
	height: 45px;
	text-indent:-9000px;
}

#feature h2 {
	background:url(../image/feature.jpg) no-repeat top center;
}

#thoughts h2 {
	background:url(../image/thoughts.jpg) no-repeat top center;
}

#konkan h2 {
	background:url(../image/konkan.jpg) no-repeat top center;
}

#spices h2 {
	background:url(../image/spices.jpg) no-repeat top center;
}

#recipe h2 {
	background:url(../image/recipe.jpg) no-repeat top center;
}

#recipecateogries h2 {
	background:url(../image/recipecategories.jpg) no-repeat top center;
}

#sidebar a {
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	color:#09f;
}

#sidebar a:hover {
	background-color:#f1f1f1;
}

#maincontent {
	margin-left: 245px;
	width: 600px;
}

#featureimage {
	padding:20px 50px;
	float:left;
}

#featuredetails {
	margin-left:280px;
}

.clear {
	clear:both;
	border:1px solid #000;
}

#feature {
	min-height:220px;
	height:auto !important;
	height:220px;
}

#featurename {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 20px;
}

#featurespice {
	margin-bottom: 20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.thought {
	text-align:justify;
	width:45%;
	padding:10px;
}

.pagecontent a:hover,
#recipe .pagecontent a {
	color:#09f;
}

.pagecontent a:hover{
	background-color:#0CF;
	color:#000;
}

.pagecontent p {
	padding: 10px;
}
.pagecontent h3 {
	padding: 15px 10px 0 10px;
	color:#09f;
	display:block;
	border-bottom:1px solid #ccc;
}

.pagecontent img {
	float:right;
	padding:5px;
	border:1px solid #ccc;
	margin: 10px 0 10px 10px;
}

.pagecontent p img {
	clear:right;
}

#recipe .pagecontent #featurespice img {
	margin:0;
	border:0;
	padding:0;
}

#recipe .pagecontent #featurespice {
	margin-top:5px;
}

.pagecontent ul{
	list-style:disc;
	padding-left:10px;
	margin-left:10px;
}

.pagecontent ul li{
	vertical-align:middle;
	display:list-item;
}

