/*
#header { position:fixed; top:0px; left:0px; z-index:100; }

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: 10px 0 0px;
	}
.meta {
border-top:1px solid #EFEAE4;
color:#666666;
font-size:1.2em;
margin-top:10px;
padding-top:5px;
padding-bottom:5px;
text-align:left;
}

#sidebar { 
border: 1px solid #E6E1DC;
	float: left; 
  padding-bottom: 30px;
  padding-left:15px;
  padding-right:15px;
	width: 180px;
	background-color:#F0EBE6;
	}

comments a { display: inline; }

div.randombutton{
	font-size:2em;
	line-height:1.1em;
	margin-top: 20px;
	background:#F0EBE6;
	border:1px solid #E6E1DC;
	padding:14px;
	width: 180px;	
}



.date {
display: none;	
	}
#content{
padding: 160px 20px 0px 20px;
float: left;
width: 960 px;
}
.entry{
margin: 0;
width: 628 px;
}
.author{
margin: 6px 5px 5px 3px;
}

.post-footer{ 
float: right;
margin-left: 0px; 
}

.entry p{ margin-bottom: 5px; 
}

.post{ margin-bottom: 5px;
}




