/* featured ---------------------------------------------------------------------------------------------------------------*/



#blog_feat
{

		position:relative;
		display:block;
		float:left;
		
		width:627px;
		height:auto;		

		margin:12px 0px 0px 7px;
		padding:0px;
		overflow: hidden;
		
}


#blog_feat .blog_feat_head
	{
		position:relative;
		display:block;
		float:left;

		width:622px;
		height:40px;

		margin:0px 0px 0px 5px;
		padding:0px 0px 0px 0px;
		
		background: transparent url('../../images/skin3/cat_cont_head.png') no-repeat top left;		
	}
	



#blog_feat .blog_feat_foot
	{

			position:relative;
			display:block;
			float:left;

			width:622px;
			height:10px;		

			margin:0px 0px 7px 5px;
			padding:0px;
			
			background: transparent url('../../images/skin3/cat_cont_foot.png') no-repeat top left;			

	}

#blog_feat .blog_feat_cont
	{

			position:relative;
			display:block;
			float:left;

			width:622px;
			height:auto;		

			margin:0px 0px 0px 5px;
			padding:0px;
			
			background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;

	}


	
#blog_feat .blog_feat_cont_wrap
	{
		position:relative;
		display:block;
		float:left;	

		width:596px;
		height:auto;
		
		margin:12px 0px 0px 12px;
		padding:0px;
		
		text-align: left;
		
		overflow:hidden;
		
		background:#eee;
		border:1px solid #ddd;
		

	}


#blog_feat ul
	{
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px;
	}

#blog_feat:after
	{
		content:".";
		display:block;
		height:0;
		font:0/0 serif;
		clear:both;
		visibility:hidden;
	}



#posts
	{
		width:590px;
		clear:both;
		overflow:hidden;
	}

#posts li
	{
		float:left;
		width:590px;
		padding:0 0px 0 0px;
		margin:0px 0px 0px 0px;
	}





#blog_feat img
	{
		width:185px;
		height:185px;
	}

#blog_feat .thumb
	{
		position:relative;
		float:left;
		display:inline;

		padding: 10px 10px 10px 10px;

		border:0px;

		margin:10px 0px 11px 10px;

		background: #fff;
		border:1px solid #ddd;
	}




#blog_feat h5
	{
		display:inline;
		float:left;

		width:380px;

		font-size:1.3em;
		font-weight:bold;

		text-align:left;
		letter-spacing: 1px;

		margin:15px 0px 0px 10px;
	}

#blog_feat h5 a
	{
		text-decoration:none;
		color:#000;
		font-size:1.3em;
	}


#blog_feat p
	{
		position:relative;
		display:inline;
		float:left;

		width:360px;

		margin:5px 0px 0px 9px;

		padding:0px 0px 0px 0px;

		font-size:1.2em;

		text-align:left;
		letter-spacing: 1px;
		line-height:1.4em;

		overflow:hidden;	
	}



#blog_feat  p:first-letter { font-size: 1.7em;margin:0px 0px 0px 10px; }


#blog_feat .more-link
	{
		position:absolute;
	
		bottom:8px;
		right:32px;

		width:38px;
		height:15px;
		
		
		background: transparent url(../../images/skin3/more.png) 0px 0px no-repeat;
		text-indent:-9000px;
	}





#blog_feat #myController
	{

		position:relative;
		display:block;
		float:right;

		width:140px;

		line-height:1.8;

		margin:12px 12px 2px 0px;
		padding:0px;

		z-index:5;	
		
	}



#blog_feat  span
	{
			float:left;

			margin:0px 0px 0px 7px;
			padding:0px;

			width:19px;
			height:19px;	

			font-size:1.1em;
			color:#aaa;
			text-decoration:none;

			cursor: pointer;		
			
			background:#eee;
			border:1px solid #ddd;
	}

#blog_feat  span:hover
	{		
			color:#000;
			font-weight:bold;

			cursor: pointer;		
	}


#blog_feat span.jFlowSelected1 
	{
			color:#000;
			font-weight:bold;

			cursor: pointer;
			background:#fff;
			border:1px solid #ddd;	
	}


#blog_feat #mycarousel-next
	{
		position:relative;
		display:inline;
		float:right;

		width:28px;
		height:27px;

		background: url('../../images/skin3/right_arrow.png') no-repeat top left;
		text-indent:-9000px;

		z-index:100;

		margin:8px 9px 0px 0px;
		
		cursor: pointer;
	}



#blog_feat #mycarousel-prev
	{
		position:relative;
		display:inline;
		float:right;

		width:28px;
		height:27px;

		
		background: url('../../images/skin3/left_arrow.png') no-repeat top left;
		text-indent:-9000px;

		z-index:100;

		margin:8px 9px 0px 0px;
		
		cursor: pointer;
	}
	


/* end featured ---------------------------------------------------------------------------------------------------------------*/


