/*

Theme Name: African Whild Child
Theme URI: http://africanwildchild.com
Description: Theme for AfricanWildChild.com
Version: 1.0
Author: Chris Strom, LLC.
Author URI: http://cstrom.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;
	-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;
}*/

.wp-caption {
	text-align: center;
	background-color: #fff;
	padding: 8px 4px 4px;
	margin: 10px;
   -webkit-box-shadow:0 0 15px 5px rgba(0, 0, 0, .7);
   -moz-box-shadow:0 0 15px 5px rgba(0, 0, 0, .7);
   box-shadow:0 0 15px 5px rgba(0, 0, 0, .7);
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 2px 0 0;
	margin: 0;
	color:#000;
}
.post-date {
	margin-top:2px;
}
.search {
	padding-left:600px;
	margin-top: -75px;
}
#searchsubmit {
	height: 20px;
}
