/*
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: 30px 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
-----------------------------------------------------------*/



/* COLOR PALETTE
-----------------------------------------------------------*/
/*
004173 Darkest Blue
0077a9 Light Blue
d1c29d Tan
d8ccb0 Lighter Tan
*/


/* Header
-----------------------------------------------------------*/
div#title-logo {
  float: left;
  padding: 10px 0;
}

#header {
  background: #004173 url(images/nav-background.gif) repeat-x bottom left;
}


/* Tagline
---------------------------------------*/
#description { 
  margin: 35px 0 0 40px;
  float: left; 
  color: #d1c29d;
/*  font-family: Arial Narrow, Arial, sans-serif; */
  font-size: 2.4em;
  font-weight: normal;
  line-height: 60px;
  }

#nav {
    width:100%;
    font-size: 1.6em;
  font-weight: bold;
    }


#footer {
  border-top: 8px solid #d8ccb0;
  }

.footer-column h2 {
  border-bottom: 1px solid #d8ccb0;
}

#copyright {
  border-top: 1px solid #d8ccb0;
}

#search_form input.search { 
  border: 1px solid #d8ccb0;
  }
  
