/*
Theme Name: Titan PRO Child Theme
Theme URI: http://thethemefoundry.com/titan/
Description: Child theme for customizing Titan PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: titan_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

#description  {
color: white; 
}

#footer-flickr { 
display: none;
} 