/*
Theme Name: Visionary custom for BA Mentor
Theme URI: http://bamentor.com/themes/visionary-bamentor
Description: Based on Visionary theme for a Business Analyst Mentor site
Template: visionary
Author: Alex Papworth
Author URI: http://bamentor.com
*/

/* Import base styling. */
@import url('../visionary/library/css/base.css');

/* Import default styling. */
@import url('../visionary/library/css/default.css');
/************************************************
	Header
************************************************/
#header-container {
	overflow: auto;
	background: #222;
	background: #fff;
	}
#header {
	padding: 0 0 0 15px;
	}
#header #site-title {
	float: left;
	display: inline;
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
	}
#header #site-title a {
	width: 663px;
	height: 96px;
	display: block;
	margin: 5px 0;
	background: url(images/header.jpg) no-repeat 0 0;
	}
#header #site-title a span, #header #site-description {
	display: none;
	}
*/
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #300;
	font-family: "Times New Roman", Times, serif;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #600;
	}