/*
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
-----------------------------------------------------------*/


/*Body & Links -- I changed the text here!
------------------------------------------------------------ */
body {
  font: 62.5%;
  font-family: Georgia, "Times New Roman", Times, Serif;
  color: #444;
  line-height: 2.2em;
  background: #F9F7F5;
  }
a:link, a:visited { color: #4265A7; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
  color: #993333;
  }


/*Added Facebook Class for follow link */
------------------------------------------------------------
#follow dd a.facebook {  padding-left: 22px; background: url(http://www.scottcedeno.com/golb/wp-content/themes/titan/images/facebook_icon.png) no-repeat 0 .15em; }


/*made the Tabs black and bold */
------------------------------------------------------------
/*

#nav {
    width:100%;
    font-size: 1.5em;
    }
#nav, #nav ul {
    float: left;
    line-height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
    }
#nav a {
    display: block;
    color: #0000000;
    font-weight: normal;
    padding: 0px 20px;
    }
*/

