/*

Theme Name: Carrington Blog
Theme URI: http://carringtontheme.com
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 1.3
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
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);

.excerpt2{
background: url(../images/arrow-bullet.gif) no-repeat 5px 15px;
border-bottom: 1px dotted #CECFD1;
color: #999;
padding: 10px 26px 10px 20px;
position: relative;
}

blockquote{
font-style:italic;
line-height:16px;
font-size:12px;
margin-bottom:22px !important;
}

blockquote p{
margin-bottom:6px !important;
}



.excerpt2 strong.entry-title a:hover {
color: #0156A3;
text-decoration: none;
}

.excerpt2 strong.entry-title a, .excerpt strong.entry-title a:visited {
color: #51555C;
font-size:14px;
}

/* including for compatibility */

#content {font-size: 14px;}

.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;
}
/*.phone {
	font-size: 18px;
float:right;
margin-left:1.5em;
	
}*/

.mapp-div
{
float: right;
padding-bottom: 5px;}

.mapp-poweredby {display: none;}

.wrapper td {vertical-align: top; border: 0px;}

.wrapper table {border: none;}
