/*

Theme Name: DotCom
Theme URI: http://mahalo.com
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 1.0
Author: Mahalo.com
Author URI: http://mahalo.com
Tags: widgets, customizable, 3-column, framework, semantic, white, red, gray, carrington

// This file is part of the is a modification 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;
}

/**
* Custom Adsense
************************************************/
.afc-custom { line-height:1em; }
.ad-heading { font-size:8pt !important; color:#898989 !important; font-style:italic;}
.ad-spacing { margin-bottom:.3em;margin-right:1em; }
.ad-line1-link { color: #A00004 !important; }
.ad-line1 {clear:both; margin-left:0;color:#A00004;font-size:11pt !important; font-weight:bold; text-decoration:none;}
.ad-text {margin-left:0;color:#222;font-size:9pt; text-decoration:none;line-height:1.1em;}
.ad-url {margin-left:0;color:#999;font-size:9pt;margin-bottom:8px; text-decoration:none;}
.ad-url-link { color:#999 !important;}
.ad-h3 { text-align:right; margin:0; }
