/***************************************************************************************/
/*
/*		Theme Name: as006048 (Kreative)
/*		Author: AS Designing
/*		Author URI: http://www.asdesigning.com
/*		Theme URI: http://www.astemplates.com
/*		
/*		Note: Design for a width of 768px (Tablet)
/*
/***************************************************************************************/

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container 
	{
		width:768px !important;
	}
	
	
	/**************************************************************************************/
	/*   Header																			  */
		
	.sf-menu > li > a 
	{
		
	}
	
	
	/**************************************************************************************/
	/*   Top search																		  */		
	
	#top-search 
	{
		margin: 14px 0px 0px 30px;
	}
	
	#top-search .input-search 
	{
		width: 150px;
	}
	
	
	/**************************************************************************************/
	/*   Slider																			  */
	
	.flexslider-holder
	{
		min-height: 260px;
	}
	
	.flexslider-container 
	{
		min-height: 260px;
		width: 768px;
	}
	
	
	/**************************************************************************************/
	/* 	Content																			  */
		
	#top_content_area 
	{
		margin:0;
	}
	
	#content.left .indent 
	{
		padding: 27px 0px 0px 20px;
	}
	
	/**************************************************************************************/
	/* 	Sidebar																			  */
	
	.box-holder 
	{
		margin: 0px -10px 0px -10px;
		padding: 20px 15px 20px 15px;
	}
	
	.box-holder .popular-posts li .featured-thumbnail,
	.box-holder .popular-posts li .featured-thumbnail img 
	{
		height: auto;
		width: 73px;
	}
	
	
	/**************************************************************************************/
	/* 	Flickr widget																	  */	
	
	.flickrImages a 
	{
		width: 58px;
		height: 58px;
	}
	
	
	/**************************************************************************************/
	/* 	Posts																			  */
	
	.frame.alignleft img,
	.frame.alignright img,
	.frame.alignnone img	
	{
		width: 100% !important;
		height: auto !important;
	}
	
	.post_list li .thumb-wrap 
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.post_list li .thumb-wrap img 
	{
		width: 100%;
		height: auto;
	}
	
    #widget-footer .post_list li .thumb-wrap img
    {
        width: 80%;
        height: 90%;
    }
			
	/**************************************************************************************/
	/*  Folio Cycle																		  */
	
	.folio_cycle,
	.folio_cycle .folio_item 
	{
		width: 172px !important;
		overflow: hidden;
	}
	
	.folio_cycle .folio_item figure.thumbnail img 
	{
		width:100%;
		height:auto;
	}
	
	
	/**************************************************************************************/
	/*  Tabs																			  */
	
	.tabs .tab 
	{
		padding: 20px 0px 0;
	}
	
	.tabs .tab .entry 
	{
		width: 215px;
		height: auto;
        margin: 0 20px;
	}
    
    .tabs .recent-posts li img.thumb
    {
        width: 205px;
        height: 120px;
    }
    
    .tab .recent-posts li .post_content
    {
        position: static;
    }
	
	
	/**************************************************************************************/
	/*  Address																			  */
	
	.address dt 
	{
		width: 165px;
		margin-right: 10px;
		padding: 0px 0px 0px 55px;
		font-size: 11px;
	}
	
	.address dd 
	{
		width: 195px;
		padding: 0px 0px 0px 43px;
	}
	
	.address dd span 
	{
		width: 80px;
	}
	
	
	/**************************************************************************************/
	/*  Google map																		  */
	
	#map 
	{
		width: 485px;
		height: 220px;
	}
	
	
	/**************************************************************************************/
	/* 	1 column portfolio																  */
	
	
	#gallery.one_column .portfolio li a.image-wrap 
	{
		background-image: url("../images/loading.gif"), url("../images/shadow.430x20.png");
		width: 430px;
		_height: 200px;
		float:left;
	}
	
	#gallery.one_column .zoom-icon 
	{
		width: 430px;
		height: 246px;
	}
	
	#gallery.one_column .folio-desc 
	{
		width: 280px;
	}
	
	
	/**************************************************************************************/
	/* 	2 columns portfolio																  */		
	
	#gallery.two_columns .portfolio li 
	{
		width: 360px;
		margin-right: 15px;
	}
	
	#gallery.two_columns .portfolio li a.image-wrap 
	{
		background-image: url("../images/loading.gif"), url("../images/shadow.355x20.png");	
		width: 355px;
		_height: 165px;
	}
	
	#gallery.two_columns .zoom-icon 
	{
		width: 355px;
		height: 200px;
	}
	
	
	/**************************************************************************************/
	/* 	3 columns portfolio																  */
	
	#gallery.three_columns .portfolio li 
	{
		width: 227px;
		margin: 0px 25px 50px 0px;
	}
	
	#gallery.three_columns .portfolio li a.image-wrap 
	{
		background-image: url("../images/loading.gif"), url("../images/shadow.227x15.png");		
		width: 227px;
		_height: 105px;
	}
	
	#gallery.three_columns .zoom-icon 
	{
		width: 227px;
		height: 155px;
	}
	
	
	/**************************************************************************************/
	/* 	4 columns portfolio																  */
	
	#gallery.four_columns .portfolio li
	{
		width: 165px;
	}
	
	#gallery.four_columns .portfolio li a.image-wrap 
	{
		background-image: url("../images/loading.gif"), url("../images/shadow.165x15.png");	
		width: 165px;
		height: 76px;
	}
	
	#gallery.four_columns .zoom-icon 
	{
		width: 165px;
		height: 77px;
	}
	
    #gallery .portfolio p.excerpt
    {
        min-height: 80px;
    }
			
	/**************************************************************************************/
	/* 	Comment form																	  */
	
	.commentlist ul.children 
	{
		margin-left: 20px;
	}
		
	
	/**************************************************************************************/
	/* 	Contact form																	  */	
	
	.wpcf7-form p.field input 
	{
		width: 210px;
	}
	
	.wpcf7-form textarea 
	{
		float: left;
		width: 210px;
		max-width: 210px;
		min-width: 210px;
	}
	
	.wpcf7-not-valid-tip 
	{
		width: 220px !important;
		position: absolute;
		left: 0 !important;
		top: 0 !important;
		padding: 4px 0 4px 10px !important;
		background: #f3b7b7 !important;
		color: red !important;
		border: 1px solid red !important;
	}

	#footer .wpcf7-form p.field input 
	{
		width: 150px;
	}
	
	#footer .wpcf7-form textarea 
	{
		width: 150px;
		max-width: 150px;
		min-width: 150px;
	}
	
	#footer .wpcf7-not-valid-tip 
	{
		width: 158px !important;
		padding: 2px 0 2px 10px !important;
		font-size: 11px;
	}
	
		
	/**************************************************************************************/
	/* 	Search form																		  */
	
	#searchform .searching 
	{
		width: 130px;
		margin: 0px 0px 10px 0px;
	}	
	
	
	/**************************************************************************************/
	.spacer
	{
		height: 30px;	
	}
{
		
}

