/*
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: 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; }
.entry.no-indent { margin: 0; }
.entry.no-indent h2 { padding: 25px 0 10px 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
#follow {
  background: #ED9036;
  padding: 5px 0;
}

#header {
  width: 100%;
  border-bottom: 1px solid #EDE7E0;
  background: #c6d669 url(../images/nav-background.gif) repeat-x bottom left;
}

a:link, a:visited { color: #0099CC; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover { color: #0099CC; }

#follow dd a {
  display: block;
  color: #333333;
}

#follow dt {
  font-weight: bold;
  color: #333333;
}

#nav a { background: #F9F2C7; }
#nav a:hover { background: #ffffe6; }

#footer {
  padding: 30px 0;
  border-top: 10px solid #ED9036;
  background: #c6d669;
  color: #555;
}

#footer-search.footer-column { 
  margin: 0;
	float: right;
  width: 266px; 
}

.footer-column h2 {
  font-size: 1.6em;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

#copyright {
  display: block;
  clear: both;
  padding-top: 1px;
  font-size: 1.1em;
  border-top: 2px solid #ffffff;
}

#sidebox img {
  padding: 0px;
  border: 1px solid #E6E1DC;
  background: #F0EBE6;
}
