/*
Theme Name:web2feel
Description: portfolio of jinsona
Author: Jinsona designs
Author URI: http://web2feel.com/
*/



/* The Gallery Content */


	
img{
	border:0;
}
.boxthumb{
	width: 160px;
	height:160px;
	margin: 3px;
	padding: 10px;
	float: left;
	border: 0;
	display:inline;
	
}

.boxite{
	width: 160px;
	height:160px;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	position:absolute;
    border:3px solid #602600;
}

.boxmeta{
	height: 70px;
	width: 160px;
	display: none;
	position:absolute;
	border-top:1px solid #101212;
	background:url(images/back.png);
	top:100px;
	color: #DFC8E4;
	overflow: hidden;
	z-index: 20;
}

.tutli{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
    overflow: hidden;
}
.tutli h2 {
  	font: 12px Century gothic, Helvetica, sans-serif;
	margin:0;
	font-weight:bold;
    height:18px;
    overflow:hidden;
	}

.tutli h2 a, .title h2 a:link, .title h2 a:visited  {
	color:#fff;
	background-color: transparent;
    text-decoration: none;
	}
	
.tutli h2 a:hover  {	
	color:#fff;
	background-color: transparent;
    text-decoration: none;
}

.deta{
	height:14px;
	width:100%;
	float:left;
	padding:5px 0px;
	
}
.deta a:link,
.deta a:visited {
	color:#D59B71;
}

.deta a:hover
{
	color:#F3E3D8;
}

span.dowl{
  	font: 13px/100%   Century gothic, Helvetica, sans-serif;
	padding:0 0 0 5px;
	float:left;
}

span.prev{
	font: 13px/100%   Century gothic, Helvetica, sans-serif;
	padding:0 5px 0 0px;
	float:right
}


