/*
Theme Name: Titan PRO Child Theme
Theme URI:  http://themes.jestro.com/titan/
Description:  Custom child theme for Titan PRO Members.
Version: 1.20
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;
  margin-top: 7px ;
  padding: 0 0 0 0;
}

/* Page Templates
-----------------------------------------------------------*/

.wrapper { width : 800px; }
#content { width: 600px; }
#sidebar { width: 170px; }
#content.no-sidebar { width: 800px; }
#content.no-sidebar .entry.page { width: 800px; }
body.page-template-left-sidebar-php #sidebar { float: left; }
body.page-template-left-sidebar-php #content { float: right; }

.entry { 
  margin: 0 0 0 0px;
  width: 500px;
  font-size: 1.3em; 
  }

.author {
  margin: 3px 0 0 0px;
  color: #C0B2A5;
  font-size: 1.2em;
  }

.post-header {
  border-top: 1px solid #EFEAE4;
  margin: 0 0 15px 0;
  width: 500px ;
  padding-top: 20px;
  }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

*/
#follow {
  background: #ded6d4;
  padding: 0px 0;
}
#footer {
  padding: 10px 0;
  border-top: 5px solid #ded6d4;
  }
.footer-column {
  padding-bottom: 5px;
}

body {
  font: 62.5% Arial,Helvetica,Sans-serif;
  color: #444;
  line-height: 2.2em;
  background: #F9F7F5;
  }
a:link, a:visited { color: #786453; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
  color: #993333;
  }

h1.pagetitle, h2.pagetitle {
  border-top: 1px solid #EFEAE4;
  margin: 0 0 1px 0;
  padding-top: 20px;
  font-size: 1.8em;
  }

/*Footer Columns
---------------------------------------*/
.footer-column {
  float: left;
  margin-right: 30px;
  padding-bottom: 20px;
  color: #413f3e;
}
#footer-flickr.footer-column { width: 281px;}
#footer-search.footer-column { 
  margin: 0;
	float: right;
  width: 266px; 
  }
.footer-column h2 {
  font-size: 1.6em;
  border-bottom: 2px solid #dbd3d0;
  padding-bottom: 2px;
}
.footer-column p {
  margin: 15px 0;
  font-size: 1.2em;
  line-height: 1.5em;
}

#admin, #admin ul {
    float: right;
    padding: 0;
    margin: 0;
    }

.entry ul li, .c-body ul li {
  display: block;
  margin: 5px 0;
  padding: 0 0 0 17px;
  background: url(../titan/images/list-square.gif) no-repeat 0 .5em;
  }


