/*
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%;
  height: 130px;
  border-bottom: 1px solid #E7E7E7;
}

#headerTop {
height: 96px;
background-color: #7BA3EB;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #B4CEFF 0%, #79A0EB 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #B4CEFF 0%, #79A0EB 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #B4CEFF 0%, #79A0EB 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B4CEFF), color-stop(1, #79A0EB));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #B4CEFF 0%, #79A0EB 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #B4CEFF 0%, #79A0EB 100%);
}

#headerImage
{
  height: 100%;
  width: 1593px;
  margin-left: auto;
  margin-right: auto;
  background: url('images/bg-head.jpg') no-repeat left top;
}

#navigation
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width:800px;
}

#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;
}

pre, code, p {
    font-size: 15px;
}
