/*
Theme Name: Titan PRO Child Theme
Theme URI:  http://themes.jestro.com/titan/
Description:  Custom child theme for Titan PRO Members.
Version: 1.22
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: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; }
.entry.no-indent { margin: 0; }
.entry.no-indent h2 { padding: 25px 0 10px 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
#header{
background:#39639D;
}

#follow{
display:none;
}

h1.pagetitle, h2.pagetitle{
display:none;
}

#description {
color:#ffffff;
}


#nav a {
color:#ffffff;
display:block;
padding:0 20px;
text-decoration:none;
}

#nav li:hover, #nav li.sfhover {
  background: #39639D;

}

#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
  background: transparent;

  
}
#nav .current-cat, #nav .current_page_item {
  background: transparent;
}

h1#title, div#title {
text-align:center;
}

/* Example: Change the sidebar background to blue:
#sidebar {
  background: blue;
  }
*/