﻿/*
Theme Name: Clean red
Theme URI: http://graphility.com/
Description: BuddyPress child theme customised for graphility
Version: 1.0
Author: Hector Hurtado
Author URI: http://graphility.com/members/hectorhurtado/
Template: bp-default
Tags: buddypress, two-column, widget-ready, red, white
*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );


/* graphility customisation ---------------------------------------------------- */

/* heading 2 for post and page titles */
h2{font-size:36px; letter-spacing:-2px;}
div.post h2.pagetitle a, div.post h2.posttitle a{text-decoration:none; color:#1fb3dd;}
div.post h2.pagetitle a:hover, div.post h2.posttitle a:hover{text-decoration:none; color:#c00;}

/* heading 3 within content */
.post-content h3, .about h3{letter-spacing:-1px;}

/* blockquote */
div.post blockquote {
	padding:0 3em;
	font: 13px/1.6 Georgia, serif; font-style:italic; color:#777;
	quotes: none;}

/* setting all links to the theme's light blue */
a, a:active{color:#1fb3dd;}
a:hover{color:#c00;}
a:focus{outline:1px dotted #c00;}

strong{font-style:normal; color:#c00;}

table{margin:0 0 1em;}
table tr td{vertical-align:top;}

.about{margin:0 0 20px; border:1px solid #e4e4e4; background:#eaeaea; padding:20px;}
#showcaseImage{text-align:center; width:720px; height:300px; overflow:hidden; margin:0 5px 0 0; border:1px solid #fff; float:left;}
#showcaseCaption{width:200px; height:300px; overflow:hidden; border:1px solid #fff; padding:0 18px 0 13px; float:left;}

/* Wordpress classes generated by the_meta() for custom field styling */
.metadata{margin:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:3px 0 0;}
.metadata ul.post-meta{list-style:none; margin:0; padding:0 0 3px;}
.post-meta-key{font-weight:600; color:#c00;}
