/*
Theme Name: Titan PRO Child Theme
Theme URI:  http://themes.jestro.com/titan/
Description:  Custom child theme for Titan PRO Members.
Version: 1.22
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: 0px 0;
}

/* Page Templates
-----------------------------------------------------------*/
li { style="list-style-type:circle"}

#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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
  background: blue;
  }
*/

body {
  font: 62.5% Arial,Helvetica,Sans-serif;
  color: #222;
  line-height: 2.2em;
  background: #ffffff;
}

#content {

  line-height: 2.2em;
  font-size: 11px;
}

#print-only {display:none;}



h1.pagetitle, h2.pagetitle {
  border-top: 0px solid #EFEAE4;
  margin: 0 0 15px 0;
  padding-top: 20px;
  font-size: 2.2em;
}


.author {
  margin: 3px 0 0 131px;
  color: #444;
  font-size: 1.2em;
  font-weight:bold;
}


#follow {
  background: #0B0B0B;
  padding: 5px 0;
}

#follow dt {
  font-weight: bold;
  color: #ABABAA;
}

#follow dd a {
  display: block;
  color: #CECECE;
}

#follow dd a.mobile {  padding-left: 22px; background: url(http://press.tmag.com/wp-content/uploads/2010/04/iphone-icon-e1271822244206.png) no-repeat 0 .35em;}

#header {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  background: #000000 url(images/nav-background.jpg) repeat-x bottom left;
}


.entry { 
  margin: 0 0 0 0px;
  width: 628px;
  font-size: 1.3em; 
}

.post-header {
  width: 75%;
  border-top: 0px solid #efefef;
  margin: 0 0 5px 0px;
  padding-top: 0px;
  line-height:300%;
}

.post-header h2 { 
  font-size: 2em; 
  line-height: 1.1em;
  margin-left: 0px;
}

div.post-header div.date {
  width:100%;  
  float: left;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 0px;
  background: url(images/icon-calendar.png) no-repeat 0 .3em;
}


#nav li {
  float: left;
  padding:0 4px 0 4px;
  border-right: 1px solid #D8D8D8;
}
#nav:first-child { border-left: 1px solid #D8D8D8;  }
#nav ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 151px;
  font-weight: normal;
  line-height: 20px;
  border: 0;
  border-top: 1px solid #D8D8D8;
}
#nav li li {
  margin-left:-10px;
  padding-left:20px;
  width: 121px;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  background: #F4F4F4;
}

#nav ul.children li.page_item { 
width: auto;
min-width: 170px;
}


/* #nav ul.children li.page_item a { display:none; } */


#sidebox img {
  padding: 5px;
  border: 1px solid #E5E5E5;
  background: #F0F0F0;
}

li .cat-item {
font-weight:normal;
}

.footer-column {
font-weight:normal;
}

.widget_archive li a {
font-weight:normal;
}

.widget_links li a {
font-weight:normal;
}

.cat-archive-title {
  font-size:20px;
}

.entries ul li {
  line-height: 2.5em;
  border-bottom: 1px dashed #DEDEDE;
}


#search_form input.search { 
  margin: 15px 0 0 0;
  padding: 5px 2px; 
  width: 180px;
  border: 1px solid #D7D7D7;
  background: #F3F3F3;
  color: #555;
}

h2.widgettitle {
  margin: 25px 0 10px 0;
  padding-bottom: 3px;
  font-size: 1.4em;
  border-bottom: 2px solid #dcdcdc;
  color: #413F3E;
}


#footer {
  padding: 30px 0;
  border-top: 10px solid #dcdcdc;
  background: #E7E7E7;
  color: #413F3E;
}

.footer-column h2 {
  font-size: 1.6em;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 2px;
}


#copyright {
  display: block;
  clear: both;
  padding-top: 1px;
  font-size: 1.1em;
  border-top: 2px solid #dcdcdc;
}


