/*
Theme Name: Titan PRO Child Theme
Theme URI: http://thethemefoundry.com/titan/
Description: Custom child theme for Titan PRO Members.
Version: 1.25
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
-----------------------------------------------------------*/
#header {
    background-color: #fff;
}
#follow {
background-color: #fff ;
border-bottom: 1px solid #021F5B;
}
#header {
width: 100%;
border-bottom: 1px solid #021F5B;
background: #fff url(images/nav-background.gif) repeat-x bottom left;
}
div#title-logo {
  float: left;
  padding: 0;
}
#nav .current_page_parent a, #nav .current_page_ancestor a, #nav .current-cat-parent a {
  border-top:1px solid #021F5B
background: #fff;
}
#nav .current-cat a, #nav .current_page_item a {
  background: #fff;
}
#description {
    font-style: none;
    font-family: Arial;
    color: #021F5B;
}
#content-background {
    background: fff;
}
body {
 background: #fff
}
 
.content-background {
  background: none;
}

<link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" />

body.light .entry.index,
body.light .entry.page {
background-color:#e6e6e6 !important;
background: rgba(0, 0, 0, 0.05);
}
.post {
background: #e6e6e6;
background: rgba(0, 0, 0, 0.05);
float: left;
width: 628px;
padding: 0 20px 40px 0;
}


