/*
Theme Name:	Titan *Child Theme*
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Your custom child theme for Titan. Make all your custom changes in the <code>themes/titanchild</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/css/undo.css");
@import url("../titan/css/master.css");
@import url("../titan/functions/style-options.php");

/* 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;
	}
*/

.textwidget {
	font-size: 12px;
}
#footer-about {
	font-size: 12px;
}
.entry ul li, .c-body ul li {
        background: none;
}