/*
Theme Name:	Titan *Child Theme*
Theme URI: 	http://themes.jestro.com/titan/
Description: 	My custom child theme for Titan. All my custom changes are in the <code>themes/mytitan</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
-----------------------------------------------------------*/
#nav li {
    padding: 0 2px;
}

h1#title, div#title {
    padding: 0;
}

#description {
    margin: 5px 0 0 40px;
}

#footer {
    padding: 5px 0;
}

.footer-column {
    padding-bottom: 5px;
}

#copyright {
    padding-top: 5px;
}
