/*  
Theme Name: Base Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer

Template: pagelines

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: http://a.link.com
	Use this to point to a demo for this product.
	
	External: http://a.link.com
	Use this to point to an external site, authors home page for example.	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */

.single .icon-term {
	padding:0px;
	font-family:helvetica,arial,sans-serif;
}
.section-widget-2x2 .widget {
	background: rgb(238, 238, 238);
	padding: 14px;
}

.abbox .blocks {
	background:#EEE;
}

.abbox .bd {
	padding:8px;
}

.abbox .abboxtext {
	font-size:13px;
	line-height: 1.5em;
	margin: 8px 0;
}

.abboxtitle h4 {
	font-size:16px;
}

ul.search_results {
	position:absolute;
	z-index:1000000;
	list-style:none;
	background:#FFF;
	border:1px solid #888;
	-webkit-box-shadow: 0 0 3px #AAA;
	-moz-box-shadow: 0 0 3px #AAA;
	box-shadow: 0 0 3px #AAA;
}

.search_results li {
	border-bottom:1px solid #888;
}

.search_results .post_with_thumb > img {
	float: left;
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#twin-shot #scroller {
	height:100%;
}

.ps_title {
margin-left: 23px;
}
