/*  
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.
 */

*/


		
/* ======================== */
/* =    @ Color Styles    = */
/* ======================== */

	
		/* Text Color 2*/
			.tcolor2, .lcolor2 a, .subhead, .widget-title,  .post-edit-link, .metabar .sword, #branding .site-description, #callout, #commentform .required, #postauthor .subtext, #buddypress-page .standard-form .admin-links, #wp-calendar caption, #carousel .thecarousel, #pagination .wp-pagenavi span.pages, .commentlist .comment-meta  a,  #highlight .highlight-subhead, .content-pagination span, .content-pagination a .cp-num, .searchform .searchfield{ 
				color: #3d5a5d; 
			}	

	/* Borders */

	
		/* Primary Border Color */
			hr, .fpost, .clip_box, #buddypress-page .item-list li, #morefoot .widget-title, #site #dsq-content h3{ 
				border-bottom: 2px dotted #E9E9E9; 
			}
		
			
			.post.fpost .entry, #soapbox .fboxinfo, #feature-footer.nonav { border-top: 2px dotted #E9E9E9; } 

/* Box Color/Border Styles */
		body {background-color: #000;}
		body.fixed_width{ background-color:#444; }
		#page, .canvas #page-canvas, .sf-menu li, .main_nav ul.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .commentlist ul.children .even, .alt #commentform textarea{background: #FFF;}

		/* Box Color - Primary Elements */
			#feature-footer, .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a, #wp-calendar caption, #buddypress-page #subnav, #buddypress-page .activity .activity-inner, #buddypress-page table.forum th, #grandchildnav.widget, input, textarea, .searchform .searchfield, .wp-caption, .widget-default, .commentlist .alt, #wp-calendar #today, #buddypress-page div.activity-comments form .ac-textarea, #buddypress-page form#whats-new-form #whats-new-textarea, .post-nav, .current_posts_info, .post-footer,  #twitterbar, .success, .sf-menu li li, .sf-menu li li, .sf-menu li li li, .content-pagination a .cp-num, .hentry table .alternate td{ 

				background-color: #e4edee; 
			}

		/* Box Color - Secondary Elements  */
			.main_nav .main-nav li a:hover, #wp-calendar thead th, #buddypress-page #object-nav, .item-avatar a, .comment blockquote, #grandchildnav .current_page_item a, #grandchildnav li a:hover, #grandchildnav .current_page_item  ul li a:hover, #carousel .carousel_text, pagination .wp-pagenavi a, #pagination .wp-pagenavi .current, #pagination .wp-pagenavi .extend, .sf-menu li:hover, .sf-menu li.sfHover, #featurenav a, #feature-footer span.playpause, .content-pagination .cp-num, .content-pagination a:hover .cp-num, ins{ 
				background-color: #F1F1F1; 
			}

		/* Box Color - Tertiary Elements */
			#buddypress-page #object-nav ul li a:hover,#buddypress-page #object-nav ul li.selected a, #buddypress-page #subnav a:hover, 
			#buddypress-page #subnav li.current a, #featurenav a.activeSlide{ 
				background-color: #e1e1e1; 
			}
	


/* =============== */
/* = Formatting  = */
/* =============== */		

/* @ Text Headers */
	h1, h2, h3, h4, h5, h6{		
		font-weight: normal;
		margin:0;padding:0; 
		line-height: 1.2em;
		margin-bottom: .1em;
	}

	h1, h1.pagetitle{font-size: 2em;}
	h2{font-size: 2.0em;}
	h3{font-size: 1.5em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.1em;}
	h6{font-size: 1em;}
	
	.subhead {
		margin-bottom: 1.6em;
		font-size: .8em;
	}
	
		.comment blockquote{border: none;padding-right: 10px;}
		.comment blockquote blockquote{margin-bottom:0;}
	
blockquote {
  padding: 15px;
  margin: 0px 15px 0px 15px;
  border-left: 0;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  background-color: #fafcfc;
  color:#414141;
}
blockquote p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
  font-style:italic;
  color: #414141;
}
blockquote small {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-style:italic;
  color: #414141;
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid rgba(0,0,0,0.6);
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}