/*
Theme Name:     Of Independent Means
Theme URI:      http: //blog.curtisfinancialplanning.com/
Description:    Custom child theme for the Coda Framework.
Author:         Wired Advisor
Author URI:     http: //www.wiredadvisor.com/
Template:       canvas
Version:        1.0
*/

@import url("../canvas/style.css");

#wrapper {
	padding-top: 0;
	background: url(images/tree.gif) no-repeat left bottom;
}

#topad {
	margin-top: -2px;
}

#top {
	border-bottom: 1px solid #444;	
}

#header {
	background: url(simple/truth_3.gif) no-repeat right top !important;
	height: 173px;
	padding: 0 !important;
}

#logo {
	margin-top: 60px;
}

#navigation {
	padding-top: 7px;
}

#navigation ul {
	margin-left: 0;
}

#navigation #main-nav a {
	color: #d4d4d4;
}

#navigation #main-nav a:hover {
	color: #000000;
}

#navigation #main-nav li.current_page_item a {
	color: #000;
}

#navigation .rss .sub-rss a {
	color: #d4d4d4;
}

#navigation .rss .sub-rss a:hover {
	color: #ffffff;
	text-decoration: none;
}

#content {
	background-color: #eaeaea;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#main {
	background-color: white;
	padding: 30px;
	width: 550px !important;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidebar {
	width: 315px !important;
}

#sidebar .widget {
	background-color: #f4f4f4;
	padding: 15px;
	width: 280px !important;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidebar .widget h3 {
	padding-bottom: 6px;
	margin-bottom: 12px;
}

#footer-widgets {
	margin-top: 24px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 0px solid black;
	background: transparent url(images/bg-footer.png) repeat left top;
}

#footer-outer {
	background: #c1d72f url(images/footer_back.gif) repeat-x;
}

#footer a {
	color: black;
}

#credit {
	text-align: right;
}
