/*

Theme Name: Carrington Blog
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 1.3
Author: Crowd Favorite
Tags: widgets, customizable, 3-column, framework, semantic, white, red, gray, carrington

// This file is part of the Carrington Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

*/

@import url(css/carrington-blog.css);

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Facts & Figures Block Quotes */


#orange {
	position:relative;
	padding:10px;
	margin:0;
	color:#fff;
	background:#fe8302; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fea702), to(#fe8302));
	background:-moz-linear-gradient(#fea702, #fe8302);
	background:-o-linear-gradient(#fea702, #fe8302);
	background:linear-gradient(#fea702, #fe8302);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border-left:0px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
#orange + p {margin:15px 0 2em 85px; font-style:italic;}


/* creates the triangle */
#orange:after {
	content:"";
	position:absolute;
	bottom:-50px;
	left:50px;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #fe8302;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}



#blue {
	position:relative;
	padding:10px;
	margin:0;
	color:#fff;
	background:#1c2a69; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#4f5caa), to(#1c2a69));
	background:-moz-linear-gradient(#4f5caa, #1c2a69);
	background:-o-linear-gradient(#4f5caa, #1c2a69);
	background:linear-gradient(#4f5caa, #1c2a69);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border-left:0px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
#blue + p {margin:15px 0 2em 85px; font-style:italic;}


/* creates the triangle */
#blue:after {
	content:"";
	position:absolute;
	bottom:-50px;
	left:50px;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #1c2a69;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* call this in IE only */

#blue {
	background-color:#1c2a69;
}

#twitter_follow {margin:15px 0 2em 65px; font-weight:bold;}

#twitter_follow a, a:visited {color:#03153b; text-decoration:none; border-bottom:1px dotted #03153b;}

#twitter_follow a:hover {color:#03153b; text-decoration:none; border-bottom:1px solid #03153b;}
