/*  
Theme Name: Manjula's Kitchen
Theme URI: http://wordpress.org/
Description: Manjula's Main Theme v4.
Version: 1.4
Author: Sateesh Malla
Author URI: http://www.aweworks.com/

*/

body {
	margin: 0;
	padding: 0; 
	
	font-family: Verdana, Tahoma, 'Trebuchet MS', Arial, Sans-Serif;
	font-size:10pt;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: auto;
	text-align: left;
	}

#header {
	margin:0;
	padding:0;
	}
#logo {
	height:50px;
	background:transparent url(images/logo_print.png) no-repeat top left;
	padding:0px;
	margin:0px;
}

#banner_menu, #searchform, #navtabs, #tagline, .navigation_container, #topRight-tab {
	display:none;
}

#contentwrapper{
	width: 100%;
}

#content-top, #content-bot {
	display:none;
}

#content {
	font-size: 10pt;
	margin:0;
	padding-top:0;
	
}

.narrowcolumn, .widecolumn {
	padding: 1em;
	margin: 0;
	border: 1px solid silver;
	}

.post small {
	display:none;
}

#shareThis, .googleplus {
    display:none;
}


#footer {
	display:none;
	}

small {
	font-size: 8pt;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	border-bottom:2px solid #DDD;
	}

h1, h2.pagetitle {
	font-size: 14pt;
	text-align: center;
	}
h2 {
	font-size: 14pt;
	text-align: left;
	margin: 10px 0 0;
}

.commentlist, #comments {
	display:none;
	}

a {
	color: maroon;
	text-decoration: none;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before {
/*	content: "\00BB \0020";	*/
	list-style-type: disc;
	list-style-position:outside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
/*	display: none;	*/
	border:0;
	height:0px;
	margin:0 0 0 0;
	border-top:1px dotted silver;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	}

#sidebar, #sidebar2 {
	display:none;
}

#related_posts {
	display:none;
}

#respond {
	display:none;
}

.google_ad {
	display:none;
}

#sharethis_0 {
	display:none;
}


/***************************************************************************/
.vvqbox, .vvqyoutube {
	display:none !important;
}

#recipes_home {
	
}

.ddmcc {
	width: 250px;
	float: left;
	padding-right: 0px;
}

.ddmcc ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.ddmcc li {
	margin: 0 0 2px 0;
	padding: 0;
}

.ddmcc ul li {
	background-color:#fafdff;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	margin:5px 0px 5px 0px;
	line-height: 50px; /* pic height */	
}

.ddmcc ul li a {
	color:maroon;
	font-weight:normal;
	padding-left:0px;
	padding-right:5px;
	vertical-align: middle;
}

.ddmcc ul li a img {
	border:0;
	margin-right: 10px;
	vertical-align: middle;
}

.ddmcc ul li a:visited {
}
.ddmcc ul li a:hover {
	color:#c40000;
	text-decoration:underline;
}


