/*
Theme Name:	Titan *Child Theme*
Description: 	Your custom child theme for Titan.
Author:		Brandon Paddock
Author URI:	http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/stylesheets/undo.css");
@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; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
#header .wrapper
{
    width:100%;
}

h1#title, div#title 
{
    left: 0;
  padding: 20px 0;
  text-align:left;
  margin: 0 0 0 20px;
  float:none;
	font-size: 3em;
	font-weight: bold;
  line-height: 10px;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #3388AA; }
#description { 
  margin: 0 0 32px 20px;
  padding: 0;
  text-align:left;
  float:none;
  left: 0;
  color: #555555;
	font-size: 1.4em;
	font-weight: bold;
  line-height: 8px;
	}
	#header {
  width: 100%;
	border-bottom: 1px solid #E7E7E7;
  background: url(./images/bg-head.jpg) no-repeat;
	}
#navigation
{
    margin-left: auto;
    margin-right: auto;
    width:680px;
}

#nav
{
    font-size: 1.3em;
}

#follow
{
    float: right;
    background: transparent;
    margin-right: 60px;
}

#follow dt
{
    color: #888888;
}

.entry ul li, .cbody ul li
{
    list-style: disc inside none;
}

.entry ul li, .cbody ul li
{
    display: list-item;
    background: none;
}
