/* GENERAL ------------------------------------------ */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #efece8;
	color: #333;
	text-decoration: none;
}

.header{
	background-image: url(http://www.puneritraveller.com/images/noise.png) repeat;
}
.footer{
	background-image: url(../images/dark.fw.png);
	background-color: #333333;
}

body a{
	color: #006699;
}

a:hover{
	color: #0099FF;
}

.footer a:hover{ color: #fff; }



body {-webkit-tap-highlight-color: background: #fbe471}

/* HEADINGS ------------------------------------------------------------*/

.masthead{ border-bottom: 1px solid #ccc; }
	
/* NAVIGATION ------------------------------------------------------------*/

#nav>li>a{
	color: #333333;
}

#nav>li>a:hover{
	color: #007CC2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007CC2;
}

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007CC2;
	color:#007CC2;
}

#nav>li ul{ background:#333333; }

#nav>li ul li a{ color: #666666; }

#nav>li ul li a:hover{
	background:  #660000;
	color: #fbe471;
}

/* CATEGORIES NAVIGATION ------------------------------------------------------------*/

.cat-nav li{ border-right: 1px solid #444; }


/* SLIDER-HOLDER ------------------------------------------------------------*/

#headline h4{ color: #f1f1f1; }

#headline .headline-text{ color: #f1f1f1; }

#headline .read-more{ color: #fbe471; }


#headline .read-more:hover{ color: #ffff; }

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{ border-top: 1px solid #ccc; }

.related-heading{ color: #444; }

.related-projects .thumb{ background: #fff url(http://www.puneritraveller.com/images/plus.png) no-repeat center center; }

.related-projects .heading{ color: #444; }

/* MAIN ------------------------------------------------------------*/

#main .wrapper{
	background-color: #FFFFFF;

}

.multiplebgs #main .wrapper{
	background-image: url(http://www.puneritraveller.com/images/border-bg-bottom.png), url(../images/border-bg-top.png);
	background-repeat: repeat-x, repeat-x;
	background-position: bottom left, top left;
}

.no-multiplebgs #main .wrapper{
	background: #f1f1f1 url(../images/border-bg-top.png) repeat-x top left;
}

.no-boxshadow #main .wrapper{
	border: 1px solid #e0e0e0;
}

/* HOME ------------------------------------------------------------*/


.home-block{ border-bottom: 1px solid #ccc; }

.home-block figure .thumb{ background: #fff url(http://www.puneritraveller.com/images/plus.png) no-repeat center center; }

.home-block figure figcaption strong{ color: #444; }

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content{
	position: relative;
	float: left;
}

#posts-list .entry-date,
#posts-content .entry-date,
.home-posts .entry-date{
	background: #3b424b;
	color: #efe271;
}

#posts-list .post-heading .meta a{
	color: #069;
}

#posts-list .feature-image,
#post-content .feature-image{
	background: #fff url(http://www.puneritraveller.com/images/plus.png) no-repeat center center;
}

.portfolio-list figure{ background: #fff; }

.portfolio-list figure .thumb{ background: #fff url(http://www.puneritraveller.com/images/plus.png) no-repeat center center; }

/* PAGER ------------------------------------------------------------*/

.pager li a{
	color: #484848;
	border: 1px solid #ccc;
}

.pager li.active a{s
	color: #fff;
	background: #444;
}

.pager li:hover a{ background: #fae471; }

/* SIDEBAR ------------------------------------------------------------*/

.post-counter{
	color: #888;
}