/*   
Theme Name: Joshua Iz Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Joshua Iz
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Joshua Iz, Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#blog-title a {
background:url(images/header3.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 895px;
height: 150px;
position:relative;
left:-145px;
top:0px;
}

#header{
	background:black;
	height:150px;
}

#branding {
    padding:0px 0 0px 0;
}


#blog-description {
   display:none;
   text-indent:-9000px;
}

#access{
	background-color: #f8ba2a;
}
#access {
    border-bottom:0px solid #ccc;
    height:32px;
    font-size:13px;
    font-family:"Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    overflow:visible;
    z-index:100;
}

#access-search{

	position:relative;

	padding-top:0px;
	width:400px;
	float:left;
	left:340px;
	font-style:italic !important;
	height:18px;
}

#search-text{
	font-style:italic !important;
	height:17px;
	padding:3px;
}
#s{
	height:16px;
	color:gray;
	padding:2px;
}
#search-text input{
	font-size:11px !important;
	font-style:italic;
	}

.entry-content img {
margin-right:18px;
}


#primary  {
border:0px solid #CCCCCC;
margin-bottom:22px;
padding:0px 0 0;
}

#content .aside {
border:0px solid #CCCCCC;
margin:0 0 0px;
padding:0px 0 0;
}

#content .aside ul {
padding:0 0px;
}

.menu{
	border-width: 0px;
}

.sf-menu{
	font-style:bold;
}
.sf-menu a {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-color: #f8ba2a;
	padding:9px 13px;
	text-decoration:none;
	border-right:0px;
}

.sf-menu {
    border-right:0px none;
	float:left;
}

.sf-menu a {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding:9px 13px;
	text-decoration:none;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	border-right-style: none;
	background:		#f8ba2a;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fa9c22;
	outline:		0;
}
.sf-menu ul {
    border-bottom-width: 0px;
    border-right-width: 0px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

.page_item page-item-14{!important;           
}

.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:0px 0 14px 0;
}

body {
	font-size:13px !important;
}