/*
Theme Name:	Titan PRO Child Theme
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Custom child theme for Titan PRO Members.
Version: 1.11
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/css/undo.css");
@import url("../titan/css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

/* Logo
-----------------------------------------------------------*/

div#title-logo {
  float: left;
  padding: 0px 0;
  line-height: 0;
	}


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

#content.no-sidebar { width: 920px; }
#content.no-sidebar .entry.page { width: 900px; }

body.left-sidebar #sidebar { float: left; }
body.left-sidebar #content { float: right; }




/*WP-tuit
------------------------------------------------------------ */
p.wp-tuit {
}
	
ul.wp-tuit {
  display: block;
  font-size: 0.7em;
  list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
	font-style: normal;
}


/*Post Header

.post-header {
	border-top: 1px solid #EFEAE4;
	margin: 0 0 15px 0;
  padding-top: 20px;
	}
.post-header h2 { 
  font-size: 2em; 
	line-height: 1.1em;
	margin-left: 131px;
  }
.date {
	float: left;
	width: 114px;
	color: #beaa99;
	font-size: 1.5em;
	text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 17px;
  background: url(../images/icon-calendar.png) no-repeat 0 .3em;
	}
.date span { color: #E0C9B5; }
.author {
  margin: 3px 0 0 131px;
  color: #C0B2A5;
  font-size: 1.2em;
  }
  ---------------------------------------*/
