/*
Theme Name: Titan PRO Child Theme
Theme URI:  http://thethemefoundry.com/titan/
Description:  Custom child theme for Titan PRO Members.
Version: 1.23
Author:   The Theme Foundry
Author URI: http://thethemefoundry.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: none;
padding-top:0px;
padding-bottom:-2cm;
padding-right:0px;
padding-left:-2cm;
}

div.notice {
      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; }
.entry.no-indent { margin: 0; }
.entry.no-indent h2 { padding: 0px 0 0px 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
#follow { background-color: #2F2922 }
#header { background-color: #6b3131}
a:link {color:#ac3433}
a:visited {color:#ac3433}
a:hover {color:#6b3131} 
a:active {color:#6b3131}

/* Example: Change the sidebar background to blue:
#sidebar {
  background: blue;
  }
*/