/*
Theme Name: Online-Marketer ALC
Description: Child Theme for ALC
Author: Copied by Raeanne Wright // Left Brain Wright LLC.
Version: 1.0
Template: online-marketer
*/

@import url('../online-marketer/style.css');

/*This changes the site from fluid to fixed*/

body {
	background:#001627;
	font-family:Arial, Helvetica, sans-serif;
}


#container, .wrap { 
	width: 960px;
	margin: 30px auto;
	padding: 0;
	background:#043156;
	background-image:url(library/images/bg-page.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/*End*/



/*This changes attributes of the Site Title and Description*/

#site-title {
		float: right;
		color:#fff;
		font-family: 'Francois One', sans-serif;
		text-shadow: 2px 2px 5px #000;
		margin:0;
		margin-right:0px;
		font-size:2.5em; 
		line-height: 1.333em;
	}
		#site-title a {
			color:#fff;
			font-family: 'Francois One', sans-serif;
			text-decoration: none;	
		}
			
	
	#site-description {?*
		text-transform:uppercase;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		font-size:15px;
		color:#ffd21f;
		text-shadow: 1px 1px 2px #000;
		margin-left:520px;		
		margin-bottom:10px;	}

/*End*/

