/**
 * Theme Name: Tastearts Theme
 * Description: A user-friendly, search-engine optimized theme framework, featuring 18 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.1
 * Author: TasteArts.
 * Author URI: http://www.tastearts.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2009 -	2010 TasteArts.  All rights reserved.
 * http://www.tastearts.com
 *
 * Hybrid is released under the GNU General Public License,  2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');
/* Make sure theme clears WP.org theme repository checklist */

.alignright {
}
.alignleft {
}
.alignnone {
}
.aligncenter {
}
.avatar {
}
.wp-caption {
}
.gallery {
}
.wp-smiley {
}
/**
* Body
************************************************/
body {
	padding: 10px 0 5px 0;
	/*background: #a6cde2;*/
	font: 12px/22px Verdana, Arial, sans-serif;
}
#body-container {
	/*overflow: hidden;*/
	width: 1000px;
	margin: 0 auto;/*background: #d7f1ff;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;*/
	}
/**
* Elements
************************************************/
/* Links */
a {
	color: #3C7DC4;
	text-decoration:underline;
	
}
a:hover {
	text-decoration: underline;
	color:rgb(255,143,0);
}
a:visited{
	text-decoration: underline;
	color:#FF8F00;
}
a:active{
	text-decoration: underline;
	color:#FF8F00;
}

/* Headers */
.post h2, .post h3, .post h4, .post h5, .post h6 {
	/*color: #b2b141;*/
	color: rgb(153, 153, 153);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	/* text-transform: uppercase; */
}
/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding-left: 30px;
	color: #b2b141;
	background: url(images/blockquote.gif) no-repeat 0 0;
}
blockquote blockquote {
	margin-right: 20px;
}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border-top: 3px double #0b5177;
	border-bottom: 3px double #0b5177;
}
.pullquote p {
	margin: 0;
}
/* Code */
code {
	font-size: 1em;
}
pre {
	overflow: auto;
	width: 96.5%;
	font-size: 1em;
	background: #07364F;
}
pre, code {
	color: #b2b141;
}
/* Lists */
#content ul {
	list-style: none;
}
#content ul li {
	overflow: hidden;
	height: 100%;
	/*padding-left: 15px;*/
	background: url(images/gray-bullet.gif) no-repeat 0 8px;
}
/* Tables */
table {
/*width: 100%;
	background: #1a5676;
	border: 1px solid #06344d;*/
	}
caption {
	font-style: italic;
	text-align: right;
	color: #88bfdd;
}
td {
	border: 0px solid #06344d;
}
th {
	color: #fff;
	background: #06344d;
	border: 1px solid #06344d;
}
/* Other elements */
acronym {
	border-bottom: 1px dashed #88bfdd;
}
ins, dfn {
	border-bottom: 1px solid #88bfdd;
}
/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	background: #0E4D6F;
}
/* Notes */
.note {
	padding: 6px 9px;
	background: #0E4D6F;
}
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	color: #b2b141 !important;
	background: #0E4D6F;
}
/* Errors */
.error {
	padding: 6px 9px;
	background: #07364F;
}
/* Downloads */
.download {
	padding: 6px 9px;
	background: #0E4D6F;
}
/* Forms */
input {
	font-family: verdana, arial, sans-serif;
}
.text-input {
	display: block;
	width: 210px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
}
textarea {
	width: 98%;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
}
.button {
	margin-right: 15px;
	padding: 7px 15px;
	width: 150px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: rgb(0, 102, 51);
	border: none;
}
.button:hover {
	cursor: pointer;
}
/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
}
.alignright, .right {
	float: right;
	margin-left: 15px;
}
.aligncenter, .center {
	display: block;
	margin: 0 auto 0px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}
/**
* Images
************************************************/
.post img, .post a img {
	max-width: 570px;/*border: 5px solid #06344d;*/
	}
/* Captions */
.wp-caption {
	max-width: 574px;
	padding: 3px 0 0 0;
	/*background: #06344d;*/
	border: 3px solid #06344d;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
}
.wp-caption img, .wp-caption a img {
	max-width: 562px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #09415f;
}
/* Gallery */
.gallery {
	margin-bottom: 20px !important;
}
/* Thumbnails */
.thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	 margin: 8px 15px 0px 0;
	/*border: 5px solid #eff1e1;*/
}
.avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	border: 0px solid #06344d;
}
/**
* Header
************************************************/
#header-container {
	height: 215px;/*	background: #fff url(images/header-container-bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #eee;*/
	}
#site-title {
	margin: 0 0 0 15px;
}
#site-title a {
	float: left;
	display: block;
	width: 455px;
	height: 130px;
	background: url(images/header.jpg) no-repeat 0 0;
}
#site-title a span, #site-description {
	display: none;
}
/* Search */
#search {
	float: right;
	width: 220px;
	margin: 40px 40px 0 0;
}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.gif) no-repeat 0 0;
}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
}
#search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 7px 5px 6px 10px;
	color: #777;
}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
}
#search input.search-submit:hover {
	cursor: pointer;
}
/**
* Navigation
************************************************/
#navigation {
	float: left;
	width: 1000px;
	height: 100%;
	padding: 0 20px;/*background: #f4f4f4 url(images/navigation.gif) no-repeat 0 0;*/
	}
#navigation a {
	text-transform: uppercase;
	font-family: georgia, times, 'times new roman', serif;
	font-weight: bold;
}
/* Page navigation */
#page-nav ul {
	list-style: none;
	margin: 15px 0 0 0;
}
#page-nav li {
	display: inline;
	margin: 0;
}
#page-nav li a {
	float: left;
	padding: 14px 20px;
	color: #666;/*border-right: 1px solid #e4e4e4;*/
	}
#page-nav li.current_page_item a {
	color: #fff;/*background: #111;*/
	}
#page-nav li.current_page_item li a {
	color: #666;
	background: transparent;
}
/* Drop-down controls */
#page-nav ul ul, .menu ul {
	width: 180px;
	margin: 0;
	/*	background: #f4f4f4;*/
	background: #111;
}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 40px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
}
#page-nav li li {
	border-bottom: 1px solid #151515;
}
#page-nav li li a {
	padding: 7px 10px;
	font-size: 11px;
	color: #666;
	border-right: none;
}
/* Subscribe */
#feed ul {
	list-style: none;
	margin: 15px 0 0 0;
}
#feed li {
	display: inline;
}
#feed li a {
	float: right;
	padding: 9px 0;
	color: #666;
}
#feed li.feed-url a {
	padding-right: 15px;
	background: url(images/rss-icon.gif) no-repeat right 16px;
}
/**
* Containers
************************************************/
#container {
	overflow: hidden;
	clear: both;
	padding: 60px 0px 0 0px;
	width:1000px;/*background: url(images/feature-bottom.jpg) no-repeat 0 0;*/
	}
	
 .content, #content {
	overflow: hidden;
	float: left;
	/*width: 647px;*/
	width:680px;
	color: #000;
}

.content_films, #content_films {
	overflow: hidden;
	float: left;
	/*width: 647px;*/
	width:680px;
	color: #000;
	margin-top:-40px;
}

.content_single{
	overflow: hidden;
	float: left;
	/*width: 647px;*/
	width:680px;
	color: #000;
	
}
.archive .content, .search .content, .archive #content, .search #content {
/*background: url(images/content-inside.gif) repeat-x right bottom;*/
	}
/**
* Posts
************************************************/
.post, .series, .related {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	font: 12px/22px verdana, arial, sans-serif;/*background: #09415f url(images/content-inside.gif) repeat-x left bottom;*/
	}
.archive .post, .search .post {
	margin: 0;
	padding: 0 20px 20px 0px;/*background: #09415f;*/
	}
.page .post {
	padding-bottom: 20px;
}
/* Post title */
.entry-title,  .category-title, .tag-title, .author-title, .archive-title, .date-title, .search-title, .series-title, .related-title {

	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	color:#3C7DC4;
	/*text-transform:uppercase;*/
	}
	
.page-title a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}
	
.single-title{
	
	padding: 45px 20px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#000;
/*	text-transform:uppercase; */
}
.single-title a{
	color:#000;
}

.archive .entry-title, .search .entry-title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	background: none;
	border: none;
}
/* Byline */
.byline {
	display: none;
}
/* Entry */
.entry-content, .entry-summary, .page .entry-content {
	margin: 0 0px;
	text-align:left;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
}
.archive .entry-content, .archive .entry-summary, .search .entry-content, search .entry-summary {
	margin: 0 0 20px 0;
}
/* Post meta data */
.entry-meta {
	overflow: hidden;
	margin: 0 20px 40px 20px;
	padding: 5px 10px;
	font-style: italic;
	border-top: 1px solid #0b5177;
	border-bottom: 1px solid #0b5177;
}
.archive .entry-meta, .search .entry-meta {
	clear: left;
	margin: 0 0 20px 0;
}
.page-template-widgets .entry-meta {
	display: none;
}
.entry-meta .tags, .entry-meta a.comments-link, .entry-meta .categories {
	margin-right: 10px;
	padding-left: 15px;/*background: url(images/bullet.gif) no-repeat 0 3px;*/
	}
.entry-meta .separator {
	display: none;
}
p.no-data {
	margin: 0 20px 20px 20px;
}
/* Using <!--nextpage--> */
p.pages {
	color: #eee;
	font-style: italic;
}
p.pages a {
	margin-left: 3px;
	padding: 3px 6px;
	background: #0E4D6F;
}
/* Archive and search */
.category-info, .tag-info, .author-info, .archive-info, .date-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;/*background: #09415f;*/
	}
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	overflow: hidden;
	margin: 0 20px;
}
.search #content form {
	margin: 0 20px 20px 20px;
}
.error-404 #content form {
	margin: 0 0 20px 0;
}
.search #content input, .error-404 #content input {
	font-weight: bold;
}
.search #content .button, .error-404 #content .button {
	margin-left: 10px;
}
/* Page templates */
.page-template-authors .author-name {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.post-box {
	margin: 0 0 20px 0;
	background: #09415f;
	border-top: 5px solid #042b40;
}
.post-box form {
	padding: 20px;/*background: #09415f url(images/content-inside.gif) repeat-x right bottom;*/
	}
/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px 20px;
}
.navigation-links {
	overflow: hidden;
	height: 100%;
	padding: 10px 0 0 0;
	font: 14px/22px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	background: #d7f1ff;
}
.archive .navigation-links, .search .navigation-links {
	padding-top: 70px;
	background: #d7f1ff url(images/content-inside.gif) repeat-x right top;
}
.navigation-links a {
	color: #000;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	margin-left: 1%;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	margin-right: 1%;
	text-align: right;
}
.navigation-links .previous {
	padding-left: 15px;
}
.navigation-links a .previous {
	background-position: 0 5px;
}
.navigation-links .next {
	padding-right: 15px;
}
.navigation-links a .next {
	background-position: right 5px;
}
/* Navigation attachment */
.navigation-attachment {
	overflow: hidden;
}
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
/*	color: #88bfdd;/*background: #d7f1ff;*/
	}
.archive .wp-pagenavi, .search .wp-pagenavi {
	padding-top: 70px;/*background: #d7f1ff url(images/content-inside.gif) repeat-x right top;*/
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	/*color: #FFF !important;*/
	padding: 10px !important;
/*	background: #5ABF29 !important;*/
	border: 1px solid rgb(#000);
	font-style:normal;
	font-weight:bold;
	color:
	
}
.wp-pagenavi a {
	font-style: normal !important;
	color: #3c7dc4 !important;
}
.wp-pagenavi a:hover {
	font-style: normal !important;
	color: #ff8f00 !important;
}
/**
* Primary and secondary widgets (sidebar)
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 300px;
	margin: 0;
	font: 12px verdana, arial, sans-serif;
}
/* User define Class
* @Author Nimesh Kumar
*/
#primary li {
	list-style:none;
}
#secondary {
	clear: right;
}
#primary .widget, #secondary .widget {
	overflow: hidden;
	height: 100%;/*margin: 0 0 20px 0;*/
	/*background: #09415f url(images/widget.gif) repeat-x 0 bottom;
	border-top: 5px solid #042b40;*/
	}
#primary .widget-inside, #secondary .widget-inside {
	overflow: hidden;
	height: 100%;
	/*padding: 8px 0px 0px 0px;*/
	padding: 0px 0px 8px 0px;/*	background: transparent url(images/content.gif) repeat-x 0 0;*/
	}
#primary .widget-title, #secondary .widget-title {

	font-weight: bold;

}
#primary .widget a, #secondary .widget a {
	font-family: verdana, arial, sans-serif;
	/*font-weight: bold;
	color: #000;font-size: 15px;*/
 	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #3c7dc4;
}

#primary .widget a:hover, #secondary .widget a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #ff8f00;
}

#primary .widget a:visited, #secondary .widget a:visited{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #ff8f00;
}


#primary .widget ul, #secondary .widget ul {
	list-style: none;
	margin-left: 0;
}
#primary .widget ul ul, #secondary .widget ul ul {
	margin: 10px 0 0 0;
}
#primary .widget ul li, #secondary .widget ul li {
	overflow: hidden;
	height: 100%;/*padding: 0 0 15px 10px;
	margin-bottom: 15px;
	background: url(images/orange-bullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #0b5177;*/
	margin-bottom: 5px;
	}
#UlRecentPost li{
	margin-left:10px;
	list-style:square;
}
#primary .widget ul li li, #secondary .widget ul li li {
	margin: 0;
	padding: 6px 5px 5px 10px;
	background: url(images/orange-bullet.gif) no-repeat 0 10px;
	border: none;
}

#primary .widget table tr td div{
	font-size: 15px;
}

 
/* Content widgets */
#content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	/*background: #09415f url(images/content-inside.gif) repeat-x right bottom;*/
	border-top: 5px solid #042b40;
}
#content .widget-title {
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fec002;
	margin-bottom: 35px;
}
#content .widget-inside {
	overflow: hidden;
	padding: 15px 20px 20px 20px;
	background: transparent url(images/content.gif) repeat-x right 0;
}
.archive #utility-after-content .widget, .search #utility-after-content .widget, .archive #utility-after-content .widget-inside, .search #utility-after-content .widget-inside {
	background: #09415f;
	border: none;
	margin: 0;
}
/**
* Comments template
************************************************/
#comments-template {
	overflow: hidden;
	height: 100%;
	margin-bottom: 20px;
	font-family: verdana, arial, sans-serif;/*background: #d7f1ff url(images/comments-bottom.gif) repeat-x right bottom;*/
	}
#comments {
	margin-bottom: 5px;/*background: #343434 url(images/comments-bottom.gif) repeat-x right bottom;
	border-top: 5px solid #222;*/
	}
#comments-number {
	padding: 15px 20px 20px 20px;/*background: #343434 url(images/comments-top.gif) repeat-x right 0;*/
	}
#respond {
	margin: 0 0 30px 0;/*background: #343434 url(images/comments-top.gif) repeat-x right 0;
	border-top: 5px solid #222;*/
	}
#comments #respond {
	margin: 0;
	/*background: #343434;*/
	border: none;
}
#comments .comment-list {
	overflow: hidden;
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0 20px 30px 20px;
}
.comment-list ol {
	list-style: none;
	margin: 0 10px;
}
#comments li {
	overflow: hidden;
	height: 100%;
	clear: left;
	margin-bottom: 10px;
	padding: 10px;/*background: #414141;*/
	}
#comments li li, #comments li li li li {
	padding: 10px;
	/*background: #343434;*/
}
#comments li li li, #comments li li li li li {
	padding: 10px;
	/*background: #484848;*/
}
/* Comment text */
#comments-template .comment-text {
	clear: left;
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
}
#comments-template li blockquote {
	/*color: #eee;*/
	background: url(images/blockquote-comments.gif) no-repeat 0 0;
}
#comments-template a {
	/*color: #000;*/
}
/* Avatar */
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 15px 5px 0;
	border: 2px solid #292929;
}
/* Comment meta data */
.comment-meta-data {
	margin-top: 15px;
	font-family: arial, verdana, sans-serif;
	font-style: italic;
}
.comment-time {
	padding-left: 15px;/*background: url(images/bullet.gif) no-repeat 0 4px;*/
	}
.comments-closed {
	display: none;
}
/* Comment form */
#reply, #comments-number {
	font: 1.3em arial, verdana, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
}
#reply {
	margin: 15px 0px;
}
#comments #reply {
	margin-left: 0;
}
#respond form {
	overflow: hidden;
	height: 100%;
	/*padding: 20px; */
}
#comments #respond form, #comments ol #respond, #comments ol ol ol #respond {
	padding: 0;
}
#comments ol ol #respond, #comments ol ol ol ol #respond {
	padding: 10px 20px;
}
#respond p.logged-in {
	position: relative;
	z-index: 2;
}
#respond .form-author, #respond .form-email, #respond .form-url, #respond .logged-in-out {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
#respond .logged-in-out {
	overflow: hidden;
	float: left;
}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	overflow: hidden;
	float: left;
	width: 60px;
	margin-right: 10px;/*padding: 5px 10px;
	background: #2a2a2a;*/
	}
#respond .text-input {
	width: 210px;
	margin: 0;/*padding: 9px 5px;*
	font-weight: bold;
	/*color: #fff;
	background: #2a2a2a;
	border: none;*/
	}
#respond .text-input:focus {
	color: #333;/*background: #f7f7f7;*/
	}
#respond .form-textarea {
	position: relative;
	top: -24px;
	margin-bottom: -15px;
	padding: 0;
	z-index: 0;
	overflow: hidden;
	height: 150px;
	padding-top: 35px;/*	background: #222 url(images/textarea.gif) no-repeat 0 0;*/
	}
#respond .form-textarea label {
	display: none;
}
#respond textarea {
	margin: 0;
	padding: 5px;
	width: 570px;
	height: 120px;
	font: 12px verdana, arial, sans-serif;
	font-weight: bold;/*	color: #ccc;
	background: transparent;
	border: none;*/
	}
#respond textarea:focus {
/*color: #333;
	background: #f7f7f7;*/
	}
#respond .button {
	margin-right: 15px;
	padding: 7px 15px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	/*	background: #2a2a2a;*/
	border: none;
}
/* Paged comments */
#comments-template .paged-navigation {
	overflow: hidden;
	height: 100%;
	text-align: center;
	padding-bottom: 30px;
}
#comments-template .paged-navigation .page-numbers {
	margin: 0 2px;
	padding: 3px 6px;
	font-style: italic !important;
	background: #414141;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	margin: 0 2px;
	text-align: left;
}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	height: 100%;
	font-family: arial, verdana, sans-serif;
}
#subsidiary .widget {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 210px;
	padding-left: 20px;
}
#subsidiary .widget-title {
	padding-bottom: 5px;
	margin: 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#subsidiary a {
/*color: #116d9f;*/
	}
#subsidiary ul {
	list-style: none;
	margin-left: 0;
}
#subsidiary li {
	overflow: hidden;
	height: 100%;
	padding: 3px 10px;
	border-bottom: 1px solid #ccc;
}
#subsidiary li li {
	padding: 0 10px;
	border: none;
}
/**
* Footer
************************************************/
#footer-container {
	clear: both;
	float: left;
	overflow: hidden;
	width: 1000px;
	height: 100%;
	/*border-top: 2px solid #000;*/
	margin-top:20px;
	margin-bottom:0px;
}
#footer {
	overflow: hidden;
	height: 100%;
	/*margin-bottom: 1px;*/
	padding: 20px 20px 0 20px;
	font-family: arial, verdana, sans-serif;
	background: #fff;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}
#footer a {
	color: #000;
}
#footer .copyright {
	width: 50%;
	float: left;
	font-weight: bold;
}
#footer .credit {
	width: 50%;
	float: right;
	font-weight: bold;
	text-align: right;
}
/* *
* These css Classes are User Defined Classes 
* @Author Nimesh Kumar
*/	
.commentDateClass {
	color: rgb(153, 153, 153);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:left;
}
.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: rgb(60, 125, 196);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	float: right;
	text-decoration: underline;
}

.more-link {
	float:right;
	color: rgb(60, 125, 196);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.containerSidebar {
	border:2px solid #000000;
}
.textRightContainer {
	color:#000000;
	/*font-weight:bold;*/
	text-decoration:none;
	font-size:15px;
	height:auto;
}
.imageArrow {
	float:right;
	padding-right:5px;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 2px;/*		margin-top:-10px; */
 	}
.stripRightContainer {
	/*width:233px;
		border:2px solid #999999;height:20px;*/
		 
		color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	height:17px;
	padding-left: 5px;
	padding-top: 1px;
}
/* root element for the whole scrollable setup */
div.scrollable_1 {
	position:relative;
	overflow:hidden;
	width: 1000px;
	height:280px;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:relative;
	width:20000em;
	clear:both;
	border:0px solid #222;
}
/* custom positioning for navigational links */
#prev a, #next a{
	/*margin-top:118px;	*/
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	color:#3C7DC4;
	text-decoration:underline;
	 
}
#prev a:hover, #next a:hover{
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	color:#FF8F00;
	text-decoration:underline;
 }
 
/* single item */
#thumbs div {
	float:left;
	color:#000;
	padding-right:7px;
	border-left:0px solid #333;
}
/* style when mouse is over the item */
#thumbs div.hover {
/*background-color:#444;	*/
}
/* style when element is active (clicked) */
#thumbs div.active {
	/*background-color:#066;*/
	cursor:default;
}
#thumbs h3, #thumbs p, #thumbs span {
	 
	font-family:"bitstream vera sans";
	font-size:13px;/*color:#fff;	*/
}
#thumbs h3 em {
	font-style:normal;/*color:yellow;*/
}
.footer_widgetCss {
	background-image:url(images/bgimage.PNG);
	background-repeat:no-repeat;
	height:174px;
	width:160px;/* text-align:center; */
	}
.footer_text_widget {
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	height:auto;
	text-align:left;
	/*margin-bottom:3px;*/
	padding-left:15px;
}
.footer_text_widget:hover {
	color:#FF9900;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	color:#000000;
	height:auto;
	text-align:left;
}
.Bottom_text_widget {
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	text-align:left;
	padding-left: 8px;
/*	padding-top: 8px;*/
	line-height: 17px;
}
.Bottom_text_midle_widget {
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	height:135px;
	overflow:hidden;
	text-decoration:none;
}
#footerLink {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
#footerLink a{
	
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
#footerLink a:hover {
	font-weight:bold;
	color:#FF8F00;
	font-size:12px;
	text-decoration:none;
}
#footerLink a:visited {
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.defaultError {
	height:auto;
	text-align:justify;
	padding-right:8px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom:10px;
	margin-right:10px;
}
.breadcrumb {
	color:#5A8F29;
	text-decoration:none;
	font-weight:bold;
	margin-top: 6px;
	width:680px;

}
.breadcrumb a {
	color:#5A8F29;
	font-weight:bold;
	text-decoration:none;
}
.errorText {
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	height:auto;
	padding:15px;
}
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
	background:#fff;
	font-weight:bold;
 }
/*#dropmenu a {display:block; padding:0.25em 1em; color:#686868;text-decoration:none; background:#fff;} 
*/
#dropmenu a {
	display:block;
	padding:0.25em 1em;
	color:#00C;
	text-decoration:underline;
}
#dropmenu a:hover{
	color:#F00;
}
 
#dropmenu li {
	float:left;
	position:relative;
	
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
}
#dropmenu ul a {
	border:1px solid #c8c8c8;
}
 
#dropmenu li ul {
	border-top:1px solid #c8c8c8;
	width:14.1em;
	 
}
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left;
	border-bottom:1px solid #c8c8c8;
}
 
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;

}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}
/*Css For Food Film 
@Author Nimesh Kumar
*/
.small_text
 {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:8px;
   color:#000000;
   font-weight:bold;
   
 }
 .fonttext{
          font-family:Verdana, Arial, Helvetica, sans-serif;
		  color:#000000;
		 
		  
		 }
		 /*Css For Food Film 
@Author Bidyeswar Singh
*/
	.head_class
	{
		color:rgb(72,123,194);
		 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:14px;
		 font-weight:bold;
		 padding-left:5px;
		 }
.fonthead {
         font-family:Verdana, Arial, Helvetica, sans-serif;
		 color:#000000;
		 font-weight:bold;
		 font-size:13px;
		 width:140px;
		 }

.fontcontent {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
font-size:13px;

}
.a_linkclass
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3c7dc4;
	font-weight:bold;
	text-decoration:none;
  }

.textWidget{
	color: black;
	font-size: 15px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	text-align: left;
	text-decoration: none;
}
p.NextClass
{
	width:500px;
}
.NextClass a
{
	 border:1px solid red;
	float:right;
	text-decoration:none;
	color:#3C7DC4;
}
.NextClass a:hover{
	float:right;
	text-decoration:none;
	color:#FF8F00;
}

#backTotopClass a{
 	font-weight:bold;
	color:#3C7DC4;
	text-decoration:none;
	font-size:12px;
}
#backTotopClass a:hover{
	 
	font-weight:bold;
	color:#FF8F00;
	text-decoration:none;
	font-size:12px;
}
