/*  
Theme Name: Platform Child
Version: 1.4.1
Description: My childtheme of Platform, designed and developed by <a href="http://pagelines.com/">PageLines</a> in California.
Author: tatiana
Template: platform

Tags: buddypress, rtl-language-support, editor-style, theme-options, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-background,  custom-header, custom-colors, custom-menu, photoblogging, translation-ready, white, silver, light, blue, green, yellow



/* Get Common CSS & Reset */
@import url('../platform/style.css');



/* Formatting Setup */
	
	#page, #dynamic-content { min-height: 200px; zoom:1;}
		


/* @ Search Form */
	
	#header .searchform { float: right; visibility: hidden}

			
/* @ Breadcrumb Section */

	#breadcrumbs{ padding:10px 5px; }	
	#breadcrumb .content-pad { padding:0 12px; }
	#breadcrumb .content{ padding:5px 0px; font-size:.8em; }
	.breadcrumb a:hover {text-decoration:none;}


/* @ PageLines Leaf */
	#cred { text-align: center; padding: 15px; visibility:hidden;}		
	a.plimage { font-size: 8px; text-align: center;}

/* @ Tightening of spaace before and after the site branding */

#branding .content-pad {
  padding-bottom:0;
  padding-left:15px;
  padding-right:0;
  padding-top:5px;
}

/* @ H2 for blog posts change */
h2 {
	font-family: Lucida Sans;
	font-size: medium;
	letter-spacing:0.1em;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 20px;
	color: e60319;
}