/*  
Theme Name: PlatformBase
Theme URI: http://www.pagelines.com/themes/PlatformPro
Description: Platform Base is a Platform child theme (a WordPress child theme) designed to be edited to customize the PlatformPro WordPress framework. Use custom CSS and PHP hooks to do almost anything. Designed and developed by <a href="http://www.pagelines.com">PageLines</a>.  **IMPORTANT** For this to work PlatformPro must be called 'platformpro' (lowercase) in your themes folder.
Version: 1.4.1
Author: PageLines
Author URI: http://www.pagelines.com
Tags: buddypress, theme-options, white, silver, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready

Template: platformpro

/* ======================= */
/* = Get PlatformPro CSS = */
/* ======================= */

/*
 IMPORTANT -  The files below need to find the actual directory of Platform. If the PlatformPro is named something other than 'platformpro' you will need to change that value below.

 ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

	/* Get Theme-Parent CSS */
	@import url('../platformpro/style.css');

/* ============================= */
/* = HOW TO CUSTOMIZE PLATFORM = */
/* ============================= */

/*

Edit this style sheet to create your own custom theme based on the Base Platform theme. 

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp

ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */

/* ============================ */
/* =   @ Default Type Faces   = */
/* ============================ */

	/* Primary Font Style */
		body, .font1, .font-primary, .commentlist, input{ 
			font-family:'Gill Sans', 'Helvetica', 'Verdana', sans-serif;
			font-weight:lighter; 
		}
	
	/* Header Font Style */	
		h1, h2, h3, h4, h5, h6, .site-title{
			font-family:'Gill Sans', 'Helvetica', 'Verdana', sans-serif; 
			
		}

	/* Secondary Font Style */
		.font2, .font-sub, ul.main-nav li a, #secondnav li a, .metabar, .subtext, .subhead, .widget-title, .post-comments, .reply a, .editpage, #pagination .wp-pagenavi, .post-edit-link, #wp-calendar caption, #wp-calendar thead th, .soapbox-links a, .fancybox, .standard-form .admin-links, #featurenav a, .pagelines-blink, .ftitle small, .button, input[type="submit"], input[type="button"], input[type="reset"], .submit{
			font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
		}
 
/* @ CSS corresponding to the hook used in functions.php; adds a stumbleupon icon to branding section */

.icons .stumbleupon {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px 0;}
.icons .stumbleupon:hover {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px -22px;}

/* @ Pullquote Section */

#pullquote.copy{
	background: #f7f7f7 url(images/pullquote.png) no-repeat 15px 15px;
	padding: 15px 20px 15px 45px;
	margin-bottom: 1.5em;
}

	#pullquote .thepullquote{font-size: 1.5em;margin-bottom: 5px;line-height: 1.3em;}
	#pullquote .thecitation{color: #AAA; font-style: italic;padding-left: 15px;}

/* @ Footer Section */
  
  #footer .texture{
	 background-color: #000000;
  }
  
/* Removes margin between header and top of page */
.fixed_width #page{
	margin: 0px auto 0;
}

html, body {
	margin-top:0px;
	padding-top:0px;
	font-size: 100%;
	}


/* Lines for post title*/
.entry-title {
    border-bottom: 1px dotted #D85AA2;
    border-top: 1px dotted #D85AA2;
    color: #000000;
    padding-top: 4px;
    padding-bottom: 8px !important; 
}

/* Remove line beneath tags */
.fpost {
	border-bottom:none;
}

.fpost .post-header {
	margin-bottom: 15px;
}


.tags {
    font-size: 12px;
    font-style: italic;
}

.wp-pagenavi{
	padding-bottom: 15px;
}

/* Link behaviour */
a:hover {

	color: #D85AA2 !important;
}

.main-nav li a {
	font-size: 0.95em;
}


.widget-text{
	color: #777777;
}

.cform label span{
	display: inline !important;
}

/*.fixed_width #boxes .dcol-pad {
    padding: 10px;

}*/

.fboxtitle
{
	font-size: 100%;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px dotted #D85AA2 !important;
}

/*#boxes .content-pad
{
	height:500px;
}*/

input, textarea {
	width: 400px;
}


#morefoot .content-pad{
	padding: 0px;
}

.fixed_width #morefoot .dcol-pad {
    padding: 0px;
}

#morefoot .widget {
    margin-top: 1px;
    margin-bottom: 1px;
    overflow: hidden;
}

#morefoot .textwidget{
	padding: 5px;
	margin: 0px;
	font-size: 14px;
}

#morefoot .widget-title{
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 14px;
}

a.nym-speechbubble{
    background: url("/images/comment-bubble.png") no-repeat scroll center top #111111;
    color: #FFFFFF;
    font-weight: normal;
    height: 36px;
    line-height: 35px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0.1em;
    width: 43px;
    font-size: 22px;
}

.nym-post-title a:hover{
	background: url("/images/comment-bubble.png") no-repeat scroll center top #D85AA2 !important; 
	color: #FFFFFF !important;
	text-decoration: none;
}

/*#comments, #respond{
	
	border-top: 1px dotted #D85AA2;
}*/

h3#comments-title {
    background: url("./images/icon-comment.png") no-repeat scroll 0px 23px transparent;
    padding-left: 22px;
    padding-top: 20px;
}

.commentlist, #commentform{
	border: 1px solid #F2F2F2;
}

#commentform {
	padding-left: 5px;
	padding-bottom: 20px;
}

.commentlist img.avatar {
    float: left;
    margin: 0 5px 5px -60px;
    position: relative;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em {
    font-style: italic;
    text-transform: none;
}

#footer, #footer li.link-list a, #footer .latest_posts li .list-excerpt {
    background-color: #F2F2F2 !important;
}

#postnav .post-nav {
	background: none;
	border:0;
}

.fcontent .ftitle {
    font-size: 1.5em;
    font-weight: lighter;
    vertical-align: middle;
}

li.current-menu-item a,  li.current_page_item a:visited, li.current-menu-item a:visited {
    color: #ED008C !important;
}

#feature_slider .fmedia .dcol-pad {
    padding: 0px;
}

#feature_slider .fcontent {
	font-size:16px;
	line-height:1.55em;

}

.fexcerpt  .shareaholic-show-on-load .shr-bookmarks ul{
	display:none;
}

#pagination .wp-pagenavi {
	text-align:center;

