/*
Theme Name:	Titan > Child Theme for Titan
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Titan - Child theme for Titan
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template:	titan
Version:        v.1.1
*/

/* Import Stylesheets, do not remove this line, make sure you use the correct actual folder name!
-----------------------------------------------------------*/
@import url("../titan/style.css");

/* Landing page without navigation, set background colour, without navigation background image
   -------------------------------------------------------------------------------------------*/

.entry_w { 
	margin: 0 0 0 131px;
  width: 725px;
  font-size: 1.3em; 
  }
  
#header_landing {
    width: 100%;
    border-bottom: 1px solid #EDE7E0;
    background: #443B31;
}

div#title {
    background-color: #443B31;
    float: left;
    display:block;
    padding: 10px 0px 10px 0px;
}

#nav .page_item a {color:#999;}

/* Landing page content without sidebar
   ------------------------------------*/

#content_wide{
    margin: 0 auto;
    width: 80%;
    padding: 0 0 30px 0;
}

.entry_landing {
    font-size: 1.3em;
}

/* Landing page content styling
   ----------------------------*/
.space10 {
    padding-top:10px;
}

.space20 {
    padding-top:20px;
}

.space30 {
    padding-top:30px;
}

.space40 {
    padding-top:40px;
}

.black {
    color:#000;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 1.8em;
}

.medium {
    font-size: 1.5em;
}

.small {
    font-size: 1.0em;
}

.url {
    text-decoration: underline;
}

.alignleft {
padding: 0px 5px 5px 0px;
}

.alignright {
padding: 0px 0px 5px 5px;
}

.entry_w p { margin-bottom: 10px; }
.entry_w h2, .entry_w h3, .entry_w h4 {
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	}
.entry_w h3 { 
  padding-top: 10px;
  font-size: 1em;
  }
.entry_w h4, .entry_w h5, .entry_w h6 { 
  padding-top: 10px;
  font-size: .9em;
  }

.entry_w ul {
	margin: 0 0 10px 10px;
	}
.entry_w ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 17px;
	background: url(../titan/images/list-item.gif) no-repeat 0 .3em;
	}
.entry_w ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 5px 10px;
	}
.entry_w ol li ol li { list-style-type: lower-roman; }
.entry_w ol li { margin: 5px 0; }
