/*
Theme Name: Caldon Virtual Theme
Theme URI: http://localhost/wordpress/awsomness/
Description: Theme for New Chapter Coaching
Version: 0.1
Author: J. Michael Roach
Author URI: jmichael@caledonvirtual.com
*/

body {
	background: #a24e12;
	font: 12px/18px Tahoma, Verdana, Arial, Helvetica, sans serif;
	margin:0;
	padding:0;
	color:#484a3f;
}
a {
	color:#5b7a23;
	text-decoration: none;
	border-bottom: 1px dotted #5b7a23;
}
a:hover {
	color:#5b7a23;
	border-bottom: 2px solid #5b7a23;;
}
h1, h1 a, h2 {
	font-weight:bold;
	font-size:22px;
	color:#589715;
	display:block;
	line-height:26px;
}
h2.widgettitle,
.entry h2,
.entry h2 a {
	font-size:18px;
	font-weight:normal;
	color:#a24e12;
	display:block;
}
h3, h4 {
	font-size:13px;
}
h4 {
	margin-bottom:-9px !important;
}
.alignleft {
	float:left;
	margin:8px 4px 0 0;
}
.alignright {
	float:right;
	margin:8px 0 0 4px;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:12px 0 6px;
}
ul, li {
	padding:0;
	margin:0;
}
li {
	padding:0 0 0 15px;
	margin:3px 0 6px 9px;
	background: url('images/list-bullet.png') no-repeat 0 7px;
}
#page	{
	background: #fff url(images/bg-page.jpg) no-repeat bottom left;
	margin:0 auto;
	padding: 6px 5px;
	width:727px;
	overflow:hidden;
	display:block;
}
#header {
    height: 144px;
}
#sidebar {
    float:left;
    clear:left;
    padding:10px;
	 margin:10px 0 60px 0;
    width: 215px;
	 border-right:1px solid #8d8d80;
	 display:block;
}
li.widget {
	list-style-type:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:1px 10px 5px;
	display:block;
	background:#e4e5df;
}
li.widget_sfststwidget {
	background:none;
}
li.widget ul {
	padding:0;
	margin:0;
}
.cat-item-12 {
	display:none;
}
#drop-menu {
	width:723px;
	background: #a24e12;
	height:24px;
	padding:0 2px;
	font-weight: bold;
}

/* Top level menu items*/
#drop-menu li{
    list-style-type: none;
    list-style-image: none;
    float: right;
    clear: left;
    background: none;
    margin:0;
    padding:0;
	 height:24px;
	 text-transform:uppercase;
	 overflow:visible;
	 width:117px;
}

#drop-menu li a{
    color: white;
	 margin:2px 0;
	 padding:0;
	 height:20px;
	 display:block;
	 border-left:1px dotted #fff;
	 border-bottom:none;
	 text-align:center;
}
#drop-menu li a:hover {
	text-decoration: none;
	border-bottom:none !important;
}
/*
#drop-menu li.current_page_item {
	background:#fff;
	height:22px;
	margin-top:2px;
} */
#drop-menu li.current_page_item a {
	color:#000;
}

/* sub menus*/
#drop-menu  li ul{
    position: relative;
    padding: 0px; 
    margin: 0px;
	 top:-20px;
    left: -9999em;
    font-weight: normal;
	background:#a24e12;
}

/* sub menu elements*/
#drop-menu li ul li {
    float: left;
	 display:block;
	 position:relative;
	 top:20px;
	 height:20px;
    width: 150px;
	 margin:0;
	 border-bottom:1px dotted #fff;
}
#drop-menu li ul li a {
	margin:0;
	text-align:left;
	padding:0 0 0 6px;
}
/* Color the selected top menu item black */
#drop-menu li.current_page_item,
#drop-menu li:hover a,
#drop-menu li.over a {
    color:black;
    background: #e4e5df;
}
#drop-menu li:hover ul li a,
#drop-menu li.over ul li a {
	color:#fff;
	background:#a24e12;
}
#drop-menu li:hover ul li:hover a,
#drop-menu li.over ul li.over a {
    color:black;
    background: #e4e5df;
}
#drop-menu li.current_page_item a {
	border:2px solid #6d9926;
	margin-top:0;
	margin-bottom:0;
}
#drop-menu li.current_page_item ul li a,
#drop-menu li ul li.current_page_item a {
	border:none;
}
/*
.page-item-7 {
	float:left;
	border-left:1px dotted #fff;
}
*/
/* Display the menu */
#drop-menu li:hover ul,
#drop-menu li.over ul{
    left: auto;
}

.praise{
    color: #78a22f;
    font-weight: bold;
	 margin-top:18px;
}

#content{
    min-width: 675px;
    margin-top: 10px;
}
#center{
	width:470px;
	float:right;
	margin:10px 0 0 0;
}

#footer {
	clear:both;
	height: 40px;
	margin:18px auto 0;
	padding-left: 10px;
}
#footer-logo{
    float: left;
	 margin:0 0 0 250px;
}
#contact-info{
	width:300px;
    float: right;
    clear: right;
    color: #78a22f;
    font-weight: bold;
	 font-size:10px;
	 line-height:15px;
	 margin:2px 24px 0 0;
}

