/*
Theme Name:	Titan PRO Child Theme
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Custom child theme for Titan PRO Members.
Version: 1.1
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;
	}
*/
h2.widgettitle {
   font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
   font-size: 10px;
   font-weight: bold;
   letter-spacing: 0.2em;
   text-transform: uppercase;
}

/* Logo
-----------------------------------------------------------*/

div#title-logo {
  float: left;
  padding: 0;
  height: 100px;
	}

#description {
  margin: 0;
  position: relative;
  left: -334px;
  top: 55px;
  float: none ! important;
  padding: 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; }

.aktt_tweets li {
  border-bottom: solid 1px #cccccc;
}