/** 
 * Theme Name: honey tree
 * Theme URI: http://thehoneytree.org/new/
 * Description: This is a first child theme.
 * Version: 1.0
 * Template: carrington-business
 * Author: Jon Celeste
 * Author URI: http://thehoneytree.org/new/
 *
 * @package carrington-business
 *
 * This file is part of the Carrington Business Theme for WordPress
 * http://carringtontheme.com
 *
 * Copyright (c) 2008-2010 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. 
 * **********************************************************************
 */

/* Masthead */
#masthead {
}    
background: -moz-linear-gradient(center top , #F2F2F2, #E3E3E3) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #494949;
    bottom: 60px;
    margin-left: -15px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 948px;
}
css.php?ver=1.1.1 (line 1)
#masthead {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;{
}
css.php?ver=1.1.1 (line 1)
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
/**
 * Navigation menus
 */

}
nav.nav a {
	color: #000000;
}
nav.nav a:hover {
	color: #660000;
}

a:link,
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #660000;
	text-decoration: underline;
}

.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;
}
#footer {
    background-color: #F2F2F2;
}
#footer-content {
    border-color: -moz-use-text-color #000000 #000000;
    border-top: 0 none;
}
#main-content {
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-color: #000000 #000000 -moz-use-text-color;
    position: relative;
}
css.php?ver=1.1.1 (line 1)
#main-content {
    border-bottom-style: none;
    border-bottom-width: 0;
    overflow: hidden;
}
css.php?ver=1.1.1 (line 1)
#main-content, #footer-content {
    border-style: solid;
    border-width: 6px;
}
}