/*
Theme Name: my_titan
Theme URI: 
Description: Child Theme for Titan
Author: Gord
Author URI: 
Template: titan
Version: 0.1
*/
 
@import url("../titan/style.css");

/*Description
---------------------------------------*/
#description {
	margin: 35px 0 0 40px;
	float: left;
	color: #998977;  /* was 796957 -- too dark */
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
}

pre {
	line-height: normal;  /* gdt */
	margin: 10px 0;
	padding: 1em 10px;
	overflow: auto;
	background-color: #e9ebd9;
	color: #000;
}

