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

*/



/* Begin Typography & Colors */
body {
	/* font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	background-color: #FFFFFF;
	background:#590f00 url('images/back.png') repeat-x top center fixed;
	color: #000000;
	text-align: center;
	}

#page {
	background: transparent;
	text-align: left;

	}

#header {
	background: transparent;
	}

#content {
	font-size: 10pt;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	background:transparent url(images/trans_25.png);
	}

.alt {
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: transparent url(images/back_footer.png) repeat-x top left;
	}

small {
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

/*
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
*/
h2 {
	font-size: 1.3em;
	}

h2.pagetitleArchive {
	font-size: 1.5em;
	}
h2.pagetitle {
	font-size: 1.4em;
	}
h2.pagetitleCenter {
	font-size: 1.4em;
	text-align:center;
	border-bottom:0px !important;
}
	
#sidebar h2, #sidebar2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, /*#headerimg*/ .description {
	text-decoration: none;
	color: #000;
	}

h2, h3 {
	color: #5caa00;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #5caa00;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar h3, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Georgia', 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}
    
.commentmetadata {
	font-weight: normal;
	}

#sidebar, #sidebar2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #989898;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: maroon;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}
a.current {
	color: #c45902;
	font-weight:bold;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;

	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	margin: 5px auto;
	padding: 0px;
	width: 960px;

	}

#header {
	background:transparent url(images/back_header.png) repeat-x top left;
	width: 100%;
	margin: 0;
	padding: 0; 
	height: 150px; 
	}

#htop {
    margin:0 auto;
	width:960px;
	height:100px;
	overflow:hidden;
}

#logo {
	float:left;
	width:320px;
	height:100px;
	cursor:hand;
	cursor:pointer;
	background:transparent url(images/logo.png) no-repeat top left;
}
#tagline {
	float:left;
	margin:49px 0 0 40px;
	font-family:'Trebuchet MS', Verdana;
	color:#f34600;
	letter-spacing:3pt;
}

#rss_feed_anim {
	position:absolute;
	right:12px;
	top:50px;
	color:#893828;
	font-size:10pt;
	text-align:right;
}




/**************************************************/

.navigation_container {
   float:left;
   width:100%;
   height:50px;
   overflow:hidden;
   position:relative;	
}

.navigation_container ul {
	clear:left;
	float:left;
	position:relative;
	left:50%;
	
	margin:0;
	padding:0;

	list-style:none;
	text-align:center;

    font-weight: bold; 
    font-size:10pt;
} 


.navigation_container li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;

	background: transparent url(images/tableft.png) no-repeat bottom left;
    padding: 6px 0 7px 15px; 
    margin: 0 5px;
} 
.navigation_container li a {
	background: transparent url(images/tabright.png) no-repeat bottom right; 
    padding: 6px 15px 7px 0;
    color: #fff;
}
.navigation_container li a:hover { 
    color: #c95f00;
    text-decoration:none;
}

/*** CONTEST TAB ***/
.navigation_container #menu-item-1961 {
	text-transform:uppercase;
	background: transparent url(images/tableft_contest.png) no-repeat bottom left;
}
.navigation_container #menu-item-1961 a {
	background: transparent url(images/tabright_contest.png) no-repeat bottom right;
    color:#FFF;
}
.navigation_container #menu-item-1961 a:hover {
	color:maroon;
}


/*** Online Store TAB ***/
.navigation_container li.online_store { 
	background: transparent url(images/tableft_store.png) no-repeat bottom left;
} 
.navigation_container li.online_store a { 
	background: transparent url(images/tabright_store.png) no-repeat bottom right;
} 
.navigation_container li.online_store a:hover { 
	color:#000;
}

/*** Current Page TAB ***/
.navigation_container li.current_page_item { 
    background: transparent url(images/tableft_active.png) no-repeat bottom left;
    padding: 10px 0 10px 20px;

} 
.navigation_container li.current_page_item a { 
    background: transparent url(images/tabright_active.png) no-repeat bottom right;
	padding: 10px 20px 10px 0;
	text-transform:uppercase;
	color: #c95f00;
}
/************************/








li.current-cat a {
	color:#ff7e00;
	font-weight:bold;
	text-decoration:none;
}
li.current-cat a:hover {
	color:#ff7e00;
	font-weight:bold;
	text-decoration:none;
}
li.current-cat ul li a {
	color:#abcbff;
	font-weight:normal;
}
li.current-cat ul li a:hover {
	font-weight:normal;
	text-decoration:underline;
}


#content-wrapper {
	float: left;
	width:540px;
	margin: 0px 15px 10px;
}
#content-top {
	background: transparent url(images/back_content_top.png) top left no-repeat;
	_background: transparent url(images/back_content_top.gif) top left no-repeat;
	height:15px;
}

#content-bot {
	background: transparent url(images/back_content_bot.png) bottom left no-repeat;
	_background: transparent url(images/back_content_bot.gif) bottom left no-repeat;
	height:15px;
}
#content-wide-top {
	background: transparent url(images/back_content_wide_top.png) top left no-repeat;
	_background: transparent url(images/back_content_wide_top.gif) top left no-repeat;
	height:15px;
}

#content-wide-bot {
	background: transparent url(images/back_content_wide_bot.png) bottom left no-repeat;
	_background: transparent url(images/back_content_wide_bot.gif) bottom left no-repeat;
	height:15px;
}
.narrowcolumn {
	background:#FFF;
	padding: 0 15px 20px;
	width: 510px;
	_margin:0px 0px 0px 0px;
	_width:510px;
	}

.widecolumn {
	background:#FFF;
	padding: 0px 15px 20px;
	margin: 0 0 0 0;
	width: 930px;
	}

.post {
	margin: 0 0 10px;
	text-align: left;
	}

.post hr, #content hr {
	border:0;
	height:1px;
	border-top:1px dotted #AAA; 
	display: block;
	}
.post h2 {
	border-bottom:2px solid #ffe6c8;
}
.post small.right {
	float:right;
}
.post img {
	border: 1px solid #ccc;
	padding:5px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding-top: 0px;
	margin: 10px 0 0 0;
	width: 100%;
	height:70px;
	text-align:right;
	clear: both;
	}


#footer ul {
	text-align:center;
	height:24px;
	list-style:none;
	margin:0 auto;
	padding:8px 0 0 0;
	font-size:10pt;
}
#footer ul li {
	display:inline;
	padding:0 20px 0;
	border-right:1px solid #420b00;
}
#footer ul li.page-item-6 {
	border:none;
}

#footer ul li a {
	color:#c65524;
}

#footer ul li a:hover {
	color:red;
}


	
#copyright {
	width:960px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	font-family:Verdana;
	font-size:70%;
	color:#888;
	}
#copyright a {
	color:#b75f00;
}
#copyright a:hover {
	color:#a6c5ff;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitleArchive {
	margin-top: 0px;
	text-align: center;
}
h2.pagetitle {
	margin-top: 0px;
	text-align: left;
	border-bottom:0px;
}

#sidebar h2, #sidebar2 h2 {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

.category {
	margin-bottom:0px;
}
.category h3 {
	padding: 0;
	margin: 5px 0 0;
}
.category .entry p {
	margin-bottom:0px;
}

/* End Headers */



/* 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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ul {
	list-style:outside disc;
	padding:0px;
	margin:10px 0 0 30px;
} 

.entry ul ul {
	list-style:outside circle;
	margin-top:5px;
}

.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;
	}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	list-style:none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar2 ul ul {
	list-style:outside circle;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 0px 0 0 0px;
	padding: 0 0 0 25px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0px 0 0;
	padding: 3px 0 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

/*
#searchform {
	position:absolute;
	right:10px;
	margin: 0px auto;
	padding: 15px 3px;
	text-align: center;
	}
*/

#topRight-tab {
    background: transparent url(images/back_search.png) no-repeat top left;
    position:absolute;
    width:550px;
	height:40px;
    left:50%;
    margin-left:-53px;
    /*border:1px solid white;*/
}


#searchform {
    float:left;
    width:350px;
    height:40px;
    margin:3px 0 0 10px;
	text-align: center;
}

#searchform #searchsubmit {
	border:1px solid #ccc;
	padding:1px 3px;
	background-color:#f2f4be;
	color:#444;
}

#rss {
    float:left;
    margin:0 8px 0 0;
    padding:0;
}

#googleplus {
    float:left;
    margin:4px 0 0 20px;
}


#sidebar #searchform #s, #sidebar2 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/

h3.comments {
	padding: 10px;
	margin: 0px auto 20px ;
    border: 1px solid maroon;
    background: #71962c;
    color: white;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
    border:1px solid #71962c;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Respond - Leave a Reply */

#respond {
    margin:10px 0 0 0;
    padding:0;
    border: 1px solid #71962c;

}

#respond h3 {
	padding: 5px;
	margin: 0px auto 5px ;
    background: #71962c;
    color: white;
	}

#respond p.firstline {
    margin:0 0 0 5px;
    font-style:italic;
    color: #989898;
}

#respond div.title {
    float:left;
    font-weight:bold;
    color: #000;
    border:0px solid black;
    width:100px;
    font-family: Georgia, 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, Sans-Serif;
}
#respond .required {
    color:red;
    font-weight:bold;
}

#respond form {
    margin:0 0 0 4px;
}

#commentform input[type=text] {
    width:250px;
	padding: 2px;
	margin: 0 0 1px 0;
}

#commentform textarea {
	width: 380px;
	padding: 2px;
}

#commentform #submit {
    width: 200px;
    height:50px;
	margin: 10px 0 10px 0px;
    padding:5px;
    background: #71962c;
    color: #FFF;
    border:2px solid #888;
    font-weight:bold;
}



/* End Respond - Leave a Reply */



/* Begin Sidebar */
#sidebar
{
	float:left;
	padding: 0px 0 10px 2px;
	margin-left: 0px;
	width: 200px;
	font-size:75%;
}

#sidebar2 {
	padding: 0px 0 10px 0;
	margin-left:773px;
	width:185px;
	font-size:75%;
	_margin-left:600px;
	
}

#sidebar h2 {
	padding:10px 0 0 10px;
	background:transparent url('images/back_sidebar_top.png') no-repeat top right;
	_background:transparent url('images/back_sidebar_top.gif') no-repeat top right;
	font-family:'Trebuchet MS', Verdana;
	font-size:11pt;
}

#sidebar2 h2 {
	padding:10px 0 0 10px;
	background:transparent url('images/back_sidebar2_top.png') no-repeat top left;
	_background:transparent url('images/back_sidebar2_top.gif') no-repeat top left;
	font-family:'Trebuchet MS', Verdana;
	font-size:11pt;
}

#sidebar .widget {
	margin:0 0 5px 0;
	padding-bottom:10px;
	background:transparent url('images/back_sidebar_bot.png') no-repeat bottom right;
	_background:transparent url('images/back_sidebar_bot.gif') no-repeat bottom right;
}
#sidebar2 .widget {
	margin:0 0 5px 0;
	padding-bottom:10px;
	background:transparent url('images/back_sidebar2_bot.png') no-repeat bottom left;
	_background:transparent url('images/back_sidebar2_bot.gif') no-repeat bottom left;
}

#sidebar .textwidget {
	background:#ffffed;
	margin:0;
	padding:5px 0 0 5px;
}
#sidebar2 .textwidget {
	background:#ffffed;
	margin:0;
	padding:5px 5px 0 0;
}
#sidebar .textwidget p, #sidebar2 .textwidget p {
	margin:0;
	padding:0;
}

#sidebar .widget_daikos_text, #sidebar2 .widget_daikos_text {
	background:none;
	margin:0 0 5px 0;
	padding:0px;
}

#sidebar .widget_daikos_text .daiko_bot {
	height:10px;
	background:transparent url('images/back_sidebar_bot.png') no-repeat bottom right;
	_background:transparent url('images/back_sidebar_bot.gif') no-repeat bottom right;
}
#sidebar2 .widget_daikos_text .daiko_bot {
	height:10px;
	background:transparent url('images/back_sidebar2_bot.png') no-repeat bottom left;
	_background:transparent url('images/back_sidebar2_bot.gif') no-repeat bottom left;
}
#sidebar .widget_daikos_text .daiko_top {
	margin-top:5px;
	height:10px;
	background:transparent url('images/back_sidebar_top.png') no-repeat top right;
	_background:transparent url('images/back_sidebar_top.gif') no-repeat top right;
}
#sidebar2 .widget_daikos_text .daiko_top {
	margin-top:5px;
	height:10px;
	background:transparent url('images/back_sidebar2_top.png') no-repeat top left;
	_background:transparent url('images/back_sidebar2_top.gif') repeat-y top left;
}
#sidebar .widget_daikos_text p {
	margin:0;
	padding:5px 0 0 5px;
	background:#ffffed;
}
#sidebar2 .widget_daikos_text p {
	margin:0;
	padding:5px 0 0 5px;
	background:#ffffed;
}
#sidebar .widget ul {
	background:#ffffed;
}
#sidebar2 .widget ul {
	background:#ffffed;
}
#sidebar .widget_search form {
	margin-top:5px;
	padding:10px 0 0;
	background:transparent url('images/back_sidebar_top.png') no-repeat top right;
	_background:transparent url('images/back_sidebar_top.gif') no-repeat top right;
}
#sidebar2 .widget_search form {
	margin-top:5px;
	padding:10px 0 0;
	background:transparent url('images/back_sidebar2_top.png') no-repeat top left;
	_background:transparent url('images/back_sidebar2_top.gif') no-repeat top left;
}

#sidebar #calendar_wrap {
	padding:0 5px 0 0;
	background:#ffffed;
}
#sidebar2 #calendar_wrap {
	padding:0 0 0 5px;
	background:#ffffed;
}

#sidebar .dtree {
    white-space: nowrap !important;
	display:block;
	margin-top:0;
	padding:5px;
	background:#ffffed;
	font-size:8pt;
}
#sidebar .dtree a.nodeSel { /*the currently selected node, if "Highlight selection" is on*/
	text-decoration: underline !important;
    font-weight:bold;
}
#sidebar .dtree img {
	border: 0px !important;
	vertical-align: middle !important;
}
#sidebar .dtree .clip {
	overflow: hidden;
}
#sidebar .oclinks { /*the open/close links*/
	display:none; /*to be revealed only if javascript is on!*/
    margin: 0 0 5px 0;
    text-align: center;
}



#sidebar2 .dtree {
    white-space: nowrap !important;
	display:block;
	margin-top:0;
	padding:5px;
	background:#ffffed;
	font-size:8pt;
}
#sidebar2 .dtree a.nodeSel { /*the currently selected node, if "Highlight selection" is on*/
	text-decoration: underline !important;
    font-weight:bold;
}
#sidebar2 .dtree img {
	border: 0px !important;
	vertical-align: middle !important;
}
#sidebar2 .dtree .clip {
	overflow: hidden;
}
#sidebar2 .oclinks { /*the open/close links*/
	display:none; /*to be revealed only if javascript is on!*/
    margin: 0 0 5px 5px;
}

#sidebar .current_page_item, #sidebar2 .current_page_item {
	color: green;
}

#sidebar .widgettitle, #sidebar .widget_daikos_text h2, #sidebar2 .widgettitle, #sidebar2 .widget_daikos_text h2 {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#sidebar form, #sidebar2 form {
	margin:0;
}
#sidebar input, #sidebar2 input {
	border:1px solid #ccc;
}
#sidebar #s, #sidebar2 #s {
	margin-left:2px;
}
#sidebar #searchsubmit, #sidebar2 #searchsubmit {
	padding:1px 0;
	background-color:#f2f4be;
	color:#888;
}



/*custom colors */
#sidebar #text-7 div {
	background-color:#e3ffc4;
}



/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	margin:5px 0;
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;	*/
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
    border:0px solid black;
	}
.navigation div a {
    background:#EAEAEA;
    padding:5px;
    border:1px solid #DDD;
    font-size:8pt;

}

    
/* End Various Tags & Classes*/



/************ Newsletter *************************************************/
#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
	margin-top:10px;
}

#newsletterFormDiv {
	/* newsletter form elements*/
}

.newsletterTextInput {
	/* email text input */
	margin:0 3px 3px;
	border:1px solid #2a502d;
}

#newsletterLoading {
	/* the loading message while the subscription is beeing handled */
}

.success {
	color:green;
	/* the success message container */
}


.error {
	color:red;
	/* the error message container */
}
/************ END Newsletter *************************************************/


/* Begin Comments*/

.alt {
	background-color:#F9F9F9;
	}

.commentlist {
	text-align: justify;
	margin:0px 0px;
	padding:0px 0px;
	}

.commentlist li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	margin: 10px 0px;
	list-style: none;
	}
.comment-author-manjula {
	background-color:#e9f9d8;
	border-left:4px solid silver;
}

.commentlist p {
	margin: 10px 0px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/**************************************************************************************************************/
/**************************************************************************************************************/



/************************************************************************************************/
/*** Multi-Column List for Categories ***********************************************************/

#recipes_404 {
	font-family:Verdana, 'Trebuchet MS', Tahoma;
	font-size:10pt;
}

#recipes_page {
	font-family:'Trebuchet MS', Tahoma, Verdana;
	font-size:11pt;
}

#recipes_home {
	font-family:Verdana, 'Trebuchet MS', Tahoma;
	font-size:10pt;
}

.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;
}

/****************************************************************************/



.recipelist {
	margin-bottom:0px;
}
.recipelist h3 {
	margin:5px 0 0 0;
	font-weight:normal;
}
.recipelist h3 a {
	color:maroon;
}
.recipelist h3 a:hover {
	color:red;
}


#shareThis {
    float:left;
    margin: 0;
    padding: 0;
}

/** Dagon Design Sitemap Generator */

.ddsg-wrapper {
}
.ddsg-pagenav {
    background:#EEE;
    padding:5px 10px;
}
.ddsg-wrapper h2 {
    display:none;
}
.ddsg-wrapper ul li strong {
    display:none;
}

.ddsg-wrapper ul {
    margin:0px 0 0 0;
    padding:0;
}
.ddsg-wrapper ul li ul {
    margin:5px 0 0 0;
    padding:0;
}

.ddsg-wrapper ul li {
    float: left;
    width:240px;
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px 0;
}
.ddsg-wrapper ul li ul li {
    margin:0;    
}

.ddsg-wrapper ul li ul li:first-child {
    border-top: 1px solid black;
}

.ddsg-wrapper ul li a {
    font-size:12pt;
    color: black;
}

.ddsg-wrapper ul li ul li a {
    font-size:10pt;
    color: maroon;
    font-weight:normal;
}





.stepcarousel{
    margin: 0 auto;
    position: relative; /*leave this value alone*/
    border-bottom: 1px solid #EEE;
    overflow: scroll; /*leave this value alone*/
    width: 450px; /*Width of Carousel Viewer itself*/
    height: 130px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 5px 25px; /*margin around each panel*/
    width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery-paginate img {
    border:0;
    padding:0;
}
