/*

Theme Name: Carrington JAM
Theme URI: http://carringtontheme.com
Description: A <strong>Just Add Markup</strong> (JAM) theme using the Carrington CMS theme framework. Designers and developers can use this as a base, then add their own markup around the core functionality. 
Version: 1.1
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
Tags: customizable, template, framework, carrington, cms, example

// This file is part of the Carrington JAM Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 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. 
// **********************************************************************

NOTE: This file is not used in this theme but is included for WordPress theme expected format compatibility - it's standard to use the css/ dir for actual theme CSS in a Carrington-based theme.

*/

/* 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;
}

#content div {
	margin-bottom: 10px;
}


#content a.post-title, a.post-title:link {
	font-size: 138.5%;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#content a.post-title:hover {
	color: #777;
}

span.comment-link {
	border-left: 1px solid #777;
	padding-left: 4px;
	padding-left: 4px;
	font-size: 0.8em;
}

span.posted-in {
	font-size: 0.8em;
}

div.underhead {
	color: #777;
	font-size:0.85em;
	line-height:1.5em;
	padding-bottom: 5px;
}
.posted-in {
	color: #777;
}

div.postcontent {
	border-top: 1px solid #777;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.postcontent1 {
	border-top: none;
	padding-bottom: 5px;
}

div#welcomeb {
	background: #7EA607 url('/../../templates/clickingmad/images/heading_blog.png') no-repeat scroll 10px 14px;
}

#archivesdd {
	text-align: right;
}