/*
Theme Name: Titan PRO Child Theme
Theme URI:  http://themes.jestro.com/titan/
Description:  Custom child theme for Titan PRO Members.
Version: 1.21
Author:   Drew Strojny
Author URI: http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/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; }

/* Logo
-----------------------------------------------------------*/

div#title-logo {
  float: left;
  padding: 0px 0;
}

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar .entry.page { width: 900px; }
body.page-template-left-sidebar-php #sidebar { float: left; }
body.page-template-left-sidebar-php #content { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/*CHANGE HEADER BACKGROUND COLOR AND KEEP NAV BUTTON IMAGES*/
#header {
  background: #cccccc url(http://www.dailywing.net/wp-content/themes/titan/images/nav-background.gif) repeat-x bottom left;
}
/*STYLE FOR FACEBOOK FOLLOW ICON*/
#follow dd a.facebook {
  background: url(http://www.dailywing.net/wp-content/themes/titan/images/facebook-icon.png) no-repeat 0 0.15em;
padding-left:22px;
}
/*CHANGE LINE SPACING IN POSTS (DEFAULT IS 2.2)*/
body {
  line-height: 1.8em;
}