/*  
Theme Name: BananaSkimp
Theme URI: http://techiehow.com/
Description: Base template initially developed for TechieHow.com
Version: 2.0a
Author: thinkdj
Author URI: http://wealthymiser.com/
*/

/*The HTML Elements*/

* {
	border: 0;
	margin: 0;
	padding: 0
}
body {
	background: url(images/bgr.gif) #E2E1DD repeat-y center;
	color: #000000;
	font: .8em Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

a {
	color: #000;
/*        background: #FCCC02; */
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FBCC02;
	background: #000;
}

input, select, textarea {
	border: #eee 1px solid;
	font-size: 12px;
	padding: 2px
}
select {
	padding: 0
}
li {
	list-style: none
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px
}
/* CSS */
#page {
	margin: 0 auto;
	width: 956px
}
#header {
	height: 85px;
background: #FFF url(images/mumbai-skyline-fail.png) repeat-x;
}

.widgetbadge
{
float:left;
}

.widgetbadge a, .widgetbadge a:hover
{
text-decoration:none;
background: transparent;
}

#right {
	float: right;
	margin: 3px 3px -3px 6px;
	border: none;
}
#left {
	float: left;
	margin: 3px 8px 3px 5px;
	padding-right: 6px;
	border-right: 3px solid #E2E1DD;
}
#postImage {
	float: left;
	padding: 5px 0 0 0;
	margin: 2px 6px 2px 2px;
	background: #fff;
}


#header h1 {
	background: url(images/logo.png) no-repeat 0;
	float: left;
	width: 415px;
}

#header h1 a {
	display: block;
	height: 85px;
	width: 425px;
	background: none;
}
#header h1 a:hover {
	text-decoration: none;
	background: none;
}
#rss {
	float: right;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0;
	text-align: right;
	width: 295px
}
#rss a {
	color: #666666;
	text-decoration: underline;
	background: #FFF;
}
#rss a:hover {
	color: #000;
	background: #FFF;
}
#rss ul {
	float: left;
	margin: 10px 0 0;
	width: 220px
}
#rss li {
	margin: 0 0 3px;
	padding: 0 0 5px
}
#rss img {
	float: right
}
/*========= NAVIGATION  =========*/
#catnav {
	background: url(images/navbgr.gif) no-repeat top;
	height: 59px;
	width: 956px;
}
.nav2, .nav2 * {
	margin: 0;
	padding: 0;
}
.nav2 {
	background: url(images/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.nav2 ul {
	background: #fff;
	float: left;
	position: relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	z-index: 999;
}

.nav2 li.rightOn {
	line-height: 30px;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	z-index: 999;
}
.nav2 li.current ul {
	z-index: 999;
}
.nav2 li.sfHover ul, ul.nav2 li:hover ul {
	z-index: 1000;
	background: none;
	color: #ffffff;
	text-decoration: none;
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color: #FFF !important;
	background: #666;
}
.nav2 li ul a:hover {
	color: #000 !important;
}
.nav2 li ul {
	left: 0;
	top: -999em;
	position: absolute;
	width: 956px;
	height: 29px;
	line-height: 29px;
}
.nav2 li:hover, .nav2 li.sfHover, .nav2 li.current, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #000;
	text-decoration: none;
	background: #666;
}
.nav2 li.sfHover a, .nav2 li.current a, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color: #FFF !important;
}
.nav2 li li:hover, .nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background: none !important;
}
.nav2 li:hover ul,
/* pure CSS hover is removed below */
body .nav2 li.current ul,
/* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top: 2.5em;
}
.nav2 li:hover li ul, .nav2 li.sfHover li ul {
	top: -999em;
}
.nav2 li li:hover ul,
/* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top: 2.5em;
}
/*following rule negates pure CSS hoversso submenu remains hidden and JS controlswhen and how it appears*/
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr {

	float: right
}
.nav2 li.last a {
	background: none
}
/*- Page Navigation -*/
#nav2 {
	/*background: url(images/nav2-bgr.gif) no-repeat top;
*/
	width: 956px;
	height: 29px;
	background: #EFEFEF;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
#nav2 ul {
	padding: 0 2px
}
#nav2 li {
	float: left;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr {
	float: right
}
#nav2 li a {
	background: url(nav2-sep.gif) no-repeat right;
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a {
	background: none
}
#nav2 li a:hover, #nav2 li.active a {
	color: #000;
	text-decoration: none
}
/*=== Columns ===*/
#columns {
	margin: 15px 0 0;
	padding: 0 0 25px
}
.col1 {
	float: left;
	width: 640px;
}
.col2 {
	float: right;
	width: 280px;
border-left: 2px solid #E2E1DD;
padding-left: 6px;
}
.col2 a, .col2 a:visited, .col2 a:hover, .col2 a:active {
	border: 0;
background: #FFF;
}
#columns h1 {
	/*border-bottom: 1px solid #E2E1DD;
*/
	background: url(images/dots.gif) repeat-x;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 5px;
	margin-top: -6px;
}
#columns h2 {
	color: #000;
	font-size: 2em;
	line-height: 26px
}
#columns .col2 h2 {
	font-size: 1.6em;
	margin: 0 0 5px
}
#columns p {
	line-height: 18px;
	padding: 0 0 12px
}
/*- Search -*/
#search {
	background: url(images/search-bgr.gif) no-repeat left top;
	float: right;
	height: 36px;
	margin: 0 0 10px;
	width: 306px;
}
#search input {
	border: 0;
	float: left;
	color: #666;
	margin: 8px 14px 0 15px;
	width: 186px
}
#search .btn {
	margin: 6px 0 0;
	padding: 0;
	width: auto
}
/*- SideTabs -*/
.sideTabs .idTabs {
	font-size: 12px;
	height: 28px;
	letter-spacing: -1px
}
.sideTabs .idTabs li {
	float: left;
	line-height: 28px;
	text-transform: uppercase
}
.sideTabs .idTabs li a {
	background: url(images/tab.gif) no-repeat left top;
	color: #FFFFFF;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 110px
}
.sideTabs .idTabs li.last a {
	margin: 0
}
.sideTabs .idTabs li a:hover, .sideTabs .idTabs .selected {
	color: #000;
	background: url(images/tab-.gif) no-repeat left top;
	text-decoration: none
}
/*--- Sub Columns ---*/
.subcol {
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	margin: 0 20px 15px 0;
	min-height: 220px;
	width: 120px;
	font-family: "Century Gothic", verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #999999;
}
.subcol h2 {
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 9px
}
.subcol.last {
	margin: 0
}
.subcolWidget {
	border-bottom: 1px solid #E2E1DD;
	float: left;
	height: auto !important;
	margin: 0 20px 15px 0;
	width: 96%;
	font-family: "Century Gothic", verdana;
	font-weight: normal;
	letter-spacing: -1px;
	color: #999999;
}
.subcolWidget h2 {
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px;
	font-family: "Century Gothic", verdana;
}
/*=== Post ===*/
#columns .post h3 {
	border-bottom: 1px solid #E2E1DD;
	clear: both;
	font-size: 1em;
	height: 20px;
	letter-spacing: normal;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h3 a {
	color: #333
}
#columns .post h3 a:hover {
	color: #FFF;
	background: #000;
}
#columns .post h3 span {
	float: left;
/*Uppercase removed*/
}
#columns .post h3 em {
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2 {
	color: #000;
	font-size: 1.3em
}
/*- Featured Post -*/
.post #featured .pic {
	height: 40px;
	margin: 0 0 10px;
	padding: 140px 0 0
}
#columns .post #featured h2 {
	font-size: 2em
}
#columns .post #featured .pic h3 {
	background: #262626;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase
}
#columns p.posted {
	font-family: "Century Gothic", verdana;
	letter-spacing: -1px;
	padding-bottom: 0;
	color: #777;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box {
	background: #E2E1DD;
	clear: both;
	color: #666666;
	margin: 0 0 12px;
	width: 372px
}
.box a {
	color: #666666
}
.box-top, .box-bot {
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;

	overflow: hidden





}
.box-bot {
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer {
	height: 1%;
	padding-top: 8px;
}
/*- Ads -*/
.box .spacer.ads .ar {
	padding: 0 12px
}
.ads {
	text-align: center
}
.ads img {
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 3px
}
.list1 li a {
	padding: 0 0 0 22px
}
/*- List3 -*/
.list3 {
	padding: 5px 0
}
.list3 li {
	font-size: 1.1em;
	margin: 0 0 1px
}
.list3 li a {
	color: #777;
}
.list3 li a:hover {
	color: #000;
	background: #FFF;
}
.list3 li  a em {
	color: #000;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer {
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font: .95em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 20px
}
#footer a {
	color: #333
}
#footer a:hover {
	color: #FBCC02;
}
.footerP {
	font-family: "Century Gothic", verdana;
	padding-top: 5px;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar {
	text-align: right
}
a.more {
	color: #666666;
	font-weight: bold
}
a.more2 {
	color: #666666;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight: bold
}
.th {
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 10px 0
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*========= VIDEO =========*/
.video {
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 275px
}
#videolist .idTabs li {
	font: .85em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 7px
}
/*========= COMMENTS =========*/
h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight: bold !important;
	color: #000 !important;
}
ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p {
	margin-bottom: 10px;
	line-height: 20px;
}
ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li {
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt {
	padding: 10px 10px 0 10px !important;
	background: #EFEFEF;
	border: 1px solid #DEDEDE;
}
/*========= SINGLE POST SPECIFIC =========*/
.singletags {
	margin-top: 5px;
	font-weight: bold;
	color: #C0C0C0;
}
.singleh2 {
	font-weight: bold !important;
	font-size: 2em !important;
        margin-top:5px;
}
.singleh2 a
{
/* background: #FCCC02; */
}

.singleh2 a:hover
{
background: #000;
}

.entry p {
	text-align: justify;
	font-size: 12px;
	line-height: 20px !important;
}
.entry blockquote {
	padding: 5px 15px;
	background: #EFEFEF;
	margin: 5px auto 15px auto;
	color: #000;
	width: auto;
}
.entry blockquote p {
	font-size: 12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img {
	padding: 0;
	border: 0;
}
.entry ul, .entry ol {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom: 0px;
	padding-top: 3px;
}
.entry ul li {
	list-style: circle inside !important;
	margin-left: 15px;
	padding: 3px 0px;
}
.entry ul li ul li {
	list-style: disc inside !important;
}
.entry ol li {
	list-style: decimal inside !important;
	font-size: 12px;
	padding: 3px 0px;
}
.entry ol li ol li {
	list-style: decimal-leading-zero inside !important;
}
/*========= ARCHIVE SPECIFIC =========*/
#archivebox {
	background: #EEE;
	padding: 10px;
	width: 455px;
	margin-bottom: 25px;
}
#archivebox h2 {
	font-size: 1.5em;
	color: #000;
}
#archivebox h2 em {
	color: #C0C0C0 !important;
	font-style: normal;
}
.archivefeed {
	margin-top: 5px;
}
.archivefeed a {
	background: url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left: 20px;
	color: #000;
	font-weight: bold;
}
.arclist {
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2 {
	font-size: 1.5em !important;
	color: #000 !important;
	padding: 0 0 10px 0 !important;
}
.arclist ul li {
	padding: 0 0 7px 10px;
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {





	color: #c0c0c0;

	font-size: 1.2em;
	font-weight: bold;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
a, .nav2 li ul a:hover, .nav2 li:hover, .nav2 li.sfHover, .nav2 li.current, .nav2 a:focus, .nav2 a:hover, .nav2 a:active, #rss a:hover, #nav2 li a:hover, #nav2 li.active a, #columns h2, .sideTabs .idTabs li a:hover, .sideTabs .idTabs .selected, #columns .post h2, .list3 li  a em {
	color: #000;
}
.list1 li {
	background: url(images/default/ico-star.gif) no-repeat left;
}
/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}
.greath3 {
	font-family: "Century Gothic", verdana;
	font-weight: normal;
	background: url(images/icons/comment_pen.gif) no-repeat 0 5px;
	padding-left: 20px;
	letter-spacing: -1px;
	color: #999999 !important;
	font-size: 1.8em;
	line-height: 1em;
}
#commentform textarea, input {
	background: url(images/textareabg.png) no-repeat 0 0;
}
#commentform #addcommentbutton {
	background: url(images/default/btn-submit.gif) no-repeat 0 0;
	width: 80px;
	height: 28px;
	border: 0;
	margin: 5px;
}
.none {
	background: #FFF;
	border: 0px;
}
.navImage {
	border: 0;
	margin-top: 3px;
}
.lilboxes {
	float: left;
	width: 310px;
	height: 262px;
	overflow: hidden;
	margin: 4px;
}
.lilboxes a{
/* background:#FCCC02; */
}
.lilboxes a:hover{
background:#000;
}

.lilboxes h2 {
	width: 308px;
	height: 28px;
	overflow: hidden;
}
.author {
	background: url(images/author-back.png) no-repeat;
	width: 100%;
	height: 136px;
}

.authorimg
{
padding-left: 25px;
padding-top: 20px;
float:left;
}

.authordesc
{
float:left;
padding-left: 10px;
padding-top: 20px;
width:465px;
height: 102px;
overflow:hidden;
}

/* removed from yapb class */
.yapb-image-link .yapb_thumbnail {border:none;}

/* star-rating gone haywaire */
.ratepost .starsbar a:active, .ratepost .starsbar a:visited, .ratepost .starsbar a:hover {background: transparent;}

.ratepost .starsbar a:active, .ratepost .starsbar a:visited, .ratepost .starsbar a:hover {background: transparent;}

.ratepost .starsbar a.s10 {background: transparent;}
.ratepost .starsbar a:hover {background: transparent;}
.ratepost .starsbar a:active, .ratepost .starsbar a:visited, .ratepost .starsbar a:hover {background: transparent;}
.ratepost .starsbar a {background: transparent;}

.ratecmm .starsbar a {background:transparent;}
.ratecmm .starsbar a:hover {background:transparent;}
.ratecmm .starsbar a.s4 {background:transparent;}