/*
Theme Name: Timeless_BusyBrill
Theme URI:  http://7MileSys.com/
Description: (Based on '<a href="http://7milesys.com">Timeless Base</a>') An Implementation of the family theme... Enjoy!
Tags: two columns, right sidebar, clean, elegant, fixed width, widgets, gravatars, stylized corners
Version: 2.0.bb.7
Template: timeless_20_base
Author: 7MileSys
Author URI: http://7MileSys.com/
*/

/*	This stylesheet provides the individualization by overriding the style-base.css file.	*/
@import url(../timeless_20_base/style-base.css);
	
#c_wrapper {
	border-color: rgb(80, 61, 44);			/* a nice brown */
	}
	
#c_content {
	background-color: rgb(96, 151, 215);	/* BGMOD: theme background: Blue*/
	}
	
.content_header {
	background-image: url(header.jpg);
	}
	
.header_logo {
	margin-top: 50px;						/* BGMOD: headline position */
	margin-left: 700px;
	}
	
.header_logo span {
	font-size: 2.7em;
	color: rgb(0,0,150);					/* BGMOD: theme headline: Blue */
	}

.header_logo p {
	font-size: 1.5em;
	font-weight: bold;
	color: blue;							/* BGMOD: theme sub-header: Blue*/
	}

.header_logo a:link, .header_logo a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,0,150);					/* BGMOD: theme headline links: blue */
	}

.header_logo a:hover, .header_logo a:active {
	text-decoration: underline;
	color: rgb(0,0,150);					/* BGMOD: theme headline links: blue */
	}

